diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.md | 4 | ||||
-rwxr-xr-x | www/index.sh | 8 | ||||
-rw-r--r-- | www/news-list.md (renamed from www/blog-list.md) | 2 | ||||
-rw-r--r-- | www/news/index.md (renamed from www/blog/index.md) | 2 | ||||
-rw-r--r-- | www/news/unity.md (renamed from www/blog/unity.md) | 0 |
5 files changed, 8 insertions, 8 deletions
diff --git a/www/index.md b/www/index.md index b5dcb919..aec0d39a 100644 --- a/www/index.md +++ b/www/index.md @@ -9,7 +9,7 @@ mascot"){#logo}](faq.md#who-did-the-logo) [Download](download.md) -- [Install](docs/install/) -- [Documentation](docs/) -- -[Blog](blog/) -- +[News](news/) -- [Contact/IRC](https://webchat.freenode.net/?channels=libreboot) -- [Report bugs](https://notabug.org/libreboot/libreboot/issues) -- [Send patch](git.md) @@ -20,7 +20,7 @@ operating system. We are a member of the [Peers Community](https://peers.community/) project, an organisation that supports Free Software. -**[Libreboot no longer opposes FSF/GNU. Read our open letter to the community.](blog/unity.md)** +**[Libreboot no longer opposes FSF/GNU. Read our open letter to the community.](news/unity.md)** Why use libreboot? ------------------ diff --git a/www/index.sh b/www/index.sh index 7053e909..9d0a9b28 100755 --- a/www/index.sh +++ b/www/index.sh @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. meta() { - URL=$(echo ${f%.md}.html | sed -e s-blog/--) + URL=$(echo ${f%.md}.html | sed -e s-news/--) echo "[$(sed -n 1p $f | sed -e s-^..--)]($URL){.title}" echo "[$(sed -n 3p $f | sed -e s-^..--)]{.date}" @@ -27,10 +27,10 @@ meta() { echo "" } -cat blog-list.md > blog/index.md +cat news-list.md > news/index.md -for f in $(ls -1 -t blog/*.md | sed -e s-.*index.md-- -e s-.*presentation.md--) +for f in $(ls -1 -t news/*.md | sed -e s-.*index.md-- -e s-.*presentation.md--) do touch -d "$(sed -n 3p $f | sed -e 's/^..//g')" $f - meta >> blog/index.md + meta >> news/index.md done diff --git a/www/blog-list.md b/www/news-list.md index 7c13e599..e22b1d0c 100644 --- a/www/blog-list.md +++ b/www/news-list.md @@ -1,4 +1,4 @@ -% Blog +% News announcements from the Libreboot project Updates to libreboot, both technical and organisational, will be written about here over time. diff --git a/www/blog/index.md b/www/news/index.md index 28b0eed5..6d12ce7d 100644 --- a/www/blog/index.md +++ b/www/news/index.md @@ -1,4 +1,4 @@ -% Blog +% News announcements from the Libreboot project Updates to libreboot, both technical and organisational, will be written about here over time. diff --git a/www/blog/unity.md b/www/news/unity.md index b44f04e0..b44f04e0 100644 --- a/www/blog/unity.md +++ b/www/news/unity.md |