public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: swagiaal: news now use rss feed of planet frysk.
@ 2008-04-08 18:27 swagiaal
  0 siblings, 0 replies; only message in thread
From: swagiaal @ 2008-04-08 18:27 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  e46576dda8e33b2b78b563dd119a49ffb3f3e87d (commit)
      from  7509f5f0103b0527781d4d8ccde451e3ea71266c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit e46576dda8e33b2b78b563dd119a49ffb3f3e87d
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Tue Apr 8 14:26:14 2008 -0400

    swagiaal: news now use rss feed of planet frysk.

-----------------------------------------------------------------------

Summary of changes:
 htdocs/index.html |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/htdocs/index.html b/htdocs/index.html
index cef50d1..1d0f03f 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -75,7 +75,30 @@ available as both a research and development platform.</p>
 
 <h2>News</h2>
 
-<h3>Frysk 0.2.1 released</h3>
+<script type="text/javascript">
+  rssFile=document.implementation.createDocument("","",null);
+  rssFile.async=false;
+  rssFile.load("atom.xml");
+
+  document.write("<h3>"+ 
+    rssFile.getElementsByTagName("entry")[0]
+    .getElementsByTagName("title")[0].childNodes[0].nodeValue+
+    " by <i>" + 
+      rssFile.getElementsByTagName("entry")[0]
+      .getElementsByTagName("author")[0]
+      .getElementsByTagName("name")[0]
+      .childNodes[0].nodeValue
+      + "</i> " 
+    + "</h3>");
+  
+  document.write("<p>"+ 
+    rssFile.getElementsByTagName("entry")[0]
+    .getElementsByTagName("content")[0].childNodes[0].nodeValue+ "</p>");
+
+</script>
+<h2>Release</h2>
+
+<h3>0.2.1</h3>
 
 <p>We, that is, Adam Jocksch, Alexandre Oliva, Andrew Cagney, Carlos
 Eduardo Seo, Chris Moller, Diego Novillo, Elena Zannoni, Frank


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-08 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-08 18:27 [SCM] master: swagiaal: news now use rss feed of planet frysk swagiaal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).