I will defer to the feedback from others, but while your waiting, I'll tell
you the 2 options we found on our Intranet.
Option-1: Add the url to JetspeedResources.properties.
For example, to add our corporate Schedule, we added:
content.feeds.escheduling.url=http://development.velosmed.com/eschedule1.2/r
sseventstodayrequest.asp
content.feeds.escheduling.stylesheet.url=/content/xsl/jpc-full.xsl
content.feeds.escheduling.title=eScheduling
content.feeds.escheduling.description=Velos eScheduling
The disadvantage here is - at least in my installation - the cache is
updated once as Jetspeed is launched.
Option-2 (the one we chose):
As long as your content is in RSS-format, get a static copy of the xmltree
file, and add a node for your content. (1)If you look in your Cache folder,
you will find a file called http_www.xmltree.com_export_ocs.cfm (or
something similar). Move this to a static folder on your system (such as the
folder where you keep JetspeedResources.properties) and (3) rename it to
JetspeedContent.ocs. (3) Add a <rdf:description> node which describes the
link to your content. (4)Finally, modify your JetspeedResources.properties
to use this file instead of the on at xmltree.org:
contentfeeds.feed.xmltree.description=XML Tree OCS Feed
contentfeeds.feed.xmltree.url=file:///c:/Jetspeed/conf/JetspeedSources.cfm
Now your content will be maintained by the Jetspeed Daemon. The disadvantage
is that as xmltree.org is updated with new and discontinued sources, you
will not be. (Since we are an Intranet, we wanted to pick and choose the
available content for our employees for now).
Option-4: If your content is available to the public, simply go to
XMLTree.org and add your url.
Option-5: In a recent post, Kevin suggested you create your own Daemon to
maintain your own content. Without documentation (and limited technical
understaning of the nuts-and-bolts of Jetspeed, I could not persue this
currently.)
HTH
Steve B.
----- Original Message -----
From: "Dave Carlson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 29, 2000 8:27 PM
Subject: adding new channels to daemon
> Hi all,
> I'm new to Jetspeed, but have been having a blast so far! I successfully
> installed Jetspeed running under JRun 3.0 servlet engine on NT. So far,
so
> good.
>
> The FeedDaemon successfully updates all the channels that came from the
> default feed, but I want to add a couple of additional channels and have
the
> daemon also keep them updated. For example, I created a portlet for the
> channel URL "10.am/Development/xml-rss". I edited the PSML files and
> restarted the server. No content. Then I modified the config parameter
> cache.require.cached=false. Great, I now have a portlet with content!
> But, I can't figure out where to configure this channel for hourly update.
>
> If I understand the feeds.xml config file, it is only used for OCS feeds,
> not individual RSS channels. What if I don't want this huge list of
> channels, but want to configure my portal with a selected set of 20 or so
> channels?
>
> I hope this question is clear...
>
> Cheers,
> Dave Carlson
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]