What is DokuWiki and how does it work?
Emma Martin ” DokuWiki is a standards-compliant, simple-to-use wiki which allows users to create rich documentation repositories. It provides an environment for individuals, teams and companies to create and collaborate using a simple yet powerful syntax that ensures data files remain structured and readable outside the wiki.”
How do I customize the layout of my DokuWiki?
DokuWiki’s layout can be customized through templates (aka. skins or themes). Since some template features change with newer DokuWiki releases it’s best to stick to templates with release dates that are equal or more recent than the DokuWiki release you’re using.
How do I get the Bitnami DokuWiki Docker image?
Subscribe to project updates by watching the bitnami/dokuwiki GitHub repo. The recommended way to get the Bitnami DokuWiki Docker Image is to pull the prebuilt image from the Docker Hub Registry. To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.
How do I create external links in DokuWiki?
DokuWiki supports multiple ways of creating links. External links are recognized automagically: or simply – You can set link text as well: Link points to google. Email addresses like this one: are recognized, too.
What is TiddlyWiki and how to use it?
TiddlyWiki is a great piece of software created by Jeremy Ruston. It allows you, among other things, to take notes, organize ideas, store information, and display all your stuff the way you want. It is an incredibly flexible tool you can adapt to fit almost all your needs.
How to resize images in DokuWiki using PHP?
If you use PHP’s open_basedir, you need to include the dokuwiki directories /etc/webapps/dokuwiki/ and /var/lib/dokuwiki/. For example: Also uncomment the following line. Dokuwiki needs this library for resizing images. Then check that you have php7-gd installed and restart php-fpm7.service .