Skip to content

Commit 313cea2

Browse files
committed
adding note that nikola is dropping python 2.x support in near future
1 parent 7270755 commit 313cea2

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

all.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,9 +3084,11 @@ <h2>Python implementations</h2>
30843084
</li>
30853085
<li>
30863086
<p><a href="https://getnikola.com/">Nikola</a>
3087-
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either Markdown
3088-
or reStructuredText and combines the files with Mako templates to output
3089-
static sites. It is compatible with both Python 2.x and 3.x.</p>
3087+
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either
3088+
Markdown or reStructuredText and combines the files with Mako templates
3089+
to output static sites. It is compatible with both Python 2.x and 3.x,
3090+
although the current plan is to drop support for Python 2.x in the near
3091+
future.</p>
30903092
</li>
30913093
<li>
30923094
<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-05T12:26:19Z</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-05T12:47:40Z</updated></feed>

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ ones listed here are primarily coded in Python.
8585
more sense to use a different static site generator instead.
8686

8787
* [Nikola](https://getnikola.com/)
88-
([source code](https://github.com/getnikola/nikola)) takes in either Markdown
89-
or reStructuredText and combines the files with Mako templates to output
90-
static sites. It is compatible with both Python 2.x and 3.x.
88+
([source code](https://github.com/getnikola/nikola)) takes in either
89+
Markdown or reStructuredText and combines the files with Mako templates
90+
to output static sites. It is compatible with both Python 2.x and 3.x,
91+
although the current plan is to drop support for Python 2.x in the near
92+
future.
9193

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

static-site-generator.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ <h2>Python implementations</h2>
100100
</li>
101101
<li>
102102
<p><a href="https://getnikola.com/">Nikola</a>
103-
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either Markdown
104-
or reStructuredText and combines the files with Mako templates to output
105-
static sites. It is compatible with both Python 2.x and 3.x.</p>
103+
(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either
104+
Markdown or reStructuredText and combines the files with Mako templates
105+
to output static sites. It is compatible with both Python 2.x and 3.x,
106+
although the current plan is to drop support for Python 2.x in the near
107+
future.</p>
106108
</li>
107109
<li>
108110
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>

0 commit comments

Comments
 (0)