taylor 01/12/10 21:21:58
Modified: webapp/rss admin.rss
Log:
- fixed links on Admin/Content tab. Not sure if this was the best way to make a
relative link in an RSS file.
Revision Changes Path
1.3 +9 -3 jakarta-jetspeed/webapp/rss/admin.rss
Index: admin.rss
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/rss/admin.rss,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- admin.rss 2000/12/22 13:29:21 1.2
+++ admin.rss 2001/12/11 05:21:58 1.3
@@ -7,7 +7,7 @@
The Jetspeed Administration features are mainly
implemented in a few administrative portlets which you can access
from the admin user home page by chosing the "Admin" tab.
- The following admin portlets are implemented in 1.3a1
+ The following admin portlets are implemented in 1.3a2
</description>
<item>
@@ -15,14 +15,17 @@
<description>
This portlet gives general information about the portal
resources utilisation
- </description>
+ </description>
+
<link>/jetspeed/portal?action=controls.Maximize&portlet=GlobalAdminPortlet</link>
</item>
<item>
- <title>Java Runtime</title>
+ <item>
+ <title>Java Runtime</title>
<description>
Give you all the properties defined for the JVM running
the application
</description>
+
<link>/jetspeed/portal?action=controls.Maximize&portlet=JavaRuntimePortlet</link>
</item>
<item>
<title>Daemons</title>
@@ -35,6 +38,7 @@
bad URL daemon which removes from the syndicated data source list
the unreachable or stale URLs
</description>
+
<link>/jetspeed/portal?action=controls.Maximize&portlet=DaemonAdminPortlet</link>
</item>
<item>
<title>Jetspeed Content</title>
@@ -42,6 +46,7 @@
Allows you to add items to the various Jetspeed channels defined
on your portal.
</description>
+
<link>/jetspeed/portal?action=controls.Maximize&portlet=JetspeedContentAdmin</link>
</item>
<item>
<title>BadURLManager</title>
@@ -49,6 +54,7 @@
Lists the URLs currently marked as unreachable by the system and
allows you to manually test these URLs.
</description>
+
<link>/jetspeed/portal?action=controls.Maximize&portlet=BadURLManagerPortlet</link>
</item>
</channel>
</rss>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>