Skip to content

Commit

Permalink
Updated gh-pages index.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed May 5, 2016
1 parent a3dbf6b commit 17fe934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cp $TMPD/html/single/*.{css,html} html/single/
cp $TMPD/html/multi/*.{css,html} html/multi/
cp $TMPD/graphics/png/scaled/* graphics/png/scaled/
# substitute latest version number in the homepage
perl -pi -e "s@(Latest Release:).*(<a)@\1 <a href=\"#download\">$LATESTTAG</a> ($( date +%F )) \2@" index.html
perl -pi -e "s@(Latest Release:).*$@\1 <a href=\"#download\">$LATESTTAG</a>@" index.html

# in case new files were added:
git add graphics/png/scaled/
Expand Down
4 changes: 2 additions & 2 deletions doc/gh-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2><span>Suite Engine</span></h2>
<div id="preamble">

<div class="warning">
Latest Release: REPLACE-ME
Latest Release: RELEASE-VERSION
</div>

<a id="overview"></a>
Expand Down Expand Up @@ -174,7 +174,7 @@ <h3><span>Features</span></h3>
</ul>
<li> Supports tasks that run only at the initial and final
cycle points, or at any point or points between.
<li> Handles <b>several thousand tasks</b> in a single suite.
<li> Handles <b>thousand of tasks</b> in a single suite.
<li> <b>Inter-suite dependence</b> - triggering tasks off tasks in other suites.
<li> <b>Suite validation</b> - catch many errors prior to run time.
<li> Advanced <b>restart</b> capability - cylc can restart from any
Expand Down

0 comments on commit 17fe934

Please sign in to comment.