<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://get-simple.info/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://get-simple.info/wiki/feed.php">
        <title>GetSimple Wiki</title>
        <description></description>
        <link>http://get-simple.info/wiki/</link>
        <image rdf:resource="http://get-simple.info/wiki/lib/images/favicon.ico" />
       <dc:date>2012-05-16T11:07:20-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://get-simple.info/wiki/404?rev=1331578330&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/admin_themes?rev=1301738921&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/components-depending-on-the_page?rev=1328743295&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/components?rev=1299530413&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/configuration?rev=1331562046&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/getsimple_coding?rev=1305382066&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/gsconfig?rev=1297624270&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/how_to?rev=1325839763&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/installation?rev=1310909090&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/languages?rev=1329153037&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/lighttpd_permalinks?rev=1328894387&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/page_management?rev=1325842217&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/permalinks?rev=1330778602&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/plugins?rev=1323463428&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/press_release?rev=1309779660&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/pretty_urls?rev=1314712328&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/releases?rev=1300710314&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/security?rev=1297646977&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/sitemaps?rev=1305118494&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/start?rev=1330862798&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/themes?rev=1325842500&amp;do=diff"/>
                <rdf:li rdf:resource="http://get-simple.info/wiki/transifex?rev=1330026313&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://get-simple.info/wiki/lib/images/favicon.ico">
        <title>GetSimple Wiki</title>
        <link>http://get-simple.info/wiki/</link>
        <url>http://get-simple.info/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://get-simple.info/wiki/404?rev=1331578330&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-12T14:52:10-04:00</dc:date>
        <title>404</title>
        <link>http://get-simple.info/wiki/404?rev=1331578330&amp;do=diff</link>
        <description>The standard content file for the error 404 page is created and saved in ”/data/other/404.xml”. 

To customize it create a new page called 404. It will override the standard version. 

The code is in index.php


# define page, spit out 404 if it doesn't exist
$file = GSDATAPAGESPATH . $id .'.xml';
$file_404 = GSDATAOTHERPATH . '404.xml';
$user_created_404 = GSDATAPAGESPATH . '404.xml';
if (! file_exists($file)) {
	if (file_exists($user_created_404)) {
		//user created their own 404 page, which o…</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/admin_themes?rev=1301738921&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-02T06:08:41-04:00</dc:date>
        <title>admin_themes</title>
        <link>http://get-simple.info/wiki/admin_themes?rev=1301738921&amp;do=diff</link>
        <description>GetSimple allows developers to customize the colors within the administrative panel - effectively “branding” the control panel. 

Tips to a good and working admin color scheme:

	*  Place the file as admin.xml inside the folder /theme/
	*  There are a couple images within /admin/template/images that might need to change as a result
	*  Colors need the hash in front of the hex value. eg: #333333
	*  Do not use shortcut hex values. eg. #333
	*  Only works with GetSimple version 3.0 (doesn't work r…</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/components-depending-on-the_page?rev=1328743295&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-08T18:21:35-04:00</dc:date>
        <title>components-depending-on-the_page</title>
        <link>http://get-simple.info/wiki/components-depending-on-the_page?rev=1328743295&amp;do=diff</link>
        <description>If you would like a component to be displayed on only one page, that can be done by adding the following code to your theme's template.php file:


&lt;?php if (return_page_slug()=='PAGE') get_component('COMPNAME'); ?&gt;

Don't forget to replace PAGE with your page's slug and COMPNAME with the component's name.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/components?rev=1299530413&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-07T15:40:13-04:00</dc:date>
        <title>components</title>
        <link>http://get-simple.info/wiki/components?rev=1299530413&amp;do=diff</link>
        <description>Components are small snippits of code or text that can be inserted into a theme template. These are ideal for small blocks of text that are part of a theme file that the website owner may want to edit down the road. Examples are taglines, quotes, or sidebar items.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/configuration?rev=1331562046&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-12T10:20:46-04:00</dc:date>
        <title>configuration</title>
        <link>http://get-simple.info/wiki/configuration?rev=1331562046&amp;do=diff</link>
        <description>GetSimple is ready to use right out of the box, but there are some ways that developers can customize their installations. 


	*  gsconfig.php (Advanced)
	*  HTTPS/SSL - Setup a GetSimple installation with a SSL
	*  Admin Themes - To help brand the control panel
	*  Permalinks (An extension of Fancy URLs)
	*  Plugins - To enhance GetSimple's functionality
	*  .htaccess - Change settings within your .htaccess file
	*  Error 404 page</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/getsimple_coding?rev=1305382066&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-14T10:07:46-04:00</dc:date>
        <title>getsimple_coding</title>
        <link>http://get-simple.info/wiki/getsimple_coding?rev=1305382066&amp;do=diff</link>
        <description>*  All new code developed can using PHP 5.2+ 
	*  All PHP files will use complete open tags and include an ending tag with no whitespace after it. (no shorthand PHP &lt;?=)
	*  All files, classes, class methods, class variables, functions and defines will be documented with DocBlocks
	*  Assume all user input will be malicious - properly sanitize all form entries and $_GET, $_POST and $_COOKIE variables
	*  Minimize the use of double quotes. Double quotes force the PHP parser to check the string fo…</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/gsconfig?rev=1297624270&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-13T14:11:10-04:00</dc:date>
        <title>gsconfig</title>
        <link>http://get-simple.info/wiki/gsconfig?rev=1297624270&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/how_to?rev=1325839763&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-06T03:49:23-04:00</dc:date>
        <title>how_to</title>
        <link>http://get-simple.info/wiki/how_to?rev=1325839763&amp;do=diff</link>
        <description>We take pride on producing one of the most simplistic CMS products on the market today. Here are some simple how-to documents to get you started with each part of our CMS.


	*  Page Management
		*  The All Pages Screen
		*  Page Editing
			*  Page Options
			*  Create a New Page
			*  WYSIWYG editor
			*  Inserting Uploaded Images</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/installation?rev=1310909090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-17T09:24:50-04:00</dc:date>
        <title>installation</title>
        <link>http://get-simple.info/wiki/installation?rev=1310909090&amp;do=diff</link>
        <description>These are the steps that you need to take when you are doing a fresh install of GetSimple.


	*  Upgrading? There are special instructions.
	*  Documentation for moving or migrating hosts
	*  Moving GetSimple from one folder to another
	*  Tips for specific web hosters
	*   Tips for working with local servers</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/languages?rev=1329153037&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-13T12:10:37-04:00</dc:date>
        <title>languages</title>
        <link>http://get-simple.info/wiki/languages?rev=1329153037&amp;do=diff</link>
        <description>GetSimple supports different languages for the admin panel. Download the latest language files for GetSimple from Extend.

Once you've downloaded the language file of your choosing, save it to the /admin/lang/ folder of your new installation of GetSimple. If you've already gone through the setup of GetSimple, you can change your language preference within your Settings tab.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/lighttpd_permalinks?rev=1328894387&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-10T12:19:47-04:00</dc:date>
        <title>lighttpd_permalinks</title>
        <link>http://get-simple.info/wiki/lighttpd_permalinks?rev=1328894387&amp;do=diff</link>
        <description>In lighttpd, in order to get permalinks working, you should add some lines on your configuration file.

For the pattern: page/%slug% for example you should add this:


url.rewrite = (
&quot;/test/(admin)/?(.*)&quot; =&gt; &quot;$0&quot;,
&quot;/test/([A-Za-z0-9_-]+)/?$&quot; =&gt; &quot;/test/?id=$1&quot;,
)</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/page_management?rev=1325842217&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-06T04:30:17-04:00</dc:date>
        <title>page_management</title>
        <link>http://get-simple.info/wiki/page_management?rev=1325842217&amp;do=diff</link>
        <description>GetSimple is not empty, when you install it first time.
You will find one page and two themes when you take a closer look after finishing successfully the installation.

This page is the index-page of your installation, the top-most page.
You have to edit the title and the content of this page to get your own starting page. So click on the title of that page to edit it.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/permalinks?rev=1330778602&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-03T07:43:22-04:00</dc:date>
        <title>permalinks</title>
        <link>http://get-simple.info/wiki/permalinks?rev=1330778602&amp;do=diff</link>
        <description>Create custom permalinks via the Settings tab in your GetSimple installation. Permalinks help define the URL structure of your site. If you put a value in the Custom Permalink Structure input box, your FancyURL setting may be overridden by the string you put in.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/plugins?rev=1323463428&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-09T15:43:48-04:00</dc:date>
        <title>plugins</title>
        <link>http://get-simple.info/wiki/plugins?rev=1323463428&amp;do=diff</link>
        <description>GetSimple is able to have it's functionality expanded with the use of plugins.


	*  Extend Repository
		*  Using the Extend API

	*  Plugin Creation
	*  Plugins, Adding scripts and Styles
	*  Plugin Hooks &amp; Filters
	*  Plugins: Tips &amp; Tricks for Developers
	*  Plugins: Languages (I18N)
	*  Plugins: How to Install 
	*  Plugin Manager</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/press_release?rev=1309779660&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-04T07:41:00-04:00</dc:date>
        <title>press_release</title>
        <link>http://get-simple.info/wiki/press_release?rev=1309779660&amp;do=diff</link>
        <description>What is GetSimple?


GetSimple is an XML based lite content management system that allows a person with little to no HTML knowledge to maintain their simple website. To go along with the standard page and file managers, GetSimple also includes a powerful plugin system that is being wildly developed. Also features such as an “undo” protection for most user actions, a page and website backup system, and support for search engine optimization.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/pretty_urls?rev=1314712328&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-30T09:52:08-04:00</dc:date>
        <title>pretty_urls</title>
        <link>http://get-simple.info/wiki/pretty_urls?rev=1314712328&amp;do=diff</link>
        <description>GetSimple allows you to create better looking, and more SEO friendly URLs. In order for this feature to work, your server needs to have the mod_rewrite module installed. 

You also have the ability to edit the structure of the URLs by setting a Custom Permalink Structure. Certain custom structures need the mod_rewrite module, but not all.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/releases?rev=1300710314&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-21T08:25:14-04:00</dc:date>
        <title>releases</title>
        <link>http://get-simple.info/wiki/releases?rev=1300710314&amp;do=diff</link>
        <description>Prior to 3.0, there was no rhyme or reason to the version numbers that were released. Starting with this release, there is a new standard of how the versions will be numbered.

Take for example 3.0: (at this time, these are fictional release numbers)</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/security?rev=1297646977&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-13T20:29:37-04:00</dc:date>
        <title>security</title>
        <link>http://get-simple.info/wiki/security?rev=1297646977&amp;do=diff</link>
        <description>As of version 2.03, GetSimple is a very securely written CMS. However, there will always be ways to increase your site's security. We have some extra security pieces that will help make your GetSimple installation as secure as it can get.

These changes are to be made within your configuration file: /path/to/getsimple/gsconfig.php</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/sitemaps?rev=1305118494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-11T08:54:54-04:00</dc:date>
        <title>sitemaps</title>
        <link>http://get-simple.info/wiki/sitemaps?rev=1305118494&amp;do=diff</link>
        <description>ALERT: Starting with GetSimple version 3.1, sitemaps will be generated automatically every time either a page or site-setting is changed. You will be able to view the sitemap via Theme -&gt; View Sitemap. From this screen you will also be able to regenerate your sitemap.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/start?rev=1330862798&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-04T07:06:38-04:00</dc:date>
        <title>start</title>
        <link>http://get-simple.info/wiki/start?rev=1330862798&amp;do=diff</link>
        <description>Search the wiki to help solve your question, or click through the major categories below:


	*  Installation 
		*  Installation Requirements
		*  Required Module Information
		*  Specific Hosters
		*  Installing on a local server

	*  Upgrading GetSimple 
	*  Moving or Migrating Hosts
		*  Moving from one folder to another</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/themes?rev=1325842500&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-06T04:35:00-04:00</dc:date>
        <title>themes</title>
        <link>http://get-simple.info/wiki/themes?rev=1325842500&amp;do=diff</link>
        <description>Themes allow you to change the front-end of the website you create with GetSimple

	*  Theme Installation - using existing themes
	*  Theme Creation
	*  Template Tags
	*  Theme Development Tips
	*  Template Files/Multiple Templates


If you want a way to change the back-end's theme, GetSimple offers a limited way to do that as well.</description>
    </item>
    <item rdf:about="http://get-simple.info/wiki/transifex?rev=1330026313&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-23T14:45:13-04:00</dc:date>
        <title>transifex</title>
        <link>http://get-simple.info/wiki/transifex?rev=1330026313&amp;do=diff</link>
        <description>Based on the capabilities and flaws of Transifex the following approach seems best suited:

Translations for GetSimple


Setup:


	*  Create a project getsimple
		*  license = other open source
		*  source language = en_US
		*  maintainers = GetSimple developers/moderators and main plugin developers
		*  tags: opensource, getsimple</description>
    </item>
</rdf:RDF>

