Skip to content

Commit b319145

Browse files
committed
updating change log & future directions
1 parent 3e42939 commit b319145

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

all.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3671,6 +3671,8 @@ <h1>Change Log</h1>
36713671
<h2>2014</h2>
36723672
<h3>August</h3>
36733673
<ul>
3674+
<li>Added new <a href="/web-design.html">Web Design</a> page to cleanly separate CSS from
3675+
design topics and resources.</li>
36743676
<li>New resources for code metrics and NoSQL databases.</li>
36753677
<li>Added another Flask open source example app.</li>
36763678
<li>Added new <a href="/code-metrics.html">Code Metrics</a> page.</li>
@@ -3878,6 +3880,13 @@ <h1>Future Directions</h1>
38783880
what the files are when a new boilerplate project is created (especially
38793881
important with Django)</p>
38803882
</li>
3883+
<li>
3884+
<p>Flesh out new continuous integration, web design and code metrics sections.</p>
3885+
</li>
3886+
<li>
3887+
<p>Split web application security and other security (lower level protocols)
3888+
into separate pages.</p>
3889+
</li>
38813890
</ul>
38823891
<p>After those updates are done I'll go back through and apply visuals to
38833892
each section to make them easier to read and understand.</p>

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>August</h3>
4848
<ul>
49+
<li>Added new <a href="/web-design.html">Web Design</a> page to cleanly separate CSS from
50+
design topics and resources.</li>
4951
<li>New resources for code metrics and NoSQL databases.</li>
5052
<li>Added another Flask open source example app.</li>
5153
<li>Added new <a href="/code-metrics.html">Code Metrics</a> page.</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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-08-18T10:22:16Z</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-08-19T08:08:02Z</updated></feed>

future-directions.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ <h1>Future Directions</h1>
6969
what the files are when a new boilerplate project is created (especially
7070
important with Django)</p>
7171
</li>
72+
<li>
73+
<p>Flesh out new continuous integration, web design and code metrics sections.</p>
74+
</li>
75+
<li>
76+
<p>Split web application security and other security (lower level protocols)
77+
into separate pages.</p>
78+
</li>
7279
</ul>
7380
<p>After those updates are done I'll go back through and apply visuals to
7481
each section to make them easier to read and understand.</p>

source/content/pages/11-misc/1103-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ the
2424

2525
## 2014
2626
### August
27+
* Added new [Web Design](/web-design.html) page to cleanly separate CSS from
28+
design topics and resources.
2729
* New resources for code metrics and NoSQL databases.
2830
* Added another Flask open source example app.
2931
* Added new [Code Metrics](/code-metrics.html) page.

source/content/pages/11-misc/1104-future-directions.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Here are some things I'm actively working on:
4848
what the files are when a new boilerplate project is created (especially
4949
important with Django)
5050

51+
* Flesh out new continuous integration, web design and code metrics sections.
52+
53+
* Split web application security and other security (lower level protocols)
54+
into separate pages.
55+
5156
After those updates are done I'll go back through and apply visuals to
5257
each section to make them easier to read and understand.
5358

0 commit comments

Comments
 (0)