<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://fluxbb.org/docs/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://fluxbb.org/docs/feed.php">
        <title>FluxBB Wiki</title>
        <description></description>
        <link>http://fluxbb.org/docs/</link>
        <image rdf:resource="http://fluxbb.org/docs/lib/tpl/fluxbb_site/images/favicon.ico" />
       <dc:date>2012-05-21T16:01:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://fluxbb.org/docs/v1.5/variables?rev=1337003539&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/v1.5/dbstructure?rev=1337003382&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/v1.4/dbstructure?rev=1337002946&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/v1.5?rev=1336332769&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/v1.5/practices?rev=1336332730&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/playground/playground?rev=1333359431&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/v1.5/setup?rev=1333063124&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/hosting?rev=1331127341&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/v2.0/modules/cache?rev=1329349809&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/installations?rev=1328034214&amp;do=diff"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=fluxbb-20.03.11.txt&amp;ns=&amp;rev=1300668137&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=fluxbb-25.02.11.txt&amp;ns=&amp;rev=1300302442&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=fluxbb-23.01.11.txt&amp;ns=&amp;rev=1300302393&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=fluxbb-16.01.11.txt&amp;ns=&amp;rev=1300302052&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=v1.4%3Afluxbb-mdk-1.4.zip&amp;ns=v1.4&amp;rev=1298334986&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=git_key.png&amp;ns=&amp;rev=1268562665&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=git_lines.png&amp;ns=&amp;rev=1268559278&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=git_path.png&amp;ns=&amp;rev=1268559259&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=git-cheat-sheet-medium.png&amp;ns=&amp;rev=1268524231&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://fluxbb.org/docs/?image=v1.4%3Ainstall_plugin.png&amp;ns=v1.4&amp;rev=1268153132&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://fluxbb.org/docs/lib/tpl/fluxbb_site/images/favicon.ico">
        <title>FluxBB Wiki</title>
        <link>http://fluxbb.org/docs/</link>
        <url>http://fluxbb.org/docs/lib/tpl/fluxbb_site/images/favicon.ico</url>
    </image>
    <item rdf:about="http://fluxbb.org/docs/v1.5/variables?rev=1337003539&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-14T13:52:19+00:00</dc:date>
        <dc:creator>Franz</dc:creator>
        <title>Global variables - created</title>
        <link>http://fluxbb.org/docs/v1.5/variables?rev=1337003539&amp;do=diff</link>
        <description>Below is a list of global variables which can be found within any FluxBB script (i.e. are set when include/common.php is included). The most used and important ones are probably ,  and .

Configuration variables

The below variables are defined by the admin within config.php during installation. Usually they should not be needed once the database connection has been set up and the users cookie has been authenticated.</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/v1.5/dbstructure?rev=1337003382&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-14T13:49:42+00:00</dc:date>
        <dc:creator>Franz</dc:creator>
        <title>Database structure - Fix link</title>
        <link>http://fluxbb.org/docs/v1.5/dbstructure?rev=1337003382&amp;do=diff</link>
        <description>The following is a complete list of all FluxBB database tables and their structures. Primary key fields are underlined, foreign keys are in italics.

Type conventions

	*  Artificial primary keys are of type int(10).
	*  Boolean values are of type tinyint(1), with the value 1 representing true and 0 representing false.</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/v1.4/dbstructure?rev=1337002946&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-14T13:42:26+00:00</dc:date>
        <dc:creator>Franz</dc:creator>
        <title>Database structure - Fix link to $pun_config description</title>
        <link>http://fluxbb.org/docs/v1.4/dbstructure?rev=1337002946&amp;do=diff</link>
        <description>The following is a complete list of all FluxBB database tables and their structures. Primary key fields are underlined, foreign keys are in italics.

Type conventions

	*  Artificial primary keys are of type int(10).
	*  Boolean values are of type tinyint(1), with the value 1 representing true and 0 representing false.</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/v1.5?rev=1336332769&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-06T19:32:49+00:00</dc:date>
        <dc:creator>Franz</dc:creator>
        <title>FluxBB v1.5</title>
        <link>http://fluxbb.org/docs/v1.5?rev=1336332769&amp;do=diff</link>
        <description>FluxBB v1.5 builds on top of the FluxBB v1.4 branch, the main difference being a combination of two new features: the ability to assign users to a group based on their post count, and the option to disable posting links for certain user groups; that help fight against spam. We also got rid of the Ranks feature in FluxBB v1.5, because the ranks feature essentially is the same as the updated groups feature. For more information see the features page.</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/v1.5/practices?rev=1336332730&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-06T19:32:10+00:00</dc:date>
        <dc:creator>Franz</dc:creator>
        <title>Good practices - created</title>
        <link>http://fluxbb.org/docs/v1.5/practices?rev=1336332730&amp;do=diff</link>
        <description>Keeping up-to-date

For security reasons it is very important that your board is kept up-to-date. For more information on checking for updates see checking for updates, for help installing them see upgrading.

Backing up

Once of the most important, but often ignored, practices is keeping a regular backup of your forum. It is impossible to estimate when disaster may strike, whether it be hardware failure, file corruption, human error or anything else.</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/playground/playground?rev=1333359431&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-02T09:37:11+00:00</dc:date>
        <dc:creator>Franz</dc:creator>
        <title>Playground - created</title>
        <link>http://fluxbb.org/docs/playground/playground?rev=1333359431&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/v1.5/setup?rev=1333063124&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-29T23:18:44+00:00</dc:date>
        <dc:creator>Franz</dc:creator>
        <title>Setting up your forum - created (stub)</title>
        <link>http://fluxbb.org/docs/v1.5/setup?rev=1333063124&amp;do=diff</link>
        <description>FIMXE

Permissions

Probably the most critical part of setting up a new forum is getting the permissions right.

FluxBB v1.5 comes with a new feature that allows you to automatically “promote” your users to new groups once they reach a certain number of posts. To a certain degree, this allows for creating reputation-based services similar to sites like StackOverflow, although the amount of permissions that a user can gain is limited.</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/hosting?rev=1331127341&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-07T13:35:41+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>FluxBB Hosting</title>
        <link>http://fluxbb.org/docs/hosting?rev=1331127341&amp;do=diff</link>
        <description>Currently there are a few community ran hosting services which offer FluxBB hosting. In interest of fairness we have decided to create a wiki page on which anyone running such a service can add their link.

Note: The list below is provided for convenience only. Since it is community edited please do not confuse it with our recommended hosts page; the sites below have not been tested by our developers and are not officially endorsed in any way.</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/v2.0/modules/cache?rev=1329349809&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-15T23:50:09+00:00</dc:date>
        <dc:creator>Franz</dc:creator>
        <title>Cache - #368: Add API section stub</title>
        <link>http://fluxbb.org/docs/v2.0/modules/cache?rev=1329349809&amp;do=diff</link>
        <description>fluxbb-cache is an API abstraction around various different cache stores available for PHP. Filters are supported to allow encoding of data during storage.

For cache stores that do not support data expiration (i.e. use of TTL) it is emulated.

Backend adapters

We currently support the following data stores as cache backend:</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/installations?rev=1328034214&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-31T18:23:34+00:00</dc:date>
        <dc:creator>quy</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/installations?rev=1328034214&amp;do=diff</link>
        <description>Below is a list of a few of the larger websites running FluxBB :)

	*  Arch Linux
	*  Ubuntu-fr
	*  Fedora-fr
	*  μTorrent 
	*  fedoraonline.it</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=fluxbb-20.03.11.txt&amp;ns=&amp;rev=1300668137&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-21T00:42:17+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=fluxbb-20.03.11.txt&amp;ns=&amp;rev=1300668137&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=fluxbb-25.02.11.txt&amp;ns=&amp;rev=1300302442&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-16T19:07:22+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=fluxbb-25.02.11.txt&amp;ns=&amp;rev=1300302442&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=fluxbb-23.01.11.txt&amp;ns=&amp;rev=1300302393&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-16T19:06:33+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=fluxbb-23.01.11.txt&amp;ns=&amp;rev=1300302393&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=fluxbb-16.01.11.txt&amp;ns=&amp;rev=1300302052&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-16T19:00:52+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=fluxbb-16.01.11.txt&amp;ns=&amp;rev=1300302052&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=v1.4%3Afluxbb-mdk-1.4.zip&amp;ns=v1.4&amp;rev=1298334986&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-22T00:36:26+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=v1.4%3Afluxbb-mdk-1.4.zip&amp;ns=v1.4&amp;rev=1298334986&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=git_key.png&amp;ns=&amp;rev=1268562665&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-14T10:31:05+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=git_key.png&amp;ns=&amp;rev=1268562665&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/docs/_media/git_key.png?w=380&amp;h=262t=1287333946&quot; alt=&quot;git_key.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=git_lines.png&amp;ns=&amp;rev=1268559278&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-14T09:34:38+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=git_lines.png&amp;ns=&amp;rev=1268559278&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/docs/_media/git_lines.png?w=500&amp;h=387t=1287333946&quot; alt=&quot;git_lines.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=git_path.png&amp;ns=&amp;rev=1268559259&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-14T09:34:19+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=git_path.png&amp;ns=&amp;rev=1268559259&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/docs/_media/git_path.png?w=500&amp;h=387t=1287333946&quot; alt=&quot;git_path.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=git-cheat-sheet-medium.png&amp;ns=&amp;rev=1268524231&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-13T23:50:31+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=git-cheat-sheet-medium.png&amp;ns=&amp;rev=1268524231&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/docs/_media/git-cheat-sheet-medium.png?w=500&amp;h=386t=1287333946&quot; alt=&quot;git-cheat-sheet-medium.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://fluxbb.org/docs/?image=v1.4%3Ainstall_plugin.png&amp;ns=v1.4&amp;rev=1268153132&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-09T16:45:32+00:00</dc:date>
        <dc:creator>Reines</dc:creator>
        <title>Who uses FluxBB?</title>
        <link>http://fluxbb.org/docs/?image=v1.4%3Ainstall_plugin.png&amp;ns=v1.4&amp;rev=1268153132&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/docs/_media/v1.4/install_plugin.png?w=435&amp;h=95t=1287333946&quot; alt=&quot;v1.4:install_plugin.png&quot; /&gt;</description>
    </item>
</rdf:RDF>

