Dokuwiki est le wiki que vous utilisez en ce moment
https://www.dokuwiki.org/plugins
Liste de plugins testés par ma pomme:
BatchEdit (regexp search & replace)
+++ markdown - DokuWiki Commonmark Plugin
Discussion Plugin (+notification)
+ Folded Plugin (déplier/replier, plugin "FAQ")
+++ Include Plugin - pour lister automatiques des pages et des namespaces
+++ markdowku Plugin (dokuwiki markdown)
Nodisp - blocs avec permissions
OpenOffice.org Export (plugin odt)
Navigation automatique aka pagenav
showsamples Plugin (slideshow carrousel)
—
Voir https://www.dokuwiki.org/template
Liste de thèmes testés par ma pomme:
si vous voulez récupérer le user actuel:
$utilisateur= $_SESSION[DOKU_COOKIE]['auth']['user'];
ATTENTION A AVOIR UN CACHE = 0 sinon apparait le précédent!!!
?do=check
http://www.dokuwiki.org/update_check
When upgrading your installation, it might happen that DokuWiki continues to show the update message, even though the number in doku.php was increased by the upgrade. This is because DokuWiki caches already fetched messages for a day and will only refetch if the last modified timestamp of doku.php is higher than the one of the cache file. To stop the outdated update message from showing you can simply wait a day, touch1) the doku.php or delete the data/cache/messages.txt cache file.
rm data/cache/messages.txt
If you encounter some inconsistencies in DokuWiki's behaviour after upgrading, you should delete the cache files in data/cache/
#!/bin/bash #pour sauvegarder votre dokuwiki sur un serveur distant # a mettre dans un crontab eg me le lance tous les jours à 16h31 #31 16 * * * /home/radeff/bin/dokuwiki.backup.sh #### a changer chemin="/home/radeff/dokuwiki/data" #definir le repertoire serveur="radeff@yourwebserver:~/backups/dokuwiki" #definir le serveur et le repertoire distant pour le backup ### ne plus rien changer ### cd $chemin rsync -az * $serveur echo "Synchronisation effectuée"
Pour migrer les milliers de billets de mon blog, auparavant propulsé par dotclear, sur DW, j'ai écrit un script que je vous offre gracieusement : dc2dw
C'est peut-être le seul hic de DW - un dialecte markdown local, propre à DW, bien différent du standard. Je garde dw2md sous la main au cas où… Mais touchons du bois, et espérons qu'un jour DW acceptera du markdown standard.