File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed
source/content/pages/13-meta Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4457,6 +4457,9 @@ <h1>Change Log</h1>
44574457< h2 > 2015</ h2 >
44584458< h3 > January</ h3 >
44594459< ul >
4460+ < li > Major improvements to < a href ="/websockets.html "> Websockets</ a > page after suggestions
4461+ from
4462+ < a href ="https://github.com/makaimc/fullstackpython.github.com/issues/47 "> issue #47 on GitHub repository</ a > .</ li >
44604463< li > Rewrote the Mailchimp sign up form for the email list so it doesn't have
44614464 the external JQuery libraries as dependencies. Site should be even faster
44624465 now.</ li >
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ <h1>Change Log</h1>
4444< h2 > 2015</ h2 >
4545< h3 > January</ h3 >
4646< ul >
47+ < li > Major improvements to < a href ="/websockets.html "> Websockets</ a > page after suggestions
48+ from
49+ < a href ="https://github.com/makaimc/fullstackpython.github.com/issues/47 "> issue #47 on GitHub repository</ a > .</ li >
4750< li > Rewrote the Mailchimp sign up form for the email list so it doesn't have
4851 the external JQuery libraries as dependencies. Site should be even faster
4952 now.</ li >
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 >2015-02-02T14:43:31Z </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-02-03T10:11:12Z </updated ></feed >
Original file line number Diff line number Diff line change 2424
2525## 2015
2626### January
27+ * Major improvements to [ Websockets] ( /websockets.html ) page after suggestions
28+ from
29+ [ issue #47 on GitHub repository] ( https://github.com/makaimc/fullstackpython.github.com/issues/47 ) .
2730* Rewrote the Mailchimp sign up form for the email list so it doesn't have
2831 the external JQuery libraries as dependencies. Site should be even faster
2932 now.
You can’t perform that action at this time.
0 commit comments