Index: openacs-4/packages/news-aggregator/news-aggregator.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/news-aggregator.info,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/news-aggregator/news-aggregator.info 20 Aug 2004 09:11:37 -0000 1.12 +++ openacs-4/packages/news-aggregator/news-aggregator.info 20 Aug 2004 09:31:12 -0000 1.13 @@ -21,7 +21,9 @@ + + Index: openacs-4/packages/news-aggregator/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/index.adp,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/news-aggregator/www/index.adp 20 Aug 2004 09:11:40 -0000 1.11 +++ openacs-4/packages/news-aggregator/www/index.adp 20 Aug 2004 09:31:27 -0000 1.12 @@ -8,16 +8,22 @@

» #news-aggregator.Manage_Subscriptions#
- #news-aggregator.raquo# #news-aggregator.lt_Manage_This_Aggregato#
- #news-aggregator.raquo# #news-aggregator.lt_Create_New_Aggregator#
+ + #news-aggregator.raquo# #news-aggregator.lt_Manage_This_Aggregato#
+
+ + #news-aggregator.raquo# #news-aggregator.lt_Create_New_Aggregator#
+

@aggregator_description@ This page lists the most recent items from the feeds you've subscribed to. - You can hit the Purge button to clean out the page. Clicking the Save icon Save will prevent an item from being purged. - Click on the #news-aggregator.Post# icon Post this item to your Weblog to add the item to your weblog. + + You can hit the Purge button to clean out the page. Clicking the Save icon Save will prevent an item from being purged. + Click on the #news-aggregator.Post# icon Post this item to your Weblog to add the item to your weblog. +

Index: openacs-4/packages/news-aggregator/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/index.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/news-aggregator/www/index.tcl 20 Aug 2004 09:11:41 -0000 1.8 +++ openacs-4/packages/news-aggregator/www/index.tcl 20 Aug 2004 09:31:27 -0000 1.9 @@ -13,7 +13,10 @@ set package_url [ad_conn package_url] set per_user_aggregators_p [parameter::get -package_id $package_id -parameter PerUserAggregatorsP -default 0] set enable_purge_p [parameter::get -package_id $package_id -parameter EnablePurgeP -default 1] +set multiple_aggregators_p [parameter::get -package_id $package_id -parameter MultipleAggregatorsP -default 1] +set allow_aggregator_edit_p [parameter::get -package_id $package_id -parameter AllowAggregatorEditP -default 1] + if { ![info exists aggregator_id] } { # Check whether the user has an aggregator if { !$user_id } { Index: openacs-4/packages/news-aggregator/www/subscriptions.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/subscriptions.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/news-aggregator/www/subscriptions.adp 20 Mar 2004 11:12:29 -0000 1.4 +++ openacs-4/packages/news-aggregator/www/subscriptions.adp 20 Aug 2004 09:31:27 -0000 1.5 @@ -3,6 +3,10 @@ @context@

+ Back to news aggregator +

+ +

Enter the URL of an XML news feed you want to subscribe to, then click on the Add button.

Index: openacs-4/packages/news-aggregator/www/subscriptions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/subscriptions.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/news-aggregator/www/subscriptions.tcl 31 May 2004 13:57:01 -0000 1.6 +++ openacs-4/packages/news-aggregator/www/subscriptions.tcl 20 Aug 2004 09:31:27 -0000 1.7 @@ -78,7 +78,6 @@ -row_pretty_plural "subscriptions" \ -actions { "Export Subscriptions" "opml" "Export your subscriptions as an OPML file" - "Import Subscriptions" "opml-import" "Import your subscriptions from an OPML file" } -bulk_actions $bulk_actions -elements { title { label "Name"