<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Show off - FlatPress Forums</title>
      <link>http://www.flatpress.org/vanilla2/categories/show-off/feed.rss</link>
      <pubDate>Wed, 19 Jun 13 09:01:06 -0400</pubDate>
         <description>Show off - FlatPress Forums</description>
   <language>en-CA</language>
   <atom:link href="/vanilla2/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>My FP installation - and the adjustments I took</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1995/my-fp-installation-and-the-adjustments-i-took</link>
      <pubDate>Thu, 25 Apr 2013 17:13:07 -0400</pubDate>
      <dc:creator>azett</dc:creator>
      <guid isPermaLink="false">1995@/vanilla2/discussions</guid>
      <description><![CDATA[Hi,<br><br>at first I'd like to thank the FlatPress team for that superb piece of open source software. FP works like a charm and is really easy to enhance. <br>To my person: I was founder, leader and coder of <a rel="nofollow" href="http://www.mozilo.de">moziloCMS</a>, a German open source PHP-based flatfile CMS, until I handed over the whole project to fellow coders due to personal reasons and time restrictions. moziloCMS is actively being developed ever since. And of course, for my website projects I proudly use it. But moziloCMS just ain't no blog software by design, and so I reached (and exceeded) its limits with my personal bike touring book which technically is...a blog.<br>So instead of twisting moziloCMS beyond its possibilities, I decided to look out for a native flatfile and open source blog software - and <span id="result_box" class="short_text" lang="en"><span class="hps">fortunately </span></span>found FlatPress.<br><br>And since this is the "Show off" section, I proudly present my blog "<b>Ruhrpott-Tourenbuch</b>" at <b><a rel="nofollow" href="http://bike.azett.com/">bike.azett.com</a></b> :)<br>This is the place where I collect my bike tours in the German Ruhr area - which used to be dusty and industrial for decades. But these times are gone, now the Ruhr area is very green and a great place to cycle. I love it :)<br><br><br>I enhanced some features in FlatPress which I'd like to share with the community. Maybe it inspires someone to tweak their own FlatPress installation - feel free to ask me for further details and codes of the individual functions!<br><br><ul><li>Archives plugin (left side at the bottom of the page): A few lines of JavaScript and CSS take care that just the current year will initially be expanded. Would be too large otherwise.</li><li>LastEntries plugin: It's used twice (just by copy&amp;rename) - on the right side it shows the last five, at the bottom of the page the last ten entries.</li><li>Lightbox2 plugin: Once popped out an image, you can browse through <i>all</i> the page's images without interruption. Due to a static Lightbox group in the "rel" attribute of all images, Lightbox handles all images on the page as one single group.</li><li>ReadMore plugin: I didn't like the readmore link to point at the <a rel="nofollow" href="/vanilla2/search?Search=%23readmore&amp;Mode=like">#readmore</a> anchor somewhere in the middle of the blog entry. After a small change it now points just to the entry's top.</li><li>CustomBBCode plugin: I added some helpful BBcode tags as excellently described at <a rel="nofollow" href="http://wiki.flatpress.org/doc:plugins:bbcode:tips">http://wiki.flatpress.org/doc:plugins:bbcode:tips</a>.<br>One example is my <i>mail</i> tag. It contains a mail adress obfuscation "borrowed" from moziloCMS which protects from spammers.</li><li>QuickGallery plugin: Another function taken from moziloCMS. Descriptions for the gallery pictures are read from a Properties file located in the gallery directory. It looks something like<br><ul><li><span style="color: #666666;">image1.jpg = This is the image's caption to show in the pop-out.<br>image2.jpg = Caption of the 2nd image.<br>...and so on.</span><br></li></ul>For now, I create this file manually and upload it via FTP into the gallery directory. It should be possible though to create a tiny admin plugin for that. Who likes to...? ;)<br></li><li>Entry editor: Images and attachments are sorted by name, not by upload date. I also added custom BBCodes and some eye candy to the BBCode toolbar.tpl - <a rel="nofollow" href="http://abload.de/img/editorjlydh.png">looks much more fancy with graphical icons</a> :)</li></ul><br><p>Regards<br>Arvid<br></p>]]></description>
   </item>
   <item>
      <title>Bobu&#039;s Notepad theme plus the Tinyflash player in the menu</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1942/bobu039s-notepad-theme-plus-the-tinyflash-player-in-the-menu</link>
      <pubDate>Tue, 26 Feb 2013 09:24:59 -0500</pubDate>
      <dc:creator>Stanley</dc:creator>
      <guid isPermaLink="false">1942@/vanilla2/discussions</guid>
      <description><![CDATA[<p>I got nagged into doing a new blog for my son's works of art (!) so we looked through the themes and used <a rel="nofollow" href="http://wiki.flatpress.org/res:themes#notepad" title="get this theme from the wiki">Bobu's Notepad</a> which I've tweaked a bit and added the tiny flash player into the menu itself. This is hidden in the column version of the menu widget by adding a class to the menu item - one which is hard coded in the output which is returned in the player plugin file, and the other in the menu itself.</p><p>&nbsp;Take a look: <br><a href="http://art.georgi.co.uk/" target="_blank" rel="nofollow">http://art.georgi.co.uk/</a> (please use almost anything <em>except</em> IE and its clones to see the MP3 player!)</p><p>The options in the menu look like this:</p><p><span style="background-color: #ffff00;"><strong>[*]&lt;div class="audio"&gt;GO "VISION ON" STYLE &amp;rarr;&amp;nbsp;&amp;nbsp;&lt;/div&gt;<br>[*][audio]gallerytheme.mp3[/audio]</strong></span></p><p>and in this theme's column.css file I just added this to the end:</p><p><span style="background-color: #33ff33;"><strong><a rel="nofollow" href="/vanilla2/search?Search=%23column&amp;Mode=like">#column</a> div.audio{<br>display:none;<br>}</strong></span></p><p>Unfortunately this flash player <em><span style="text-decoration: underline;">doesn't</span></em> work in SOME versions of Internet Explorer (a known problem with this plugin)<span style="text-decoration: line-through;">, so I'd like to find out why and either fix that or else hide it from IE.</span></p><p><strong><span style="font-family: Arial Black;"><span style="color: #3333ff;"><span style="font-size: medium;"><span style="text-decoration: line-through;">Any ideas folks?</span></span></span></span></strong></p><p><em><span style="color: #3333ff;">Edit: I found that it DID work in some versions of IE after I posted this!</span></em></p><p><a rel="nofollow" href="http://wiki.flatpress.org/res:plugins?&amp;#player" title="Get the player.zip from the wiki">I've uploaded my copy to the wiki</a>, now that I've found it and got it working - there were a couple of errors in the code with the version I managed to find.</p><p>No need to make any special changes - just upload the plugin, enable it, and upload your mp3 files into your fp-content/attachs folder.</p><p>You'll also see that there's a fixed background image in the column, and the menu &amp; categories are fixed in place too. I wanted to keep it simple so I don't intend adding anything else there.</p><p>If there are any Brits out there, over a certain age, then go ahead and click that play button :D</p><p>The music is from the "Gallery" segment of "Vision On" which was British TV show for deaf children. I think the show was shown in a lot of different countries so it might be familiar to a few more people here too.</p>]]></description>
   </item>
   <item>
      <title>Flatpress Categories Numberer</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1846/flatpress-categories-numberer</link>
      <pubDate>Wed, 21 Nov 2012 01:29:34 -0500</pubDate>
      <dc:creator>tdrusk</dc:creator>
      <guid isPermaLink="false">1846@/vanilla2/discussions</guid>
      <description><![CDATA[Hey guys. I have just started blogging with Flatpress and solved one of my problems with it by creating a script to tell me what my next category number should be during category creation.<br><br><a rel="nofollow" href="http://www.olivermouse.com/?x=entry:entry121121-005627">Link</a><br>]]></description>
   </item>
   <item>
      <title>check out my site :)</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1789/check-out-my-site-</link>
      <pubDate>Thu, 20 Sep 2012 07:39:16 -0400</pubDate>
      <dc:creator>StephenTaylor</dc:creator>
      <guid isPermaLink="false">1789@/vanilla2/discussions</guid>
      <description><![CDATA[<sup>hey i am just wondering could u check out my blog and give feedback :)<br><br></sup>]]></description>
   </item>
   <item>
      <title>Example of Hyperpage &amp; Static Entry plugins working together</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1793/example-of-hyperpage-static-entry-plugins-working-together</link>
      <pubDate>Sun, 23 Sep 2012 07:28:09 -0400</pubDate>
      <dc:creator>Stanley</dc:creator>
      <guid isPermaLink="false">1793@/vanilla2/discussions</guid>
      <description><![CDATA[<p>You'll need to log in with "demo" and "password" to view this, but it shows how to construct complex static pages by including the titles and content from entries in a static page - only in this case it's in one of <a rel="nofollow" href="http://hyperpage.lattilad.org/">LAttilaD's <em>hyper</em>-pages</a> which allows you to break a single static page up into table of contents and chapters/sections.</p><p><a href="http://demofppb.us2uk.eu/?x=entry:entry120922-102257" target="_blank" rel="nofollow">http://demofppb.us2uk.eu/?x=entry:entry120922-102257</a></p><p>The link above is the description of how it was done and shows you how the static page was coded - the working example itself can be seen by clicking the link you'll see about half-way down the page.</p><p>The working example itself describes the Static Entry plugin in more detail - and lists a few advantages and problems I've found. It's perfect for what I want to use it for (creating and maintaining large content in small chunks by a small team using Live Writer), but it doesn't work quite so well if you use the BBCode editor in the admin panel to create your posts (it currently won't decode BBCode, which isn't a problem for Live Writer-generated entries as these use HTML tags to format the content).</p>]]></description>
   </item>
   <item>
      <title>User themes</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1782/user-themes</link>
      <pubDate>Wed, 12 Sep 2012 11:50:21 -0400</pubDate>
      <dc:creator>LAttilaD</dc:creator>
      <guid isPermaLink="false">1782@/vanilla2/discussions</guid>
      <description><![CDATA[I’ve created a coloring book for <a rel="nofollow" href="http://lattilad.org">LAttilaD.org</a>. Going there and clicking on the&nbsp;<img src="http://paletta.lattilad.org" alt="image">&nbsp;icon, you can try it.<div>Here’s how did I do it. The coloring book is a static page with some PHP code (by [exec]) to list available themes and styles, and to call a tiny script that send the cookies out. Now, I’ve added a check in core.theme.php, function theme_loadsettings, just after the global statement:</div><div><br></div><div><div>if(isset($_COOKIE['privatetheme']))</div><div>{</div><div>&nbsp; &nbsp; $fp_config['general']['theme']=$_COOKIE['privatetheme'];</div><div><span class="Apple-tab-span" style="white-space:pre">	</span>if(isset($_COOKIE['privatestyle']))</div><div><span class="Apple-tab-span" style="white-space:pre">		</span>$fp_config['general']['style']=$_COOKIE['privatestyle'];</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else unset($fp_config['general']['style']);</div><div>}</div></div><div><br></div><div>That’s all, and every user can see the site in their own skin and style.</div>]]></description>
   </item>
   <item>
      <title>Copyright note change</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1766/copyright-note-change</link>
      <pubDate>Tue, 14 Aug 2012 21:20:33 -0400</pubDate>
      <dc:creator>LAttilaD</dc:creator>
      <guid isPermaLink="false">1766@/vanilla2/discussions</guid>
      <description><![CDATA[I’d like to let you know I have changed the copyright notice at the footer of <a rel="nofollow" href="http://lattilad.org">LAttilaD.org</a>: from „this blog is powered by FlatPress” to „our site is powered by FlatPress”. The blog contains 6,4 million bytes of text, but there are 8 million bytes (and counting) of books published with FlatPress, too, so the blog is just the smaller part. I hope you won’t mind the change. :)]]></description>
   </item>
   <item>
      <title>Marc&#039;s Personal Blog</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1714/marc039s-personal-blog</link>
      <pubDate>Fri, 01 Jun 2012 00:04:12 -0400</pubDate>
      <dc:creator>Marc</dc:creator>
      <guid isPermaLink="false">1714@/vanilla2/discussions</guid>
      <description><![CDATA[I created this blog to share stuff related to my hobbies and misc thoughts.  <br /><br />I modified the Deckey 4 theme a bit to make it feel as I want, and I added a few little things here and there, such as social networking buttons and a small block of Adsense ads. <br /><br />Let me know how it feels, what you like or not!<br /><br /><a href="http://marcthibeault.com/" target="_blank" rel="nofollow">http://marcthibeault.com/</a><br /><br />Thanks. :)]]></description>
   </item>
   <item>
      <title>My Blog about lucid dreaming / Klartraumblog (German)</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1601/my-blog-about-lucid-dreaming-klartraumblog-german</link>
      <pubDate>Sun, 15 Jan 2012 15:42:50 -0500</pubDate>
      <dc:creator>LTB</dc:creator>
      <guid isPermaLink="false">1601@/vanilla2/discussions</guid>
      <description><![CDATA[Hey Guys<br><br>Here is my <a rel="nofollow" href="http://www.kt-forum.de/blog/">Blog about lucid dreaming</a> and sleep in general (language: German). I tweaked the <a rel="nofollow" href="http://zeuder.net/2010/01/10/deckay-40-para-flatpress/">Deckay 4.0 </a>Theme a little bit, so the colors are similar to the main site: <a rel="nofollow" href="http://www.kt-forum.de/">KT-Forum.de</a><br><br>Hope you like it.<br><br>Best regards<br>]]></description>
   </item>
   <item>
      <title>FlatPress saves English football club from extinction!</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1604/flatpress-saves-english-football-club-from-extinction</link>
      <pubDate>Wed, 18 Jan 2012 18:18:32 -0500</pubDate>
      <dc:creator>Stanley</dc:creator>
      <guid isPermaLink="false">1604@/vanilla2/discussions</guid>
      <description><![CDATA[<p>First time I've posted in the "Show Off" section, but I just thought that FlatPress deserves an honourable mention in an extraordinary tale of a small English league soccer team which went out of business today, at least that's what was supposed to happen. But the team (MY team) was brought back from the dead by sheer people power. A coordinated facebook and twitter campaign gripped the whole country and, amazingly, the supporters managed to get the decision to close the club down overturned - this was AFTER the Administrator had told the coach and players that that was it, he had no option but to liquidate the club.</p><p><strong><span style="font-size: large;">And just <span style="text-decoration: underline;">WHAT</span> has this got to do with FlatPress?</span></strong></p><p>Well, the whole Twitter/Facebook campaign began after one fan saw the FP blog which I started to try and document the demise (and hopefully the resurrection) of the club, and a "Twibbon" campaign was launched which linked right back to my blog, and the choice of using FlatPress was a no-brainer as I know it so well and when the club got into trouble just a couple of weeks ago there were no sites like it - something quick and effective was needed and my FlatPress site was up and running in just a few minutes.&nbsp;</p><p><a href="http://darlo.georgi.co.uk/" target="_blank" rel="nofollow">http://darlo.georgi.co.uk/</a></p><p>I'd just like to explain a little about the blog - it uses a couple of nice features one of which is the scrolling last entries feature at the top. This works really well but I've still got a small problem to iron out before I can share that (it's a jQuery "version" issue, nothing major). It also uses a couple of "sticky post" positions where I've put blockparsers - on on the main page and another which follows the comment box on every post.</p><p>The blog also uses the SEO plugin and this, I think, has helped our cause tremendously so I'd like to thank the people who worked so hard on that. Some posts are made by Live Writer using the remote posting plugin - though I ended up posting most stuff manually so I could enter all the SEO information there and then. I also cheated a bit and back-dated a couple of entries using the datechanger plugin, to make it look like I was keeping right up with the fast pace of events (which was impossible in reality). I also used the Extended Image plugin quite a bit too.</p><p>You can see the facebook page here - I'm now also an admin for that so you'll see a lot of links there back to the FlatPress blog.</p><p><a href="http://www.facebook.com/savedarlingtonfc" target="_blank" rel="nofollow">http://www.facebook.com/savedarlingtonfc</a></p><p>Thanks to NWM and everyone who's spent time working on the plugins which have helped our cause.</p>]]></description>
   </item>
   <item>
      <title>Flatpress integration with an existing  site</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1247/flatpress-integration-with-an-existing-site</link>
      <pubDate>Sat, 30 Oct 2010 23:32:05 -0400</pubDate>
      <dc:creator>golinux</dc:creator>
      <guid isPermaLink="false">1247@/vanilla2/discussions</guid>
      <description><![CDATA[The Say No To GMOs! site has been up for about 10 years.  Every year, I change the look of the site and each year's archives retain that look.  I have just completed the 2011 look for the site which will be using Flatpress for the monthly updates for the year.  If FP works out (can handle the traffic), I will use a fresh install for each subsequent year after that.  You can see the 2011 test page for the core HTML pages of the site and FP integration for the news updates here.  You'll notice that I've got pierovdfn's plugin to call the latest FP entries working on the HTML page.  <br /><br /><a href="http://www.saynotogmos.org/test2011.php" target="_blank" rel="nofollow">http://www.saynotogmos.org/test2011.php</a><br /><a href="http://www.saynotogmos.org/ud2011/" target="_blank" rel="nofollow">http://www.saynotogmos.org/ud2011/</a><br /><br />FP is really quite easy to skin which is one reason I am now using it on two sites.  :)]]></description>
   </item>
   <item>
      <title>FlatPress Turkey Support Site</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1498/flatpress-turkey-support-site</link>
      <pubDate>Wed, 24 Aug 2011 11:39:54 -0400</pubDate>
      <dc:creator>flatpressturkiye</dc:creator>
      <guid isPermaLink="false">1498@/vanilla2/discussions</guid>
      <description><![CDATA[FlatPress Turkey Support Site (<a href="http://www.flatpress-turkiye.tk" target="_blank" rel="nofollow">http://www.flatpress-turkiye.tk</a>) has been opened! <br />We are from the same team like the FlatPressGermany team, and has been supported by Exceptionz Web Team.<br /><br />FlatPress Turkey Team will -just like FlatPress Germany team- create user docs, inform about the latest news, give some tips, and propagate FlatPress in other blog- and cms-sites. We hope helping the FlatPress community in this way. <br /><br />Our first work was to make a turkish translation, because the last turkish translation was too old. You can download the new translation here:<br /><a href="http://flatpress.org/vanilla2/discussion/1497/turkish-translation" target="_blank" rel="nofollow">http://flatpress.org/vanilla2/discussion/1497/turkish-translation</a><br /><br />We hope to work together with the FlatPress community succesfully. <br /><br />Thanks<br />FlatPress Turkey]]></description>
   </item>
   <item>
      <title>FlatPress Germany Support Site</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1491/flatpress-germany-support-site</link>
      <pubDate>Sun, 21 Aug 2011 04:45:04 -0400</pubDate>
      <dc:creator>flatpressdeutschland</dc:creator>
      <guid isPermaLink="false">1491@/vanilla2/discussions</guid>
      <description><![CDATA[FlatPress Germany Support Site (<a href="http://www.flatpress-deutschland.tk" target="_blank" rel="nofollow">http://www.flatpress-deutschland.tk</a>) has been opened! FlatPress Germany Team will create user docs, inform about the latest news, give some tips, and propagate FlatPress in other blog- and cms-sites. We hope helping the FlatPress community in this way. <br /><br />Our first message in german:<br />Unsere Supportplattform für FlatPress, FlatPress Deutschland, wurde nach den letzten Änderungen eröffnet.<br /><br />Unseren Aufgabenbereich können Sie der Willkommensnachricht entnehmen:<br />Diese Plattform bietet Ihnen die erste Anlaufstelle für FlatPress in deutscher Sprache dar. Beiträge, Hilfestellungen, Antworten über häufig gestellte Fragen sowie Tipps, Tricks und Links zu weiteren Ressourcen können Sie auf dieser Plattform finden. Je nach Bedarf werden wir dieses Projekt um ein Forum ergänzen, um Ihnen einen direkteren Supportweg anbieten zu können.<br /><br />Wir hoffen mit diesem Schritt, der FlatPress Community eine Unterstützung zu leisten und rufen jeden engagierten FlatPress-Nutzer aus dem deutschen Sprachgebiet dazu auf, in unserem Team mitzuarbeiten.<br /><br />Wir bedanken uns bei dem Exceptionz Web Team für die technische- und Content-Unterstützung und hoffen auf gute Zusammenarbeit.<br /><br />Ihr FlatPress Deutschland Team]]></description>
   </item>
   <item>
      <title>My other site - Templates CSS</title>
      <link>http://www.flatpress.org/vanilla2/discussion/980/my-other-site-templates-css</link>
      <pubDate>Fri, 22 Jan 2010 08:43:30 -0500</pubDate>
      <dc:creator>zeuder</dc:creator>
      <guid isPermaLink="false">980@/vanilla2/discussions</guid>
      <description><![CDATA[My other site, powered with flatpress.<br><a rel="nofollow" href="http://templatescss.com.ar">templatescss.com.ar</a><br><br>All templates are free ;)]]></description>
   </item>
   <item>
      <title>How do I insert Javascript code on page??</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1357/how-do-i-insert-javascript-code-on-page</link>
      <pubDate>Fri, 18 Mar 2011 08:13:47 -0400</pubDate>
      <dc:creator>dondemaio</dc:creator>
      <guid isPermaLink="false">1357@/vanilla2/discussions</guid>
      <description><![CDATA[Thanks for your help.<br /><br />Don]]></description>
   </item>
   <item>
      <title>FlatMistyLook theme doesn&#039;t stack up</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1356/flatmistylook-theme-doesn039t-stack-up</link>
      <pubDate>Fri, 18 Mar 2011 07:13:26 -0400</pubDate>
      <dc:creator>dondemaio</dc:creator>
      <guid isPermaLink="false">1356@/vanilla2/discussions</guid>
      <description><![CDATA[Hi. When I try to install the beautiful FlatMistyLook theme I get an error messsage: "Theme doesn't exist."<br /><br />Anyone else have this problem?]]></description>
   </item>
   <item>
      <title>misterknow.net - a novice for Flatpress</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1327/misterknow-net-a-novice-for-flatpress</link>
      <pubDate>Sat, 29 Jan 2011 13:25:17 -0500</pubDate>
      <dc:creator>Phoemsak</dc:creator>
      <guid isPermaLink="false">1327@/vanilla2/discussions</guid>
      <description><![CDATA[my website is: <br>&raquo; designed and created with FlatPress 0.1010<br>&raquo; in Thai Language<br>&raquo; in my template style but now still in the same name of 'leggero'<br>&raquo; already inserted GooGle Analytics without error<br>&raquo; sure, need comments in anyway<br><span style="display:block;margin:15px 0;border:1px solid #ccc;background:#c4c4c4;"><a rel="nofollow" href="http://misterknow.net">MisterKnow.net</a></span>]]></description>
   </item>
   <item>
      <title>My little blog</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1300/my-little-blog</link>
      <pubDate>Sun, 19 Dec 2010 18:09:36 -0500</pubDate>
      <dc:creator>dmo</dc:creator>
      <guid isPermaLink="false">1300@/vanilla2/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I would like to introduce my little blog to you. If you like, visited http:\\netzkescher.de<br /><br /><br />And, If I had one wish free --- can anyone write a guide on how to write a plug-in. Just something small for beginners who know a little php, like me ;-)<br /><br />For example, how to convert an existing Wordpress plugin for Flatpress. Maybe someone has time - it is almost Christmas.<br /><br />Thank you for Flatpress und all the discussions.]]></description>
   </item>
   <item>
      <title>FP x 2</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1296/fp-x-2</link>
      <pubDate>Mon, 13 Dec 2010 08:13:18 -0500</pubDate>
      <dc:creator>palmito04</dc:creator>
      <guid isPermaLink="false">1296@/vanilla2/discussions</guid>
      <description><![CDATA[I want to bring to your attention two installations:<br /><br />ramenfx.org (software home page)<br /><br />lonestarfx.it (blog)<br /><br />Regards.]]></description>
   </item>
   <item>
      <title>RamblingRoss</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1181/ramblingross</link>
      <pubDate>Sun, 22 Aug 2010 00:59:42 -0400</pubDate>
      <dc:creator>ramblingross</dc:creator>
      <guid isPermaLink="false">1181@/vanilla2/discussions</guid>
      <description><![CDATA[A <a rel="nofollow" href="http://www.ramblingross.co.uk/">new site</a> currently using a slightly modified Leggero theme.<br><br>The theme may not be of interest, but hopefully the plugins I have developed (<a rel="nofollow" href="http://www.ramblingross.co.uk/2010/08/11/recaptcha-for-flatpress/">reCaptcha for FlatPress</a> and <a rel="nofollow" href="http://www.ramblingross.co.uk/2010/08/21/googlesearchbox-for-flatpress/">GoogleSearchBox for FlatPress</a>) may be of some use.]]></description>
   </item>
   <item>
      <title>Prepress Helper: my new blog using Deckay 4</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1164/prepress-helper-my-new-blog-using-deckay-4</link>
      <pubDate>Sat, 14 Aug 2010 14:54:24 -0400</pubDate>
      <dc:creator>MikeD</dc:creator>
      <guid isPermaLink="false">1164@/vanilla2/discussions</guid>
      <description><![CDATA[Recently launched my new blog: <a rel="nofollow" href="http://www.prepresshelper.com">Prepress Helper</a><br><br>It is mainly aimed at U.S.A. graphic designers involved with print work. FlatPress was very easy to set up and get things running; I used a slightly modified version of Deckay 4.0 template (just added my photo).<br><br>I plan to make a few small changes and additions to make things better. Any suggestions or bug reports are most welcome. Thanks!]]></description>
   </item>
   <item>
      <title>Lars Peter Schultz Composer, FlatPress Site</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1074/lars-peter-schultz-composer-flatpress-site</link>
      <pubDate>Fri, 30 Apr 2010 23:50:02 -0400</pubDate>
      <dc:creator>LPS</dc:creator>
      <guid isPermaLink="false">1074@/vanilla2/discussions</guid>
      <description><![CDATA[Hi, I have found this great program FlatPress and applied it to my site. Before I uploaded FlatPress to the net I tried out differnt themes and styles by using my computer as a local host. Although I like many themes I decided to go for the default Leggero theme and change some settings to give my site its own look. It took me a while since I don&#039;t know much about PHP but enough to be able to change the settings of coulours and images in the files. I also looked around the forum here to get ideas. <br />
<br />
FlatPress is very easy to work with. The widget system is just excellent, I really like the way you can manage what you want to have on the side bar.<br />
<br />
Here is my site: http://www.larspeter.tranceform.org/]]></description>
   </item>
   <item>
      <title>I hope you all are welcome me</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1051/i-hope-you-all-are-welcome-me</link>
      <pubDate>Mon, 05 Apr 2010 15:45:32 -0400</pubDate>
      <dc:creator>Take</dc:creator>
      <guid isPermaLink="false">1051@/vanilla2/discussions</guid>
      <description><![CDATA[<p>My blog language is Thai. But you all can comment in English, Sure! I can read and write English.<br>Please, make a discussion about template, content formatting and anything you all are happy to do.<br>Thanks in advanced<br>Here is URL of my blog: <a rel="nofollow" href="http://exe.take2goal.com" target="_blank">eXe.Take2Goal.com</a> (old url: take.take2goal.com)</p>]]></description>
   </item>
   <item>
      <title>JP&#039;s Sites</title>
      <link>http://www.flatpress.org/vanilla2/discussion/1012/jp039s-sites</link>
      <pubDate>Tue, 23 Feb 2010 12:56:43 -0500</pubDate>
      <dc:creator>jpneok</dc:creator>
      <guid isPermaLink="false">1012@/vanilla2/discussions</guid>
      <description><![CDATA[Although the basic themes that come with FP are good starts, I&#039;d be unhappy not being able to pick through a good selection of themes.  I wanted to show off what I think are some of my pretty solid sites, all thanks to Flatpress!<br />
<br />
Professional Wrestling Simulator Enthusiast<br />
http://pwse.zanysite.com/<br />
<br />
Utilitools - Anti-Malware, Graphics Programs, etc.<br />
http://utilitools.zanysite.com/?page=antimalware<br />
<br />
DRAMA - anti mime/clown site<br />
http://drama.zanysite.com/]]></description>
   </item>
   <item>
      <title>My site and blog!</title>
      <link>http://www.flatpress.org/vanilla2/discussion/954/my-site-and-blog</link>
      <pubDate>Fri, 01 Jan 2010 09:34:19 -0500</pubDate>
      <dc:creator>dstamatoiu</dc:creator>
      <guid isPermaLink="false">954@/vanilla2/discussions</guid>
      <description><![CDATA[Hey everyone, Happy New Year!<br><br>Now to my post. I just downloaded FlatPress today and have been working on a theme for a few hours. I came to something which I like and wanted to share with you all. This is my site(Which I just started making today, so its not done):<a rel="nofollow" href="http://dsphotography.co.cc/">Dennis Stamatoiu Photography </a><br>And this is my blog:<a rel="nofollow" href="http://dsphotography.co.cc/blog/">Dennis Stamatoiu Photography Blog</a><br><br>Between what I have done so far on the site and the blog it has been about 4 hours. It is the WEBFI theme stripped bare of images and style. Then with basic CSS rebuilt the theme to what it looks like now. The header and footer have been redone to match my website. It is running the basic plugins and the readmore plugin. I am now looking for a way to port a gallery system for this blog. Possibly, a new plugin for the site.<br><br>Thanks to all for your help.]]></description>
   </item>
   <item>
      <title>my personal site</title>
      <link>http://www.flatpress.org/vanilla2/discussion/936/my-personal-site</link>
      <pubDate>Sat, 12 Dec 2009 02:42:44 -0500</pubDate>
      <dc:creator>viktor</dc:creator>
      <guid isPermaLink="false">936@/vanilla2/discussions</guid>
      <description><![CDATA[here it is:<br><br><a rel="nofollow" href="http://viktor.daydreamer.nu/">http://viktor.daydreamer.nu/</a><br><br>it's a stock xubox, so yeah, i'm quite lazy :)]]></description>
   </item>
   <item>
      <title>Dj Cheeky&#039;s blog</title>
      <link>http://www.flatpress.org/vanilla2/discussion/935/dj-cheeky039s-blog</link>
      <pubDate>Fri, 11 Dec 2009 23:32:52 -0500</pubDate>
      <dc:creator>viktor</dc:creator>
      <guid isPermaLink="false">935@/vanilla2/discussions</guid>
      <description><![CDATA[here it is:<br><br><a rel="nofollow" href="http://djcheeky.daydreamer.nu/">http://djcheeky.daydreamer.nu/</a><br><br>nothing big, just a modified version of Snail...]]></description>
   </item>
   <item>
      <title>www.vivekdevaiah.com/blog/</title>
      <link>http://www.flatpress.org/vanilla2/discussion/923/www-vivekdevaiah-comblog</link>
      <pubDate>Fri, 04 Dec 2009 10:39:01 -0500</pubDate>
      <dc:creator>vivekdevaiah</dc:creator>
      <guid isPermaLink="false">923@/vanilla2/discussions</guid>
      <description><![CDATA[www.vivekdevaiah.com/blog/ is using flatpress for blog]]></description>
   </item>
   <item>
      <title>FlatPress Blog Engine Guide</title>
      <link>http://www.flatpress.org/vanilla2/discussion/276/flatpress-blog-engine-guide</link>
      <pubDate>Mon, 09 Jun 2008 01:33:59 -0400</pubDate>
      <dc:creator>DavidB</dc:creator>
      <guid isPermaLink="false">276@/vanilla2/discussions</guid>
      <description><![CDATA[My Blog site  <a rel="nofollow" href="http://flatpress.911mb.com/">FlatPress Blog Engine Guide</a> is a guide towards setting up and administering FlatPress Blog sites. The instructions are aimed to those new to administering a FlatPress Blog site. Step-by-step instructions are provided in many of the posts. Since my host is 110MB, some instructions reference tools provided by 110MB but can be adjusted for use with other web host providers.<br><br><br>Recently, I updated my blog site to FlatPress v.804. With the help of NoWhereMan and others from this forum my upgrade was successful. Thank you everyone for your help.]]></description>
   </item>
   <item>
      <title>I Made New Website Called....</title>
      <link>http://www.flatpress.org/vanilla2/discussion/764/i-made-new-website-called-</link>
      <pubDate>Tue, 14 Jul 2009 23:28:36 -0400</pubDate>
      <dc:creator>360WorldTeam</dc:creator>
      <guid isPermaLink="false">764@/vanilla2/discussions</guid>
      <description><![CDATA[I Made New Website Called <a rel="nofollow" href="http://www.example.com/">Software4U</a><br>URL: <a rel="nofollow" href="http://www.example.com/">REMOVED</a><br>And The Website Is About Getting All The Free Software You Want! But You Have To Request It In Comments!<br><br><em>[ Edit by NoWhereMan : yeah, awesome site, keep spamming it on the board, gotta love it. Also, Warez. Stop it, please. KTHXBAI ]</em>]]></description>
   </item>
   </channel>
</rss>