<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for /var/www/webnet</title>
	<atom:link href="http://intranode.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://intranode.wordpress.com</link>
	<description>intranode webnet dev</description>
	<lastBuildDate>Sun, 30 Sep 2007 23:51:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on pause by george</title>
		<link>http://intranode.wordpress.com/2007/09/25/pause/#comment-34</link>
		<dc:creator>george</dc:creator>
		<pubDate>Sun, 30 Sep 2007 23:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/2007/09/25/pause/#comment-34</guid>
		<description>way to claim it

node with non IE compliant links coming</description>
		<content:encoded><![CDATA[<p>way to claim it</p>
<p>node with non IE compliant links coming</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on *very*  basic node css layout by rekarnar</title>
		<link>http://intranode.wordpress.com/2007/09/14/very-basic-node-css-layout/#comment-33</link>
		<dc:creator>rekarnar</dc:creator>
		<pubDate>Thu, 13 Sep 2007 23:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/2007/09/14/very-basic-node-css-layout/#comment-33</guid>
		<description>gah. damn designers.

this is what were upto now, still needs a few things fixed. dins. if you please, would be better to edit the live one (rek.artificial.net.nz/internode):


&lt;code&gt;&lt;div class=&quot;#{className} outer_container&quot; id=&quot;#{id}&quot; style=&quot;#{style}&quot;&gt;
&#160;&#160;&lt;div id=&quot;#{id}_links&quot; class=&quot;links_holder&quot;&gt;#{made_links}&lt;/div&gt;
&#160;&#160;&lt;div id=&quot;#{id}_flash_msg&quot;&gt;&lt;/div&gt;
&#160;&#160;&lt;div id=&quot;#{id}_css&quot; class=&quot;css&quot;&gt;#{css}&lt;/div&gt;
&#160;&#160;&lt;div class=&quot;inner_container&quot;&gt;
&#160;&#160;&#160;&#160;&lt;div class=&quot;header&quot;&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatleft topleft&quot;&gt;&lt;/div&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatleft topcenter&quot;&gt;#{header}&lt;/div&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatright topright&quot;&gt;&lt;/div&gt;
&#160;&#160;&#160;&#160;&lt;/div&gt;
&#160;&#160;&#160;&#160;&lt;div class=&quot;title&quot;&gt;#{title}&lt;div id=&quot;#{id}_edit&quot; class=&quot;edit&quot;&gt;edit&lt;/div&gt;&lt;/div&gt;
&#160;&#160;&#160;&#160;&lt;div class=&quot;middle&quot;&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatleft side&quot;&gt;&lt;/div&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatleft&quot;&gt;#{content}&lt;/div&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatright side&quot;&gt;&lt;/div&gt;
&#160;&#160;&#160;&#160;&lt;/div&gt;
&#160;&#160;&#160;&#160;&lt;div class=&quot;footer&quot;&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatleft bottomleft&quot;&gt;&lt;/div&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatleft bottomcenter&quot;&gt;#{footer}&lt;/div&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&lt;div class=&quot;floatright bottomright&quot;&gt;&lt;/div&gt;
&#160;&#160;&#160;&#160;&lt;/div&gt;
&#160;&#160;&lt;/div&gt;
&lt;/div&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>gah. damn designers.</p>
<p>this is what were upto now, still needs a few things fixed. dins. if you please, would be better to edit the live one (rek.artificial.net.nz/internode):</p>
<p><code>&lt;div class="#{className} outer_container" id="#{id}" style="#{style}"&amp;gt;<br />
&nbsp;&nbsp;&lt;div id="#{id}_links" class="links_holder"&gt;#{made_links}&lt;/div&gt;<br />
&nbsp;&nbsp;&lt;div id="#{id}_flash_msg"&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&lt;div id="#{id}_css" class="css"&gt;#{css}&lt;/div&gt;<br />
&nbsp;&nbsp;&lt;div class="inner_container"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="header"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatleft topleft"&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatleft topcenter"&gt;#{header}&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatright topright"&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="title"&gt;#{title}&lt;div id="#{id}_edit" class="edit"&gt;edit&lt;/div&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="middle"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatleft side"&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatleft"&gt;#{content}&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatright side"&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="footer"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatleft bottomleft"&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatleft bottomcenter"&gt;#{footer}&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="floatright bottomright"&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&lt;/div&gt;<br />
&lt;/div&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hubs, junctions, and nodes by george</title>
		<link>http://intranode.wordpress.com/nodesconcepts/node-types/hub-nodes/#comment-32</link>
		<dc:creator>george</dc:creator>
		<pubDate>Wed, 12 Sep 2007 21:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/nodesconcepts/hub-nodes/#comment-32</guid>
		<description>A user can right click + back to parent junction at any time - this solves the 2 way linking navigation problem where users travel down a branch, reach a dead end and are stuck (portal nodes notwithstanding of course)</description>
		<content:encoded><![CDATA[<p>A user can right click + back to parent junction at any time &#8211; this solves the 2 way linking navigation problem where users travel down a branch, reach a dead end and are stuck (portal nodes notwithstanding of course)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hubs, junctions, and nodes by george</title>
		<link>http://intranode.wordpress.com/nodesconcepts/node-types/hub-nodes/#comment-31</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 10 Sep 2007 03:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/nodesconcepts/hub-nodes/#comment-31</guid>
		<description>usually yes, but sometimes you are going to want a certain node ie an image to be a hub for.. oh wait, i guess it will on its own if enough ppl connect to it</description>
		<content:encoded><![CDATA[<p>usually yes, but sometimes you are going to want a certain node ie an image to be a hub for.. oh wait, i guess it will on its own if enough ppl connect to it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Node Linking by george</title>
		<link>http://intranode.wordpress.com/nodesconcepts/concepts/node-linking/#comment-30</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 10 Sep 2007 03:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/nodesconcepts/concepts/node-linking/#comment-30</guid>
		<description>these could be incorporated into all hubnodes as images, the trick would be generating them automatically</description>
		<content:encoded><![CDATA[<p>these could be incorporated into all hubnodes as images, the trick would be generating them automatically</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hubs, junctions, and nodes by rekarnar</title>
		<link>http://intranode.wordpress.com/nodesconcepts/node-types/hub-nodes/#comment-29</link>
		<dc:creator>rekarnar</dc:creator>
		<pubDate>Mon, 10 Sep 2007 03:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/nodesconcepts/hub-nodes/#comment-29</guid>
		<description>hrm.. im not sure about that. shouldnt that be handled by the node-to-connector ratio watcher?</description>
		<content:encoded><![CDATA[<p>hrm.. im not sure about that. shouldnt that be handled by the node-to-connector ratio watcher?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hubs, junctions, and nodes by george</title>
		<link>http://intranode.wordpress.com/nodesconcepts/node-types/hub-nodes/#comment-27</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 10 Sep 2007 03:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/nodesconcepts/hub-nodes/#comment-27</guid>
		<description>also there needs to be a facility to change a node into a junction manually - see node creation</description>
		<content:encoded><![CDATA[<p>also there needs to be a facility to change a node into a junction manually &#8211; see node creation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on add node node by george</title>
		<link>http://intranode.wordpress.com/nodesconcepts/node-types/add-node-node/#comment-26</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 10 Sep 2007 00:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/nodesconcepts/node-types/add-node-node/#comment-26</guid>
		<description>more study into node types and their fields is needed</description>
		<content:encoded><![CDATA[<p>more study into node types and their fields is needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on add node node by george</title>
		<link>http://intranode.wordpress.com/nodesconcepts/node-types/add-node-node/#comment-25</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 10 Sep 2007 00:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/nodesconcepts/node-types/add-node-node/#comment-25</guid>
		<description>This version sports a very conservative  list node very similar to teh intranets 1.0 not sure how the interface for the nodecluster style todo list will work</description>
		<content:encoded><![CDATA[<p>This version sports a very conservative  list node very similar to teh intranets 1.0 not sure how the interface for the nodecluster style todo list will work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on add node node by george</title>
		<link>http://intranode.wordpress.com/nodesconcepts/node-types/add-node-node/#comment-24</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 10 Sep 2007 00:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://intranode.wordpress.com/nodesconcepts/node-types/add-node-node/#comment-24</guid>
		<description>nodes are either public normal or private.

private nodes are invisible to everyone cept the creator

normal nodes  can be viewed and linked to links can be 2 way if the node creator allows it

Public nodes can be 2 way linked and edited by anyone. good for discussion type nodes or collaborative projects

***Edit: see concepts-&gt;node-access-levels for further info. -rek</description>
		<content:encoded><![CDATA[<p>nodes are either public normal or private.</p>
<p>private nodes are invisible to everyone cept the creator</p>
<p>normal nodes  can be viewed and linked to links can be 2 way if the node creator allows it</p>
<p>Public nodes can be 2 way linked and edited by anyone. good for discussion type nodes or collaborative projects</p>
<p>***Edit: see concepts-&gt;node-access-levels for further info. -rek</p>
]]></content:encoded>
	</item>
</channel>
</rss>
