comparison src/core/constants.py @ 1020:adbde4a3a52f

plugin misc_static_blog: renamed from tmp_blog_banner, now also with page's title, meta keywords and description
author souliane <souliane@mailoo.org>
date Tue, 13 May 2014 17:17:57 +0200
parents 0ea97f483464
children 15f43b54d697
comparison
equal deleted inserted replaced
1019:6a16ec17a458 1020:adbde4a3a52f
38 38
39 ## Parameters ## 39 ## Parameters ##
40 NO_SECURITY_LIMIT = -1 40 NO_SECURITY_LIMIT = -1
41 INDIVIDUAL = "individual" 41 INDIVIDUAL = "individual"
42 GENERAL = "general" 42 GENERAL = "general"
43 43 # Parameters for static blog pages
44 STATIC_BLOG_KEY = "Blog page"
45 STATIC_BLOG_PARAM_TITLE = "Title"
46 STATIC_BLOG_PARAM_BANNER = "Banner"
47 STATIC_BLOG_PARAM_KEYWORDS = "Keywords"
48 STATIC_BLOG_PARAM_DESCRIPTION = "Description"
44 49
45 ## Profile and entities ## 50 ## Profile and entities ##
46 PROF_KEY_NONE = '@NONE@' 51 PROF_KEY_NONE = '@NONE@'
47 PROF_KEY_DEFAULT = '@DEFAULT@' 52 PROF_KEY_DEFAULT = '@DEFAULT@'
48 ENTITY_ALL = '@ALL@' 53 ENTITY_ALL = '@ALL@'