A Database with Definitions of Descriptive Characters of Ascomycetes  About    Cooperating Websites
LIAS glossary home  
LIAS
LIAS light
LIAS names
LIAS checklists

Wiki Configuration

Home | Changes | IndexPreviousNext Page   | Edit  | Find:  
This is a test version of the LIAS Glossary. Many definitions presented here are still in need of revision! Criticism as well as collaboration is welcome!

Contents

Configuration of the current Wiki

If your are an editor or administrator of the current Wiki, you are welcome to change the following variables. All other user please refrain from doing so!

Syntax: Any text except lines starting with a single "*" will be ignored and may be used for notes or explanations. List lines starting with a single "*" must contain a pair of "variablename = value". The amount of blank spaces between the "*", the "=" or the end of line is irrelevant; both the variable name and its value will be trimmed. Where a string purposely needs a leading or trailing blank, use an underscore ("_"), in first and last position this will be interpreted as a blank space. Wiki variables in plugin syntax (like [{$baseurl}] or [{$jspwiki.templateDir}]) may be used as part of the values (right hand side after the "=") and will be expanded. Note: These settings are currently used only with the JSPWiki:ConfigurableTemplate.


Name of Wiki web

Each wiki web has a unique name that may be different from the name used in the URI. In the JSPWiki standard variables, this name is stored as "application name". For the current wiki it is: "LIAS Glossary".

Wiki Names may be shown in three places: 1. Header before Page name, 2, Header below page name, 3. Top of Side Menu. If you run only a single wiki and the wiki identity is unambiguous from your domain name itself, you may not want to display the wiki name at all.

For wiki names in the header, a prefix and suffix string (= text output before and after name) may be defined. If you want a space between name and pre/suffix, add a "_" to the string. With Tomcat 5.5 the JSP page itself produces no blanks on its own; other servlet containers may differ, however.


Icon or logo may be shown in two places, usually only one is selected:

Wiki decoration

Currently a right hand border image may be defined. Later, a main area background image could be added as well. With the configurable template, this setting currently works only when table layout is active!

Not yet used / not re-tested: -* ShowRightBorderImage = -* RightBorderImageURL = -* RightBorderImageWidth = -* RightBorderImageHeight =


Overall layout (side menu or not)

The following layout options are supported:
- Plain page (no menu) (= LAYOUT_HEADER_FIRST false, LAYOUT_SIDEMENU false)
- Header-top/left-menu-below/right-content-below (= LAYOUT_HEADER_FIRST true, LAYOUT_SIDEMENU true)
- Left-menu-below/right-header-plus-content (= LAYOUT_HEADER_FIRST false, LAYOUT_SIDEMENU true)
They can be achieved either through CSS positioning or through table layout. So far only table layout has been tested, but preparations for CSS-only positioning layout have been made.

Only if LayoutUseTable and LayoutShowSidemenu are true, the width of the menu column and main/page columns must be defined. Default is 15% and 85%.


Header settings

In many Wiki an alphabetical sequence of topics is close to meaningless, but for glossary-Wikis this may be turned on:


Find search settings (Header tools and Found pages report)

The standard Find/Search page action link and button in the page view header:


Wiki broadcasts, breadcrumbs, page-footer resources

Similarly, for layout including a (left) side menu, a footer may be turned on there, typically containing a ReferringPage plugin.


Revision info in page view footer

Revision data may be shown in first line of footer. Revision number and author may be separately suppressed with ShowRevisionVersion/ShowRevisionAuthor. If both are false, only the date is shown.

Some additional formatting options:

Copyright/licensing info in page view footer

Copyright/licensing is treated separately from other meta data links for two reasons: 1. the copyright and licensing statement itself is often relatively long, requiring space in layout, and 2. The label itself is obtained from a WIKI page and not from the settings here.


Page view footer / actions

Page action links at bottom of view page. Implicitly, by setting a label to empty string, the display of an optional element may be suppressed. For example, by setting the edit link label to empty, all editing options in a wiki will be suppressed. (Note that without additional measures like deleting the edit-related jsp pages, this is not safe. Users could type a url leading to the edit pages)

The page view footer shows a history / sequence of most recent revisions ("> r.6 > r.5 > r.4 > r.3"). Revision numbers are directly linked to the versions, the ">" to Diff-comparisons of the neighboring versions.


Meta data links (contact, legal, disclaimer, privacy, version)

Such links are supported separately in the side menu and in the page view footer. The page view footer is not displayed during editing. Setting the ...Label to nothing/empty string disables a link!

Page view footer:

-* ViewFooterLinkSeparator =

-* ViewFooterMeta3Label = -** e.g. "Disclaimer" -* ViewFooterMeta3Page = -* ViewFooterMeta3Title =

-* ViewFooterMeta4Label = -* ViewFooterMeta4Page = -* ViewFooterMeta4Title =

Menu footer: Similarly, 4 meta data links are support at bottom of Side menu (Left Menu):

-* MenuFooterMeta2Label = -* MenuFooterMeta2Page = -* MenuFooterMeta2Title =

-* MenuFooterMeta3Label = -* MenuFooterMeta3Page = -* MenuFooterMeta3Title =

-* MenuFooterMeta4Label = -* MenuFooterMeta4Page = -* MenuFooterMeta4Title =


Plain-text editor configuration

A signature template (name / date of current used) is provided, this may be copied manually or using javascript)

The info messages/notes (displayed inline in editor) may be suppressed (not advised, legal problems may arise if EditorSuppressSubmissionMsg is suppressed)

Up to 5 links opening popup-window (esp. for help pages) are supported in the editor footer. Setting the ...Label to nothing/empty string disables a link!

Currently no fifth: -* EditorPopupHelp5Label = -* EditorPopupHelp5Page = -* EditorPopupHelp5Title =


Messages

Some messages may already be localized to other languages:

Note that several messages remain in English, these are either produced by the Wiki engine itself, or are currently difficult to localize (because they contain a mixture of text and special links).

Page name customization/translation

One goal of the configurable template was to keep the page name space relatively clean and name most "system pages" starting with "Wiki". This required some changes relative to the default 2.2.28 template (on which the design of configurable template was based). Furthermore, the configurable template supports many additional features (legal/IPR/help/CSS), requiring dozens of extra pages. To remain flexible and allow Wiki editors to choose the page names (including names in different languages and scripts), a translation feature is active in the configurable template.

With the default pages of the configurable template, no page names need to be translated. If you already use JSPWiki, you may want to activate the following settings (by removing the leading "-" in each line) if you want to continue using the menu page names used in the JSPWiki default template:

-* WikiSideMenu = LeftMenu -* WikiSideMenuFooter = LeftMenuFooter

Other translatable pages are: Main (note: name of "Main" page is also settable in properties file, but unfortunately that setting applies only if "Wiki.jsp" is called without a page name, it does not affect the html header meta data link @rel="start"), WikiHelp, WikiSystemInfo (an improved version of "SystemInfo"), CopyrightNotice (a short copyright statement/label/notice, usually linking to CopyrightDetails; in contrast to Privacy and Disclaimer copyright labels may be desired to be formatted or including graphics, therefore stored in a Wiki page rather than a setting here), WikiBroadcastHeader, WikiBroadcastFooter WikiCSSExtensions, WikiEditorQuickReference, WikiEditorSubmissionContract, WikiHeaderTools, WikiReferringPagesFooter, WikiResourceFooter, WikiRetrievalNotice, WikiSearchFormNotes. - Note: FindPage and UserPreferences do not point to names in the wiki content. They are virtual names pointing to jsp pages, and are settable in the properties files as of JSPWiki 2.2.28.

Copyrighted material retrieved from http://www.DiversityCampus.net/LiasGlossary//WikiConfiguration

Top of this page  Revision 3 - 2006-08-01 - Gregor Hagedorn. (c) Copyrighted work licensed under a Creative Commons License
Edit | Attach | Ref-by | History >  r.2 >  r.1 | More | PreviousNext Page
Your trail: