public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: swagiaal@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: swagiaal: news now use rss feed of planet frysk.
Date: Tue, 08 Apr 2008 18:27:00 -0000	[thread overview]
Message-ID: <20080408182722.22495.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2008-04-08 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080408182722.22495.qmail@sourceware.org \
    --to=swagiaal@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).