Issuescraper Web Preferences
The following settings are
web preferences of the
Issuescraper web. These preferences overwrite the
site-level preferences in
TWiki Preferences, and can be overwritten by
user preferences (your personal topic, eg:
TWiki Guest in the
Main web).
Preferences:
- List of topics of the TWiki.Issuescraper web:
- List this web in the Site Map:
- If yes, set SITEMAPLIST to
on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Issuescraper.Topic links.
- Set SITEMAPLIST = on
- Set SITEMAPWHAT = Issuescraper community web
- Set SITEMAPUSETO = ...collaborate on using and improving the issuescraper
- Exclude web from a
web="all" search: (Set to on for hidden webs)
- Prevent automatic linking of WikiWords and acronyms (if set to
on); link WikiWords (if empty); can be overwritten by web preferences:
- Set NOAUTOLINK =
- Note: Use the
[[...][...]] syntax to link topics in case you disabled WikiWord linking. The <noautolink> ... </noautolink> syntax can be used to prevents links within a block of text.
- Default template for new topics and form(s) for this web:
- Web Topic Edit Template? : Default template for new topics in this web. (Site-level is used if topic does not exist)
- TWiki.Web Topic Edit Template: Site-level default template
- TWiki Forms: How to enable form(s)
- Set WEBFORMS =
- Users or groups who are not / are allowed to view / change / rename topics in the Issuescraper web: (See TWiki Access Control)
- Set DENYWEBVIEW =
- Set ALLOWWEBVIEW =
- Set DENYWEBCHANGE =
- Set ALLOWWEBCHANGE =
- Set DENYWEBRENAME =
- Set ALLOWWEBRENAME =
- Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWiki Admin Group)
- Web preferences that are not allowed to be overridden by user preferences:
- Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
Notes:
- A preference is defined as:
6 spaces * Set NAME = value
Example:
- Preferences are used as TWiki Variables by enclosing the name in percent signs. Example:
- When you write variable
%WEBBGCOLOR% , it gets expanded to #88D071 .
- The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set
WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
- You can introduce new preferences variables and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
Related Topics:
Web specific Dmi Skin stylings
- Skin name
- Background image nr and logo nr
- The following is necessary for the wysiwyg editor to pick up the dmi style, make sure the copy it from raw text
- Set TINYMCEPLUGIN_INIT = mode:"textareas", editor_selector : "twikiTextarea",
- save_on_tinymce_forms
- true, cleanup : true, theme : "advanced", convert_urls : true, relative_urls : false, remove_script_host : false, setupcontent_callback : TWiki Tiny? .setUpContent, urlconverter_callback : "TWikiTiny.convertLink", hide_instance_callback : TWiki Tiny? .switchToRaw, show_instance_callback : TWiki Tiny? .switchToWYSIWYG, twikipuburl_callback : "TWikiTiny.convertPubURL", save_callback : "TWikiTiny.saveCallback",
plugins : "table,searchreplace,autosave,paste,twikibuttons,twikiimage",
twiki_secret_id : "WYSIWYG content - do not remove this comment, and never use this identical text in your topics",
twiki_vars : { PUBURLPATH : "/pub", PUBURL : "http://wiki.digitalmethods.net/pub", WEB : "Issuescraper", TOPIC : "WebPreferences", ATTACHURL : "http://wiki.digitalmethods.net/pub/Issuescraper/WebPreferences", ATTACHURLPATH : "/pub/Issuescraper/WebPreferences", VIEWSCRIPTURL : "http://wiki.digitalmethods.net", SCRIPTSUFFIX: "", SCRIPTURL : "http://wiki.digitalmethods.net/bin" },
theme_advanced_toolbar_align : "left",
twikibuttons_formats : [
{ name: "Normal", el: "", style: null },
{ name: "Heading 1", el: "h1", style: false },
{ name: "Heading 2", el: "h2", style: false },
{ name: "Heading 3", el: "h3", style: false },
{ name: "Heading 4", el: "h4", style: false },
{ name: "Heading 5", el: "h5", style: false },
{ name: "Heading 6", el: "h6", style: false },
{ name: "VERBATIM", el: "pre", style: "TMLverbatim" },
{ name: "LITERAL", el: "span", style: "WYSIWYG_LITERAL" },
{ name: "Protect on save", el: null, style: "WYSIWYG_PROTECTED" },
{ name: "Protect forever", el: null, style: "WYSIWYG_STICKY" }
],
paste_create_paragraphs : true,
paste_create_linebreaks : false,
paste_convert_middot_lists : true,
paste_convert_headers_to_strong : false,
- paste_remove_spans
- true,
- paste_remove_styles
- true,
- paste_strip_class_attributes
- "all", theme_advanced_buttons1 : "twikiformat,separator,bold,italic,tt,colour,removeformat,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,separator,attach,image,charmap,hr,separator,undo,redo,separator,search,replace",
- theme_advanced_buttons2
- "tablecontrols,separator,code,hide",
- theme_advanced_buttons3
- "",
- theme_advanced_toolbar_location
- "top", theme_advanced_resize_horizontal : false, theme_advanced_resizing : true,
- theme_advanced_path
- false, theme_advanced_statusbar_location : "bottom", content_css : "/pub/TWiki/TinyMCEPlugin/wysiwyg.css,/pub/TWiki/TWikiTemplates/base.css,/pub/TWiki/DmiSkin/style.css,/pub/TWiki/DmiSkin/colors.css"