[imc-sf-coders] CVS update of
sf-active/sf-active/shared/dictionary/en (config.dict)
Quinten S
quinten at codecoop.org
Thu Dec 29 16:39:06 PST 2005
Date: Friday, December 30, 2005 @ 01:39:06
Author: quinten
Path: /cvsroot/sf-active/sf-active/sf-active/shared/dictionary/en
Added: config.dict
this dictionary contains documentation for each configuration option
Index: sf-active/sf-active/shared/dictionary/en/config.dict
diff -u /dev/null sf-active/sf-active/shared/dictionary/en/config.dict:1.1
--- /dev/null Fri Dec 30 01:39:06 2005
+++ sf-active/sf-active/shared/dictionary/en/config.dict Fri Dec 30 01:39:06 2005
@@ -0,0 +1,69 @@
+<?php
+
+$local = array (
+ '' => '',
+ 'admin_email' => '',
+ 'boxed' => 'set here the kind of articles you want to have in boxed-comment format -- l stands for local, g for global t for other h for hidden',
+ 'cities_lang' => 'Default language for the cities list. (ISO code)',
+ 'config_defcategory' => 'ID of the default category',
+ 'default_search_size' => 'number of posts displayed in search and admin article form as default',
+ 'email_validation' => ' set to one if you want users to be able to validate their posts through e-mail',
+ 'ip_log' => 'set to \'ip\' to log the IP address and article title for posted articles in SF_CACHE_PATH/ip_log.txt, \'no_ip\' to not log (default)',
+ 'lang' => 'Default language (ISO code)',
+ 'latest' => 'set which kind of article you want to be included in the latest comment page',
+ 'max_age' => 'setting in seconds for Header(\'Cache-Control: max-age=xxxx\')',
+ 'max_short_age' => 'same as max_age, but then a shorter time for pages that change often (like frontpage features/category_shortname/ and so on) ',
+ 'minical_num_events' => 'Number of events to show in the \\"mini\\" calendar listing on the front page.',
+ 'multicat' => 'set to 1 if you want multi category publishing; set to 0 if you don\'t want it',
+ 'multicat_form_style' => 'set to either select, checkbox or multiple',
+ 'multicat_forms' => 'set to a string of t, l, i, h, e, o, p -- if you put 2 l\'s you\'ll have 2 local selects, etc ...',
+ 'multicat_multiple_size' => 'size of your multiple select forms',
+ 'no_limited_ids' => 'set to true to browse/search all article IDs, false to limit searching of past articles to speed up searches',
+ 'notify' => 'set 1 to have email notification of article status change; set to 0 if you don\'',
+ 'notify_type' => 'List of the type of article changes that notification should be sent for. Set to \'flgt\' to notify on all articles, \'f\' for only hidden. \'l\' = local, \'g\' = global, \'t\' = other.',
+ 'notifymail' => '',
+ 'nw_c_range' => 'used to speed up newswire generation. See documentation.
+newswires from categories',
+ 'nw_range' => 'used to speed up newswire generation. See documentation.
+For the \\"production\\" (frontpage) newswire.',
+ 'nwf_c_range' => 'used to speed up newswire generation. See documentation. for newswirefeeds for categories',
+ 'nwf_range' => 'used to speed up newswire generation. See documentation. for production newswirefeeds',
+ 'public_email' => 'publically visible email address',
+ 'server_time_offset' => 'set the difference to the servers time in seconds',
+ 'sf_theme' => 'the name of the CSS file to use (deprecated?)',
+ 'site_crumb' => 'unused?',
+ 'site_name' => 'Site name',
+ 'site_nick' => 'short version of the site name ',
+ 'site_start_month' => 'Earliest month to show in publish forms and calendar.',
+ 'site_start_year' => 'Earliest year to show in publish forms and calendar.',
+ 'spam_filter_articles' => 'amount of articles people can publish in this duration',
+ 'spam_filter_content' => ' amount of articles with the same content in this duration',
+ 'spam_filter_time' => 'amount of time (seconds) for which sfa tracks postings',
+ 'time_diff' => 'set the difference to the servers time in seconds',
+ 'visible_catclass' => 'display visible category class order (t thematic, l local, i internal, e event, ...); if set to m allow display all active category (that is not m and not hidden) in a single listing',
+ rdf_file => 'filename for standard RSS newsfeed',
+ rdf2_file => 'RSS 2.0 newsfeed (for podcasting/media syndication)',
+ newsfeed => 'display types for newsfeed -- e.g., "lgt"',
+ news_length => 'number of articles to display in RSS feed',
+ feature_file => 'filename for features RSS file',
+ feature_length => 'number of features to display in RSS feed',
+ xml_logo => 'fully qualified path to logo for use in RSS feed',
+ feature_file_long => 'features RSS filename w/ full content',
+ syndication_page => 'which categories to syndicate? m = master, l=local, t=thematic, i=internal, h=hidden',
+ syndicate_calendar => 'set to 1 to generate an RSS file w/ events listing, 0 to not generate it',
+ calendar_file => 'filename for RSS file containing events listing',
+ calendar_length => 'number of events to list in RSS file',
+ image_compression_level => '0 is worst, 100 is best',
+ max_image_size => 'maximum image size (in bytes) before image will be compressed',
+ max_image_x => 'maximum image width (in pixels) before image will be compressed',
+ max_image_y => 'maximum image height (in pixels) before image will be compressed',
+ image_thumbnail_x => 'width of generated thumbnails',
+ image_thumbnail_y => 'height of generated thumbnails',
+ max_image_x_tolerance => '',
+ max_image_y_tolerance => '',
+ files_per_page => 'maximum number of media items to display on each gallery page',
+ mailing_list_url => 'URL for archives of mailing list',
+ mailing_list_subscribe => 'URL to subscribe to the mailing list'
+)
+
+?>
More information about the imc-sf-coders
mailing list