-
Notifications
You must be signed in to change notification settings - Fork 27
AtomFeed Properties
theghostwhoforks edited this page Apr 12, 2013
·
2 revisions
AtomFeed Server reads User Configuration properties from a properties file called atomfeed, located at the resource root.
The properties file is used to configure the following entities -
- DataSource and other database related configuration (JDBC, C3P0 etc..). See the atomfeed-server-spring context file to see how the properties are used.
- Feed Internationalized Resource Identifier (IRI) Prefix- This defines the IRI that we generate for every feed. IRIs for every feed generated are based on the prefix defined in the file.
- Feed Title - The Server looks at this property to define the title for every Feed.
- Feed Generator - The title of the Feed Generator. The value is usually the name of the application/service that is generating the Feed.
- Feed Author - The author of the feed.
- Feed Generator URI - The URI of the Generator Service.
- Chunking Strategy - The chunking strategy that will be used to the server to determine the size of a feed. Accepted values are either number or time.
Look at the properties file used by atomfeed-standalone server to see what an sample properties file contains.