summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b54c57)
raw | patch | inline | side by side (parent: 6b54c57)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 23 May 2013 08:15:22 +0000 (08:15 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 23 May 2013 08:15:22 +0000 (08:15 +0000) |
website/doc/build.sh | patch | blob | history | |
website/index.wml | patch | blob | history | |
website/prog/build.sh | patch | blob | history | |
website/tut/build.sh | patch | blob | history |
diff --git a/website/doc/build.sh b/website/doc/build.sh
index 7d99f45fb7528058721abef2142c2b80de7f4b37..178225fe665e01671e86340e86397bf42b705921 100755 (executable)
--- a/website/doc/build.sh
+++ b/website/doc/build.sh
-
#!/bin/sh
sect=doc
-src=../../program
+src=/home/oetiker/checkouts/rrdtool-1.x
+(cd $src; git checkout 1.4)
. ../bin/pod2wml.sh
pod2descr() {
diff --git a/website/index.wml b/website/index.wml
index 125908b3d05b847629f53810a10fa2f6b6277eb3..5b90a8b32516f8e8d916738d83e6bfaf8e3b5cf4 100644 (file)
--- a/website/index.wml
+++ b/website/index.wml
# href="http://n2.nabble.com/Supporting-Tobi%27s-OSS-work-in-2009-tp1660428p1660428.html">supporting
# my OSS work</a> in 2009.</p>
+<h2>News</h2>
+
+For the lastest news regarding RRDtool, check the <a href="http://oss.oetiker.ch/rrdtool/forum.en.html#nabble-f937719">Announcements Mailinglist Archive</a>.
+
<h2>Download</h2>
<p>RRDtool is available for <a href="download.en.html">download</a> from
this site. It compiles on a number of different Linux and Unix platforms as
well as on Microsoft Windows.</p>
-<h2>RRDtool News Feeds</h2>
-
-<div>RRDtool Announcements feed <a href="http://feeds2.feedburner.com/RrdtoolAnnouncements" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> <a href="http://feeds2.feedburner.com/RrdtoolAnnouncements" rel="alternate" type="application/rss+xml">subscribe in a reader</a></div>
-<div>RRDtool Bugs feed <a href="http://feeds2.feedburner.com/RRDtoolBugs" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> <a href="http://feeds.feedburner.com/RRDtoolBugs" rel="alternate" type="application/rss+xml">subscribe in a reader</a></div>
-<div>RRDtool Wiki Updates <a href="http://feeds2.feedburner.com/RRDtoolWikiUpdates" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> <a href="http://feeds.feedburner.com/RRDtoolWikiUpdates" rel="alternate" type="application/rss+xml">subscribe in a reader</a></div>
-<div>RRDtool Checkins <a href="http://feeds2.feedburner.com/RRDtoolCheckins" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a> <a href="http://feeds.feedburner.com/RRDtoolCheckins" rel="alternate" type="application/rss+xml">subscribe in a reader</a></div>
-
<h2>Sponsorship and Appreciators</h2>
<p>You like RRDtool? You want show your appreciation? You want to sponsor
diff --git a/website/prog/build.sh b/website/prog/build.sh
index 5e7ef3ea91ee62bd82f10ef04da9611eafa9ef81..809fb29f5ac49d473a96bf7943a52b7eb7e265af 100755 (executable)
--- a/website/prog/build.sh
+++ b/website/prog/build.sh
#!/bin/sh
sect=prog
-src=../../program
+src=/home/oetiker/checkouts/rrdtool-1.x
+(cd $src; git checkout 1.4)
. ../bin/pod2wml.sh
pod2descr() {
diff --git a/website/tut/build.sh b/website/tut/build.sh
index 67e0bd7a1a9a96a0c847a27d976d65dd2eba466d..8e0677a9c4f2c73f58f7651268b62ba0214acbff 100755 (executable)
--- a/website/tut/build.sh
+++ b/website/tut/build.sh
#!/bin/sh
sect=tut
-src=../../program
+src=/home/oetiker/checkouts/rrdtool-1.x
+(cd $src; git checkout 1.4)
. ../bin/pod2wml.sh
pod2descr() {