Skip to content

Commit

Permalink
Update checklist and announcements
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 24, 2015
1 parent b281ef6 commit 5523984
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion announcements/blog.rst
Expand Up @@ -18,7 +18,7 @@ Find out more at the website: https://getnikola.com/
Downloads
=========

Get it on `GitHub`__ and `PyPI`__.
Install using ``pip install Nikola`` or download tarballs on `GitHub`__ and `PyPI`__.

__ https://github.com/getnikola/nikola/releases/tag/vX.Y.Z
__ https://pypi.python.org/pypi/Nikola/X.Y.Z
Expand Down
2 changes: 1 addition & 1 deletion announcements/github.md
Expand Up @@ -11,7 +11,7 @@ Find out more at the website: https://getnikola.com/
Downloads
=========

Get it on [GitHub][] and [PyPI][].
Install using `pip install Nikola` or download tarballs on [GitHub][] and [PyPI][].

[GitHub]: https://github.com/getnikola/nikola/releases/tag/vX.Y.Z
[PyPI]: https://pypi.python.org/pypi/Nikola/X.Y.Z
Expand Down
2 changes: 1 addition & 1 deletion announcements/mail.rst
Expand Up @@ -18,7 +18,7 @@ Find out more at the website: https://getnikola.com/
Downloads
=========

Get it on GitHub and PyPI:
Install using `pip install Nikola` or download tarballs on GitHub and PyPI:

https://github.com/getnikola/nikola/releases/tag/vX.Y.Z
https://pypi.python.org/pypi/Nikola/X.Y.Z
Expand Down
2 changes: 1 addition & 1 deletion announcements/sections/downloads.blog.rst
@@ -1,7 +1,7 @@
Downloads
=========

Get it on `GitHub`__ and `PyPI`__.
Install using ``pip install Nikola`` or download tarballs on `GitHub`__ and `PyPI`__.

__ https://github.com/getnikola/nikola/releases/tag/vX.Y.Z
__ https://pypi.python.org/pypi/Nikola/X.Y.Z
2 changes: 1 addition & 1 deletion announcements/sections/downloads.github.md
@@ -1,7 +1,7 @@
Downloads
=========

Get it on [GitHub][] and [PyPI][].
Install using `pip install Nikola` or download tarballs on [GitHub][] and [PyPI][].

[GitHub]: https://github.com/getnikola/nikola/releases/tag/vX.Y.Z
[PyPI]: https://pypi.python.org/pypi/Nikola/X.Y.Z
2 changes: 1 addition & 1 deletion announcements/sections/downloads.mail.rst
@@ -1,7 +1,7 @@
Downloads
=========

Get it on GitHub and PyPI:
Install using `pip install Nikola` or download tarballs on GitHub and PyPI:

https://github.com/getnikola/nikola/releases/tag/vX.Y.Z
https://pypi.python.org/pypi/Nikola/X.Y.Z
4 changes: 2 additions & 2 deletions checklist.html
Expand Up @@ -82,8 +82,8 @@ <h2>Local update</h2>
</ul>
<h2>Website update</h2>
<ul>
<li><input type="checkbox"> Copy all documentation and <code>CHANGES.txt</code> from your Nikola copy to <code>stories/</code></li>
<li><input type="checkbox"> Modify the version numbers in <code>stories/welcome.txt</code> and <code>stories/conf.txt</code></li>
<li><input type="checkbox"> Copy all documentation, <code>AUTHORS.txt</code> and <code>CHANGES.txt</code> from your Nikola copy to <code>stories/</code></li>
<li><input type="checkbox"> Modify the version numbers in <code>stories/conf.txt</code></li>
<li><input type="checkbox"> Optionally regenerate the <code>cerulean</code> theme: <code>nikola bootswatch_theme -s cerulean -n cerulean</code></li>
<li><input type="checkbox"> Build and deploy the site</li>
<li><input type="checkbox"> Commit and push your changes to GitHub</li>
Expand Down
4 changes: 2 additions & 2 deletions src/checklist.html
Expand Up @@ -53,8 +53,8 @@ <h2>Local update</h2>
</ul>
<h2>Website update</h2>
<ul>
<li><input type="checkbox"> Copy all documentation and <code>CHANGES.txt</code> from your Nikola copy to <code>stories/</code></li>
<li><input type="checkbox"> Modify the version numbers in <code>stories/welcome.txt</code> and <code>stories/conf.txt</code></li>
<li><input type="checkbox"> Copy all documentation, <code>AUTHORS.txt</code> and <code>CHANGES.txt</code> from your Nikola copy to <code>stories/</code></li>
<li><input type="checkbox"> Modify the version numbers in <code>stories/conf.txt</code></li>
<li><input type="checkbox"> Optionally regenerate the <code>cerulean</code> theme: <code>nikola bootswatch_theme -s cerulean -n cerulean</code></li>
<li><input type="checkbox"> Build and deploy the site</li>
<li><input type="checkbox"> Commit and push your changes to GitHub</li>
Expand Down
4 changes: 2 additions & 2 deletions src/checklist.md
Expand Up @@ -59,8 +59,8 @@ Run all the commands in your terminal:

## Website update

* <input type="checkbox"> Copy all documentation and `CHANGES.txt` from your Nikola copy to `stories/`
* <input type="checkbox"> Modify the version numbers in `stories/welcome.txt` and `stories/conf.txt`
* <input type="checkbox"> Copy all documentation, `AUTHORS.txt` and `CHANGES.txt` from your Nikola copy to `stories/`
* <input type="checkbox"> Modify the version numbers in `stories/conf.txt`
* <input type="checkbox"> Optionally regenerate the `cerulean` theme: `nikola bootswatch_theme -s cerulean -n cerulean`
* <input type="checkbox"> Build and deploy the site
* <input type="checkbox"> Commit and push your changes to GitHub
Expand Down

0 comments on commit 5523984

Please sign in to comment.