<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://offlinefs.sourceforge.net/wiki/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://offlinefs.sourceforge.net/wiki/feed.php">
        <title>OFS Wiki</title>
        <description></description>
        <link>http://offlinefs.sourceforge.net/wiki/</link>
        <image rdf:resource="http://offlinefs.sourceforge.net/wiki/lib/images/favicon.ico" />
       <dc:date>2012-05-16T06:26:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://offlinefs.sourceforge.net/wiki/installation/mac_os_x?rev=1332182294&amp;do=diff"/>
                <rdf:li rdf:resource="http://offlinefs.sourceforge.net/wiki/usage/getting_started?rev=1332181533&amp;do=diff"/>
                <rdf:li rdf:resource="http://offlinefs.sourceforge.net/wiki/installation/fedora?rev=1324672651&amp;do=diff"/>
                <rdf:li rdf:resource="http://offlinefs.sourceforge.net/wiki/development/eclipse?rev=1324667593&amp;do=diff"/>
                <rdf:li rdf:resource="http://offlinefs.sourceforge.net/wiki/installation/00_index?rev=1324665704&amp;do=diff"/>
                <rdf:li rdf:resource="http://offlinefs.sourceforge.net/wiki/codingguildelines?rev=1313098575&amp;do=diff"/>
                <rdf:li rdf:resource="http://offlinefs.sourceforge.net/wiki/start?rev=1312354945&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://offlinefs.sourceforge.net/wiki/lib/images/favicon.ico">
        <title>OFS Wiki</title>
        <link>http://offlinefs.sourceforge.net/wiki/</link>
        <url>http://offlinefs.sourceforge.net/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://offlinefs.sourceforge.net/wiki/installation/mac_os_x?rev=1332182294&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-19T18:38:14+00:00</dc:date>
        <dc:creator>Peter Trommler</dc:creator>
        <title>Compiling OFS on Mac OS X - Add issue with latest macports and XCode</title>
        <link>http://offlinefs.sourceforge.net/wiki/installation/mac_os_x?rev=1332182294&amp;do=diff</link>
        <description>Mac Ports

	*  Install the following packages form Mac Ports
		*  automake
		*  libtool
		*  autoconf
		*  fuse4X
		*  gcc45
		*  dbus-devel
		*  libconfuse

	*  autoreconf -i
	*  ./configure
	*  make
	*  make install

Issues

- On Mac OS X 10.7.3 using XCode 4.3.1 and macports 2.0.4 installing libconfuse was reported to fail with “Error: Dependency 'libiconv' not found.”</description>
    </item>
    <item rdf:about="http://offlinefs.sourceforge.net/wiki/usage/getting_started?rev=1332181533&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-19T18:25:33+00:00</dc:date>
        <dc:creator>Peter Trommler</dc:creator>
        <title>Getting started with OFS</title>
        <link>http://offlinefs.sourceforge.net/wiki/usage/getting_started?rev=1332181533&amp;do=diff</link>
        <description>Installation

	*  First of all, get the sources and compile OFS.
	*  Create the directory /var/ofs

First try

Note: By now only root can use OFS, because it uses the mount command internally.

Now you should be able to mount a remote share.

Start by simply mirroring a directory. For example mount the /usr directory to /mnt. This can be done using the command:</description>
    </item>
    <item rdf:about="http://offlinefs.sourceforge.net/wiki/installation/fedora?rev=1324672651&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-23T20:37:31+00:00</dc:date>
        <dc:creator>tjaehnel</dc:creator>
        <title>Compiling OFS on Fedora 9</title>
        <link>http://offlinefs.sourceforge.net/wiki/installation/fedora?rev=1324672651&amp;do=diff</link>
        <description>Required Packages

	*  gcc-c++
	*  autoconf
	*  automake
	*  fuse-devel
	*  pkgconfig
	*  libtool
	*  libattr
	*  attr
	*  libconfuse-devel
	*  dbus-devel
	*  libattr-devel

For creating the doxygen documentation you need

	*  doxygen
	*  graphviz</description>
    </item>
    <item rdf:about="http://offlinefs.sourceforge.net/wiki/development/eclipse?rev=1324667593&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-23T19:13:13+00:00</dc:date>
        <dc:creator>tjaehnel</dc:creator>
        <title>Developing OFS with Eclipse IDE</title>
        <link>http://offlinefs.sourceforge.net/wiki/development/eclipse?rev=1324667593&amp;do=diff</link>
        <description>The official IDE for developing OFS is Eclipse. If you don't like Eclipse you are free to use vim, emacs or any other editor or IDE you like.

This page will guide you in setting up your development environment on Eclipse Helios (3.6).

Prerequisite Plug-Ins

	*  C Development Tools (CDT)
	*  Autotools PlugIn
	*  Subversion Client (Subversive or Subclipse)</description>
    </item>
    <item rdf:about="http://offlinefs.sourceforge.net/wiki/installation/00_index?rev=1324665704&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-23T18:41:44+00:00</dc:date>
        <dc:creator>tjaehnel</dc:creator>
        <title>Compiling and installing OFS</title>
        <link>http://offlinefs.sourceforge.net/wiki/installation/00_index?rev=1324665704&amp;do=diff</link>
        <description>*  Compiling OFS on Ubuntu 7.10
	*  Compiling OFS on SuSE 11.0
	*  Compiling OFS on Fedora 9
	*  Compiling OFS on Mac OS X</description>
    </item>
    <item rdf:about="http://offlinefs.sourceforge.net/wiki/codingguildelines?rev=1313098575&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-11T21:36:15+00:00</dc:date>
        <dc:creator>tjaehnel</dc:creator>
        <title>Coding Guideline</title>
        <link>http://offlinefs.sourceforge.net/wiki/codingguildelines?rev=1313098575&amp;do=diff</link>
        <description>This guide is still under development. Coding guideline must not be applied, yet.

0001 This style guide is mandatory for all OFS C/C++ source and header files. 

Entity Naming

	*  0101 Names shall begin with a lower case letter, shall be lower case and words shall begin with an upper case letter.
	*  0102 Constants shall be upper case. Words shall be separated by underscore.
	*  0102 Types and Classes shall begin with an upper case letter, words shall begin with an upper case letter.
	*  0103 …</description>
    </item>
    <item rdf:about="http://offlinefs.sourceforge.net/wiki/start?rev=1312354945&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-03T07:02:25+00:00</dc:date>
        <dc:creator>Peter Trommler</dc:creator>
        <title>Welcome to OFS - Replace Ubuntu link with general link</title>
        <link>http://offlinefs.sourceforge.net/wiki/start?rev=1312354945&amp;do=diff</link>
        <description>The OFS (Offline FileSystem or Ohm FileSystem) is a offline-layer which is (or should be) able to extend every filesystem with offline capabilities. This means, that the user is able to work on his network documents, even when he is disconnected from the server. When connecten is restored, the filesystem automatically synchronizes the files.</description>
    </item>
</rdf:RDF>

