<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>UniTextus.net: A work in progress!</title>
	<atom:link href="http://blog.unitextus.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.unitextus.net</link>
	<description>All one can wish: Blog, Forum &#38; wiki all-together</description>
	<pubDate>Wed, 30 Jan 2008 00:30:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Full-database draft #4</title>
		<link>http://blog.unitextus.net/?p=13</link>
		<comments>http://blog.unitextus.net/?p=13#comments</comments>
		<pubDate>Wed, 30 Jan 2008 00:27:59 +0000</pubDate>
		<dc:creator>Freak</dc:creator>
		
		<category><![CDATA[UniTextus]]></category>

		<category><![CDATA[3]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[draft]]></category>

		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.unitextus.net/2008/01/30/full-database-draft-4/</guid>
		<description><![CDATA[After having had the hard start-ups after the holidays, we gathered our strength, and got back working on this project. For those of you who are looking for a download that provides a fully functional wiki, blog &#38; forum, we&#8217;ll have to disappoint you: There is none  ATM. All we&#8217;ve done so far is thinking of some database-design.
Of course we&#8217;d like to elaborate the current [...]]]></description>
			<content:encoded><![CDATA[<p>After having had the hard start-ups after the holidays, we gathered our strength, and got back working on this project. For those of you who are looking for a download that provides a fully functional wiki, blog &amp; forum, we&#8217;ll have to disappoint you: There is none  ATM. All we&#8217;ve done so far is thinking of some database-design.</p>
<p>Of course we&#8217;d like to elaborate the current draft, but most of it speaks for itself (at least we think it does). If you have any questions, feel free to ask (leave a comment, that is).  There&#8217;re two files attached, one is a PostScript  containing a visual representation of the proposed database, the other file is a plain/text file, containing the sql-statements of the design.</p>
<p>For those who were involved in #3, but were not involved in draft #4,  that may be right. I just noticed a couple minor mistakes in #3, and decided to fix those myself (1:15 am, pretty quiet on <a href="irc://metadirc.nl/metad">IRC</a>).</p>
<p>- <a HREF="http://blog.unitextus.net/wp-content/uploads/2008/01/fulldbdraft_4.ps" TITLE="Full-database draft #4">Full-database draft #4 (PostScript)</a><br />
- <a HREF="http://blog.unitextus.net/wp-content/uploads/2008/01/fulldbdraft_4.sql" TITLE="Full-database draft #4 (SQL)">Full-database draft #4 (SQL)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unitextus.net/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>Entries database design</title>
		<link>http://blog.unitextus.net/?p=6</link>
		<comments>http://blog.unitextus.net/?p=6#comments</comments>
		<pubDate>Wed, 26 Dec 2007 12:48:56 +0000</pubDate>
		<dc:creator>Freak</dc:creator>
		
		<category><![CDATA[UniTextus]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[entry]]></category>

		<category><![CDATA[relation]]></category>

		<guid isPermaLink="false">http://blog.unitextus.net/2007/12/26/entries-database-design/</guid>
		<description><![CDATA[For now the biggest point of disscussion is the database design. Because the entire application is based on a database, it would be a huge mistake to scamp this design. The idea is simple, every piece of text is essentially the same, this is why we (plan to) have a table with two rows only, [...]]]></description>
			<content:encoded><![CDATA[<p>For now the biggest point of disscussion is the database design. Because the entire application is based on a database, it would be a huge mistake to scamp this design. The idea is simple, every piece of text is essentially the same, this is why we (plan to) have a table with two rows only, an identification-row, and a row with the text. Depending on the kind of entry (blogpost, wiki-page, etc) other data needs to be saved that&#8217;s what we use the table metadata for. For this, you could think about title, order (forumcategories e.g.) and the type<br />
of contents (forumthread, forumcategory, blogpost, etc). We&#8217;ll also support tagging, because<br />
it will happen most often that tags are used more than once,<br />
we&#8217;ve chosen to use a many to many relationship for these with the entries. Then there&#8217;s the table what it&#8217;s all about, the table that defines the relationship<br />
between 2 or more entries here</p>
<p>Someone also wondered why have fixed &#8216;types&#8217; for each entry. We basically don&#8217;t because you can add just as many type-metadata&#8217;s per entry as one wants.</p>
<p><a TITLE="The current proposel" HREF="http://blog.unitextus.net/wp-content/uploads/2007/12/dblayout_200712261345">The proposal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unitextus.net/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>So how about WordPress?</title>
		<link>http://blog.unitextus.net/?p=5</link>
		<comments>http://blog.unitextus.net/?p=5#comments</comments>
		<pubDate>Tue, 25 Dec 2007 23:13:15 +0000</pubDate>
		<dc:creator>Freak</dc:creator>
		
		<category><![CDATA[UniTextus]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.unitextus.net/2007/12/26/so-how-about-wordpress/</guid>
		<description><![CDATA[Today we got some questions about WordPress. &#8220;Are you going to fork WordPress?&#8221; one asks, someone else asks: &#8220;Why do you use WordPress if you&#8217;re going to write your own publishing system?&#8221;. These questions make sense, by the end of the day you&#8217;re now looking at a Wordpress blog . The only reason why we installed this blog is because our publishing system is far from finished - we [...]]]></description>
			<content:encoded><![CDATA[<p>Today we got some questions about WordPress. &#8220;Are you going to fork WordPress?&#8221; one asks, someone else asks: &#8220;Why do you use WordPress if you&#8217;re going to write your own publishing system?&#8221;. These questions make sense, by the end of the day you&#8217;re now looking at a Wordpress blog . The only reason why we installed this blog is because our publishing system is far from finished - we don&#8217;t even have a (definitive) database design  -  and people want  to keep track of our progression. We chose not to fork WordPress because it would simply be too much hacking and using workarounds, remember,<br />
WordPress is meant for web-logging, and for web-logging only.</p>
<p><em>Sorry if the line-endings are wrong, WP is a pain in the <strike>ass</strike> bottom</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unitextus.net/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>UniTextus</title>
		<link>http://blog.unitextus.net/?p=3</link>
		<comments>http://blog.unitextus.net/?p=3#comments</comments>
		<pubDate>Tue, 25 Dec 2007 15:04:48 +0000</pubDate>
		<dc:creator>Colin Helvensteijn</dc:creator>
		
		<category><![CDATA[UniTextus]]></category>

		<category><![CDATA[latin]]></category>

		<guid isPermaLink="false">http://blog.unitextus.net/2007/12/25/unitextus/</guid>
		<description><![CDATA[UniTextus, from the Latin words universi (all together) and  textus (web), will be a new type of web publishing system. Instead of focusing on one type of content (blog, forum, wiki), the goal of UniTextus will be to have one system doing all that. In the end, each of those are simply entries in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UniTextus</strong>, from the Latin words <strong>universi</strong> (all together) and  <strong>textus</strong> (web), will be a new type of web publishing system. Instead of focusing on one type of content (blog, forum, wiki), the goal of UniTextus will be to have one system doing all that. In the end, each of those are simply entries in a database. It&#8217;s just a matter of how those entries are presented to the end user.</p>
<p>For more information, see the <a HREF="/about/">About page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unitextus.net/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
