<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.content-space.de/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.content-space.de/dokuwiki/feed.php">
        <title>Content-space.de</title>
        <description></description>
        <link>http://www.content-space.de/dokuwiki/</link>
        <image rdf:resource="http://www.content-space.de/dokuwiki/lib/tpl/csp/images/favicon.ico" />
       <dc:date>2012-02-05T04:18:07+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.content-space.de/dokuwiki/projekte/dokufs"/>
                <rdf:li rdf:resource="http://www.content-space.de/dokuwiki/?image=avatar_2007_05_29.jpg&amp;ns=&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.content-space.de/dokuwiki/lib/tpl/csp/images/favicon.ico">
        <title>Content-space.de</title>
        <link>http://www.content-space.de/dokuwiki/</link>
        <url>http://www.content-space.de/dokuwiki/lib/tpl/csp/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.content-space.de/dokuwiki/projekte/dokufs">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-28T15:55:22+01:00</dc:date>
        <dc:creator>michitux</dc:creator>
        <title>DokuFS</title>
        <link>http://www.content-space.de/dokuwiki/projekte/dokufs</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot;&gt;&lt;a name=&quot;dokufs&quot; id=&quot;dokufs&quot;&gt;DokuFS&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
DokuFS is a filesystem that allows, with the help of &lt;a href=&quot;http://en.wikipedia.org/wiki/Filesystem_in_Userspace&quot; class=&quot;interwiki iw_wp&quot; title=&quot;http://en.wikipedia.org/wiki/Filesystem_in_Userspace&quot;&gt;Fuse&lt;/a&gt;, to mount a &lt;a href=&quot;http://www.dokuwiki.org/wiki%3ADokuWiki&quot; class=&quot;interwiki iw_doku&quot; title=&quot;http://www.dokuwiki.org/wiki%3ADokuWiki&quot;&gt;DokuWiki&lt;/a&gt; over &lt;a href=&quot;http://en.wikipedia.org/wiki/XML-RPC&quot; class=&quot;interwiki iw_wp&quot; title=&quot;http://en.wikipedia.org/wiki/XML-RPC&quot;&gt;XML-RPC&lt;/a&gt; into you local filesystem on Linux.
&lt;/p&gt;

&lt;p&gt;
You are then able to browse the filesystem and to create, edit or delete files, that means to create, edit or delete pages or media files on the Wiki you have mounted. Deleting, moving and copying of whole namespaces should work, too.
&lt;/p&gt;

&lt;p&gt;
All pages have the extension .dw so you can easily handle syntax highlighting (syntax highlighting for vim is included in the unfortunately discontinued &lt;a href=&quot;https://github.com/chimeric/dokuwikixmlrpc&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/chimeric/dokuwikixmlrpc&quot;&gt;DokuVimKi&lt;/a&gt; project, though you don&amp;#039;t need the rest of DokuVimKi when using DokuFS).
&lt;/p&gt;

&lt;p&gt;
DokuFS supports two modes – one for pages and one for media files. In the mode for pages he creation of other files but those with the extension .dw isn&amp;#039;t allowed (temporary files of VIM and Emacs are handled by DokuFS). In the mode for media files every file is simply uploaded to the DokuWiki, so basically all files are allowed that are supported by your DokuWiki installation.
&lt;/p&gt;

&lt;p&gt;
Every 5 minutes, the recent changes of the Wiki are pulled and the directory-structure is updated. Once a page is downloaded it will be in a cache (with a memory limit) so that only the first read/size-request will be slow.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT1 SECTION &quot;DokuFS&quot; [1-1340] --&gt;
&lt;h2 class=&quot;sectionedit2&quot;&gt;&lt;a name=&quot;some_notes_on_the_current_version&quot; id=&quot;some_notes_on_the_current_version&quot;&gt;Some notes on the current version&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
The current version has to be considered as alpha version as nobody besides me has ever used DokuFS. Known issues are:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 There is no recognition if a file was saved correctly or not. When you are admin this might not be an issue, but when you are not sure if you have permission to write/create the page, you should better see if the page was really saved (just reading it&amp;#039;s content again should be sufficient).
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 When the file/pagename wasn&amp;#039;t accepted/changed by DokuWiki there might be undefined stages, including the appearance under the original and the corrected filename in the directory-structure.
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/div&gt;
&lt;!-- EDIT2 SECTION &quot;Some notes on the current version&quot; [1341-1998] --&gt;
&lt;h2 class=&quot;sectionedit3&quot;&gt;&lt;a name=&quot;license&quot; id=&quot;license&quot;&gt;License&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Copyright (C) 2009  Michael Hamann
&lt;/p&gt;

&lt;p&gt;
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
&lt;/p&gt;

&lt;p&gt;
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
&lt;a href=&quot;http://www.gnu.org/licenses/gpl.html&quot; class=&quot;urlextern&quot; title=&quot;http://www.gnu.org/licenses/gpl.html&quot;&gt;GNU General Public License&lt;/a&gt; for more details.
&lt;/p&gt;

&lt;p&gt;
The idea of this program and some of the recursive functions here
are adapted versions of MetaFS which was written by Greg Millam and
distributed with &lt;a href=&quot;http://rubyforge.org/projects/fusefs/&quot; class=&quot;urlextern&quot; title=&quot;http://rubyforge.org/projects/fusefs/&quot;&gt;FuseFS&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT3 SECTION &quot;License&quot; [1999-2775] --&gt;
&lt;h2 class=&quot;sectionedit4&quot;&gt;&lt;a name=&quot;installation&quot; id=&quot;installation&quot;&gt;Installation&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuFS runs on Linux, it might work on Mac &lt;acronym title=&quot;Operating System&quot;&gt;OS&lt;/acronym&gt; X and from all I know it doesn&amp;#039;t work on Windows.
&lt;/p&gt;

&lt;p&gt;
First of all you need a working &lt;a href=&quot;http://www.ruby-lang.org&quot; class=&quot;urlextern&quot; title=&quot;http://www.ruby-lang.org&quot;&gt;Ruby&lt;/a&gt;-installation and of course DokuWiki with enabled &lt;acronym title=&quot;Extensible Markup Language&quot;&gt;XML&lt;/acronym&gt;-&lt;acronym title=&quot;Remote Procedure Call&quot;&gt;RPC&lt;/acronym&gt;-backend (note that you need to enable it and set a user that can access the wiki over &lt;acronym title=&quot;Extensible Markup Language&quot;&gt;XML&lt;/acronym&gt;-&lt;acronym title=&quot;Remote Procedure Call&quot;&gt;RPC&lt;/acronym&gt;, allowing access for all users is &lt;strong&gt;not&lt;/strong&gt; recommended).
&lt;/p&gt;

&lt;p&gt;
You need &lt;a href=&quot;http://rubyforge.org/projects/fusefs/&quot; class=&quot;urlextern&quot; title=&quot;http://rubyforge.org/projects/fusefs/&quot;&gt;FuseFS&lt;/a&gt; in order to use DokuFS. In Debian and Ubuntu (and derivates of them) it is provided in a package named &lt;code&gt;libfusefs-ruby&lt;/code&gt;. In Gentoo there is a package named &lt;a href=&quot;http://packages.gentoo.org/package/dev-ruby/fusefs&quot; class=&quot;urlextern&quot; title=&quot;http://packages.gentoo.org/package/dev-ruby/fusefs&quot;&gt;fusefs&lt;/a&gt; and in ArchLinux it is in the &lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=4051&quot; class=&quot;urlextern&quot; title=&quot;http://aur.archlinux.org/packages.php?ID=4051&quot;&gt;AUR&lt;/a&gt;. In all other cases there are instructions in README.txt which is distributed with FuseFS.
&lt;/p&gt;

&lt;p&gt;
You can download the latest version of DokuFS from its &lt;a href=&quot;https://github.com/michitux/dokufs&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/michitux/dokufs&quot;&gt;git repository&lt;/a&gt;. You just need the file &lt;code&gt;dokufs.rb&lt;/code&gt; and then you should make it executable with 
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;chmod&lt;/span&gt; +x dokufs.rb&lt;/pre&gt;

&lt;p&gt;
. You might want to put DokuFS in one of your directories in $PATH, this might be ~/bin/.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT4 SECTION &quot;Installation&quot; [2776-3944] --&gt;
&lt;h2 class=&quot;sectionedit5&quot;&gt;&lt;a name=&quot;usage&quot; id=&quot;usage&quot;&gt;Usage&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;Usage: dokufs.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&amp;#039;t use the cache - this will cause a significantly higher load on the server. (default: use cache)
    -h, --help                       Show this message&lt;/pre&gt;

&lt;p&gt;
Some notes on that: Server is the domain name of the server the DokuWiki you want to mount is on. Don&amp;#039;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 &lt;acronym title=&quot;Secure Sockets Layer&quot;&gt;SSL&lt;/acronym&gt; is highly recommended, only use disable ssl when you don&amp;#039;t have any other option.
&lt;/p&gt;

&lt;p&gt;
Creating new directories allows you to create new pages in new namespaces, but this creation itself has no effect on the Wiki.
&lt;/p&gt;

&lt;p&gt;
When the first line of a file begins with %, everything after this % (and an optional whitespace) up to the end of the line is considered as commit message. When saving an empty file or a file that contains only a line beginning with %, the page is deleted. So you can delete a page playground:test with the message „foo bar“ by calling 
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;% foo bar&amp;quot;&lt;/span&gt; &lt;span class=&quot;sy0&quot;&gt;&amp;gt;&lt;/span&gt; playground&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;test.dw&lt;/pre&gt;

&lt;p&gt;
Unmounting the filesystem is bit tricky. You have to call 
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;fusermount &lt;span class=&quot;re5&quot;&gt;-u&lt;/span&gt; path&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;to&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;dokuwiki&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;
 and at least on my system DokuFS doesn&amp;#039;t terminate itself, you have to kill it, e.g. by pressing [ctrl]+[c].
&lt;/p&gt;

&lt;p&gt;
If there are any further questions or requests, you may contact me using comments here or you can send me an email at michael &amp;lt;at&amp;gt; content-space.de. Jabber is available, too, the address is the same as my email-address.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT5 SECTION &quot;Usage&quot; [3945-] --&gt;</description>
    </item>
    <item rdf:about="http://www.content-space.de/dokuwiki/?image=avatar_2007_05_29.jpg&amp;ns=&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T23:35:04+01:00</dc:date>
        <dc:creator>michitux</dc:creator>
        <title>DokuFS</title>
        <link>http://www.content-space.de/dokuwiki/?image=avatar_2007_05_29.jpg&amp;ns=&amp;do=media</link>
        <description>&lt;img src=&quot;/dokuwiki/_media/avatar_2007_05_29.jpg?w=120&amp;h=160t=1235514904&quot; alt=&quot;avatar_2007_05_29.jpg&quot; /&gt;</description>
    </item>
</rdf:RDF>

