Skip to content

Commit

Permalink
Add scripts/langstatus.py
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 11, 2016
1 parent e9f5c64 commit 79cc45c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion checklist.html
Expand Up @@ -44,7 +44,7 @@
<body>
<div class="container">
<div id="counter"><span id="current">0</span>/<span id="total">?</span></div>
<h1>Nikola Release Checklist (v9/2015-10-08)</h1>
<h1>Nikola Release Checklist (v10/2016-02-11)</h1>
<h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
<h2>Housekeeping</h2>
Expand All @@ -57,6 +57,7 @@ <h2>Housekeeping</h2>
<li><input type="checkbox"> <code>scripts/update-bower.sh</code></li>
<li><input type="checkbox"> <code>scripts/generate_symlinked_list.sh</code></li>
<li><input type="checkbox"> <code>scripts/generate_conf.py &gt; ../nikola-site/listings/conf.py</code> (if necessary, change the path to reflect where you store your clone of the Nikola website)</li>
<li><input type="checkbox"> Check if there are any new languages that <strong>have translations</strong> (edit the files for translations marked as not found manually) and add them, using <code>scripts/langstatus.py</code></li>
</ul>
<h2>Preparation</h2>
<ul>
Expand Down
3 changes: 2 additions & 1 deletion src/checklist.html
@@ -1,4 +1,4 @@
<h1>Nikola Release Checklist (v9/2015-10-08)</h1>
<h1>Nikola Release Checklist (v10/2016-02-11)</h1>
<h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
<h2>Housekeeping</h2>
Expand All @@ -11,6 +11,7 @@ <h2>Housekeeping</h2>
<li><input type="checkbox"> <code>scripts/update-bower.sh</code></li>
<li><input type="checkbox"> <code>scripts/generate_symlinked_list.sh</code></li>
<li><input type="checkbox"> <code>scripts/generate_conf.py &gt; ../nikola-site/listings/conf.py</code> (if necessary, change the path to reflect where you store your clone of the Nikola website)</li>
<li><input type="checkbox"> Check if there are any new languages that <strong>have translations</strong> (edit the files for translations marked as not found manually) and add them, using <code>scripts/langstatus.py</code></li>
</ul>
<h2>Preparation</h2>
<ul>
Expand Down
3 changes: 2 additions & 1 deletion src/checklist.md
@@ -1,4 +1,4 @@
# Nikola Release Checklist (v9/2015-10-08)
# Nikola Release Checklist (v10/2016-02-11)

## Requirements

Expand All @@ -14,6 +14,7 @@ In order to create a release, you need a bit of free time and a GPG setup. You c
* <input type="checkbox"> `scripts/update-bower.sh`
* <input type="checkbox"> `scripts/generate_symlinked_list.sh`
* <input type="checkbox"> `scripts/generate_conf.py > ../nikola-site/listings/conf.py` (if necessary, change the path to reflect where you store your clone of the Nikola website)
* <input type="checkbox"> Check if there are any new languages that **have translations** (edit the files for translations marked as not found manually) and add them, using `scripts/langstatus.py`

## Preparation

Expand Down

0 comments on commit 79cc45c

Please sign in to comment.