info:local_dokuwiki

Ceci est une ancienne révision du document !


~~SLIDESHOW~~

Dokuwiki

Dokuwiki est le wiki que vous utilisez en ce moment

(intranet)

Installing DokuWiki

NavMenu

ACL / Users + Groups permissions on dokuwiki

Plugins

Templates

Flux RSS dokuwiki

informations de sessions

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!!!

informations sur la version

?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/

sauvegardes avec *nix

#!/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"

Migrer dotclear sur dokuwiki

dc2dw

Voir le résultat sur mon blog: https://radeff.red/blog/

Migrer dokuwiki -> markdown

  • info/local_dokuwiki.1583817248.txt.gz
  • Dernière modification : 2020/03/10 06:14
  • de radeff