mostly filebased Content Presentation System
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

main.cfg.sample 955B

il y a 3 ans
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. SITE_URL =
  2. [configs]
  3. content/navi.cfg=false
  4. content/data.cfg=false
  5. content/reroutes.cfg=false
  6. [siteColors]
  7. primary=#f0a
  8. [templateVars]
  9. includeBanner=false
  10. ;; "customVars" are global (in F3) and can be changed in content files
  11. [customVars]
  12. backgroundColor=#fff
  13. color1=#333
  14. color2=#777
  15. color3=#bbb
  16. [globals]
  17. title=Title of new Page
  18. hideFromSearchEngines=true
  19. bulkIncludePic=false
  20. bulkIncludeAudio=false
  21. ;; (multilingual) content configuration
  22. ;; ------------------------------------
  23. ; comma seperated list of language identifiers
  24. ; at least one language need to be defined here
  25. ; fist mention is default language
  26. languages=de,en
  27. ; content directories for different languages
  28. content.de=content/DE/
  29. content.en=content/EN/
  30. ;; HTML Template related:
  31. ;; ----------------------
  32. ;public directory for css, javascript, images etc.
  33. RESOURCES=rsc/
  34. ;default site template:
  35. template=tpl/index.html
  36. theme=style.css
  37. external_links_open_in_new_window=false