Revision history for WikkaDocumentation


Revision [1299]

Last edited on 2008-11-01 23:23:06 by DarTar [Removed HomePage link]
Additions:
~-**[[HomePage | Documentation homepage]]**
Deletions:
~-**[[HomePage Documentation homepage]]**


Revision [849]

Edited on 2008-02-21 20:15:39 by DarTar [replacing with more useful content]
Additions:
==== Documentation shortcuts====
~-**[[HomePage Documentation homepage]]**
~-[[ConfigurationOptions | Wikka configuration options]]
~-[[http://docs.wikkawiki.org/UsingActions#list | List of actions bundled with Wikka]]
~-[[DocumentationIndex | Documentation Index]]
~-[[WikkaFAQ | Frequently Asked Questions]]
Deletions:
=====Wikka Documentation=====
A comprehensive and up-to-date documentation index for Wikka Wiki can be found [[http://docs.wikkawiki.org/HomePage | on this server]].


Revision [482]

Edited on 2008-01-27 02:40:27 by BrianKoontz [Fixed link]
Additions:
A comprehensive and up-to-date documentation index for Wikka Wiki can be found [[http://docs.wikkawiki.org/HomePage | on this server]].
Deletions:
Comprehensive and up-to-date documentation on Wikka Wiki can be found on the [[http://docs.wikkawiki.org/HomePage | Wikka documentation server]].


Revision [481]

Edited on 2008-01-27 02:39:30 by BrianKoontz [Fixed link]
Additions:
=====Wikka Documentation=====
Comprehensive and up-to-date documentation on Wikka Wiki can be found on the [[http://docs.wikkawiki.org/HomePage | Wikka documentation server]].
Deletions:
====== Wikka Documentation ======
<<This section hosts the **official Wikka Documentation**.
Contributions for missing entries and [[DocumentationDiscussion | discussion]] are welcome.Documentation pages should follow these [[DocumentationGuidelines | guidelines]]. <<>>**Other languages:**
~-[[WikkaDocumentationES | Español]]
~-[[WikkaDocumentationFR | Français]]
~-[[WikkaDocumentationDE | Deutsch]] (summary)
**See also:**
~-CategoryReference
~-[[WikkaInAction | Wikka in action]] {{image url="images/action/qt.gif" link="WikkaInAction" alt="quicktime icon" title="Wikka clips"}}
~-[[WikkaGuidedTours | A visual introduction to Wikka]]
>>::c::
=== Documentation shortcuts===
~-[[DocumentationIndex | Documentation Index]]
~-[[WikkaFAQ | Frequently Asked Questions]]
=== Concept ===
//If the concept of a wiki is new to you//
>>**See also:**
~-[[SocialSoftware | What is social software?]]
~-[[MindMapping | What is a mind map?]]
>>
~-[[WikiEngine | What is a Wiki?]]
~-[[WikkaWiki | What is WikkaWiki?]]
~-[[WikiName | The concept of a WikiName]]
~-[[PageOwnership | The concept of page ownership]]
===Wikka Vision===
//The Wikka way to content management//
>>**See also:**
~-[[WikkaFeatures | Wikka feature list]]
~-[[FlexibleWikka | The many uses of Wikka]]
~-[[WikkaSites | Sites powered by WikkaWiki]]
~-[[IndependentWikkaReviews | Opinions on WikkaWiki]]
~-[[WakkaWiki | Wikka's ancestry: WakkaWiki]]
>>
~-[[WikkaStandards | Standards compliance]]
~-[[LightweightInfo | Lightweightness]]
~-[[SpeedInfo | Speed]]
~-[[ExtensibleInfo | Extensibility]]
~-[[LicenseInfo | Open source]]
~-[[SecurityInfo | Security]]
=== Basics ===
//General documentation for end users//
~-[[RegisterInfo | How to register, login and logout]]
~~-[[UserSettingsInfo | The Usersettings]]
~-[[CreateNewPage | Creating a new page]]
~-[[EditPageInfo | Editing a page]]
~~-[[TextFormatting | How to format text]]
~~-[[AddingImages | Adding images]]
~~-[[AddingLinks | Adding links]]
~~-[[InterWiki | Interwiki links]]
~~-[[WikiEdit | Using the Page Editor (Wikiedit)]]
~~-[[SmartTitlesInfo | Editing the page title]]
~-[[ShowCodeInfo | Displaying the source code of a page]]
~-[[CommentPageInfo | Commenting a page]]
~-[[SearchHelp | Searching in Wikka]]
=== Advanced ===
//Documentation for experienced users and content administrators//
~-Adding to a page:
~~-[[UsingActions | Actions]]
~~-[[UsingHTML | HTML]]
~~-[[SyntaxHighlighter | Code blocks]]
~~-[[FlashActionInfo | Flash objects]]
~~-[[FreeMind | Mindmaps]]
~~-[[AttachmentInfo | File attachments and uploads]]
~~-[[RssInfo | Including RSS Feeds]]
~-[[WikiCategory | Creating and using categories]]
~-[[PageHistoryInfo | Displaying the history of a page]]
~-[[RetrieveInfo | Retrieving a previous version of a page]]
~-[[ACLInfo | Controlling access to pages and comments]]
~-[[ReferrersInfo | Displaying sites referring to a page]]
~-[[PageDeletionInfo | Deleting a page]]
~-[[CloneHandlerInfo | Cloning a page]]
~-[[SysInfoActionInfo | Displaying system information and statistics]]
~-[[FormattingRules | Summary of Wikka formatting rules]]
=== Administration ===
//Documentation for [[WikkaAdmin | Wikka administrators]]//
~-[[SystemRequirements | System requirements]]
~-[[WikkaFeatures | The features of WikkaWiki]]
~-[[WikkaInstallation | How to install Wikka Wiki]]
~~-[[WikkaOnMacOSX | Installing Wikka on Mac OS X]]
~~-[[WikiOnAStick | Installing Wikka on a USB stick]]
~~-[[LighttpdConfig | Configuring Lighttpd for Wikka]]
~-[[UpgradeNotes | Upgrading Wikka Wiki]]
~~-[[WikkaReleaseNotes | Wikka Release notes]]
~~-[[UpgradingFromWakkaWiki | Migrating from Wakka Wiki]]
~-[[ModRewrite | Wikka and RewriteRules]]
~-[[WikiPing | WikiPing]]
~-[[ConfigurationOptions | wikka.config.php - Understanding the main configuration file]]
~~-[[WikkaAdmin | Managing Admins]]
=== Development ===
//Developer documentation on the inner working and architecture of Wikka//
>>**See also:**
~-[[UnderDevelopment | Current development]]
~-[[WikkaBetaFeatures | Wikka Beta features]]
~-[[WikkaReleaseNotes | Change log]]
~-[[WelcomeDeveloper | How to contribute to Wikka]]
>>
~-[[WikkaSystemFiles | Wikka Files]]
~~The files of the Wikka distribution (//also available as a [[WikkaSystemFilesMM | MindMap]]//)
~-[[WikkaTableStructure | Wikka Tables]]
~~The structure of the MySQL tables of Wikka
~-[[WikkaModifications | Wikka Modifications]]
~~History of the main modifications of this engine
~-[[WikkaCore | Wikka Core]]
~~Outlines the structure of ##wikka.php##, the core of Wikka, which contains all the functions
~-[[ActionInfo | Wikka Actions]]
~~Explains how actions function and how to build new actions. Actions are used to add automatic content to wikipages
~-[[FormatterDevInfo | Wikka Formatter]]
~~Explains how the formatter works and how to build formatters. The formatter is in charge of converting wiki syntax into HTML output
~-[[HandlerInfo | Wikka Handlers]]
~~Explains how handlers function and how to build new handlers. Handlers perform a number of operations on a wiki page as a whole, e.g. deleting, creating, editing a page.
~-[[WikkaSkins | Wikka CSS]]
~~Describes CSS classes used by Wikka and how to customize them.
~-[[ThirdPartyInfo | Third-party software]]
~~Describes what third-party software is bundled with Wikka and where to find more information.
----
CategoryDocumentation


Revision [186]

Edited on 2006-08-04 06:00:45 by DarTar [adding link]
Additions:
====== Wikka Documentation ======
<<This section hosts the **official Wikka Documentation**.
Contributions for missing entries and [[DocumentationDiscussion | discussion]] are welcome.Documentation pages should follow these [[DocumentationGuidelines | guidelines]]. <<>>**Other languages:**
~-[[WikkaDocumentationES | Español]]
~-[[WikkaDocumentationFR | Français]]
~-[[WikkaDocumentationDE | Deutsch]] (summary)
**See also:**
~-CategoryReference
~-[[WikkaInAction | Wikka in action]] {{image url="images/action/qt.gif" link="WikkaInAction" alt="quicktime icon" title="Wikka clips"}}
~-[[WikkaGuidedTours | A visual introduction to Wikka]]
>>::c::
=== Documentation shortcuts===
~-[[DocumentationIndex | Documentation Index]]
~-[[WikkaFAQ | Frequently Asked Questions]]
=== Concept ===
//If the concept of a wiki is new to you//
>>**See also:**
~-[[SocialSoftware | What is social software?]]
~-[[MindMapping | What is a mind map?]]
>>
~-[[WikiEngine | What is a Wiki?]]
~-[[WikkaWiki | What is WikkaWiki?]]
~-[[WikiName | The concept of a WikiName]]
~-[[PageOwnership | The concept of page ownership]]
===Wikka Vision===
//The Wikka way to content management//
>>**See also:**
~-[[WikkaFeatures | Wikka feature list]]
~-[[FlexibleWikka | The many uses of Wikka]]
~-[[WikkaSites | Sites powered by WikkaWiki]]
~-[[IndependentWikkaReviews | Opinions on WikkaWiki]]
~-[[WakkaWiki | Wikka's ancestry: WakkaWiki]]
>>
~-[[WikkaStandards | Standards compliance]]
~-[[LightweightInfo | Lightweightness]]
~-[[SpeedInfo | Speed]]
~-[[ExtensibleInfo | Extensibility]]
~-[[LicenseInfo | Open source]]
~-[[SecurityInfo | Security]]
=== Basics ===
//General documentation for end users//
~-[[RegisterInfo | How to register, login and logout]]
~~-[[UserSettingsInfo | The Usersettings]]
~-[[CreateNewPage | Creating a new page]]
~-[[EditPageInfo | Editing a page]]
~~-[[TextFormatting | How to format text]]
~~-[[AddingImages | Adding images]]
~~-[[AddingLinks | Adding links]]
~~-[[InterWiki | Interwiki links]]
~~-[[WikiEdit | Using the Page Editor (Wikiedit)]]
~~-[[SmartTitlesInfo | Editing the page title]]
~-[[ShowCodeInfo | Displaying the source code of a page]]
~-[[CommentPageInfo | Commenting a page]]
~-[[SearchHelp | Searching in Wikka]]
=== Advanced ===
//Documentation for experienced users and content administrators//
~-Adding to a page:
~~-[[UsingActions | Actions]]
~~-[[UsingHTML | HTML]]
~~-[[SyntaxHighlighter | Code blocks]]
~~-[[FlashActionInfo | Flash objects]]
~~-[[FreeMind | Mindmaps]]
~~-[[AttachmentInfo | File attachments and uploads]]
~~-[[RssInfo | Including RSS Feeds]]
~-[[WikiCategory | Creating and using categories]]
~-[[PageHistoryInfo | Displaying the history of a page]]
~-[[RetrieveInfo | Retrieving a previous version of a page]]
~-[[ACLInfo | Controlling access to pages and comments]]
~-[[ReferrersInfo | Displaying sites referring to a page]]
~-[[PageDeletionInfo | Deleting a page]]
~-[[CloneHandlerInfo | Cloning a page]]
~-[[SysInfoActionInfo | Displaying system information and statistics]]
~-[[FormattingRules | Summary of Wikka formatting rules]]
=== Administration ===
//Documentation for [[WikkaAdmin | Wikka administrators]]//
~-[[SystemRequirements | System requirements]]
~-[[WikkaFeatures | The features of WikkaWiki]]
~-[[WikkaInstallation | How to install Wikka Wiki]]
~~-[[WikkaOnMacOSX | Installing Wikka on Mac OS X]]
~~-[[WikiOnAStick | Installing Wikka on a USB stick]]
~~-[[LighttpdConfig | Configuring Lighttpd for Wikka]]
~-[[UpgradeNotes | Upgrading Wikka Wiki]]
~~-[[WikkaReleaseNotes | Wikka Release notes]]
~~-[[UpgradingFromWakkaWiki | Migrating from Wakka Wiki]]
~-[[ModRewrite | Wikka and RewriteRules]]
~-[[WikiPing | WikiPing]]
~-[[ConfigurationOptions | wikka.config.php - Understanding the main configuration file]]
~~-[[WikkaAdmin | Managing Admins]]
=== Development ===
//Developer documentation on the inner working and architecture of Wikka//
>>**See also:**
~-[[UnderDevelopment | Current development]]
~-[[WikkaBetaFeatures | Wikka Beta features]]
~-[[WikkaReleaseNotes | Change log]]
~-[[WelcomeDeveloper | How to contribute to Wikka]]
>>
~-[[WikkaSystemFiles | Wikka Files]]
~~The files of the Wikka distribution (//also available as a [[WikkaSystemFilesMM | MindMap]]//)
~-[[WikkaTableStructure | Wikka Tables]]
~~The structure of the MySQL tables of Wikka
~-[[WikkaModifications | Wikka Modifications]]
~~History of the main modifications of this engine
~-[[WikkaCore | Wikka Core]]
~~Outlines the structure of ##wikka.php##, the core of Wikka, which contains all the functions
~-[[ActionInfo | Wikka Actions]]
~~Explains how actions function and how to build new actions. Actions are used to add automatic content to wikipages
~-[[FormatterDevInfo | Wikka Formatter]]
~~Explains how the formatter works and how to build formatters. The formatter is in charge of converting wiki syntax into HTML output
~-[[HandlerInfo | Wikka Handlers]]
~~Explains how handlers function and how to build new handlers. Handlers perform a number of operations on a wiki page as a whole, e.g. deleting, creating, editing a page.
~-[[WikkaSkins | Wikka CSS]]
~~Describes CSS classes used by Wikka and how to customize them.
~-[[ThirdPartyInfo | Third-party software]]
~~Describes what third-party software is bundled with Wikka and where to find more information.
----
CategoryDocumentation
Deletions:
=====Wikka Documentation=====
Comprehensive and up-to-date documentation on Wikka Wiki can be found on the [[http://wikkawiki.org/WikkaDocumentation | main Wikka server]].



Full history for this page cannot be displayed within a single page, click here to view more.

Valid XHTML :: Valid CSS: :: Powered by WikkaWiki