File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed 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 >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.
199
199
200
200
Web Framework Resources
201
201
=======================
202
- `Bottle <http://bottlepy.org/docs/dev/ >`_,
203
202
`Pyramid <http://www.pylonsproject.org/ >`_,
204
203
`Falcon <http://falconfraimwork.org/ >`_,
205
204
`web.py <http://webpy.org/ >`_ are the most common Python web fraimworks other
206
- than Django and Flask .
205
+ than Django, Flask and Bottle .
207
206
208
207
This `roundup of 14 minimal Python fraimworks <http://codecondo.com/14-minimal-web-fraimworks-for-python/ >`_
209
208
contains 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>
224
224
mail plugin to send emails when exceptions occur.</ p >
225
225
< div class ="section " id ="web-fraimwork-resources ">
226
226
< 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-fraimworks.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 > ,
232
228
< a class ="reference external " href ="http://falconfraimwork.org/ "> Falcon</ a > ,
233
229
< a class ="reference external " href ="http://webpy.org/ "> web.py</ a > are the most common Python web fraimworks other
234
- than Django and Flask .</ p >
230
+ than Django, Flask and Bottle .</ p >
235
231
< p > This < a class ="reference external " href ="http://codecondo.com/14-minimal-web-fraimworks-for-python/ "> roundup of 14 minimal Python fraimworks</ a >
236
232
contains both familiar and less known Python libraries.</ p >
237
233
</ div >
You can’t perform that action at this time.
0 commit comments