annotate community-news.md @ 82:bc79072a8169 kai

Update README with suggestion for future deployment.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:34:14 +0200
parents 333306af2e72
children 1752b8520622
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: NULL
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 ---
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 <!--
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6 This is the community news page for Octave. It is displayed in the
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
7 "Community News" display area of the Octave GUI. It should not have
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
8 the usual page header that other pages on the Octave web site have.
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
9 The following string must be present for Octave to recognize and
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
10 display this page as the comunity news page:
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 this-is-the-gnu-octave-community-news-page
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 community-news-page-serial=6
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
14
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
15 -->
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
16
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
17 <html>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
18 <head>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
19 <title>Octave Community News</title>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
20 <style TYPE="text/css">
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
21 <!--
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
22 body {
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
23 }
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
24 -->
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
25 </style>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
26 </head>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
27 <body>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
28
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
29 {% for post in site.posts limit:3 %}
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
30 <h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
31 <p>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
32 {{ post.excerpt }}
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
33 </p>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
34 <p>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
35 <small><em>&mdash; The Octave Developers, {{ post.date | date: "%b %-d, %Y" }}</em></small>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
36 </p>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
37 {% endfor %}
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
38
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
39 </body>
333306af2e72 Make community-news.md. Now all News are from one source!
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
40 </html>