summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a856c4)
raw | patch | inline | side by side (parent: 3a856c4)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 3 Apr 2006 21:50:34 +0000 (21:50 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 3 Apr 2006 21:50:34 +0000 (21:50 +0000) |
website/bin/htmlfix.sh | patch | blob | history | |
website/rrdworld/aware.xml | [new file with mode: 0644] | patch | blob |
website/rrdworld/awicon64.png | [new file with mode: 0644] | patch | blob |
website/rrdworld/index.wml | patch | blob | history |
diff --git a/website/bin/htmlfix.sh b/website/bin/htmlfix.sh
index eacaafd796d2f56e171365443a55f3b429a2af58..9437245e35979e2a0da13e0b9de0b9a6e267c59c 100755 (executable)
--- a/website/bin/htmlfix.sh
+++ b/website/bin/htmlfix.sh
*.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
--- /dev/null
@@ -0,0 +1,21 @@
+<rrdworld type="application"
+ icon="awicon64.png" > <!-- Size 100x66 -->
+
+ <name> Aware </name>
+ <author> Russell Leighton </author>
+<description>
+
+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.
+
+</description>
+ <homepage> http://www.elegant-software.com/software/aware/ </homepage>
+ <year> 2006 </year><month> 4 </month> <!-- Entry creation date -->
+ <license> LGPL </license>
+
+
+</rrdworld>
diff --git a/website/rrdworld/awicon64.png b/website/rrdworld/awicon64.png
new file mode 100644 (file)
index 0000000..a2aff23
Binary files /dev/null and b/website/rrdworld/awicon64.png differ
index 0000000..a2aff23
Binary files /dev/null and b/website/rrdworld/awicon64.png differ
index f16f2af7565bd4a2a1eb50af232d06a61926e214..ed077bf72dd2815348371fe5292297e9547dcb78 100644 (file)
<h2>Free Applications</h2>
+#include "aware.xml"
#include "bbstatus.xml"
#include "bigsis_rrdworld.xml"
#include "cacti.xml"