From: oetiker
Date: Mon, 3 Apr 2006 21:50:34 +0000 (+0000)
Subject: added aware
X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7aac979d819988424f9098e1eebaca37b32e578;p=rrdtool-all.git
added aware
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@783 a5681a0c-68f1-0310-ab6d-d61299d08faa
---
diff --git a/website/bin/htmlfix.sh b/website/bin/htmlfix.sh
index eacaafd7..9437245e 100755
--- a/website/bin/htmlfix.sh
+++ b/website/bin/htmlfix.sh
@@ -3,6 +3,8 @@ case $1 in
*.html)
tidy -latin1 -wrap 0 -q -asxhtml $1 >$1.fixed 2>$1.report
perl -i -0777 -p -e 's/^\s*//;s{="mailto:(oetiker|tobi|tobias)@(oetiker.ch|ee.ethz.ch)"}{="http://tobi.oetiker.ch/"}g;s{="mailto:(\S*?)\@(\S*?)"}{="mailto:$1@..delete..this..$2"}g' $1.fixed
+ # yes, beleive it or not IE chockes on propper xhtml pages ... sigh
+ perl -i -0777 -p -e 's/^\s*<\?xml.+?\?>\s*//;' $1.fixed
if [ $? != 0 ]; then
echo Parsing: $1
egrep -v "^(HTML Tidy|$1:|To learn|Please send|HTML and CSS|Lobby your)" $1.report
diff --git a/website/rrdworld/aware.xml b/website/rrdworld/aware.xml
new file mode 100644
index 00000000..19e29d43
--- /dev/null
+++ b/website/rrdworld/aware.xml
@@ -0,0 +1,21 @@
+
+
+ Aware
+ Russell Leighton
+
+
+The *Aware* project is an effort to create a software framework
+to measure, monitor, and control computer system resources. Aware is
+intended to enable system administrators tune system variables, set
+monitoring/security alarms and build adaptive distributed systems.
+Aware modules may be linked into applications making them 'aware' and
+able to participate in the larger managed system.
+
+
+ http://www.elegant-software.com/software/aware/
+ 2006 4
+ LGPL
+
+
+
diff --git a/website/rrdworld/awicon64.png b/website/rrdworld/awicon64.png
new file mode 100644
index 00000000..a2aff23e
Binary files /dev/null and b/website/rrdworld/awicon64.png differ
diff --git a/website/rrdworld/index.wml b/website/rrdworld/index.wml
index f16f2af7..ed077bf7 100644
--- a/website/rrdworld/index.wml
+++ b/website/rrdworld/index.wml
@@ -20,6 +20,7 @@ while we wait for new material to arrive.
Free Applications
+#include "aware.xml"
#include "bbstatus.xml"
#include "bigsis_rrdworld.xml"
#include "cacti.xml"