Skip to content

Commit d959132

Browse files
committedJul 2, 2015
update announcements and checklist
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent a350a82 commit d959132

File tree

10 files changed

+34
-30
lines changed

10 files changed

+34
-30
lines changed
 

‎announcements/blog.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
On behalf of the Nikola team, I am pleased to announce the immediate
2-
availability of Nikola vX.Y.Z. It features some bugfixes and new
2+
availability of Nikola vX.Y.Z. It fixes some bugs and adds new
33
features.
44

55
What is Nikola?
66
===============
77

8-
Nikola is a static site and blog generator, written in Python. It can
9-
use Mako and Jinja2 templates, and input in many popular markup
8+
Nikola is a static site and blog generator, written in Python.
9+
It can use Mako and Jinja2 templates, and input in many popular markup
1010
formats, such as reStructuredText and Markdown — and can even turn
11-
IPython Notebooks into blog posts! It also supports image galleries,
12-
and is multilingual. Nikola is flexible, and page builds are
13-
extremely fast, courtesy of doit (which is rebuilding only what has
14-
been changed).
11+
Jupyter (IPython) Notebooks into blog posts! It also supports image
12+
galleries, and is multilingual. Nikola is flexible, and page builds
13+
are extremely fast, courtesy of doit (which is rebuilding only what
14+
has been changed).
1515

1616
Find out more at the website: https://getnikola.com/
1717

‎announcements/github.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola vX.Y.Z. It features some bugfixes and new features.
1+
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola vX.Y.Z. It fixes some bugs and adds new features.
22

33
What is Nikola?
44
===============
55

6-
Nikola is a static site and blog generator, written in Python. It can use Mako and Jinja2 templates, and input in many popular markup formats, such as reStructuredText and Markdown — and can even turn IPython Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed).
6+
Nikola is a static site and blog generator, written in Python.
7+
It can use Mako and Jinja2 templates, and input in many popular markup formats, such as reStructuredText and Markdown — and can even turn Jupyter (IPython) Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed).
78

89
Find out more at the website: https://getnikola.com/
910

‎announcements/mail.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
On behalf of the Nikola team, I am pleased to announce the immediate
2-
availability of Nikola vX.Y.Z. It features some bugfixes and new
2+
availability of Nikola vX.Y.Z. It fixes some bugs and adds new
33
features.
44

55
What is Nikola?
66
===============
77

8-
Nikola is a static site and blog generator, written in Python. It can
9-
use Mako and Jinja2 templates, and input in many popular markup
8+
Nikola is a static site and blog generator, written in Python.
9+
It can use Mako and Jinja2 templates, and input in many popular markup
1010
formats, such as reStructuredText and Markdown — and can even turn
11-
IPython Notebooks into blog posts! It also supports image galleries,
12-
and is multilingual. Nikola is flexible, and page builds are
13-
extremely fast, courtesy of doit (which is rebuilding only what has
14-
been changed).
11+
Jupyter (IPython) Notebooks into blog posts! It also supports image
12+
galleries, and is multilingual. Nikola is flexible, and page builds
13+
are extremely fast, courtesy of doit (which is rebuilding only what
14+
has been changed).
1515

1616
Find out more at the website: https://getnikola.com/
1717

‎announcements/sections/greeting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
On behalf of the Nikola team, I am pleased to announce the immediate
2-
availability of Nikola vX.Y.Z. It features some bugfixes and new
2+
availability of Nikola vX.Y.Z. It fixes some bugs and adds new
33
features.
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
What is Nikola?
22
===============
33

4-
Nikola is a static site and blog generator, written in Python. It can
5-
use Mako and Jinja2 templates, and input in many popular markup
4+
Nikola is a static site and blog generator, written in Python.
5+
It can use Mako and Jinja2 templates, and input in many popular markup
66
formats, such as reStructuredText and Markdown — and can even turn
7-
IPython Notebooks into blog posts! It also supports image galleries,
8-
and is multilingual. Nikola is flexible, and page builds are
9-
extremely fast, courtesy of doit (which is rebuilding only what has
10-
been changed).
7+
Jupyter (IPython) Notebooks into blog posts! It also supports image
8+
galleries, and is multilingual. Nikola is flexible, and page builds
9+
are extremely fast, courtesy of doit (which is rebuilding only what
10+
has been changed).
1111

1212
Find out more at the website: https://getnikola.com/

‎checklist.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>Writing announcements</h2>
4949
<ul>
5050
<li><input type="checkbox"> Write an announcement for GitHub Releases. It should use Markdown syntax and no word wrap.</li>
5151
<li><input type="checkbox"> Write an announcement for e-mail. It should use reST-esque syntax, with word wrap at 70 columns.</li>
52-
<li><input type="checkbox"> Write an announcement for the Nikola blog. Use <code>nikola new_post -t &quot;Nikola v$VERSION is out!&quot; -i path/to/blog.rst</code> to import the announcement template (which you should then edit). Make sure to set the tags to <code>nikola, planet, python, programming, release</code>, and to set the author name to your real name.</li>
52+
<li><input type="checkbox"> Write an announcement for the Nikola blog. Use <code>nikola new_post -et &quot;Nikola v$VERSION is out\!&quot; -i path/to/blog.rst --tags 'nikola, planet, python, programming, release'</code> to import the announcement template (which you should then edit). Make sure to set the author name to your real name.</li>
5353
</ul>
5454
<h2>Versioning and tagging</h2>
5555
<p>Run all the commands in your terminal:</p>
@@ -86,7 +86,7 @@ <h2>Website update</h2>
8686
<li><input type="checkbox"> Modify the version numbers in <code>stories/welcome.txt</code> and <code>stories/conf.txt</code></li>
8787
<li><input type="checkbox"> Optionally regenerate the <code>cerulean</code> theme: <code>nikola bootswatch_theme -s cerulean -n cerulean</code></li>
8888
<li><input type="checkbox"> Build and deploy the site</li>
89-
<li><input type="checkbox"> Commit your changes to GitHub</li>
89+
<li><input type="checkbox"> Commit and push your changes to GitHub</li>
9090
</ul>
9191
<h2>E-mails</h2>
9292
<ul>

‎src/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html:
2+
cmark checklist.md > checklist.html
3+
cat bootstrap-head.html checklist.html bootstrap-foot.html > ../checklist.html

‎src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
This is source for the checklist. Post-processing:
44

5-
* `cmark checklist.html > checklist.md` (or your favorite Markdown implementation)
5+
* `cmark checklist.md > checklist.html` (or your favorite Markdown implementation)
66
* `cat bootstrap-head.html checklist.html bootstrap-foot.html > ../checklist.html`

‎src/checklist.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Writing announcements</h2>
2020
<ul>
2121
<li><input type="checkbox"> Write an announcement for GitHub Releases. It should use Markdown syntax and no word wrap.</li>
2222
<li><input type="checkbox"> Write an announcement for e-mail. It should use reST-esque syntax, with word wrap at 70 columns.</li>
23-
<li><input type="checkbox"> Write an announcement for the Nikola blog. Use <code>nikola new_post -t &quot;Nikola v$VERSION is out!&quot; -i path/to/blog.rst</code> to import the announcement template (which you should then edit). Make sure to set the tags to <code>nikola, planet, python, programming, release</code>, and to set the author name to your real name.</li>
23+
<li><input type="checkbox"> Write an announcement for the Nikola blog. Use <code>nikola new_post -et &quot;Nikola v$VERSION is out\!&quot; -i path/to/blog.rst --tags 'nikola, planet, python, programming, release'</code> to import the announcement template (which you should then edit). Make sure to set the author name to your real name.</li>
2424
</ul>
2525
<h2>Versioning and tagging</h2>
2626
<p>Run all the commands in your terminal:</p>
@@ -57,7 +57,7 @@ <h2>Website update</h2>
5757
<li><input type="checkbox"> Modify the version numbers in <code>stories/welcome.txt</code> and <code>stories/conf.txt</code></li>
5858
<li><input type="checkbox"> Optionally regenerate the <code>cerulean</code> theme: <code>nikola bootswatch_theme -s cerulean -n cerulean</code></li>
5959
<li><input type="checkbox"> Build and deploy the site</li>
60-
<li><input type="checkbox"> Commit your changes to GitHub</li>
60+
<li><input type="checkbox"> Commit and push your changes to GitHub</li>
6161
</ul>
6262
<h2>E-mails</h2>
6363
<ul>

‎src/checklist.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You may also add a *Key Changes since last release* block after *What is Nikola?
2525

2626
* <input type="checkbox"> Write an announcement for GitHub Releases. It should use Markdown syntax and no word wrap.
2727
* <input type="checkbox"> Write an announcement for e-mail. It should use reST-esque syntax, with word wrap at 70 columns.
28-
* <input type="checkbox"> Write an announcement for the Nikola blog. Use `nikola new_post -t "Nikola v$VERSION is out!" -i path/to/blog.rst` to import the announcement template (which you should then edit). Make sure to set the tags to `nikola, planet, python, programming, release`, and to set the author name to your real name.
28+
* <input type="checkbox"> Write an announcement for the Nikola blog. Use `nikola new_post -et "Nikola v$VERSION is out\!" -i path/to/blog.rst --tags 'nikola, planet, python, programming, release'` to import the announcement template (which you should then edit). Make sure to set the author name to your real name.
2929

3030
## Versioning and tagging
3131

@@ -63,7 +63,7 @@ Run all the commands in your terminal:
6363
* <input type="checkbox"> Modify the version numbers in `stories/welcome.txt` and `stories/conf.txt`
6464
* <input type="checkbox"> Optionally regenerate the `cerulean` theme: `nikola bootswatch_theme -s cerulean -n cerulean`
6565
* <input type="checkbox"> Build and deploy the site
66-
* <input type="checkbox"> Commit your changes to GitHub
66+
* <input type="checkbox"> Commit and push your changes to GitHub
6767

6868
## E-mails
6969

0 commit comments

Comments
 (0)
Please sign in to comment.