Author: sanda Date: Wed Feb 12 10:12:21 2020 New Revision: 41250 URL: http://www.lyx.org/trac/changeset/41250
Log: Update RSS feed for 2.3.4 Modified: www-user/trunk/misc/rss/lyx_news_feed.xml www-user/trunk/misc/rss/lyx_rss_gen_data.sh Modified: www-user/trunk/misc/rss/lyx_news_feed.xml ============================================================================== --- www-user/trunk/misc/rss/lyx_news_feed.xml Wed Feb 12 06:22:40 2020 (r41249) +++ www-user/trunk/misc/rss/lyx_news_feed.xml Wed Feb 12 10:12:21 2020 (r41250) @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="iso-8859-1"?> <rss version="2.0"><channel><title>LyX news feed</title><link>https://www.lyx.org/News</link><description>The latest news about LyX, a WYSIWYM document processor</description> -<lastBuildDate>Tue, 25 Jun 2019 14:13:07 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<lastBuildDate>Wed, 12 Feb 2020 10:30:07 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<item><title>LyX 2.3.4.2 released.</title><link>https://www.lyx.org/News</link><description>Emergency Re-Release of 2.3.4</description><guid isPermaLink="false">LyX news feed February 12, 2020</guid><pubDate>uary 12 Feb 2020 00:00:00 GMT</pubDate></item> +<item><title>LyX 2.3.4 released.</title><link>https://www.lyx.org/News</link><description>Fourth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed January 31, 2020</guid><pubDate>ary 31 Jan 2020 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.3 released.</title><link>https://www.lyx.org/News</link><description>Third Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed June 25, 2019</guid><pubDate> 25 Jun 2019 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.2 released.</title><link>https://www.lyx.org/News</link><description>Second Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed December 14, 2018</guid><pubDate>mber 14 Dec 2018 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.1 released.</title><link>https://www.lyx.org/News</link><description>First Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed September 16, 2018</guid><pubDate>ember 16 Sep 2018 00:00:00 GMT</pubDate></item> Modified: www-user/trunk/misc/rss/lyx_rss_gen_data.sh ============================================================================== --- www-user/trunk/misc/rss/lyx_rss_gen_data.sh Wed Feb 12 06:22:40 2020 (r41249) +++ www-user/trunk/misc/rss/lyx_rss_gen_data.sh Wed Feb 12 10:12:21 2020 (r41250) @@ -13,7 +13,7 @@ EOF echo -n ' ' -cat $NEWS |grep ^news_item|sed 's/.*\"\(.*\)\".*\"\(.*\)\".*\"\(.*\)\".*/RSSItem(title=\"\1\",link=\"https:\/\/www.lyx.org\/News\",description=\"\2\",guid=Guid(\"LyX news feed \3\"),pubDate=\"\3\"),/'|grep -v news_item| sed 's:pubDate=\"\(...\).\(.*\),.\(....\)\":pubDate=\"\2 \1 \3 00\:00\:00 GMT\":'|head -n 6 +cat $NEWS |grep ^news_item|sed 's/.*\"\(.*\)\".*\"\(.*\)\".*\"\(.*\)\".*/RSSItem(title=\"\1\",link=\"https:\/\/www.lyx.org\/News\",description=\"\2\",guid=Guid(\"LyX news feed \3\"),pubDate=\"\3\"),/'|grep -v news_item| sed 's:pubDate=\"\(...\).\(.*\),.\(....\)\":pubDate=\"\2 \1 \3 00\:00\:00 GMT\":'|head -n 8 echo ' ])' echo 'rss.write_xml(open("lyx_news_feed.rss.tmp", "w"))' -- lyx-cvs mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-cvs
