# HG changeset patch # User Kai T. Ohlhus # Date 1476374035 -7200 # Node ID 333306af2e72585ebbb423a4e9d972fbb0a7c348 # Parent 5e297505996cacccb92f96363e8dff389312cae6 Make community-news.md. Now all News are from one source! diff -r 5e297505996c -r 333306af2e72 community-news.html --- a/community-news.html Thu Oct 13 17:53:12 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,80 +0,0 @@ - - - - -Octave Community News - - - -

Octave 4.0.3 has been Released

-

-The Octave developers are pleased to announce the release -of GNU Octave, version 4.0.3. -

-Octave 4.0.3 is a bug fixing release. A list of bugs fixed in this -release is available from http://octave.org/fixes-4-0-3.html -

-

-An official Windows binary installer is available -from ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.3-installer.exe -

-

-The Octave 4.0.3 sources are available from -ftp://ftp.gnu.org/gnu/octave/octave-4.0.3.tar.xz. -

-

-Thanks to the many people who contributed to this release! -

-

-— The Octave Developers, July 2, 2016 -

-

Octave 4.0.1 has been Released

-

-The Octave developers are pleased to announce the release -of GNU Octave, version 4.0.1. -

-Octave 4.0.1 is a bug fixing release. A list of bugs fixed in this -release is available from http://octave.org/fixes-4-0-1.html -

-

-An official Windows binary installer is available -from ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.1-installer.exe -

-

-The Octave 4.0.1 sources are available from -ftp://ftp.gnu.org/gnu/octave/octave-4.0.1.tar.xz. -

-

-Thanks to the many people who contributed to this release! -

-

-— The Octave Developers, March 23, 2016 -

-

Community News Window in Octave 3.8

-

-Beginning with the 3.8.x release series of Octave, we will be -displaying news about Octave community events here. In Octave's GUI -interface, this window will appear when there is new information. -Octave will check for it at most once per day. -

-

-— The Octave Developers, December 4, 2013 -

- - diff -r 5e297505996c -r 333306af2e72 community-news.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/community-news.md Thu Oct 13 17:53:55 2016 +0200 @@ -0,0 +1,40 @@ +--- +layout: NULL +--- + + + + +Octave Community News + + + + +{% for post in site.posts limit:3 %} +

{{ post.title }}

+

+{{ post.excerpt }} +

+

+— The Octave Developers, {{ post.date | date: "%b %-d, %Y" }} +

+{% endfor %} + + + diff -r 5e297505996c -r 333306af2e72 feed.xml --- a/feed.xml Thu Oct 13 17:53:12 2016 +0200 +++ b/feed.xml Thu Oct 13 17:53:55 2016 +0200 @@ -11,7 +11,7 @@ {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} - {% for post in site.posts limit:10 %} + {% for post in site.posts limit:20 %} {{ post.title | xml_escape }} {{ post.content | xml_escape }}