<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.flamerobin.org/dokuwiki/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://www.flamerobin.org/dokuwiki/feed.php">
        <title>DokuWiki</title>
        <description></description>
        <link>http://www.flamerobin.org/dokuwiki/</link>
        <image rdf:resource="http://www.flamerobin.org/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2010-03-11T12:03:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:stc&amp;rev=1262725998&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:coding_conventions&amp;rev=1262698997&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:cvs_access&amp;rev=1262698702&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:platformspecifics&amp;rev=1262698580&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:wxstring&amp;rev=1262698039&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:playground&amp;rev=1262617060&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.flamerobin.org/dokuwiki/lib/images/favicon.ico">
        <title>DokuWiki</title>
        <link>http://www.flamerobin.org/dokuwiki/</link>
        <url>http://www.flamerobin.org/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:stc&amp;rev=1262725998&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T21:13:18+00:00</dc:date>
        <dc:creator>Marius Popa</dc:creator>
        <title>wiki:stc - added file c++ </title>
        <link>http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:stc&amp;rev=1262725998&amp;do=diff</link>
        <description>I use SciTE editor in my everyday work and it is natural to choose Scintilla for syntax highlighting component in my programs. There is a nice Scintilla interface control for wxWigdets (formerly wxWindows) called wxStyledTextControl. For those who don't know it yet, here are some features (important to me):</description>
    </item>
    <item rdf:about="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:coding_conventions&amp;rev=1262698997&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T13:43:17+00:00</dc:date>
        <dc:creator>Marius Popa</dc:creator>
        <title>wiki:coding_conventions - fixed the link</title>
        <link>http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:coding_conventions&amp;rev=1262698997&amp;do=diff</link>
        <description>If anything isn't explained here, you should refer to document - Industrial Strength C++ (author page - &lt;http://www.henricson.se/mats/&gt;).
Online version and pdf-version should be available here - &lt;http://www.sannabremo.se/nyquist/industrial/&gt;

Indentation &amp; separation


All code should use 4 spaces for indentation. Lines of code should not be longer than 80 characters.</description>
    </item>
    <item rdf:about="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:cvs_access&amp;rev=1262698702&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T13:38:22+00:00</dc:date>
        <dc:creator>Marius Popa</dc:creator>
        <title>wiki:cvs_access - added code bash</title>
        <link>http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:cvs_access&amp;rev=1262698702&amp;do=diff</link>
        <description>Project's code is hosted into Subversion and here is a guide for you

How to access Flamerobin Subversion Tree &lt;http://sourceforge.net/svn/?group_id=124340&gt;

In Ubuntu for anonymous mode i did like this (for all the tree)



svn co http://flamerobin.svn.sourceforge.net/svnroot/flamerobin flamerobin/trunc</description>
    </item>
    <item rdf:about="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:platformspecifics&amp;rev=1262698580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T13:36:20+00:00</dc:date>
        <dc:creator>Marius Popa</dc:creator>
        <title>wiki:platformspecifics - added code ++</title>
        <link>http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:platformspecifics&amp;rev=1262698580&amp;do=diff</link>
        <description>The different platforms FlameRobin is supported on (MS Windows with wxMSW, GTK on different systems with wxGTK, Mac OS X with wxMAC) each have their own rules for UI design, layed out in more or less detail in the HIG (Human Interface Guidelines). While wxWidgets tries to follow those rules this does not work everywhere, and in some areas (most prominently the spacing of controls in frames and dialogs) the user of the library has to provide their own solution.</description>
    </item>
    <item rdf:about="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:wxstring&amp;rev=1262698039&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T13:27:19+00:00</dc:date>
        <dc:creator>Marius Popa</dc:creator>
        <title>wiki:wxstring - file -&gt; code c++</title>
        <link>http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:wxstring&amp;rev=1262698039&amp;do=diff</link>
        <description>FlameRobin uses two kinds of strings: standard C++ std::string provided by STL and wxString class provided by wxWidgets.

Please note that wxString is the prefered class to use in entire system. It has a lot of features and provides good support for various character sets. It is easy to use non-ascii characters with it. IBPP library that we use for database access uses std::string. So, when we retrieve and set string data, we need to convert wxString to std::string and vice versa. To do this pro…</description>
    </item>
    <item rdf:about="http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:playground&amp;rev=1262617060&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-04T14:57:40+00:00</dc:date>
        <dc:creator>Marius Popa</dc:creator>
        <title>wiki:playground</title>
        <link>http://www.flamerobin.org/dokuwiki/doku.php?id=wiki:playground&amp;rev=1262617060&amp;do=diff</link>
        <description>This is the playground. Play around and make your first steps with DokuWiki.

Woot we got smileys 8-) 8-O :-( :-) =) :-/ :-? :-D :-P :-\ :-o :-x :-| ;-) ^_^ LOL


Ok, since I don't know how to add new pages, I'll just add content here (for tryout):</description>
    </item>
</rdf:RDF>
