myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [1980] branches/event_logging/app/views: Subscrip


From: noreply
Subject: [myexperiment-hackers] [1980] branches/event_logging/app/views: Subscriptions.
Date: Mon, 17 Nov 2008 13:20:50 -0500 (EST)

Revision
1980
Author
alekses6
Date
2008-11-17 13:20:49 -0500 (Mon, 17 Nov 2008)

Log Message

Subscriptions. Updated all descriptions of RSS feeds.

Modified Paths

Diff

Modified: branches/event_logging/app/views/announcements/index.rxml (1979 => 1980)


--- branches/event_logging/app/views/announcements/index.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/announcements/index.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the Announcements on myExperiment.org"
+    xml.description "Most recent Site Announcements on myExperiment.org"
     render(:partial => "layouts/announcement", :collection => @announcements, :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/blobs/index.rxml (1979 => 1980)


--- branches/event_logging/app/views/blobs/index.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/blobs/index.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the latest Files which have been uploaded to myExperiment.org"
+    xml.description "Most recent Files on myExperiment.org"
     render(:partial => "layouts/blob", :collection => @rss_blobs, :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/blobs/news.rxml (1979 => 1980)


--- branches/event_logging/app/views/blobs/news.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/blobs/news.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the status updates for #{contributable_name_from_instance(@blob)} File on myExperiment.org"
+    xml.description "News and status updates for #{contributable_name_from_instance(@blob)} File on myExperiment.org"
     render(:partial => "layouts/news_entry", :collection => news_from_log_for_contributable(@blob, Time.now, Time.now-DEFAULT_CONTRIBUTABLE_NEWS_TIMEFRAME, DEFAULT_RSS_ENTRY_COUNT, nil), :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/group_announcements/index.rxml (1979 => 1980)


--- branches/event_logging/app/views/group_announcements/index.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/group_announcements/index.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the Group Announcements for address@hidden Group on myExperiment.org"
+    xml.description "Public Group Announcements for address@hidden Group on myExperiment.org"
     # for the feeds always display only the public announcements
     render(:partial => "layouts/group_announcement", :collection => @group.announcements_public, :locals => { :xm => xml, :group => @group })
   end

Modified: branches/event_logging/app/views/home/latest_comments.rxml (1979 => 1980)


--- branches/event_logging/app/views/home/latest_comments.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/home/latest_comments.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the most recently added comments on myExperiment.org"
+    xml.description "Most recent comments on myExperiment.org"
     render(:partial => "layouts/comment", :collection => @latest_comments_rss, :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/home/latest_reviews.rxml (1979 => 1980)


--- branches/event_logging/app/views/home/latest_reviews.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/home/latest_reviews.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the most recently added reviews on myExperiment.org"
+    xml.description "Most recent reviews on myExperiment.org"
     render(:partial => "layouts/review", :collection => @latest_reviews_rss, :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/home/public_news.rxml (1979 => 1980)


--- branches/event_logging/app/views/home/public_news.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/home/public_news.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the latest public activities on myExperiment.org"
+    xml.description "Latest public news on myExperiment.org"
     
     render(:partial => "layouts/news_entry", :collection => news_from_log_public(Time.now, Time.now-DEFAULT_PUBLIC_NEWS_RSS_TIMEFRAME, DEFAULT_PUBLIC_NEWS_RSS_COUNT, nil), :locals => { :xm => xml })
   end

Modified: branches/event_logging/app/views/home/updated_items.rxml (1979 => 1980)


--- branches/event_logging/app/views/home/updated_items.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/home/updated_items.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the most recently updated items on myExperiment.org"
+    xml.description "Most recently updated items on myExperiment.org"
     # iterate through the collection manually, as it contains items of different types
     @updated_items_rss.each do |item|
       render(:partial => "layouts/#{item.class.to_s.downcase}", :object => item, :locals => { :xm => xml })

Modified: branches/event_logging/app/views/networks/index.rxml (1979 => 1980)


--- branches/event_logging/app/views/networks/index.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/networks/index.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the most recently created groups on myExperiment.org"
+    xml.description "Most recent groups on myExperiment.org"
     render(:partial => "layouts/network", :collection => Network.recently_created(LATEST_GROUPS_RSS_ENTRY_COUNT), :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/networks/news.rxml (1979 => 1980)


--- branches/event_logging/app/views/networks/news.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/networks/news.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the public group news for address@hidden Group on myExperiment.org"
+    xml.description "Public group news for address@hidden Group on myExperiment.org"
     render(:partial => "layouts/news_entry", :collection => news_from_log_for_contributor(@network, Time.now, Time.now-DEFAULT_PUBLIC_NEWS_RSS_TIMEFRAME, true, false, false, DEFAULT_PUBLIC_NEWS_RSS_COUNT, nil), :locals => { :xm => xml, :group => @network })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/networks/shared_items.rxml (1979 => 1980)


--- branches/event_logging/app/views/networks/shared_items.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/networks/shared_items.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -6,7 +6,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing all items shared with address@hidden Group on myExperiment.org"
+    xml.description "Listing of all items shared with address@hidden Group on myExperiment.org"
     # iterate through the collection manually, as it contains items of different types
     @shared_items_rss.each do |item|
       render(:partial => "layouts/#{item.class.to_s.downcase}", :object => item, :locals => { :xm => xml })

Modified: branches/event_logging/app/views/packs/index.rxml (1979 => 1980)


--- branches/event_logging/app/views/packs/index.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/packs/index.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the latest Packs which have been uploaded to myExperiment.org"
+    xml.description "Most recent packs on myExperiment.org"
     render(:partial => "layouts/pack", :collection => @rss_packs, :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/packs/items.rxml (1979 => 1980)


--- branches/event_logging/app/views/packs/items.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/packs/items.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -6,7 +6,7 @@
     xml.link pack_url(@pack)
     xml.language "en-us"
     xml.ttl "60"
-    xml.description "RSS feed listing all the items in the pack: #{h @pack.title}."
+    xml.description "Listing of all the items in the pack: #{h @pack.title}."
     render(:partial => "layouts/pack_items", :locals => { :pack => @pack, :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/packs/news.rxml (1979 => 1980)


--- branches/event_logging/app/views/packs/news.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/packs/news.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the status updates for #{contributable_name_from_instance(@pack)} Pack on myExperiment.org"
+    xml.description "News and status updates for #{contributable_name_from_instance(@pack)} Pack on myExperiment.org"
     render(:partial => "layouts/news_entry", :collection => news_from_log_for_contributable(@pack, Time.now, Time.now-DEFAULT_CONTRIBUTABLE_NEWS_TIMEFRAME, DEFAULT_RSS_ENTRY_COUNT, nil), :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/tags/index.rxml (1979 => 1980)


--- branches/event_logging/app/views/tags/index.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/tags/index.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the most recently added tags on myExperiment.org"
+    xml.description "Most recent tags on myExperiment.org"
     render(:partial => "layouts/tagging", :collection => @latest_tags_rss, :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/workflows/index.rxml (1979 => 1980)


--- branches/event_logging/app/views/workflows/index.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/workflows/index.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the latest Workflows which have been uploaded to myExperiment.org"
+    xml.description "Most recent workflows on myExperiment.org"
     render(:partial => "layouts/workflow", :collection => @rss_workflows, :locals => { :xm => xml })
   end
 end
\ No newline at end of file

Modified: branches/event_logging/app/views/workflows/news.rxml (1979 => 1980)


--- branches/event_logging/app/views/workflows/news.rxml	2008-11-17 18:12:15 UTC (rev 1979)
+++ branches/event_logging/app/views/workflows/news.rxml	2008-11-17 18:20:49 UTC (rev 1980)
@@ -5,7 +5,7 @@
     xml.language "en-us"
     xml.ttl "60"
     xml.tag! "atom:link", :rel => 'search', :type => 'application/opensearchdescription+xml', :href ="" "http://#{request.host_with_port}/open_search.xml"
-    xml.description "RSS feed listing the status updates for #{contributable_name_from_instance(@workflow)} Workflow on myExperiment.org"
+    xml.description "News and status updates for #{contributable_name_from_instance(@workflow)} Workflow on myExperiment.org"
     render(:partial => "layouts/news_entry", :collection => news_from_log_for_contributable(@workflow, Time.now, Time.now-DEFAULT_CONTRIBUTABLE_NEWS_TIMEFRAME, DEFAULT_RSS_ENTRY_COUNT, nil), :locals => { :xm => xml })
   end
 end
\ No newline at end of file

reply via email to

[Prev in Thread] Current Thread [Next in Thread]