Wiki Index
README
README
Version 0.2 will include support for external definition sources.

Definition sources will be used to spell out the modules (aka building blocks) in a structured manner.

An example definition block would look like:

<module id="wiki" comments="optional" rating="false" tagging="true" title="Wiki" editable="true">
<brick id="title" title="Title" type="text" maxlength="75">
<avatar width="32" height="32" />
</brick>
<brick id="content" title="Content" type="html" shareable="true" />
</module>

<module id="blogs" comments="true" rating="false" tagging="true" title="Blog" editable="false">
<brick id="title" title="Title" type="text" maxlength="75">
<avatar width="32" height="32" />
</brick>
<brick id="content" title="Content" type="html" shareable="true" />
</module>


Discussion



or
Connect with Facebook