meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:contribution_guide [2026/04/24 13:00] dorepswiki:contribution_guide [2026/05/10 19:27] (current) – external edit 127.0.0.1
Line 10: Line 10:
 Discuss and ... Discuss and ...
   * List benefits here   * List benefits here
 +  * Media Uploads: Mentions that only registered users can upload images to the media manager.
 +  * Subscription Services: Explains the ability to "Subscribe" to namespaces or pages to receive email notifications when changes occur.
 +  * User Profile: Mentions the ability to track personal contributions via the "Recent Changes" or user profile link.
 ++++ ++++
 ===== Navigation Around the Wiki ===== ===== Navigation Around the Wiki =====
Line 15: Line 18:
 ==== Search ==== ==== Search ====
 ==== Left Sidebar ==== ==== Left Sidebar ====
 +Sitemap: Suggests including the "Sitemap" as a primary navigation tool for viewing the entire namespace hierarchy.
 +
 ==== Right Sidebar ==== ==== Right Sidebar ====
 ==== Toby Quick Help ==== ==== Toby Quick Help ====
 +  * Toby Quick Help: Defines this tool more clearly. If it is an AI assistant or a specific plugin, the functional interaction should be described (e.g., "Accesses the automated assistance tool...").
 ++++ ++++
 ===== Wiki Concepts: Getting Started ===== ===== Wiki Concepts: Getting Started =====
Line 47: Line 53:
       * Click the red URL       * Click the red URL
       * A new page will open ready for text entry.       * A new page will open ready for text entry.
 +
 +== Case Sensitivity ==
 +  * While DokuWiki converts pagenames to lowercase, the server system for uiTLM is case-sensitive:
 +    * **Lower Case**: **All filenames** for pages created, media, and internal/external links
  
 <WRAP center round tip> <WRAP center round tip>
Line 71: Line 81:
 > **A Supporting Note:** DokuWiki is "Plain Text" first. Even if the formatting looks messy in the editor, the final page will look clean and professional! > **A Supporting Note:** DokuWiki is "Plain Text" first. Even if the formatting looks messy in the editor, the final page will look clean and professional!
 ++++ ++++
 +After becoming acquainted with Wiki Concepts and Syntax visit the **Playground** namespace where new users can practice syntax without affecting live documentation. Navigate there in either of 2 ways:
 +  - If registered, the **left sidebar** offers
 +    * **Sitemap**: Click the item ''Sitemap''
 +    * A listing of all namespaces will scroll (alphabetical order)
 +    * **Playground**: Click ''Playground'' and the namespace will open to list all pages
 +    * **Playground Page**: Click ''Playground'' to open the page ... Enjoy!
 +  - Use this link to navigate there directly: [[:playground:playground|Playground]]
 +
 ---- ----
  
 ===== DokuWiki Syntax: The Essentials ===== ===== DokuWiki Syntax: The Essentials =====
  
-DokuWiki is designed to be simple. There is noneed to learn complex code ... just "wrap" text in a few special characters. To learn more ++++click here.|+DokuWiki is designed to be simple. There is no need to learn complex code ... just "wrap" text in a few special characters. To learn more ++++click here.|
  
 ==== Headings ==== ==== Headings ====
Line 133: Line 151:
   * All  media on a page must be located in the ''medi'' namespace    * All  media on a page must be located in the ''medi'' namespace 
   * Media for a page is to be located in page namespace for the media   * Media for a page is to be located in page namespace for the media
-  *  **Example**: write about a fish and insert a fish.png. The page is fish.tx+  *  **Example**: write about a fish and insert a fish.webp. The page is fish.tx
     * The fish lives in a "pond" (namespace/folder)     * The fish lives in a "pond" (namespace/folder)
-    * The link would be ''{{:media:pond:fish:fish.png}}''+    * The link would be ''{{:media:pond:fish:fish.webp}}''
  
   * ''{{namespace:filename.ext}}''   * ''{{namespace:filename.ext}}''