Skip to content

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 -

  1. DataSource and other database related configuration (JDBC, C3P0 etc..). See the atomfeed-server-spring context file to see how the properties are used.
  2. 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.
  3. Feed Title - The Server looks at this property to define the title for every Feed.
  4. Feed Generator - The title of the Feed Generator. The value is usually the name of the application/service that is generating the Feed.
  5. Feed Author - The author of the feed.
  6. Feed Generator URI - The URI of the Generator Service.
  7. 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.

Sample Properties file

Look at the properties file used by atomfeed-standalone server to see what an sample properties file contains.

Clone this wiki locally