File tree Expand file tree Collapse file tree 9 files changed +20
-19
lines changed
Expand file tree Collapse file tree 9 files changed +20
-19
lines changed Original file line number Diff line number Diff line change 4444</ div >
4545 < div class ="row ">
4646 < div class ="col-md-8 ">
47- < h2 > Bottle</ h2 >
47+ < h1 > Bottle</ h1 >
4848< p > < a href ="http://bottlepy.org/docs/dev/index.html "> Bottle</ a > is a WSGI-compliant
4949< a href ="https://github.com/defnull/bottle/blob/master/bottle.py "> single source file</ a >
5050web framework with no external dependencies except for the standard library
Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ <h2>Deployment hosting options</h2>
5555< p > There are four options for deploying and hosting a web application:</ p >
5656< ol >
5757< li >
58- < p > " Bare metal" servers</ p >
58+ < p > < a href =" /servers.html " > " Bare metal" servers</ a > </ p >
5959</ li >
6060< li >
61- < p > Virtualized servers</ p >
61+ < p > < a href =" /servers.html " > Virtualized servers</ a > </ p >
6262</ li >
6363< li >
64- < p > Infrastructure-as-a-service</ p >
64+ < p > < a href =" /servers.html " > Infrastructure-as-a-service</ a > </ p >
6565</ li >
6666< li >
67- < p > Platform-as-a-service</ p >
67+ < p > < a href =" /platform-as-a-service.html " > Platform-as-a-service</ a > </ p >
6868</ li >
6969</ ol >
7070< h2 > Deployment resources</ h2 >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h1>Django</h1>
5555< a href ="https://docs.djangoproject.com/en/dev/topics/db/ "> object-relational mapper</ a > ,
5656and < a href ="https://docs.djangoproject.com/en/dev/topics/migrations/ "> database schema migrations</ a >
5757(as of version 1.7) are all included with the < a href ="https://pypi.python.org/pypi/Django/1.6.2 "> Django framework</ a > .</ p >
58- < h2 > Why is Django a good web framework to use ?</ h2 >
58+ < h2 > Why is Django a good web framework choice ?</ h2 >
5959< p > The Django project's stability, performance and community have grown
6060tremendously over the past decade since the framework's creation. Detailed
6161tutorials and best practices are readily available on the web and in books.
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-04-28T16:24:00Z </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-04-28T16:30:37Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ library. For example,
2828and [ database schema migrations] ( https://docs.djangoproject.com/en/dev/topics/migrations/ )
2929(as of version 1.7) are all included with the [ Django framework] ( https://pypi.python.org/pypi/Django/1.6.2 ) .
3030
31- ## Why is Django a good web framework to use ?
31+ ## Why is Django a good web framework choice ?
3232The Django project's stability, performance and community have grown
3333tremendously over the past decade since the framework's creation. Detailed
3434tutorials and best practices are readily available on the web and in books.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ choice4icon:
1616choice4text:
1717
1818
19- ## Bottle
19+ # Bottle
2020[ Bottle] ( http://bottlepy.org/docs/dev/index.html ) is a WSGI-compliant
2121[ single source file] ( https://github.com/defnull/bottle/blob/master/bottle.py )
2222web framework with no external dependencies except for the standard library
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ application and its associated data.
3030## Deployment hosting options
3131There are four options for deploying and hosting a web application:
3232
33- 1 . "Bare metal" servers
33+ 1 . [ "Bare metal" servers] ( /servers.html )
3434
35- 2 . Virtualized servers
35+ 2 . [ Virtualized servers] ( /servers.html )
3636
37- 3 . Infrastructure-as-a-service
37+ 3 . [ Infrastructure-as-a-service] ( /servers.html )
3838
39- 4 . Platform-as-a-service
39+ 4 . [ Platform-as-a-service] ( /platform-as-a-service.html )
4040
4141
4242## Deployment resources
@@ -48,4 +48,5 @@ There are four options for deploying and hosting a web application:
4848 defines delivery versus deployment and walks through a continuous deployment
4949 workflow.
5050
51+
5152### How would you like to deploy your web app?
Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ h6 .small,
431431h1 ,
432432h2 ,
433433h3 {
434- margin-top : 21 px ;
435- margin-bottom : 10.5 px ;
434+ margin-top : 32 px ;
435+ margin-bottom : 6 px ;
436436}
437437
438438h1 small ,
467467
468468h2 ,
469469.h2 {
470- font-size : 32 px ;
470+ font-size : 28 px ;
471471}
472472
473473h3 ,
Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ h6 .small,
431431h1 ,
432432h2 ,
433433h3 {
434- margin-top : 21 px ;
435- margin-bottom : 10.5 px ;
434+ margin-top : 32 px ;
435+ margin-bottom : 6 px ;
436436}
437437
438438h1 small ,
467467
468468h2 ,
469469.h2 {
470- font-size : 32 px ;
470+ font-size : 28 px ;
471471}
472472
473473h3 ,
You can’t perform that action at this time.
0 commit comments