File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -3084,12 +3084,19 @@ <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
3087+ (< a href ="https://github.com/getnikola/nikola "> source code</ a > ) takes in
3088+ reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
3089+ 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 >
3092+ </ li >
3093+ </ ul >
3094+ < p > (< a href ="https://github.com/getnikola/nikola "> source code</ a > ) takes in either
30883095 Markdown or reStructuredText and combines the files with Mako templates
30893096 to output static sites. It is compatible with both Python 2.x and 3.x,
30903097 although the current plan is to drop support for Python 2.x in early
30913098 2016.</ p >
3092- </ li >
3099+ < ul >
30933100< li >
30943101< p > < a href ="http://posativ.org/acrylamid/ "> Acrylamid</ a >
30953102 (< a href ="https://github.com/posativ/acrylamid "> source code</ a > ) uses incremental
Original file line number Diff line number Diff line change 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:48:37Z </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-05T13:12:02Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -85,6 +85,12 @@ 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
89+ reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
90+ 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.
93+
8894 ([ source code] ( https://github.com/getnikola/nikola ) ) takes in either
8995 Markdown or reStructuredText and combines the files with Mako templates
9096 to output static sites. It is compatible with both Python 2.x and 3.x,
Original file line number Diff line number Diff line change @@ -100,12 +100,19 @@ <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
103+ (< a href ="https://github.com/getnikola/nikola "> source code</ a > ) takes in
104+ reStructuredText, Markdown or Jupyter (IPython) Notebooks and combines
105+ 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 >
108+ </ li >
109+ </ ul >
110+ < p > (< a href ="https://github.com/getnikola/nikola "> source code</ a > ) takes in either
104111 Markdown or reStructuredText and combines the files with Mako templates
105112 to output static sites. It is compatible with both Python 2.x and 3.x,
106113 although the current plan is to drop support for Python 2.x in early
107114 2016.</ p >
108- </ li >
115+ < ul >
109116< li >
110117< p > < a href ="http://posativ.org/acrylamid/ "> Acrylamid</ a >
111118 (< a href ="https://github.com/posativ/acrylamid "> source code</ a > ) uses incremental
You can’t perform that action at this time.
0 commit comments