File tree 4 files changed +30
-1
lines changed
source/content/pages/04-web-development 4 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -1825,6 +1825,16 @@ <h2>Flask resources</h2>
1825
1825
< h2 > Open source Flask example projects</ h2 >
1826
1826
< ul >
1827
1827
< li >
1828
+ < p > < a href ="https://github.com/makaimc/choose-your-own-adventure-presentations "> Choose Your Own Adventure Presentations</ a >
1829
+ combines Flask with < a href ="http://lab.hakim.se/reveal-js/ "> Reveal.js</ a > and text
1830
+ messages to create presentations where the audience can vote on how the
1831
+ story should proceed. The code is all open source under an MIT license
1832
+ and also uses the
1833
+ < a href ="https://flask-socketio.readthedocs.org/en/latest/ "> Flask-SocketIO</ a > and
1834
+ < a href ="https://flask-wtf.readthedocs.org/en/latest/ "> Flask-WTF</ a > projects to
1835
+ support voting and form input.</ p >
1836
+ </ li >
1837
+ < li >
1828
1838
< p > < a href ="https://github.com/skylines-project/skylines "> Skylines</ a > is an open source
1829
1839
flight tracking web application built with Flask. You can check out a
1830
1840
< a href ="https://skylines.aero/ "> running version of the application</ a > .</ p >
Original file line number Diff line number Diff line change 1
1
<?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-06-08T10:32:43Z </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-06-08T11:02:11Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -236,6 +236,16 @@ <h2>Flask resources</h2>
236
236
< h2 > Open source Flask example projects</ h2 >
237
237
< ul >
238
238
< li >
239
+ < p > < a href ="https://github.com/makaimc/choose-your-own-adventure-presentations "> Choose Your Own Adventure Presentations</ a >
240
+ combines Flask with < a href ="http://lab.hakim.se/reveal-js/ "> Reveal.js</ a > and text
241
+ messages to create presentations where the audience can vote on how the
242
+ story should proceed. The code is all open source under an MIT license
243
+ and also uses the
244
+ < a href ="https://flask-socketio.readthedocs.org/en/latest/ "> Flask-SocketIO</ a > and
245
+ < a href ="https://flask-wtf.readthedocs.org/en/latest/ "> Flask-WTF</ a > projects to
246
+ support voting and form input.</ p >
247
+ </ li >
248
+ < li >
239
249
< p > < a href ="https://github.com/skylines-project/skylines "> Skylines</ a > is an open source
240
250
flight tracking web application built with Flask. You can check out a
241
251
< a href ="https://skylines.aero/ "> running version of the application</ a > .</ p >
Original file line number Diff line number Diff line change @@ -185,6 +185,15 @@ how to <a href="/deployment.html">deploy web applications</a>.
185
185
186
186
187
187
## Open source Flask example projects
188
+ * [ Choose Your Own Adventure Presentations] ( https://github.com/makaimc/choose-your-own-adventure-presentations )
189
+ combines Flask with [ Reveal.js] ( http://lab.hakim.se/reveal-js/ ) and text
190
+ messages to create presentations where the audience can vote on how the
191
+ story should proceed. The code is all open source under an MIT license
192
+ and also uses the
193
+ [ Flask-SocketIO] ( https://flask-socketio.readthedocs.org/en/latest/ ) and
194
+ [ Flask-WTF] ( https://flask-wtf.readthedocs.org/en/latest/ ) projects to
195
+ support voting and form input.
196
+
188
197
* [ Skylines] ( https://github.com/skylines-project/skylines ) is an open source
189
198
flight tracking web application built with Flask. You can check out a
190
199
[ running version of the application] ( https://skylines.aero/ ) .
You can’t perform that action at this time.
0 commit comments