Content-space.de

The WikiBlog of Michael Hamann about changing technologies and more

User Tools

Site Tools


projekte:dokufs

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
Next revisionBoth sides next revision
projekte:dokufs [2008/06/21 21:46] – cache implemented michituxprojekte:dokufs [2010/11/20 17:17] – Flattr-Button entfernt michitux
Line 20: Line 20:
 ===== License ===== ===== License =====
  
-Copyright (C) 2008  Michael Hamann+Copyright (C) 2009  Michael Hamann
  
 This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
Line 47: Line 47:
 ===== Usage ===== ===== Usage =====
  
-In short:+<code> 
 +Usagedokufs.rb [options] directory 
 +    -u, --user USER                  The username 
 +    -p, --password PASSWORD          The password 
 +    -s, --server SERVER              The server to use (default: localhost) 
 +        --path PATH                  The path to XMLRPC (default: /lib/exe/xmlrpc.php) 
 +        --[no-]ssl                   Use (no) ssl (default: use ssl) 
 +    -m, --media                      Display media files instead of wiki pages 
 +        --update-interval INTERVAL   The update interval in seconds 
 +    -n, --no-cache                   Don't use the cache - this will cause a significantly higher load on the server. (default: use cache) 
 +    -h, --help                       Show this message 
 +</code>
  
-Usagedokufs.rb [-user your_username -password your_password] [-server your_server.com] [-path /your/path/to/lib/exe/xmlrpc.php] [-no-ssl] path/where/to/mount/ +Some notes on thatServer is the domain name of the server the DokuWiki you want to mount is on. Don't include a protocol (e.g. http) here. You only need to specify the path when you DokuWiki-installation is not in the root directory of your domain. Using SSL is highly recommended, only use disable ssl when you don't have any other option.
- +
-The longer version: +
- +
-  * -user user -password password - the authentication passed to DokuWiki. Default is no authentication at all. +
-  * -server www.example.com - the domain name of the server the DokuWiki you want to mount is on. Don't include a protocol (e.g. http) here. Default is localhost. +
-  * -path /your/path/to/lib/exe/xmlrpc.php - default is /lib/exe/xmlrpc.php, so you only need this option when you want to use a DokuWiki-installation which is not in the root-directory of the domain. +
-  * -no-ssl - don't use SSL. By default DokuFS is using SSL to connect to the server, this is highly recommended so use this option only if there is no other possibility.+
  
 Creating new directories allows you to create new pages in new namespaces, but this creation itself has no effect on the Wiki. Creating new directories allows you to create new pages in new namespaces, but this creation itself has no effect on the Wiki.
Line 66: Line 70:
 If there are any further questions or requests, you may contact me using comments here or you can send me an email at michael <at> content-space.de. Jabber is available, too, the address is the same as my email-address. If there are any further questions or requests, you may contact me using comments here or you can send me an email at michael <at> content-space.de. Jabber is available, too, the address is the same as my email-address.
  
-{{tag>dokuwiki fuse filesystem ruby}} + 
-~~LINKBACK~~ +
-~~DISCUSSION~~+
  
projekte/dokufs.txt · Last modified: 2012/01/28 15:57 by michitux