====== Intro to the wiki ====== DokuWiki is just a wiki that has commercial support and is used throughout the world like [[https://en.wikipedia.org/wiki/Main_Page | Wikipedia]]. Doku wiki has support for many different features. However, you only need to be concerned with a couple which are: - It is relatively simple to use and maintain - The learning curve should be short - There's plenty of documentation on the web about it and using it ====== Overview and concepts Part 1====== Wiki's are **alive**. Wiki's are not static web pages, but something that grows, changes, and evolves over time. That's one reason why this format works so well for what we are trying to achieve. It's dynamic. The wiki is a collection of pages, media, and links. Links are both internal and external. Pages have names that uniquely identify them. Media or media files are things like PDFs, Jpegs, PNG files, etc. Links are both internal meaning they link to other pages internal to the wiki and external meaning they link to the world-wide-web (WWW) URLs(uniform resource locator - Thank Tim Berners-Lee for that). Pages link both internally and externally and contain media. The pages and links are editable and can evolve dynamically and quickly. - Creating a page [[New page here]] - [[Another new page| Google's Hot New and Blah.....]] - Heading levels - Ordered and Unordered lists - Linking a page [[bcpb_home|Briar Chapel Pickleball Home]] - Uploading media [[https://briarchapelpb.org/doku.php?id=using_the_wiki&do=media&ns= | Media manager]] - Understanding Users ====== Overview and concepts Part 2====== While you won't have to deal with this much, the following more advanced concepts may help to understand how things work behind the curtain. - Namespaces - Plugins - Access Control Lists ===== Namespaces ===== Namespaces allow segmenting of pages and media to separate areas. Currently, there are two namespaces - Public - Anyone not logged in can only read the pages, Internal users can currently modify them - root - Wiki pages that logged in users can see and modify. I'm considering adding a bcexec namespace for stuff for just BC PB Executive members. [[bcpbexec:Secret page]] ===== Plugins ===== Plugins allow functionality to be added to wiki that does different things. Things like discussions, access control, logging. There are hundreds of plugins available for Dokuwiki. These are all free like the program as it is open source. [[admin:stats| Stats page]] ===== Access Control Lists ===== Access Control Lists allow controlled access to the wiki, its pages, and content. There is an administration, but the burden should be small.