<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.bigace.de/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://wiki.bigace.de/feed.php">
        <title>BIGACE Documentation</title>
        <description></description>
        <link>http://wiki.bigace.de/</link>
        <image rdf:resource="http://wiki.bigace.de/lib/tpl/1024px/images/favicon.ico" />
       <dc:date>2012-02-04T17:26:42+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.bigace.de/ru:bigace:upgrade?rev=1326739808&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bigace.de/bigace:smarty_tags:random_image?rev=1317151310&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bigace.de/bigace:developer:logger?rev=1315936275&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bigace.de/bigace:administration:filelogger?rev=1315936090&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bigace.de/bigace:extensions:development:firephp?rev=1315936044&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bigace.de/bigace:developer?rev=1315934810&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bigace.de/bigace:administration:bigace3setup?rev=1309730472&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bigace.de/bigace:extensions:addon:newsarchiver?rev=1309000872&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.bigace.de/bigace:developer:smarty:tutorial?rev=1308956503&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.bigace.de/lib/tpl/1024px/images/favicon.ico">
        <title>BIGACE Documentation</title>
        <link>http://wiki.bigace.de/</link>
        <url>http://wiki.bigace.de/lib/tpl/1024px/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.bigace.de/ru:bigace:upgrade?rev=1326739808&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-16T19:50:08+01:00</dc:date>
        <dc:creator>oleg</dc:creator>
        <title>Обновление BIGACE - [Обновление BIGACE] </title>
        <link>http://wiki.bigace.de/ru:bigace:upgrade?rev=1326739808&amp;do=diff</link>
        <description>Обновление Вашей системы до новой версии это всегда хорошая идея :-)

ВНИМАНИЕ: Если Вы обновляете систему с версии старее чем 2.5 (например с 2.3 до 2.4), используйте старое руководство по обновлению.</description>
    </item>
    <item rdf:about="http://wiki.bigace.de/bigace:smarty_tags:random_image?rev=1317151310&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-27T21:21:50+01:00</dc:date>
        <dc:creator>kevin</dc:creator>
        <title>{random_image} - created</title>
        <link>http://wiki.bigace.de/bigace:smarty_tags:random_image?rev=1317151310&amp;do=diff</link>
        <description>The {random_image} TAG fetches random filesnames from a directory.

This feature can be useful for example when creating an image slider.

Attributes

	*  assign - (required, int)

  The name of the template variable the array of filenames will be assigned to.</description>
    </item>
    <item rdf:about="http://wiki.bigace.de/bigace:developer:logger?rev=1315936275&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-13T19:51:15+01:00</dc:date>
        <dc:creator>kevin</dc:creator>
        <title>Logger - [A list of available Logger] </title>
        <link>http://wiki.bigace.de/bigace:developer:logger?rev=1315936275&amp;do=diff</link>
        <description>Everyone developer works different, especially when it comes to logging. One wants a logfile and tail, another one echoes messages directly on the page.

Bigace ships with a configurable logging adapter. The configuration is done in the file /system/config/services.ini.</description>
    </item>
    <item rdf:about="http://wiki.bigace.de/bigace:administration:filelogger?rev=1315936090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-13T19:48:10+01:00</dc:date>
        <dc:creator>kevin</dc:creator>
        <title>File Logger - added more section</title>
        <link>http://wiki.bigace.de/bigace:administration:filelogger?rev=1315936090&amp;do=diff</link>
        <description>This short tutorial will tell you how to activate File logging in BIGACE. Logging to a file  instead of database logging has the big advantage that it works even when no database connection could be established (usefull for debugging).

Please note, that the admin pnael at System/Logging will not work in combination with the FileLogger, you need to read the log files with a text editor!</description>
    </item>
    <item rdf:about="http://wiki.bigace.de/bigace:extensions:development:firephp?rev=1315936044&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-13T19:47:24+01:00</dc:date>
        <dc:creator>kevin</dc:creator>
        <title>FirePHP - [Configuration of the FirePHP Plugin for BIGACE] </title>
        <link>http://wiki.bigace.de/bigace:extensions:development:firephp?rev=1315936044&amp;do=diff</link>
        <description>Debugging Server-side applications can be a time-consuming task and I guess all PHP developer know this frustrating search for bugs, using “raw” debug messages like:


echo &quot;&lt;br&gt;1&quot;;
print_r($myArray)
...


Thanks to the great Firebug extension for Firefox, a lot of web-development tasks have become easier. 
Now, its getting even better! Introducing the FirePHP extension for BIGACE lets you send all BIGACE and PHP related log messages to the
Firebug console.</description>
    </item>
    <item rdf:about="http://wiki.bigace.de/bigace:developer?rev=1315934810&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-13T19:26:50+01:00</dc:date>
        <dc:creator>kevin</dc:creator>
        <title>Developer manual - [Bigace 2.x specific] added link to logger</title>
        <link>http://wiki.bigace.de/bigace:developer?rev=1315934810&amp;do=diff</link>
        <description>*  PHP API - the PHP documentation (API) for BIGACE ...
	*  Classes - ... and how to use them in your code
	*  Templates - what they are and how to customize them

Extending Bigace:

	*  Plugin - Plugins can hook into the core of Bigace
	*  Hooks - Register a Hook and execute a function or filter when it is called
	*  Extensions - how to build installable Extension-Package (package format ZIP)
	*  Modules - display dynamic data in your page</description>
    </item>
    <item rdf:about="http://wiki.bigace.de/bigace:administration:bigace3setup?rev=1309730472&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-04T00:01:12+01:00</dc:date>
        <dc:creator>kevin</dc:creator>
        <title>Bigace 3 - a secure Apache setup - created</title>
        <link>http://wiki.bigace.de/bigace:administration:bigace3setup?rev=1309730472&amp;do=diff</link>
        <description>The best way to install Bigace 3 is by installing it with the Apaches DocumentRoot pointing to the public/ folder.

This describes the config files and the required settings for a proper and secure setup.

We use www.example.com as domain and /var/www/bigace/ as home directory of this example installation.</description>
    </item>
    <item rdf:about="http://wiki.bigace.de/bigace:extensions:addon:newsarchiver?rev=1309000872&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-25T13:21:12+01:00</dc:date>
        <dc:creator>kevin</dc:creator>
        <title>News Archiver - moved download link</title>
        <link>http://wiki.bigace.de/bigace:extensions:addon:newsarchiver?rev=1309000872&amp;do=diff</link>
        <description>The News Archiver is an extension for the News System.

The News Archiver is able to find news older than a configured age. These news will be moved to an archive, where they are still existing, viewable, but they do not show up in the active News list.
Activate the News Archiver if you have a lot of News or if you do not want to display old news on your website.</description>
    </item>
    <item rdf:about="http://wiki.bigace.de/bigace:developer:smarty:tutorial?rev=1308956503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-25T01:01:43+01:00</dc:date>
        <dc:creator>kevin</dc:creator>
        <title>How to write new Designs - improved example</title>
        <link>http://wiki.bigace.de/bigace:developer:smarty:tutorial?rev=1308956503&amp;do=diff</link>
        <description>This article covers the first steps in creating a new Template &amp; Design for your website.
Follow the instructions in the given order and you will have a usable (no, not pretty: usable!) design afterwards.

Start with logging in and switching to Administration -&gt; Layout.</description>
    </item>
</rdf:RDF>

