| 1 |
----------------------------------------------------------------------------- |
| 2 |
----------- THINGS YOU SHOULD PROBABLY CHANGE ------------------------------- |
| 3 |
----------------------------------------------------------------------------- |
| 4 |
|
| 5 |
DOMAIN = "piratery.net" -- set this for RSS feeds to work properly |
| 6 |
SITE_TITLE = "Electron Meat" -- change the title of the site |
| 7 |
NICE_URL = "/em/" -- set if you want "nicer" URLs |
| 8 |
HOME_PAGE = "Electron_Meat" |
| 9 |
HOME_PAGE_URL = NICE_URL..HOME_PAGE -- you could change this to get rid of "?p=HOME_PAGE" |
| 10 |
COOKIE_NAME = "SputnikEM" -- change if you run several |
| 11 |
--SEARCH_PAGE = "_search" -- comment out remove the search box |
| 12 |
--SEARCH_CONTENT = "Installation" |
| 13 |
SERVER_TZ = "-05:00" -- set to the correct time zone offset for sitemap to work properly |
| 14 |
|
| 15 |
--- change this to the URL of your logo |
| 16 |
--LOGO_URL = "http://piratery.net/sputnik/images/sputnik.png" |
| 17 |
|
| 18 |
------ variables that are defined in sputnik.lua but could be changed here -- |
| 19 |
|
| 20 |
--BASE_URL |
| 21 |
--MARKUP_MODULE |
| 22 |
|
| 23 |
----------------------------------------------------------------------------- |
| 24 |
--------- other things you might want to change ----------------------------- |
| 25 |
----------------------------------------------------------------------------- |
| 26 |
|
| 27 |
--- if you don't want your icons (RSS, etc.) served from freewisdom.org, put |
| 28 |
--- them somewhere else and put the URL here |
| 29 |
|
| 30 |
ICONS_URL = "/img/sputnik/" |
| 31 |
|
| 32 |
--- changes the language of the wiki interface |
| 33 |
|
| 34 |
INTERFACE_LANGUAGE = "en" |
| 35 |
|
| 36 |
NUM_HONEYPOTS_IN_FORMS = 5 -- set to a number > 0 to entertain the spammers |
| 37 |
|
| 38 |
----------------------------------------------------------------------------- |
| 39 |
----------- NOW WAIT FOR A SECOND ------------------------------------------- |
| 40 |
----------------------------------------------------------------------------- |
| 41 |
--- PLEASE READ THE DOCUMENTATION BEFORE EDITING ANY OF THE PARAMETERS BELOW |
| 42 |
--- CHANGING THEM CAN MAKE THE SITE UNACCESSIBLE ---------------------------- |
| 43 |
----------------------------------------------------------------------------- |
| 44 |
|
| 45 |
STYLESHEETS = { |
| 46 |
NICE_URL.."_yui_reset.css", |
| 47 |
NICE_URL.."_layout.css", |
| 48 |
NICE_URL.."_colors.css", |
| 49 |
-- NICE_URL.."_style.css", |
| 50 |
} |
| 51 |
DEFAULT_TEMPLATE_SET = "_templates" |
| 52 |
DEFAULT_NAVIGATION_BAR = "_navigation" |
| 53 |
TRANSLATIONS_PAGE = "_translations" |
| 54 |
HISTORY_PAGE = "_history" |
| 55 |
|