Skip to content

Commit ca44c04

Browse files
committed
updating change log and future directions pages
1 parent 30bbdfe commit ca44c04

6 files changed

Lines changed: 22 additions & 10 deletions

File tree

all.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5991,6 +5991,9 @@ <h1>Change Log</h1>
59915991
<h2>2015</h2>
59925992
<h3>May</h3>
59935993
<ul>
5994+
<li>Got a whole lot of work done on my upcoming
5995+
<a href="http://www.deploypython.com/">Full Stack Python Guide to Deployments</a> book.
5996+
Very close to releasing it (looking at mid-June).</li>
59945997
<li>Added new <a href="/django.html">Django</a> resources, especially around migrations
59955998
in Django 1.7+.</li>
59965999
<li>Worked on making <a href="/why-use-python.html">Why Use Python?</a> page specific to
@@ -6319,9 +6322,10 @@ <h1>Future Directions</h1>
63196322
<p>For 2015 I'm building out the scope of the site beyond web development into
63206323
core Python concepts, data analysis and visualization and some hardware
63216324
hacking such as with the Raspberry Pi and Arduino Yun.</p>
6322-
<p>The biggest update though will be the Full Stack Python Guide to Deployments,
6323-
an in-progress step-by-step tutorial ebook for learning how to deploy Python
6324-
web applications.</p>
6325+
<p>The biggest update though will come with the release of
6326+
<a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments</a>,
6327+
a step-by-step tutorial book for learning how to deploy Python web
6328+
applications.</p>
63256329
<p>Note that these plans can change based on
63266330
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>
63276331
from the community. I work to integrate PRs within a day or two so please

change-log.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ <h1>Change Log</h1>
4242
<h2>2015</h2>
4343
<h3>May</h3>
4444
<ul>
45+
<li>Got a whole lot of work done on my upcoming
46+
<a href="http://www.deploypython.com/">Full Stack Python Guide to Deployments</a> book.
47+
Very close to releasing it (looking at mid-June).</li>
4548
<li>Added new <a href="/django.html">Django</a> resources, especially around migrations
4649
in Django 1.7+.</li>
4750
<li>Worked on making <a href="/why-use-python.html">Why Use Python?</a> page specific to

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>2015-05-29T17:32:33Z</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>2015-05-29T17:35:08Z</updated></feed>

future-directions.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ <h1>Future Directions</h1>
4141
<p>For 2015 I'm building out the scope of the site beyond web development into
4242
core Python concepts, data analysis and visualization and some hardware
4343
hacking such as with the Raspberry Pi and Arduino Yun.</p>
44-
<p>The biggest update though will be the Full Stack Python Guide to Deployments,
45-
an in-progress step-by-step tutorial ebook for learning how to deploy Python
46-
web applications.</p>
44+
<p>The biggest update though will come with the release of
45+
<a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments</a>,
46+
a step-by-step tutorial book for learning how to deploy Python web
47+
applications.</p>
4748
<p>Note that these plans can change based on
4849
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>
4950
from the community. I work to integrate PRs within a day or two so please

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ the
1414

1515
## 2015
1616
### May
17+
* Got a whole lot of work done on my upcoming
18+
[Full Stack Python Guide to Deployments](http://www.deploypython.com/) book.
19+
Very close to releasing it (looking at mid-June).
1720
* Added new [Django](/django.html) resources, especially around migrations
1821
in Django 1.7+.
1922
* Worked on making [Why Use Python?](/why-use-python.html) page specific to

source/content/pages/13-meta/03-future-directions.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ For 2015 I'm building out the scope of the site beyond web development into
1414
core Python concepts, data analysis and visualization and some hardware
1515
hacking such as with the Raspberry Pi and Arduino Yun.
1616

17-
The biggest update though will be the Full Stack Python Guide to Deployments,
18-
an in-progress step-by-step tutorial ebook for learning how to deploy Python
19-
web applications.
17+
The biggest update though will come with the release of
18+
[The Full Stack Python Guide to Deployments](http://www.deploypython.com/),
19+
a step-by-step tutorial book for learning how to deploy Python web
20+
applications.
2021

2122
Note that these plans can change based on
2223
[pull requests](https://github.com/makaimc/fullstackpython.github.com/pulls)

0 commit comments

Comments
 (0)