You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/08/04 08:28:06 UTC

svn commit: r1076294 [15/46] - in /websites/production/turbine/content/fulcrum/fulcrum-quartz: ./ apidocs/ apidocs/jquery/ apidocs/jquery/external/ apidocs/jquery/external/jquery/ apidocs/jquery/images/ apidocs/jquery/jszip-utils/ apidocs/jquery/jszip-...

Modified: websites/production/turbine/content/fulcrum/fulcrum-quartz/cronsamples.html
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-quartz/cronsamples.html (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-quartz/cronsamples.html Wed Aug  4 08:28:04 2021
@@ -1,131 +1,137 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/xdoc/cronsamples.xml at 20 May 2019 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Fulcrum Quartz Service &#x2013; Fulcrum Quartz Service</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-      <meta name="author" content="Siegfried Goeschl" />
-    <meta http-equiv="Content-Language" content="en" />
-    
-  </head>
-  <body class="composite">
-    <div id="banner">
-<a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png"  alt="Apache Turbine"/></a>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-      <div class="xleft">
-        <span id="publishDate">Last Published: 20 May 2019</span>
-          &nbsp;| <span id="projectVersion">Version: 1.1.1</span>
-      </div>
-      <div class="xright"><a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a> |
-<a href="../../" title="Turbine">Turbine</a> |
-<a href="../" title="Fulcrum">Fulcrum</a>      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-       <h5>Overview</h5>
-    <ul>
-     <li class="none"><a href="index.html" title="About">About</a></li>
-     <li class="none"><a href="configuration.html" title="Configuration">Configuration</a></li>
-     <li class="none"><strong>Cron Samples</strong></li>
-    </ul>
-       <h5>Project Documentation</h5>
-    <ul>
-     <li class="collapsed"><a href="project-info.html" title="Project Information">Project Information</a></li>
-     <li class="collapsed"><a href="project-reports.html" title="Project Reports">Project Reports</a></li>
-    </ul>
-       <h5>Apache</h5>
-    <ul>
-     <li class="none"><a href="http://www.apache.org/" class="externalLink" title="Apache Website">Apache Website</a></li>
-     <li class="none"><a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a></li>
-     <li class="none"><a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a></li>
-     <li class="none"><a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a></li>
-     <li class="none"><a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a></li>
-     <li class="none"><a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a></li>
-    </ul>
-      <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-      </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-
-  
-    <div class="section">
-<h2><a name="Cron_Expression_Samples"></a>Cron Expression Samples</h2>
-      
-<p>
-        Using cron expressions allow a great deal of flexibility but are
-        sometimes tricky to write. A detailed description about the cron
-        expression supported by Quartz can be found 
-        <a class="externalLink" href="http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html">here</a>. 
-      </p>
-      
-<table border="0" class="bodyTable">
-        
-<tr class="a">
-          
-<th>Description</th>
-          
-<th>Cron Expression</th>          
-        </tr>
-        
-<tr class="b">
-          
-<td>Fire every second</td>
-          
-<td>* * * * * ?</td>
-        </tr>          
-        
-<tr class="a">
-          
-<td>Fire every minute</td>
-          
-<td>0 * * * * ?</td>
-        </tr>                  
-        
-<tr class="b">
-          
-<td>Fire every five minutes</td>
-          
-<td>&quot;0 0/5 * * * ?&quot; </td>
-        </tr>                         
-        
-<tr class="a">
-          
-<td>Fire 23:00 every weekday night</td>
-          
-<td>0 0 23 ? * MON-FRI</td>
-        </tr>                  
-      </table>      
-    </div>
-  
-
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-        Copyright &#169;      2004&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from src\site\xdoc/cronsamples.xml at 04 August 2021
+ | Rendered using Apache Maven Fluido Skin 1.9
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" />
+    <meta name="author" content="Siegfried Goeschl" />
+    <title>Fulcrum Quartz Service &#x2013; Fulcrum Quartz Service</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script src="./js/apache-maven-fluido-1.9.min.js"></script>
+  </head>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png"  alt="Apache Turbine"/></a></div>
+          <div class="pull-right"></div>
+          <div class="clear"><hr/></div>
+        </div>
+
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
+        <li id="publishDate">Last Published: 04 August 2021<span class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 1.1.2</li>
+      <li class="pull-right"><span class="divider">|</span>
+<a href="../" title="Fulcrum">Fulcrum</a></li>
+      <li class="pull-right"><span class="divider">|</span>
+<a href="../../" title="Turbine">Turbine</a></li>
+      <li class="pull-right"><a href="https://www.apache.org" class="externalLink" title="Apache">Apache</a></li>
+          </ul>
+        </div>
+      </header>
+      <div class="row-fluid">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="About"><span class="none"></span>About</a></li>
+    <li><a href="configuration.html" title="Configuration"><span class="none"></span>Configuration</a></li>
+    <li class="active"><a href="#"><span class="none"></span>Cron Samples</a></li>
+   <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
+    <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></li>
+   <li class="nav-header">Apache</li>
+    <li><a href="https://www.apache.org/" class="externalLink" title="Apache Website"><span class="none"></span>Apache Website</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works"><span class="none"></span>How the ASF works</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"><span class="none"></span>Sponsorship</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+    <li><a href="https://www.apache.org/security/" class="externalLink" title="Security"><span class="none"></span>Security</a></li>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </header>
+        <main id="bodyColumn"  class="span10" >
+
+  
+    <section>
+<h2><a name="Cron_Expression_Samples"></a>Cron Expression Samples</h2>
+      
+<p>
+        Using cron expressions allow a great deal of flexibility but are
+        sometimes tricky to write. A detailed description about the cron
+        expression supported by Quartz can be found 
+        <a class="externalLink" href="http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html">here</a>. 
+      </p>
+      
+<table border="0" class="table table-striped">
+        
+<tr class="a">
+          
+<th>Description</th>
+          
+<th>Cron Expression</th>          
+        </tr>
+        
+<tr class="b">
+          
+<td>Fire every second</td>
+          
+<td>* * * * * ?</td>
+        </tr>          
+        
+<tr class="a">
+          
+<td>Fire every minute</td>
+          
+<td>0 * * * * ?</td>
+        </tr>                  
+        
+<tr class="b">
+          
+<td>Fire every five minutes</td>
+          
+<td>&quot;0 0/5 * * * ?&quot; </td>
+        </tr>                         
+        
+<tr class="a">
+          
+<td>Fire 23:00 every weekday night</td>
+          
+<td>0 0 23 ? * MON-FRI</td>
+        </tr>                  
+      </table>      
+    </section>
+  
+
+        </main>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>&#169;      2004&#x2013;2021
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
+        </div>
+      </div>
+    </footer>
+  </body>
 </html>
\ No newline at end of file

Added: websites/production/turbine/content/fulcrum/fulcrum-quartz/css/apache-maven-fluido-1.9.min.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-quartz/css/apache-maven-fluido-1.9.min.css (added)
+++ websites/production/turbine/content/fulcrum/fulcrum-quartz/css/apache-maven-fluido-1.9.min.css Wed Aug  4 08:28:04 2021
@@ -0,0 +1,17 @@
+/*!
+ * Bootstrap v2.3.2
+ *
+ * Copyright 2013 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world by @mdo and @fat.

[... 11 lines stripped ...]
Modified: websites/production/turbine/content/fulcrum/fulcrum-quartz/css/print.css
==============================================================================
--- websites/production/turbine/content/fulcrum/fulcrum-quartz/css/print.css (original)
+++ websites/production/turbine/content/fulcrum/fulcrum-quartz/css/print.css Wed Aug  4 08:28:04 2021
@@ -1,26 +1,21 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
-	display: none !important;
-}
-#bodyColumn, body.docs div.docs {
-	margin: 0 !important;
-	border: none !important
-}
\ No newline at end of file
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
+#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
\ No newline at end of file