From 0fff8854daa3de329c3ceea3458948cf2c25ada5 Mon Sep 17 00:00:00 2001 From: Date: Mon, 12 Dec 2005 18:25:18 -0500 Subject: [PATCH] Site update --- site/include/adesklets.xsl | 8 ++++++++ site/scripts/news.sh | 2 +- site/src/birthday.xml | 14 +++++++++----- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/site/include/adesklets.xsl b/site/include/adesklets.xsl index bbacf42..f261f2e 100644 --- a/site/include/adesklets.xsl +++ b/site/include/adesklets.xsl @@ -266,5 +266,13 @@

+ + + + + + + + \ No newline at end of file diff --git a/site/scripts/news.sh b/site/scripts/news.sh index b736246..1f17983 100755 --- a/site/scripts/news.sh +++ b/site/scripts/news.sh @@ -4,7 +4,7 @@ cat<adesklets news EOF cat include/menu.xml -for FILE in $(find news -name '*.txt' -maxdepth 1 | tac); do +for FILE in $(find news -name '*.txt' -maxdepth 1 | sort -n | tac); do if ! head -n 1 ${FILE} | grep '^@' > /dev/null ; then sed -i "1i@$(date -u)@" ${FILE} fi diff --git a/site/src/birthday.xml b/site/src/birthday.xml index 2494c13..b7beee1 100644 --- a/site/src/birthday.xml +++ b/site/src/birthday.xml @@ -35,7 +35,8 @@ as much as they should; but how helping them?

In term of operating systems, Unix and BSD derivatives are the norm (people -usually settling for what is better for them), but Windows is a no-to-be-neglected +usually settling for what is better for them), but Windows is a +not-to-be-neglected emerging force doing big inroads with a bold 15% market share, which is unluckily a platform adesklets does not support. We also need to be concerned with the near-monopolistic position of the Firefox Browser, used by more than @@ -46,8 +47,11 @@ basically a single platform supported, its future is hard to predict.

-adesklets is maturing and getting more recognition and support. -The ever growing community submit more desklets by the month, making it a more -attractive program with each new release: a single desklets was released initially, -we now have more then thirty of them. Who knows what will happen in the next year? +adesklets is maturing and getting more recognition and support -- to celebrate, we +just released adesklets 0.5.0: check it out. The ever growing community +submit more desklets by the month, making it a more attractive program with +each new release, with not a single API breakdown since the +beginning, but only backward-compatible, incremental changes: +a single desklets was released initially, we now have more then thirty +of them. Who knows what will happen in the next year? -- 2.11.4.GIT