Skip to content

Commit cc48bb5

Browse files
committed
regenerating the site to create HTML for PR mattmakai#70. updated changelog page
1 parent 6cb10f2 commit cc48bb5

File tree

5 files changed

+32
-1
lines changed

5 files changed

+32
-1
lines changed

all.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4317,6 +4317,14 @@ <h2>API creation frameworks</h2>
43174317
<a href="https://www.youtube.com/watch?v=9sUsLvG72_o">EuroPython 2014</a> that
43184318
introduced the main features of the framework.</p>
43194319
</li>
4320+
<li>
4321+
<p><a href="http://falconframework.org/">Falcon</a> is a fast and lightweight framework
4322+
well suited to create RESTful APIs. </p>
4323+
</li>
4324+
<li>
4325+
<p><a href="http://pycnic.nullism.com">Pycnic</a> is a new JSON-API-only framework designed with
4326+
REST in mind. </p>
4327+
</li>
43204328
</ul>
43214329
<h2>API testing projects</h2>
43224330
<p>Building, running and maintaining APIs requires as much effort as building,
@@ -7249,6 +7257,11 @@ <h1>Change Log</h1>
72497257
<h2>2015</h2>
72507258
<h3>November</h3>
72517259
<ul>
7260+
<li>Merged
7261+
<a href="https://github.com/makaimc/fullstackpython.com/pull/70">pull request #70</a>
7262+
and fixed some other issues that were in tickets.</li>
7263+
<li>Made more updates to the static site generators page based on
7264+
<a href="https://www.reddit.com/r/Python/comments/3rnkm9/an_overview_of_python_static_site_generators/">feedback from folks on the /r/python subreddit</a>.</li>
72527265
<li>Updated the <a href="/static-site-generator.html">static site generators</a> page
72537266
with a better explanation of why they are useful.</li>
72547267
</ul>

api-creation.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ <h2>API creation frameworks</h2>
8080
<a href="https://www.youtube.com/watch?v=9sUsLvG72_o">EuroPython 2014</a> that
8181
introduced the main features of the framework.</p>
8282
</li>
83+
<li>
84+
<p><a href="http://falconframework.org/">Falcon</a> is a fast and lightweight framework
85+
well suited to create RESTful APIs. </p>
86+
</li>
87+
<li>
88+
<p><a href="http://pycnic.nullism.com">Pycnic</a> is a new JSON-API-only framework designed with
89+
REST in mind. </p>
90+
</li>
8391
</ul>
8492
<h2>API testing projects</h2>
8593
<p>Building, running and maintaining APIs requires as much effort as building,

change-log.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ <h1>Change Log</h1>
3939
<h2>2015</h2>
4040
<h3>November</h3>
4141
<ul>
42+
<li>Merged
43+
<a href="https://github.com/makaimc/fullstackpython.com/pull/70">pull request #70</a>
44+
and fixed some other issues that were in tickets.</li>
45+
<li>Made more updates to the static site generators page based on
46+
<a href="https://www.reddit.com/r/Python/comments/3rnkm9/an_overview_of_python_static_site_generators/">feedback from folks on the /r/python subreddit</a>.</li>
4247
<li>Updated the <a href="/static-site-generator.html">static site generators</a> page
4348
with a better explanation of why they are useful.</li>
4449
</ul>

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-11-06T10:40:55Z</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-11-07T06:20:48Z</updated></feed>

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

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

1515
## 2015
1616
### November
17+
* Merged
18+
[pull request #70](https://github.com/makaimc/fullstackpython.com/pull/70)
19+
and fixed some other issues that were in tickets.
20+
* Made more updates to the static site generators page based on
21+
[feedback from folks on the /r/python subreddit](https://www.reddit.com/r/Python/comments/3rnkm9/an_overview_of_python_static_site_generators/).
1722
* Updated the [static site generators](/static-site-generator.html) page
1823
with a better explanation of why they are useful.
1924

0 commit comments

Comments
 (0)