| Configuration parameter |
Default value |
Usage |
| blog-home |
|
Points to the directory where your blog entries will be located For example: /my/home/directory/blog NOTE This parameter should point to the absolute directory where your blog entries will be kept. It should exist outside the web application root directory. |
| blog-directory-depth |
-1 |
Indicates the number of levels deep that blojsom should traverse in blog-home to look for entries. A value of -1 indicates that blojsom should traverse all directories. |
| blog-language |
en |
Indicates the language code for this blog. This parameter is used when generating RSS feeds for your blog. |
| blog-country |
US |
Indicates the country code for this blog. |
| blog-name |
|
The name of your blog. |
| blog-description |
|
A concise description of your blog. |
| blog-base-url |
|
Base URL for your blog For example: http://localhost:8080/blojsom |
| blog-url |
|
URL for your blog. This URL should include the appropriate user id otherwise links will be generated for the default user's blog. For example: http://localhost:8080/blojsom/blog/david/ NOTE The default servlet-mapping configured in the /WEB-INF/web.xml for blojsom is set to pass all requests for /blog/* to blojsom. If you change the mapping in the /WEB-INF/web.xml file, then you will need to make sure that change is reflected in the URL for your blog. |
| blog-file-extensions |
|
Comma-separated list of regular expressions to identify file extensions blojsom uses for blog entries. By default, blojsom will look for .txt and .html file extensions in the blog directories for entries. |
| blog-entry-meta-data-extension |
|
File extension that blojsom should look for if using per-entry meta-data. This feature is described in the customization reference. |
| blog-properties-extensions |
|
File extensions that blojsom should look for in the blog category directories. Any properties files discovered when loading the blog from disk will be used as meta-data for the current category. This feature is described in the customization reference. |
| blog-entries-display |
-1 |
Sets the maximum number of display entries per category. If this value is -1, all entries will be displayed. This parameter also controls the number of entries that get aggregated for individual categories if requesting the default or "/" category. |
| blog-default-category-mapping |
|
Customize the blog directories that will be "aggregated" to the default or "/" category. If left blank, all directories, up to blog-directory-depth will be aggregated. This feature is described on the category aggregation page. This is a comma-separated list of the category names that will be shown. |
| blog-default-category-exclusion-mapping |
|
Customize the blog directories that will be excluded from the default or "/" category. This would allow you to show all but a certain set of categories. This is a comma-separated list of the category names that will be excluded. |
| blog-directory-filter |
|
Comma-separated list of regular expressions of directory names that blojsom should filter when looking for categories. By default, the comments and trackback directories are added to this list. |
| blog-owner |
|
Identifies the name of the blog owner. |
| blog-owner-email |
|
Identifies the e-mail address of the blog owner. |
| blog-comments-enabled |
|
Indicates whether or not comments are enabled on this blog. Can be either true or false. See comments page for more information on comments. |
| blog-comments-directory |
.comments |
The directory where blog comments will be written to under the blog category directories. This directory is automatically added to the list of directories that get filtered. |
| blog-trackbacks-enabled |
|
Indicates whether or not trackbacks are enabled on this blog. Can be either true or false. See trackbacks page for more information on trackbacks. |
| blog-trackbacks-directory |
.trackbacks |
The directory where blog trackbacks will be written to under the blog category directories. This directory is automatically added to the list of directories that get filtered. |
| blog-email-enabled |
false |
Indicates whether or not comments and trackbacks will be e-mailed to the blog owner. Can be either true or false. |
| blog-file-encoding |
UTF-8 |
File encoding for reading and writing blog entries/comments/trackbacks. |
| blog-blacklist-file |
|
Points to the file containing the blacklist regular expressions. |
| blog-xmlrpc-entry-extension |
.html |
File extension used by the XML-RPC extension when writing entries to disk. |
| blog-banned-ip-addresses |
|
Comma-separated list of regular expressions IP addresses that you would like to be banned. Presently, this is only used by the Comment and Trackback plugins. |
| blog-default-flavor |
html |
Sets the default flavor used to render the blog if not specified. |
| blog-ping-urls |
|
URLs separated by a space that will populate the ping URLs automatically when adding or editing blog entries. |
| linear-navigation-enabled |
false |
Indicates whether or not linear post navigation is enabled on this blog. Can either be true or false. |