<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://phpsatk.eenterphace.org/docs/lib/styles/feed.css" 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://phpsatk.eenterphace.org/docs/feed.php">
        <title>phpSATk Documentation</title>
        <description></description>
        <link>http://phpsatk.eenterphace.org/docs/</link>
        <image rdf:resource="http://phpsatk.eenterphace.org/docs/lib/images/favicon.ico" />
       <dc:date>2008-08-16T06:16:50+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/xdo?rev=1179737043&amp;do=diff1179737043"/>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/roadmap?rev=1179733730&amp;do=diff1179733730"/>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/repository?rev=1179733539&amp;do=diff1179733539"/>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/start?rev=1179732989&amp;do=diff1179732989"/>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/support?rev=1179312602&amp;do=diff1179312602"/>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/installation?rev=1179311787&amp;do=diff1179311787"/>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/requirements?rev=1179307173&amp;do=diff1179307173"/>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/discuss/feature_requests?rev=1178698816&amp;do=diff1178698816"/>
                <rdf:li rdf:resource="http://phpsatk.eenterphace.org/docs/doku.php/nice_urls?rev=1174645529&amp;do=diff1174645529"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://phpsatk.eenterphace.org/docs/lib/images/favicon.ico">
        <title>phpSATk Documentation</title>
        <link>http://phpsatk.eenterphace.org/docs/</link>
        <url>http://phpsatk.eenterphace.org/docs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/xdo?rev=1179737043&amp;do=diff1179737043">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-21T10:44:03+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>xdo</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/xdo?rev=1179737043&amp;do=diff1179737043</link>
        <description>XDOs - eXtensible Data Objects are one of the main features of phpSATk. They provide a unified, abstract interface to properties of manageable objects and are extensible by hierarchically attaching other XDOs to them, forming a collection. Each object is uniquely identified by its type identifier and at least one unique value (index value).</description>
    </item>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/roadmap?rev=1179733730&amp;do=diff1179733730">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-21T09:48:50+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>roadmap</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/roadmap?rev=1179733730&amp;do=diff1179733730</link>
        <description>Roadmap

Technology preview ( Versions 0.1+ )

Releases from this range are considered beta state - APIs might change - neither backward nor forward compatibility can be taken for granted.

0.1 (Intitial Public release)

	*  Stable Core
	*  Request handling/basic controllers
	*  Authentication and Authorization
	*  Templates
	*  eXtensible DataObjects and DataSets
	*  Form generation</description>
    </item>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/repository?rev=1179733539&amp;do=diff1179733539">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-21T09:45:39+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>repository - created</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/repository?rev=1179733539&amp;do=diff1179733539</link>
        <description>phpSATk’s SVN repository is available under &lt;http://phpsatk.eenterphace.org/svn/phpsatk/&gt;.

There’s also a ViewVC installation: &lt;http://phpsatk.eenterphace.org/svnweb/viewvc.cgi/&gt;

Structure: 

	*  /HEAD - The current development branch
	*  /branches - Branches (for future usage)
	*  /tags - Tagged release versions
	*  /extensions - Includes some of my PHP extensions built to work with phpSATk
	*  /DebugClient - A small helper for debugging phpSATk</description>
    </item>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/start?rev=1179732989&amp;do=diff1179732989">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-21T09:36:29+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>start</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/start?rev=1179732989&amp;do=diff1179732989</link>
        <description>The goal of this project is to provide a toolkit for building non-generic administrative solutions for small and mid-sized networks.  It tries to support developers/administrators to write modular, extensible and maintainable software, while taking as much of the groundwork off them as possible.</description>
    </item>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/support?rev=1179312602&amp;do=diff1179312602">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-16T12:50:02+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>support</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/support?rev=1179312602&amp;do=diff1179312602</link>
        <description>Support/How to contact us/me

 There is now a Mailinglist for phpSATk, you need to subscribe here to be able to post to it, It’s address is &lt;mailto:phpsatk-general@phpsatk.eenterphace.org&gt;.

I’m also hanging out on IRCnet quite a lot, so there are good chances to catch me there (#phpsatk).</description>
    </item>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/installation?rev=1179311787&amp;do=diff1179311787">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-16T12:36:27+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>installation</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/installation?rev=1179311787&amp;do=diff1179311787</link>
        <description>Before installing phpSATk please check the Requirements section.

1. Unpacking

Download a package (either zip, tar.gz or tar.bz2) of the current version and unpack it somewhere outside your document root. Move “phpsatk” and “phpsatk-lib” to a place where they can stay (that is, again, outside your document root). Now copy (or symlink if you webserver allows this) the contents of the htdocs folder contained in the package to the place beneath your document root where you want to reach yo…</description>
    </item>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/requirements?rev=1179307173&amp;do=diff1179307173">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-16T11:19:33+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>requirements - added database</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/requirements?rev=1179307173&amp;do=diff1179307173</link>
        <description>phpSATk requires PHP 5.*. phpSATk is developed on bleeding edge PHP Versions (5.2.2 at the moment), there may be (and are) issues when using certain older version. For security reasons I advice you to use Suhosin patched Versions of PHP.

phpSATk is known to run on Windows and Linux, but will probably run on other Unix derivates.</description>
    </item>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/discuss/feature_requests?rev=1178698816&amp;do=diff1178698816">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-09T10:20:16+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>discuss:feature_requests</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/discuss/feature_requests?rev=1178698816&amp;do=diff1178698816</link>
        <description>Place your Feature requests here

Integration of ezComponents

ezComponents provide some very interesting modules (which might also provide some of the capabilities mentioned below) and are cleanly designed. Find a way to have them integrate with our module management and provide classes for integration with our systems.</description>
    </item>
    <item rdf:about="http://phpsatk.eenterphace.org/docs/doku.php/nice_urls?rev=1174645529&amp;do=diff1174645529">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-23T11:25:29+02:00</dc:date>
        <dc:creator>Moritz Bechler</dc:creator>
        <title>nice_urls - created</title>
        <link>http://phpsatk.eenterphace.org/docs/doku.php/nice_urls?rev=1174645529&amp;do=diff1174645529</link>
        <description>Internally the use of nice urls is triggered by a environment variable PHPSATK_NICEURLS which needs to be set to “On”.

As all internal URLs should be generated using the builtin method (SATInstallation), switching this setting should not cause any trouble - just make sure to clear caches because they could be storing already prepared  URLs.</description>
    </item>
</rdf:RDF>
