File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed 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 >2014-02-21T09:40:44Z </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 >2014-02-21T13:12:40Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -199,11 +199,10 @@ mail plugin to send emails when exceptions occur.
199199
200200Web Framework Resources
201201=======================
202- `Bottle <http://bottlepy.org/docs/dev/ >`_,
203202`Pyramid <http://www.pylonsproject.org/ >`_,
204203`Falcon <http://falconframework.org/ >`_,
205204`web.py <http://webpy.org/ >`_ are the most common Python web frameworks other
206- than Django and Flask .
205+ than Django, Flask and Bottle .
207206
208207This `roundup of 14 minimal Python frameworks <http://codecondo.com/14-minimal-web-frameworks-for-python/ >`_
209208contains both familiar and less known Python libraries.
Original file line number Diff line number Diff line change @@ -224,14 +224,10 @@ <h2>Web Framework Logging</h2>
224224mail plugin to send emails when exceptions occur.</ p >
225225< div class ="section " id ="web-framework-resources ">
226226< h3 > Web Framework Resources</ h3 >
227- < div class ="system-message ">
228- < p class ="system-message-title "> System Message: WARNING/2 (< tt class ="docutils "> /Users/mattmakai/devel/fsp/source/content/pages/web-frameworks.rst</ tt > , line 3); < em > < a href ="#id7 "> backlink</ a > </ em > </ p >
229- Duplicate explicit target name: "bottle".</ div >
230- < p > < a class ="reference external " href ="http://bottlepy.org/docs/dev/ "> Bottle</ a > ,
231- < a class ="reference external " href ="http://www.pylonsproject.org/ "> Pyramid</ a > ,
227+ < p > < a class ="reference external " href ="http://www.pylonsproject.org/ "> Pyramid</ a > ,
232228< a class ="reference external " href ="http://falconframework.org/ "> Falcon</ a > ,
233229< a class ="reference external " href ="http://webpy.org/ "> web.py</ a > are the most common Python web frameworks other
234- than Django and Flask .</ p >
230+ than Django, Flask and Bottle .</ p >
235231< p > This < a class ="reference external " href ="http://codecondo.com/14-minimal-web-frameworks-for-python/ "> roundup of 14 minimal Python frameworks</ a >
236232contains both familiar and less known Python libraries.</ p >
237233</ div >
You can’t perform that action at this time.
0 commit comments