Index: openacs-4/www/templates/widgets/download.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/templates/widgets/Attic/download.adp,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/www/templates/widgets/download.adp 9 Oct 2008 19:44:41 -0000 1.1.2.3 +++ openacs-4/www/templates/widgets/download.adp 6 Jul 2009 09:21:01 -0000 1.1.2.4 @@ -2,7 +2,7 @@ Download Now!

- Version 5.4.3 (openacs-5.4.3.tgz) + Version 5.5.0 (openacs-5.5.0.tgz)
Install documentation

Index: openacs-4/www/templates/widgets/header.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/templates/widgets/Attic/header.adp,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/www/templates/widgets/header.adp 26 Aug 2008 23:29:42 -0000 1.1.2.2 +++ openacs-4/www/templates/widgets/header.adp 6 Jul 2009 09:21:01 -0000 1.1.2.3 @@ -45,7 +45,8 @@ - + + Index: openacs-4/www/templates/widgets/news.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/templates/widgets/Attic/news.adp,v diff -u -N -r1.1.2.5 -r1.1.2.6 --- openacs-4/www/templates/widgets/news.adp 1 Nov 2008 20:18:14 -0000 1.1.2.5 +++ openacs-4/www/templates/widgets/news.adp 6 Jul 2009 09:21:01 -0000 1.1.2.6 @@ -1,5 +1,5 @@
- Subscribe via RSS Syndication Feed + Subscribe via RSS Syndication Feed

@title@

Index: openacs-4/www/templates/widgets/statistics.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/templates/widgets/Attic/statistics.adp,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/www/templates/widgets/statistics.adp 31 Jan 2005 15:23:13 -0000 1.1.2.2 +++ openacs-4/www/templates/widgets/statistics.adp 6 Jul 2009 09:21:01 -0000 1.1.2.3 @@ -1,2 +1,2 @@ -The Toolkit for Online Communities
-@n_users@ Community Members, @num_users_online@ membermembers online +The Toolkit for Online Communities
+@n_users@ Community Members, @num_users_online@ membermembers online, @visitors@ visitors today Index: openacs-4/www/templates/widgets/statistics.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/templates/widgets/Attic/statistics.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/www/templates/widgets/statistics.tcl 31 Jan 2005 15:23:13 -0000 1.1.2.2 +++ openacs-4/www/templates/widgets/statistics.tcl 6 Jul 2009 09:21:01 -0000 1.1.2.3 @@ -6,6 +6,12 @@ set whos_online_url "[subsite::get_element -element url]shared/whos-online" +if {[info command ::throttle] ne ""} { + set active24 [throttle users nr_users_per_day] + set authUsers24 [lindex $active24 1] + set activeIP24 [lindex $active24 0] + set visitors [expr {$authUsers24 + $activeIP24}] +} # we seed with the no. of downloads on the old site. # LARS 2003-08-18: I've taken this out because it makes us look stupid