Skip to content

Commit 4f7a25e

Browse files
committed
bring docs from gh branch
1 parent ff3f772 commit 4f7a25e

File tree

131 files changed

+7675
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+7675
-1
lines changed

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
11+
12+
# Standard to msysgit
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/_site
2+
/*.lock
3+
/tools
4+
/build
5+
/.vs
6+
/src
7+
/_ReSharper*
8+
/package*
9+
/server
10+
*.zip
11+
*.build
12+
*.nupkg
13+
*.cache
14+
*.user
15+
*.suo
16+
*.snk
17+
*.bak
18+
buildlog.txt

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.quartz-scheduler.net

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins
3+
gem 'wdm', '~> 0.1.0' if Gem.win_platform?

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# quartznet.github.io
1+
# Quartz Enterprise Scheduler .NET Documentation
2+
3+
This documentation is automatically compiled and pushed to http://www.quartz-scheduler.net/ using GitHub Pages functionality.
4+
5+
If you spot errors or other problems, please feel free to fork and send a pull request!

_config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Name of your blog (this will show up at the top of your page and in the RSS feed)
2+
name: Quartz.NET Documentation
3+
4+
# Short description (goes below the title; it will also be used in the RSS feed)
5+
description:
6+
7+
# Your name, as you want it to appear underneath each post and in the footer
8+
author: Marko Lahma
9+
10+
category_dir: /
11+
baseurl:
12+
13+
url: http://www.quartz-scheduler.net/
14+
domain: www.quartz-scheduler.net
15+
16+
#### Under the Hood Stuff #####
17+
18+
markdown: kramdown
19+
20+
kramdown:
21+
input: GFM
22+
hard_wrap: false
23+
24+
highlighter: rouge
25+
26+
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, node_modules, Gemfile, Gemfile.lock]
27+
28+
encoding: UTF-8

_includes/download.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Grab it from [downloads page](/download.html).

_layouts/default.html

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
5+
<head>
6+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
7+
{% if page.description %}
8+
<meta name="description" content="{{ page.description }}">
9+
{% else %}
10+
<meta name="description" content="Quartz.NET is a port of Java Quartz which is an enterprise class job sheduling system. Quartz.NET is a free open source tool that you can use in your .NET applications.">
11+
{% endif %}
12+
<meta name="keywords" content="Quartz.NET Quartz Scheduler Scheduling .NET C# cron timer free download open source">
13+
<meta name="author" content="{{site.author}}"/>
14+
<link href="{{site.baseurl}}/stylesheets/default.css" rel="stylesheet" />
15+
<link href="{{site.baseurl}}/stylesheets/pygments.css" rel="stylesheet" />
16+
<title>{% if page.title %} {{ page.title }} | {% endif %} {{ site.name }}</title>
17+
<script data-ad-client="ca-pub-2642923360660292" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
18+
</head>
19+
20+
<body>
21+
22+
<div class="container">
23+
24+
<div class="header">
25+
26+
<div class="title">
27+
<h1>
28+
<a href="/" style="text-decoration: none; color: inherit;">Quartz.NET</a> - {{ page.title }}
29+
</h1>
30+
</div>
31+
</div>
32+
33+
<div class="main">
34+
35+
<div class="content">
36+
37+
<article id="MainDiv">
38+
<div id="MainHeaderDiv">
39+
</div>
40+
<div id="PageInternalHeaderDiv">
41+
</div>
42+
<a id="PageTop"></a>
43+
<div id="PageHeaderDiv">
44+
<h1 class="pagetitle">{{ page.title }}</h1>
45+
</div>
46+
<div id="PageContentDiv">
47+
{{ content }}
48+
</div>
49+
</article>
50+
51+
</div>
52+
53+
<div class="sidenav">
54+
55+
<h1>Search</h1>
56+
<!-- SiteSearch Google -->
57+
58+
<form method="get" action="https://www.google.com/custom" target="_top">
59+
<table border="0" bgcolor="#ffffff">
60+
<tr>
61+
<td nowrap="nowrap" valign="top" align="left" height="32"></td>
62+
<td nowrap="nowrap">
63+
<input type="hidden" name="domains" value="www.quartz-scheduler.net"></input>
64+
<label for="sbi" style="display: none">Enter your search terms</label>
65+
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
66+
<label for="sbb" style="display: none">Submit search form</label>
67+
<input type="submit" name="sa" value="Google Search" id="sbb"></input>
68+
</td>
69+
</tr>
70+
<tr>
71+
<td>&nbsp;</td>
72+
<td nowrap="nowrap">
73+
<table>
74+
<tr>
75+
<td>
76+
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
77+
<label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font>
78+
</label>
79+
</td>
80+
<td>
81+
<input type="radio" name="sitesearch" value="www.quartz-scheduler.net" id="ss1"></input>
82+
<label for="ss1" title="Search www.quartz-scheduler.net"><font size="-1" color="#000000">www.quartz-scheduler.net</font>
83+
</label>
84+
</td>
85+
</tr>
86+
</table>
87+
<input type="hidden" name="client" value="pub-2642923360660292"></input>
88+
<input type="hidden" name="forid" value="1"></input>
89+
<input type="hidden" name="ie" value="ISO-8859-1"></input>
90+
<input type="hidden" name="oe" value="ISO-8859-1"></input>
91+
<input type="hidden" name="safe" value="active"></input>
92+
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
93+
<input type="hidden" name="hl" value="en"></input>
94+
</td>
95+
</tr>
96+
</table>
97+
</form>
98+
<!-- SiteSearch Google -->
99+
100+
<h1>Quartz.NET</h1>
101+
<ul>
102+
<li><a href="{{site.baseurl}}/index.html">Home</a></li>
103+
<li><a href="{{site.baseurl}}/features.html">Features</a></li>
104+
<li><a href="{{site.baseurl}}/download.html">Download</a></li>
105+
<li><a href="{{site.baseurl}}/license.html">License</a></li>
106+
<li><a href="{{site.baseurl}}/documentation/index.html">Documentation</a></li>
107+
<li><a href="http://quartznet.sourceforge.net/apidoc/3.0/html">API Documentation (3.x)</a></li>
108+
<li><a href="http://quartznet.sourceforge.net/apidoc/2.0/html">API Documentation (2.x)</a></li>
109+
<li><a href="http://quartznet.sourceforge.net/apidoc/1.0/html">API Documentation (1.0)</a></li>
110+
<li><a href="{{site.baseurl}}/mailing-list.html">Mailing List</a></li>
111+
</ul>
112+
<p>
113+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
114+
<input type="hidden" name="cmd" value="_s-xclick">
115+
<input type="hidden" name="hosted_button_id" value="35W4FP7HXVUB4"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
116+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
117+
</form>
118+
</p>
119+
120+
<h1>Related</h1>
121+
<ul>
122+
<li><a href="https://github.com/quartznet/">GitHub Project (source)</a></li>
123+
<li><a href="https://sourceforge.net/projects/quartznet">Source Forge Project (downloads)</a>
124+
</li>
125+
<li><a href="http://www.quartz-scheduler.org/">Quartz (Java)</a></li>
126+
</ul>
127+
128+
<h1>Project Supporters</h1>
129+
<p align="center">
130+
<a href="https://sourceforge.net">
131+
<img src="https://sflogo.sourceforge.net/sflogo.php?group_id=174134&amp;type=1" width="88"
132+
height="31" border="0" alt="SourceForge.net Logo" /></a>
133+
</p>
134+
135+
</div>
136+
137+
<div class="clearer"><span></span></div>
138+
139+
</div>
140+
</div>
141+
142+
143+
<div class="footer">
144+
Template design by <a href="http://arcsin.se">Arcsin</a>
145+
</div>
146+
<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.10.2.min.js"> </script>
147+
</body>
148+
149+
</html>

_layouts/redirect.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
3+
<head>
4+
<meta http-equiv="refresh" content="0; url={{site.url}}{{page.redirect}}">
5+
<link rel="canonical" href="{{site.url}}{{page.redirect}}" />
6+
</head>
7+
8+
<body>
9+
</body>
10+
11+
</html>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title : Quartz.NET 2.0 Released
3+
layout: default
4+
tags : [releases]
5+
---
6+
7+
Quartz.NET 2.0 has finally been released. Quartz.NET 2.0 introduces a new more interfaced based model of operating with the API, lots of performance improvements and bug fixes to issues found in 1.0.x line.
8+
9+
__BREAKING CHANGES__
10+
11+
* .NET 1.1 and 2.0 support is dropped
12+
* Quartz.NET now needs .NET version 3.5 SP1 or later to run due to use of new language features and classes
13+
* Many public interface methods have changed from returning arrays to generic IList or ISet interfaces
14+
* TriggerBuilder implementations and JobBuilder should now be used to create different job and trigger definitions
15+
* Introduced IJobDetail, IContrigger, ISimpleTrigger, ICalendarIntervalTrigger have far less members and especially mutators
16+
* When C5 collections were introduced as set-based implementation provider, ISet and ISortedSet interfaces were narrowed (IList inheritance removed)
17+
* string triggerName, string triggerGroup are now encapsulated in TriggerKey (has the same fields)
18+
* string jobName, string jobGroup are now encapsulated in JobKey (has the same fields)
19+
* JobInitializationPlugin is now deprecated in favor of XMLSchedulingDataProcessorPlugin, JobInitializationPlugin no longer included
20+
* Microsoft's Oracle drivers are no longer supported, use 10g or 11g ODP.NET drivers
21+
* Database schema has changed, you need to convert your 1.x schema to new version, sample migration script available in database folder
22+
23+
__OTHER NOTABLE CHANGES__
24+
25+
* XMLSchedulingDataProcessorPlugin uses new XML format that allows more control over triggers but no support for calendars
26+
* There are extension methods for the new trigger builder that allow you to set trigger specifics
27+
* Client Profile is now supported and there are now separate DLLs for client profile
28+
* PropertySettingJobFactory is now the default JobFactory
29+
30+
Please see the [change log](https://raw.github.com/quartznet/quartznet/master/changelog.txt) for complete list of changes.
31+
32+
Quartz.NET is also available as NuGet package. You can install it with command:
33+
34+
Install-Package Quartz
35+
36+
This version corresponds to Java Quartz's version 2.1.
37+
38+
Big thanks to Quartz.NET community that has sumbitted pull requests, patches, bug reports and for being so active and making the 2.0 release possible!
39+
40+
There's a first version of [migration guide](/documentation/quartz-2.x/migration-guide.html) but the tutorial hasn't been updated yet. You can also always check [Java Quartz's documentation](http://www.quartz-scheduler.org/documentation).
41+
42+
{% include download.md %}

0 commit comments

Comments
 (0)