# NanoBlogger Weblog Config File - blog.conf # Last modified: 2007-01-04T15:28:56-05:00 ##### Main Preferences ##### # set default editor for your weblog (defaults to $EDITOR). NB_EDITOR="$EDITOR" # set default browser for previewing your weblog (defaults to $BROWSER) NB_BROWSER="/usr/bin/firefox" # maximum number of entries to display on the main index page. MAX_ENTRIES="10" # date format used for a new entry (used by the "date" command). # e.g. DATE_FORMAT="%Y-%m-%d %H:%M:%S" DATE_FORMAT="%Y-%m-%d %H:%M:%S" # Date's locale (language) to display in (e.g. DATE_LOCALE="$LANG") # set as blank to have it automatically detected at runtime. DATE_LOCALE="en_US" # date command arguments (see date's man page). DATE_ARGS="-R" # set the full URL to your weblog (required for absolute links and # syndication feeds). # e.g. BLOG_URL="http://weblog.user/~foo" ("/" gets appended automatically) BLOG_URL="http://pywps.wald.intavation.org/" # stylesheet used for your weblog (should always be relative link). BLOG_CSS="styles/nb_rusted.css" # shortcut icon for your weblog (should always be relative link). BLOG_ICON="images/favicon.ico" # action to perform on links to entries (e.g. run a server-side script) # must be activated in templates. # e.g. (with BLOG_URL set) BLOG_URL_ACTION="$BLOG_URL/cgi-bin/cgicomment.pl?article=" # e.g. (using BASE_URL in templates) BLOG_URL_ACTION="cgi-bin/cgicomment.pl?article=" BLOG_URL_ACTION="" # set the Language (character encoding) used for your weblog. BLOG_CHARSET="utf-8" # set the mime type used for your weblog # e.g. BLOG_MIMETYPE="text/html" BLOG_MIMETYPE="application/xhtml+xml" # set the timezone for your RSS/Atom feed (should follow W3CDTF date format). # set as blank to have it automatically detected if your system supports "date +%z". # e.g. BLOG_TZD="-05:00" BLOG_TZD="" # title of your weblog. BLOG_TITLE="PyWPS" # description of your weblog. BLOG_DESCRIPTION="Web Processing Service in Python" # default author of your weblog (defaults to $USER). BLOG_AUTHOR="PyWPS Development Team" # contact information for your weblog. # e.g. BLOG_CONTACT=''$BLOG_AUTHOR'' BLOG_CONTACT="" #### Link Preferences #### # toggles display of directory index file in links (strongly suggested # for local preview) - 0/1 = off/on SHOW_INDEXFILE="1" # show permanent links for each entry - 0/1 = off/on. PERMALINKS="1" # show category links for each entry - 0/1 = off/on. CATEGORY_LINKS="0" # toggles between friendly and unfriendly (non-title based) links # 1/0 = friendly/unfriendly. FRIENDLY_LINKS="1" # maximum title width (by characters) generated for "friendly" links. # (defaults to 150) MAX_TITLEWIDTH="150" # enable absolute links (full path to domain/$BLOG_URL) - 0/1 = off/on. # defaults to relative links, "0" ABSOLUTE_LINKS="0" #### Misc. Settings #### # command to run when previewing your weblog. # used by the option and prompt for previewing (when set). BLOG_PREVIEW_CMD="nb_browser $BLOG_DIR/index.html" # command to run when publishing your weblog to a remote site. # used by the option and prompt for publishing (when set). BLOG_PUBLISH_CMD="" # enable Interactive mode (classic behavior) - 0/1 = off/on. BLOG_INTERACTIVE="0" ##### Archive Preferences ##### # maximum number of entries to display for each category page. MAX_PAGE_ENTRIES="50" # build individual archives of each entry - 0/1 = off/on. ENTRY_ARCHIVES="0" # set data type to load for category archives - ALL or NOBODY. # ALL = full entry metadata (slow and bigger cache) # NOBODY = all except entry's BODY metadata (faster and smaller cache) # edit the category_entry.htm template accordingly. CATARCH_DATATYPE="NOBODY" # chronological order - 0/1 = normal/reverse. CHRON_ORDER="1" ##### Plugin Preferences ##### # plugins directory, defaults to $NB_BASE_DIR/plugins. # set as blank and it will be automatically set to the default. PLUGINS_DIR="" # user plugins directory, defaults to $BLOG_DIR/plugins. # set as blank and it will be automatically set to the default. USR_PLUGINSDIR="" # default entry text formatting (name of the text formatting plugin(s)). # e.g. plugins/entry/format/autobr.sh = autobr ENTRY_FORMAT="raw" # default article text formatting (name of the text formatting plugin(s)). # e.g. plugins/page/format/markdown.sh = markdown ARTICLE_FORMAT="raw" # maximum links to yearly archives (-1 = all) MAX_YEARLINKS="12" # defaults to 12 # maximum links to monthly archives (-1 = all) MAX_MONTHLINKS="12" # defaults to 12 # calendar plugin - command arguments for cal. see cal's man pages. CAL_ARGS="" # tidy plugin - command arguments for tidy. see tidy's man pages or # http://tidy.sourceforge.net/ TIDY_HTML_ARGS="-asxhtml -n -utf8" TIDY_XML_ARGS="-xml -n -utf8 -wrap 0" # fortune plugin - specify fortune data file to use FORTUNE_FILE="" #### Plugin: Syndication Preferences #### # set the Language for your RSS feeds. BLOG_FEED_LANG="en-us" # enable/disable all category feeds - 0/1 = off/on. CATEGORY_FEEDS="0" # enable/disable* Atom category feeds - 0/1 = off/on. ATOM_CATFEEDS="0" # enable/disable* RSS 2.0 category feeds - 0/1 = off/on. RSS2_CATFEEDS="0" # enable/disable* RSS 1.0 category feeds - 0/1 = off/on. RSS_CATFEEDS="0" # * = CATEGORY_FEEDS must be set to "0" ##### Cache Preferences ##### # maximum number of entries to store in cache (-1 = all) MAX_CACHE_ENTRIES="$MAX_ENTRIES" # defaults to $MAX_ENTRIES # set cache management to automatic (1) or manual (0) BLOG_CACHEMNG="1" # defaults to automatic (1) ##### Metadata Preferences ##### # the following settings are here for transitional reasons only. # if upgrading from 3.1 you can either use METADATA_CLOSETAG="-----" # or modify the format of all the data files to match the more preferred # (METADATA_CLOSETAG="END-----") way. # WARNING: changing the following may require manually modifying the # format of all existing entry data files! METADATA_CLOSETAG="END-----"