gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: change to generated rss, still fixing it.


From: gnunet
Subject: [www] branch master updated: change to generated rss, still fixing it.
Date: Mon, 04 Nov 2019 11:01:14 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 3469699  change to generated rss, still fixing it.
3469699 is described below

commit 34696998bd739162c8008bc7ba388050d48ff7a0
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 4 09:58:21 2019 +0000

    change to generated rss, still fixing it.
---
 GNUmakefile          | 4 ++--
 common/header.j2.inc | 8 +-------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 84fbfee..1473444 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -29,8 +29,8 @@ all: css locale template
        $(cp) favicon.ico rendered/favicon.ico
        $(sh) make_sitemap.sh
        $(cp) rendered/sitemap.xml rendered/en/sitemap.xml
-       $(cp) rss.xml rendered/rss.xml
-       (for lang in en de es fr it ; do $(cp) rss.xml rendered/$$lang/rss.xml; 
done)
+       # $(cp) rss.xml rendered/rss.xml
+       # (for lang in en de es fr it ; do $(cp) rss.xml 
rendered/$$lang/rss.xml; done)
        $(cp) static/moved.html rendered/frontpage.html
        cd rendered; $(ln) -fs frontpage.html frontpage
        $(cp) static/moved_gsoc.html rendered/gsoc.html
diff --git a/common/header.j2.inc b/common/header.j2.inc
index eac5ace..9301948 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -50,10 +50,4 @@
       <script 
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
     <![endif]-->
 
-    <!-- handwritten rss -->
-    <link rel="alternate" type="application/rss+xml" title="GNUnet.org rss" 
href="rss.xml" />
-
-    <!-- rss and atom, WIP
-    <link rel="alternate" type="application/rss+xml" href="{{ url('feed.rss') 
}} title="RSS feed for gnunet.org">
-    <link rel="alternate" type="application/atom+xml" href="{{ 
url('feed.atom') }} title="Atom feed for gnunet.org">
-    -->
+    <link rel="alternate" type="application/rss+xml" title="GNUnet.org rss" 
href="{{ url_localized('news/rss.xml') }}" />

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]