<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Blooki/0.4803" -->
<rss version="2.0">
  <channel>
    <title>Blooki</title>
    <link>http://blooki.org/2004/09/22/.rs2/</link>
    <description>Grow what you know</description>
    <language>en</language>
    <copyright>Copyright 2010</copyright>
    <lastBuildDate>Thu, 01 Jan 1970 00:00:00 GMT</lastBuildDate>
    <pubDate>Thu, 01 Jan 1970 00:00:00 GMT</pubDate>
    <generator>http://www.blooki.org/</generator>
    <ttl>60</ttl>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs> 


  <item>
    <title>Welcome</title>
    <description>&lt;p&gt;Blooki is a &lt;strong&gt;simple yet powerful tool that combines features of weblogs and Wikis&lt;/strong&gt;. It brings together simplicity of &lt;a href="http://blosxom.com/"&gt;Blosxom&lt;/a&gt; and richness of &lt;a href="http://movabletype.org/"&gt;MovableType&lt;/a&gt; allowing you to store and share things you know and to slice and dice that information almost any way you want.&lt;/p&gt;

&lt;p&gt;Blooki provides readable and search engine friendly &lt;span class="caps"&gt;URL&lt;/span&gt;s, flexible and lightweight hook-based plugin architecture, simple and extensible template engine with custom tags/variables, config-driven customization, file-based data storage, easy setup, several execution options (standalone server, &lt;span class="caps"&gt;CGI, &lt;/span&gt;or mod_perl), and &lt;a href="features"&gt;more&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can read about Blooki &lt;a href="features"&gt;features&lt;/a&gt; and &lt;a href="philosophy"&gt;philosophy&lt;/a&gt; or &lt;a href="download"&gt;download&lt;/a&gt;, &lt;a href="install"&gt;install&lt;/a&gt; and have fun with it.&lt;/p&gt;</description>
    <guid>http://blooki.org/2004/09/22/.rs2/welcome</guid>
    <category></category>
    <pubDate>Wed, 22 Sep 2004 05:09:36 GMT</pubDate>
  </item>

  <item>
    <title>Philosophy</title>
    <description>&lt;p&gt;Most of the good ideas implemented in Blooki have been borrowed from other tools and languages: &lt;strong&gt;simplicity&lt;/strong&gt; and &lt;strong&gt;file-based data storage&lt;/strong&gt; from &lt;a href="http://blosxom.com/"&gt;Blosxom&lt;/a&gt;, &lt;strong&gt;hook-based extensible architecture&lt;/strong&gt; and &lt;strong&gt;config-driven customization&lt;/strong&gt; from &lt;a href="http://httpd.apache.org/"&gt;Apache&lt;/a&gt;, &lt;strong&gt;template engine with custom tags and variables&lt;/strong&gt; from &lt;a href="http://perl.com/"&gt;Perl&lt;/a&gt; itself, &lt;strong&gt;super-easy install&lt;/strong&gt; and &lt;strong&gt;several execution options&lt;/strong&gt; from &lt;a href="http://instiki.org/"&gt;Instiki&lt;/a&gt;, &lt;strong&gt;rich object-oriented model&lt;/strong&gt; from &lt;a href="http://movabletype.org/"&gt;MovableType&lt;/a&gt;, &lt;strong&gt;free links&lt;/strong&gt; from &lt;a href="http://www.usemod.com/cgi-bin/wiki.pl?Free_Links"&gt;Wiki&lt;/a&gt;, and &lt;strong&gt;site design&lt;/strong&gt; from &lt;a href="http://www.stopdesign.com/log/2004/08/27/bleached.html"&gt;Stopdesign&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Blooki has been design with several goals in mind: simplicity, succinctness, hackability, efficiency, and learnability.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Simplicity&lt;/strong&gt; -- Provides small core with powerful, highly orthogonal modules on top of it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Succinctness&lt;/strong&gt; -- Gives you ability to solve common problems with little or no coding.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hackability&lt;/strong&gt; -- Allows to change (almost) everything, including the syntax.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Efficiency&lt;/strong&gt; -- Driven by a template engine with multi-level lazy initialization and caching.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Learnability&lt;/strong&gt; -- Requires very limited time and effort to learn.&lt;/li&gt;
&lt;/ul&gt;

</description>
    <guid>http://blooki.org/2004/09/22/.rs2/philosophy</guid>
    <category></category>
    <pubDate>Wed, 22 Sep 2004 05:09:35 GMT</pubDate>
  </item>

  <item>
    <title>Features</title>
    <description>
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dynamic publishing&lt;/strong&gt;&lt;br /&gt;
Any changes made to pages, templates, or stylesheets are immediately visible.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Powerful plug-in architecture&lt;/strong&gt;&lt;br /&gt;
While config-driven customization and extensible template engine minimizes the need to write custom plugins, Blooki features powerful plugin architecture that allows you to extend the system in many ways and easily change the existing functionality.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Template-based rendering&lt;/strong&gt;&lt;br /&gt;
All pages that Blooki generates are defined using a simple Perl-based template language. Existing set of tags can be easily changed or extended with custom tags. Multiple templates per entry and different templates for each category are also supported. You can even associate a template with a particular &lt;span class="caps"&gt;URL &lt;/span&gt;(for example, to provide custom "file not found" and "not authorized" pages).&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Super-easy installation&lt;/strong&gt;&lt;br /&gt;
Blooki provides zero-step (for servers that use built-in webserver) or one-step (for servers that run using external webserver) install.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multiple execution options&lt;/strong&gt;&lt;br /&gt;
Blooki gives you a choice of single-threaded, forking, or multi-threaded daemon server (using built-in webserver), &lt;span class="caps"&gt;CGI, &lt;/span&gt;or mod_perl execution options.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Flexible archiving&lt;/strong&gt;&lt;br /&gt;
Blooki supports archiving by day, month, year, category, or a combination of those; all this can also be applied to select posts from a particular category.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Config-driven customization&lt;/strong&gt;&lt;br /&gt;
Almost all aspects of the system (templates, modules/plugins to run, and their configuration) can be customized by changing configuration files on a category-by-category basis.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multiple categories per post&lt;/strong&gt;&lt;br /&gt;
Blooki allows you to have an entry linked to multiple categories.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Web standard compliance&lt;/strong&gt;&lt;br /&gt;
Everything that Blooki generates -- &lt;span class="caps"&gt;XHTML, CSS, &lt;/span&gt;and &lt;span class="caps"&gt;RSS &lt;/span&gt;code -- is in compliance with web standards out of the box.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;span class="caps"&gt;RSS &lt;/span&gt;syndication&lt;/strong&gt;&lt;br /&gt;
Blooki includes support for &lt;span class="caps"&gt;RSS&lt;/span&gt; 1.0 (RDF), &lt;span class="caps"&gt;RSS&lt;/span&gt; 2.0, and Atom syndication formats.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Several markup choices&lt;/strong&gt;&lt;br /&gt;
Not only does Blooki support several markup filters (Textile, Tiki, and simple ConvertBreaks), but it also gives you several ways to select what filters to apply (config file, template, and entry) and allows you to apply multiple filters.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multiple sub-categories and sub-sites&lt;/strong&gt;&lt;br /&gt;
Blooki allows you to have unlimited number of sub-categories and sub-sites. You can limit their visibility to/from other parts of the system by applying Hide and Root plugins.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Minimum requirements and dependencies&lt;/strong&gt;&lt;br /&gt;
Blooki runs out of the box and only requires Perl 5.005 or later. Some plugins may have additional requirements.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Free for taking&lt;/strong&gt;&lt;br /&gt;
Blooki is licensed under &lt;a href="http://creativecommons.org/licenses/by-nc-sa/2.0/"&gt;Creative Commons Attribution-NonCommercial-ShareAlike 2.0&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

</description>
    <guid>http://blooki.org/2004/09/22/.rs2/features</guid>
    <category></category>
    <pubDate>Wed, 22 Sep 2004 05:09:34 GMT</pubDate>
  </item>


  </channel>
</rss>
