Skip to content

Commit

Permalink
initial work on new quartz site.
Browse files Browse the repository at this point in the history
  • Loading branch information
House, James authored and House, James committed Sep 30, 2015
1 parent 43013b0 commit b5f6eba
Show file tree
Hide file tree
Showing 2,822 changed files with 1,134,089 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
---


<div id="intro" class="jumbotron breaker">
<div class="container">
<h3><i class="fa fa-chain-broken"></i> <i class="fa fa-frown-o"></i> Sorry!</h3>

<p>We've recently been heavily re-working the quartz-scheduler.org website, and some links have gone astray.</p>

<p>Perhaps one of these suggestions will set you on your way?</p>

<ul>
<li><a href="/downloads">Downloads</a></li>
<li><a href="/documentation">Documentation</a></li>
<li><a href="/about">About</a></li>
<li><a href="/events">News and Events</a></li>
</ul>

<p>Please consider letting us know about our dust : [email protected]
</div>
</div>
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
### Instructions for building/previewing

* Install Jekyll if you have not - follow instructions on the Jekyll home page (after first installing Ruby)
[http://jekyllrb.com/](http://jekyllrb.com/)

* After installing jekyll, install some gems:
* nokogiri : "gem install nokogiri"
* asciidoctor: " gem install jasciidoctor"
* jekyll-asciidoc: " gem install jekyll-asciidoc"

* Clone this repository to your local system (if you're going to contribute content, fork it first, and clone that)
* cd into the "quartz.github.io" directory



* To generate and view the site "jekyll serve -w" ( then point your browser at http://localhost:4000" )
* To generate the site "jekyll build"

---


### TODOS:

* "About" -> "Features" page:
* could still use some love, but isn't so bad anymore
64 changes: 64 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Site settings
title: Quartz Enterprize Job Scheduler
email: [email protected]
description: A full-featured, Java-based, In-process job scheduler.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://www.quartz-scheduler.org" # the base hostname & protocol for your site
twitter_username: terracottatech
github_username: quartz-scheduler
linkedin_username: terracotta
facebook_username: Terracotta

qtz_latest_version: 2.2.1
qtz_latest_javadoc_version: 2.2.1

# Build settings
markdown: kramdown


gems:
- jekyll-asciidoc




defaults:
-
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"
-
scope:
type: "drafts"
values:
layout: "post"
-
scope:
path: "community"
type: "pages"
values:
layout: "community_page"
-
scope:
path: "documentation"
type: "pages"
values:
layout: "docs_page"
-
scope:
path: "documentation/2.2"
type: "pages"
values:
layout: "docs2x_page"
qtz_version: "2.2.1"
qtz_javadoc_version: "2.2.1"
6 changes: 6 additions & 0 deletions _includes/about_intro.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

<h2>What is the Quartz Job Scheduling Library?</h2>

<p>Quartz is a <a href="/overview/features.html">richly featured</a>, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as support for JTA transactions and clustering.</p>

<p>Quartz is freely usable, licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 license</a>.</p>
16 changes: 16 additions & 0 deletions _includes/banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div id="banner" class="jumbotron breaker">
<div class="container banner breaker">
<img src="/images/Quartz_Logo_large.jpg">

<h1>Enterprise Job Scheduler</h1>
</div>

<div style="text-align: center; margin-top: 20px;">
<a href="/downloads/"><button type="button" class="btn btn-lg btn-success"><i class="fa fa-download"></i> Downloads</button></a>
<span>&nbsp;&nbsp;</span>
<a href="/documentation/"><button type="button" class="btn btn-lg btn-primary"><i class="fa fa-book"></i> Documentation</button></a>
<span>&nbsp;&nbsp;</span>
<a href="https://github.com/quartz-scheduler"><button type="button" class="btn btn-lg btn-default"><i class="fa fa-github"></i> GitHub Project</button></a>
</div>

</div>
89 changes: 89 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<br/>
<footer class="site-footer">

<div class="container">

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
Related Projects:<br/>
<a href="http://www.terracotta.org"><img src="/images/Terracotta_Logo_sm.png" style="max-height: 20px;"></a><br/>
<a href="http://www.ehcache.org"><img src="/images/ehcache.png" style="max-height: 44px;"></a>

<!--
<ul class="contact-list">
<li>{{ site.title }}</li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
-->
</div>

<div class="footer-col footer-col-2">
<ul class="social-media-list">
{% if site.github_username %}
<li>
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github"></i> GitHub
</a>
</li>
{% endif %}

{% if site.twitter_username %}
<li>
<a href="https://twitter.com/{{ site.twitter_username }}">
<i class="fa fa-twitter"></i> Twitter
</a>
</li>
{% endif %}

{% if site.twitter_username %}
<li>
<a href="http://www.facebook.com/{{ site.facebook_username }}">
<i class="fa fa-facebook"></i> Facebook
</a>
</li>
{% endif %}

{% if site.linkedin_username %}
<li>
<a href="http://www.linkedin.com/company/{{ site.linkedin_username }}">
<i class="fa fa-linkedin"></i> LinkedIn
</a>
</li>
{% endif %}
</ul>
</div>

<div class="footer-col footer-col-3">
<a href="/downloads/"><i class="fa fa-download"></i> Download Now</a>
<br/>
<a href="/documentation/"><i class="fa fa-book"></i> Documentation</a>
<br/>
<a href="/community/"><i class="fa fa-users"></i> Join the Community</a>
</div>

</div>

<div class="container-fluid">
<hr/>
<em class="copyleft">Quartz Job Scheduler is Open Source and freely available under the Apache 2 License</em>
<br/>
<em class="copyright">&copy; Terracotta, Inc., a wholly-owned subsidiary of Software AG USA, Inc. All rights reserved.</em>
</div>
</div>

</footer>

<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://maxcdn.bootstrapcdn.com/js/ie10-viewport-bug-workaround.js"></script>

<!-- <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.0/jquery.scrollTo.min.js"/> -->

<script type="text/javascript">
$('#{{ page.active_menu_id }}').addClass("active");
$('#{{ page.active_sub_menu_id }}').addClass("active");
</script>
54 changes: 54 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">

<title>{% if page.title %}{{ page.title | replace: '!DOC_VERSION!', page.ehc_version }}{% else %}{{ site.title }}{% endif %}</title>

<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />



<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>

<!-- Global CSS -->

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/spacelab/bootstrap.min.css">


<!--
<link rel="stylesheet" href="/plugins/highlight/styles/idea.css">
<script src="/plugins/highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
-->

<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/prettify.css"></script>

<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">

<!--
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
<script>document.addEventListener('DOMContentLoaded', prettyPrint)</script>
-->

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

</head>
48 changes: 48 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@


<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="site-title" href="{{ site.baseurl }}/"><img src="/images/logo-quartz-scheduler.png"/></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li id="site_mnu_about"><a href="/overview/"><i class="fa fa-info-circle"></i> About</a></li>
<li id="site_mnu_docs"><a href="/documentation/"><i class="fa fa-book"></i> Docs</a></li>
<li id="site_mnu_download"><a href="/downloads/"><i class="fa fa-download"></i> Download</a></li>
<li id="site_mnu_community" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-users"></i> Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">We Love Contributors</li>
<li><a href="/community/"><i class="fa fa-code"></i> Contributing</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Forums</li>
<li><a href="https://groups.google.com/forum/#!forum/quartz-scheduler)" target="_blank"><i class="fa fa-commenting"></i> Users' Forum</a></li>
<li><a href="https://groups.google.com/forum/#!forum/quartz-scheduler-dev" target="_blank"><i class="fa fa-commenting"></i> Developers' Forum</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Source Code</li>
<li><a href="/community/source-code.html"><i class="fa fa-code-fork"></i> SVN</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Bug Tracking</li>
<li><a href="http://jira.terracotta.org/jira/browse/QTZ"><i class="fa fa-bug"></i> Jira</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- <li id="site_mnu_events"><a href="/events"><i class="fa fa-calendar"></i> News & Events</a></li> -->
<li><a href="http://blog.terracotta.org"><i class="fa fa-rss-square"></i> Blog</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>

<br/>
<br/>
<br/>
3 changes: 3 additions & 0 deletions _includes/home_announcement.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


<p>Please read our <a href="/overview">overview</a> for additional quick information.</p>
Loading

0 comments on commit b5f6eba

Please sign in to comment.