Skip to content

Commit 6ddbed5

Browse files
committed
changing wording on nikola
1 parent 6340bd7 commit 6ddbed5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,8 +3087,8 @@ <h2>Python implementations</h2>
30873087
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in
30883088
reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
30893089
the files with Mako or Jinja2 templates to output static sites. It is
3090-
compatible with Python 2.7 until 2016 and Python 3.3+ for the
3091-
foreseeable future.</p>
3090+
compatible with both Python 2.7 and 3.3+. Python 2.7 will be dropped
3091+
in early 2016 while Python 3.3+ will continue to be supported.</p>
30923092
</li>
30933093
<li>
30943094
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-05T18:31:33Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-06T08:33:21Z</updated></feed>

source/content/pages/04-web-development/16-static-site-generator.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ ones listed here are primarily coded in Python.
8888
([source code](https://github.com/getnikola/nikola)) takes in
8989
reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
9090
the files with Mako or Jinja2 templates to output static sites. It is
91-
compatible with Python 2.7 until 2016 and Python 3.3+ for the
92-
foreseeable future.
91+
compatible with both Python 2.7 and 3.3+. Python 2.7 will be dropped
92+
in early 2016 while Python 3.3+ will continue to be supported.
9393

9494
* [Acrylamid](http://posativ.org/acrylamid/)
9595
([source code](https://github.com/posativ/acrylamid)) uses incremental

static-site-generator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ <h2>Python implementations</h2>
103103
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in
104104
reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
105105
the files with Mako or Jinja2 templates to output static sites. It is
106-
compatible with Python 2.7 until 2016 and Python 3.3+ for the
107-
foreseeable future.</p>
106+
compatible with both Python 2.7 and 3.3+. Python 2.7 will be dropped
107+
in early 2016 while Python 3.3+ will continue to be supported.</p>
108108
</li>
109109
<li>
110110
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>

0 commit comments

Comments
 (0)