This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: swagiaal: news now use rss feed of planet frysk.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]