Skip to content

Commit 0a634de

Browse files
committed
adding several new sections to fill out
1 parent 182c5d2 commit 0a634de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+862
-205
lines changed

about-author.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>About</h1>
8888
through a pull request on
8989
<a class="reference external" href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>
9090

91-
<br/>
91+
<br/>
9292
Next read the
9393
<a href="/change-log.html">change log</a> section.
9494

@@ -99,18 +99,21 @@ <h1>About</h1>
9999
<a href="/servers.html" class="list-group-item ">Servers</a>
100100
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
101101
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
102+
<a href="/platform-as-a-service.html" class="list-group-item ">Platform-as-a-service</a>
102103
<a href="/databases.html" class="list-group-item ">Databases</a>
103104
<a href="/wsgi-servers.html" class="list-group-item ">WSGI Servers</a>
104105
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
106+
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
105107
<a href="/static-content.html" class="list-group-item ">Static Content</a>
106-
<a href="/website-security.html" class="list-group-item ">Website Security</a>
107108
<a href="/caching.html" class="list-group-item ">Caching</a>
108-
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
109+
<a href="/web-browsers.html" class="list-group-item ">Web Browsers</a>
110+
<a href="/web-application-security.html" class="list-group-item ">Web Application Security</a>
109111
<a href="/monitoring.html" class="list-group-item ">Monitoring</a>
112+
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
113+
<a href="/third-party-services.html" class="list-group-item ">Third Party Services</a>
110114
<a href="/source-control.html" class="list-group-item ">Source Control</a>
111115
<a href="/configuration-management.html" class="list-group-item ">Configuration Management</a>
112116
<a href="/dependency-management.html" class="list-group-item ">Application Dependencies</a>
113-
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
114117
<a href="/no-sql-datastore.html" class="list-group-item ">NoSQL Data Stores</a>
115118
<a href="/about-author.html" class="list-group-item active">About</a>
116119
<a href="/change-log.html" class="list-group-item ">Change Log</a>

caching.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,29 +91,32 @@ <h2>Caching Resources</h2>
9191
<a class="reference external" href="https://github.com/sebleier/django-redis-cache">django-redis-cache</a>.</p>
9292
</div>
9393

94-
<br/>
94+
<br/>
9595
Next read the
96-
<a href="/web-analytics.html">web analytics</a> section.
96+
<a href="/web-browsers.html">web browsers</a> section.
9797

98-
</div>
98+
</div>
9999
<div class="col-md-offset-1 col-md-3" id="sidebar">
100100
<div class="list-group">
101101
<a href="/introduction.html" class="list-group-item ">Introduction</a>
102102
<a href="/servers.html" class="list-group-item ">Servers</a>
103103
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
104104
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
105+
<a href="/platform-as-a-service.html" class="list-group-item ">Platform-as-a-service</a>
105106
<a href="/databases.html" class="list-group-item ">Databases</a>
106107
<a href="/wsgi-servers.html" class="list-group-item ">WSGI Servers</a>
107108
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
109+
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
108110
<a href="/static-content.html" class="list-group-item ">Static Content</a>
109-
<a href="/website-security.html" class="list-group-item ">Website Security</a>
110111
<a href="/caching.html" class="list-group-item active">Caching</a>
111-
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
112+
<a href="/web-browsers.html" class="list-group-item ">Web Browsers</a>
113+
<a href="/web-application-security.html" class="list-group-item ">Web Application Security</a>
112114
<a href="/monitoring.html" class="list-group-item ">Monitoring</a>
115+
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
116+
<a href="/third-party-services.html" class="list-group-item ">Third Party Services</a>
113117
<a href="/source-control.html" class="list-group-item ">Source Control</a>
114118
<a href="/configuration-management.html" class="list-group-item ">Configuration Management</a>
115119
<a href="/dependency-management.html" class="list-group-item ">Application Dependencies</a>
116-
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
117120
<a href="/no-sql-datastore.html" class="list-group-item ">NoSQL Data Stores</a>
118121
<a href="/about-author.html" class="list-group-item ">About</a>
119122
<a href="/change-log.html" class="list-group-item ">Change Log</a>

change-log.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ <h2>2014</h2>
8080
to fix first draft typos and grammar mistakes as well as add new content.
8181
Added task queues section due to reader feedback. Rewrote intro section.
8282
Merged several pull requests (see closed
83-
<a class="reference external" href="https://github.com/makaimc/fullstackpython.github.com/pulls">GitHub repo pull requests</a>). New resources for platform-as-a-service section.</p>
83+
<a class="reference external" href="https://github.com/makaimc/fullstackpython.github.com/pulls">GitHub repo pull requests</a>). New resources for platform-as-a-service section. Adding new
84+
sections specified by the community as missing. Reorganized ordering of
85+
content.</p>
8486
<p>Jan: Adding configuration management, application dependencies, and source
8587
control sections. Also updating about section. Updated design to be fully
8688
responsive.</p>
@@ -106,25 +108,28 @@ <h2>2012</h2>
106108
other areas.</p>
107109
</div>
108110

109-
</div>
111+
</div>
110112
<div class="col-md-offset-1 col-md-3" id="sidebar">
111113
<div class="list-group">
112114
<a href="/introduction.html" class="list-group-item ">Introduction</a>
113115
<a href="/servers.html" class="list-group-item ">Servers</a>
114116
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
115117
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
118+
<a href="/platform-as-a-service.html" class="list-group-item ">Platform-as-a-service</a>
116119
<a href="/databases.html" class="list-group-item ">Databases</a>
117120
<a href="/wsgi-servers.html" class="list-group-item ">WSGI Servers</a>
118121
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
122+
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
119123
<a href="/static-content.html" class="list-group-item ">Static Content</a>
120-
<a href="/website-security.html" class="list-group-item ">Website Security</a>
121124
<a href="/caching.html" class="list-group-item ">Caching</a>
122-
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
125+
<a href="/web-browsers.html" class="list-group-item ">Web Browsers</a>
126+
<a href="/web-application-security.html" class="list-group-item ">Web Application Security</a>
123127
<a href="/monitoring.html" class="list-group-item ">Monitoring</a>
128+
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
129+
<a href="/third-party-services.html" class="list-group-item ">Third Party Services</a>
124130
<a href="/source-control.html" class="list-group-item ">Source Control</a>
125131
<a href="/configuration-management.html" class="list-group-item ">Configuration Management</a>
126132
<a href="/dependency-management.html" class="list-group-item ">Application Dependencies</a>
127-
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
128133
<a href="/no-sql-datastore.html" class="list-group-item ">NoSQL Data Stores</a>
129134
<a href="/about-author.html" class="list-group-item ">About</a>
130135
<a href="/change-log.html" class="list-group-item active">Change Log</a>

configuration-management.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ <h1>Configuration Management</h1>
8484
<h2>Ansible</h2>
8585
<p><a class="reference external" href="http://www.ansibleworks.com/">Ansible</a> is an open source configuration
8686
management and application deployment tool built in Python.</p>
87-
</div>
8887
<div class="section" id="ansible-resources">
89-
<h2>Ansible Resources</h2>
88+
<h3>Ansible Resources</h3>
9089
<p><a class="reference external" href="http://docs.ansible.com/index.html">Official Ansible documentation</a></p>
9190
<p><a class="reference external" href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
9291
from PyCon UK 2013</p>
@@ -104,31 +103,35 @@ <h2>Ansible Resources</h2>
104103
<p><a class="reference external" href="http://davidwinter.me/articles/2013/11/23/introduction-to-ansible/">(Detailed) Introduction to Ansible</a></p>
105104
<p><a class="reference external" href="http://blog.couchbase.com/create-couchbase-cluster-with-ansible">Create a Couchbase Cluster with Ansible</a></p>
106105
<p><a class="reference external" href="https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ&quot;">Idempotence, convergence, and other silly fancy words we often use</a></p>
106+
</div>
107107
</div>
108108

109-
<br/>
109+
<br/>
110110
Next read the
111111
<a href="/dependency-management.html">application dependencies</a> section.
112112

113-
</div>
113+
</div>
114114
<div class="col-md-offset-1 col-md-3" id="sidebar">
115115
<div class="list-group">
116116
<a href="/introduction.html" class="list-group-item ">Introduction</a>
117117
<a href="/servers.html" class="list-group-item ">Servers</a>
118118
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
119119
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
120+
<a href="/platform-as-a-service.html" class="list-group-item ">Platform-as-a-service</a>
120121
<a href="/databases.html" class="list-group-item ">Databases</a>
121122
<a href="/wsgi-servers.html" class="list-group-item ">WSGI Servers</a>
122123
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
124+
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
123125
<a href="/static-content.html" class="list-group-item ">Static Content</a>
124-
<a href="/website-security.html" class="list-group-item ">Website Security</a>
125126
<a href="/caching.html" class="list-group-item ">Caching</a>
126-
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
127+
<a href="/web-browsers.html" class="list-group-item ">Web Browsers</a>
128+
<a href="/web-application-security.html" class="list-group-item ">Web Application Security</a>
127129
<a href="/monitoring.html" class="list-group-item ">Monitoring</a>
130+
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
131+
<a href="/third-party-services.html" class="list-group-item ">Third Party Services</a>
128132
<a href="/source-control.html" class="list-group-item ">Source Control</a>
129133
<a href="/configuration-management.html" class="list-group-item active">Configuration Management</a>
130134
<a href="/dependency-management.html" class="list-group-item ">Application Dependencies</a>
131-
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
132135
<a href="/no-sql-datastore.html" class="list-group-item ">NoSQL Data Stores</a>
133136
<a href="/about-author.html" class="list-group-item ">About</a>
134137
<a href="/change-log.html" class="list-group-item ">Change Log</a>

databases.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,29 +132,32 @@ <h2>Database resources</h2>
132132
of general database articles and resources.</p>
133133
</div>
134134

135-
<br/>
135+
<br/>
136136
Next read the
137137
<a href="/wsgi-servers.html">wsgi servers</a> section.
138138

139-
</div>
139+
</div>
140140
<div class="col-md-offset-1 col-md-3" id="sidebar">
141141
<div class="list-group">
142142
<a href="/introduction.html" class="list-group-item ">Introduction</a>
143143
<a href="/servers.html" class="list-group-item ">Servers</a>
144144
<a href="/operating-systems.html" class="list-group-item ">Operating Systems</a>
145145
<a href="/web-servers.html" class="list-group-item ">Web Servers</a>
146+
<a href="/platform-as-a-service.html" class="list-group-item ">Platform-as-a-service</a>
146147
<a href="/databases.html" class="list-group-item active">Databases</a>
147148
<a href="/wsgi-servers.html" class="list-group-item ">WSGI Servers</a>
148149
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
150+
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
149151
<a href="/static-content.html" class="list-group-item ">Static Content</a>
150-
<a href="/website-security.html" class="list-group-item ">Website Security</a>
151152
<a href="/caching.html" class="list-group-item ">Caching</a>
152-
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
153+
<a href="/web-browsers.html" class="list-group-item ">Web Browsers</a>
154+
<a href="/web-application-security.html" class="list-group-item ">Web Application Security</a>
153155
<a href="/monitoring.html" class="list-group-item ">Monitoring</a>
156+
<a href="/web-analytics.html" class="list-group-item ">Web Analytics</a>
157+
<a href="/third-party-services.html" class="list-group-item ">Third Party Services</a>
154158
<a href="/source-control.html" class="list-group-item ">Source Control</a>
155159
<a href="/configuration-management.html" class="list-group-item ">Configuration Management</a>
156160
<a href="/dependency-management.html" class="list-group-item ">Application Dependencies</a>
157-
<a href="/task-queues.html" class="list-group-item ">Task Queues</a>
158161
<a href="/no-sql-datastore.html" class="list-group-item ">NoSQL Data Stores</a>
159162
<a href="/about-author.html" class="list-group-item ">About</a>
160163
<a href="/change-log.html" class="list-group-item ">Change Log</a>

0 commit comments

Comments
 (0)