(no comment)
[my-sputnik-wiki.git] / sputnik / config.lua
blob9d2f088c9db7d9c2317096a0a51cd3d954c84397
2 fields = ""
3 title = "Configurations"
4 category = ""
5 actions = ""
6 config = ""
7 markup_module = ""
8 templates = ""
9 translations = ""
10 prototype = "sputnik/config_defaults"
11 permissions = ""
12 html_main = ""
13 html_head = ""
14 html_menu = ""
15 html_logo = ""
16 html_search = ""
17 html_page = ""
18 html_content = ""
19 html_body = ""
20 html_footer = ""
21 html_header = ""
22 html_sidebar = ""
23 html_meta_keywords= ""
24 html_meta_description= ""
25 redirect_destination= ""
26 xssfilter_allowed_tags= ""
27 http_cache_control= ""
28 http_expires = ""
29 content = [[SITE_TITLE = "Memory Extension" -- change the title of the site
30 DOMAIN = "localhost:8080" -- set for RSS feeds to work properly
31 NICE_URL = BASE_URL.."?p=" -- set if you want "nicer" URLs
32 MAIN_COLOR = 200 -- pick a number from 0 to 360
33 --BODY_BG_COLOR = "white"
35 HOME_PAGE = "index"
36 HOME_PAGE_URL = NICE_URL -- or NICE_URL.."?p="..HOME_PAGE
37 COOKIE_NAME = "Sputnik" -- change if you run several
39 --SEARCH_CONTENT = "Installation"
41 TIME_ZONE = "+0000"
42 TIME_ZONE_NAME = "<abbr title='Greenwich Mean Time'>GMT</abbr>"
45 INTERFACE_LANGUAGE = "en"
48 edit_ui = ""
49 admin_edit_ui = ""
50 breadcrumb = ""
51 save_hook = ""