<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/auxiliary">
<title>Public marks with search auxiliary</title>
<description>Public marks with search auxiliary</description>
<link>http://blogmarks.net/marks/search/auxiliary</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/rax262/mark/1057637582"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057470469"/>
<rdf:li resource="http://blogmarks.net/api/user/YukihiroKawashi/mark/2070264"/>
<rdf:li resource="http://blogmarks.net/api/user/parmentierf/mark/1715494"/>
<rdf:li resource="http://blogmarks.net/api/user/rmaltete/mark/1461645"/>
<rdf:li resource="http://blogmarks.net/api/user/rike_/mark/1395862"/>
<rdf:li resource="http://blogmarks.net/api/user/sorin_postelnicu/mark/1168698"/>
<rdf:li resource="http://blogmarks.net/api/user/bluexmass/mark/707398"/>
<rdf:li resource="http://blogmarks.net/api/user/scrunda/mark/223390"/>
<rdf:li resource="http://blogmarks.net/api/user/delicious.popular/mark/117067"/>
<rdf:li resource="http://blogmarks.net/api/user/maso/mark/210335"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/rax262/mark/1057637582">
<title>Flickr: Evil Mad Science Auxiliary</title>
<link>http://www.flickr.com/groups/evilmadscience/</link>
<description>This is a public group for anyone to add photos that are (at least marginally) related to posts and projects on our blog, Evil Mad Scientist Laboratories, aka evilmadscientist.com. If our web site inspired you to build something cool that you want to show off, please feel free to add it to the pool.</description>
<dc:date>2008-01-03T02:17:23Z</dc:date>
<dc:author>rax262</dc:author>
<dc:subject>fun, nerd, humor</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.flickr.com/groups/evilmadscience/"><img border="0" src="http://blogmarks.net/screenshots/2008/01/03/6305899a6bf629df0a02be9932c73d61.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.flickr.com/groups/evilmadscience/">Flickr: Evil Mad Science Auxiliary</a></h4>
 
by <a href="http://blogmarks.net/user/rax262">rax262</a> 
<p class="description">This is a public group for anyone to add photos that are (at least marginally) related to posts and projects on our blog, Evil Mad Scientist Laboratories, aka evilmadscientist.com. If our web site inspired you to build something cool that you want to show off, please feel free to add it to the pool.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fun">fun</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/nerd">nerd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/humor">humor</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057637582">Copy</a> | 
<a href="http://blogmarks.net/link/2617228">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057470469">
<title>LDAP Schema Design</title>
<link>http://www.skills-1st.co.uk/papers/ldap-schema-design-feb-2005/ldap-schema-design-feb-2005.html</link>
<description>It is possible to make one LDAP directory serve many applications in an organisation. This has the advantage of reducing the effort required to maintain the data, but it does mean that the design must be thought out very carefully before implementation starts.

LDAP directories are structured as a tree of entries, where each entry consists of a set of attribute-value pairs describing one object. The objects are often people, organisations, and departments, but can be anything at all. Schema is the term used to describe the shape of the directory and the rules that govern its content.

A hypothetical organisation is described, with requirements for “white pages” directory service as well as a wide range of authentication, authorisation, and application-specific directory needs. The issues arising from the LDAP standards are discussed, along with the problems of maintaining compatibility with a range of existing LDAP clients.

A plan is proposed for the layout of the directory tree, with particular emphasis on avoiding the need to re-organise it later. This involves careful separation of the data describing people, departments, groups, and application-specific objects. A simple approach to entry design is shown, based on the use of locally-defined auxiliary object classes. The effects of schema design on lookup performance are discussed. Some design tricks and pitfalls are presented, based on recent consulting experience.</description>
<dc:date>2007-10-04T21:31:01Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>ldap, custom schema, iana, objectClass, attributeType, performance, tree</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.skills-1st.co.uk/papers/ldap-schema-design-feb-2005/ldap-schema-design-feb-2005.html"><img border="0" src="http://blogmarks.net/screenshots/2007/10/04/346b369b4f4694170feb66a3130b5007.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.skills-1st.co.uk/papers/ldap-schema-design-feb-2005/ldap-schema-design-feb-2005.html">LDAP Schema Design</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">It is possible to make one LDAP directory serve many applications in an organisation. This has the advantage of reducing the effort required to maintain the data, but it does mean that the design must be thought out very carefully before implementation starts.

LDAP directories are structured as a tree of entries, where each entry consists of a set of attribute-value pairs describing one object. The objects are often people, organisations, and departments, but can be anything at all. Schema is the term used to describe the shape of the directory and the rules that govern its content.

A hypothetical organisation is described, with requirements for “white pages” directory service as well as a wide range of authentication, authorisation, and application-specific directory needs. The issues arising from the LDAP standards are discussed, along with the problems of maintaining compatibility with a range of existing LDAP clients.

A plan is proposed for the layout of the directory tree, with particular emphasis on avoiding the need to re-organise it later. This involves careful separation of the data describing people, departments, groups, and application-specific objects. A simple approach to entry design is shown, based on the use of locally-defined auxiliary object classes. The effects of schema design on lookup performance are discussed. Some design tricks and pitfalls are presented, based on recent consulting experience.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ldap">ldap</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/custom%2Bschema">custom schema</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/iana">iana</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/objectClass">objectClass</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/attributeType">attributeType</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performance">performance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tree">tree</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057470469">Copy</a> | 
<a href="http://blogmarks.net/link/2465889">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/YukihiroKawashi/mark/2070264">
<title>Sudan Authorities Not Serious About Peace Plan warns Bishop</title>
<link>http://bruxellescapitale.eu/masumiasukai/</link>
<description>The Auxiliary Bishop of Khartoum has accused the Sudanese government of playing games with the people of Sudan after failing to rein in on militia groups despite a 2005 powersharing plan</description>
<dc:date>2007-02-21T07:22:19Z</dc:date>
<dc:author>YukihiroKawashi</dc:author>
<dc:subject>weblog, tech, animation, entretenimento, days</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://bruxellescapitale.eu/masumiasukai/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://bruxellescapitale.eu/masumiasukai/">Sudan Authorities Not Serious About Peace Plan warns Bishop</a></h4>
 
by <a href="http://blogmarks.net/user/YukihiroKawashi">YukihiroKawashi</a> 
<p class="description">The Auxiliary Bishop of Khartoum has accused the Sudanese government of playing games with the people of Sudan after failing to rein in on militia groups despite a 2005 powersharing plan</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/weblog">weblog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tech">tech</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/animation">animation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/entretenimento">entretenimento</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/days">days</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2070264">Copy</a> | 
<a href="http://blogmarks.net/link/1751973">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/parmentierf/mark/1715494">
<title>Graphviz</title>
<link>http://www.graphviz.org/</link>
<description>Graphviz is open source graph visualization software. It has several main graph layout programs. See the gallery for some sample layouts. It also has web and interactive graphical interfaces, and auxiliary tools, libraries, and language bindings.

The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in several useful formats such as images and SVG for web pages, Postscript for inclusion in PDF or other documents; or display in an interactive graph browser</description>
<dc:date>2007-01-08T17:24:02Z</dc:date>
<dc:author>parmentierf</dc:author>
<dc:subject>visualisation, svg, pdf, graphes, open source, tcl</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.graphviz.org/"><img border="0" src="http://blogmarks.net/screenshots/2007/10/08/bbcb08129b6dbcadd0d5f18e5364f2ab.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.graphviz.org/">Graphviz</a></h4>
 
by <a href="http://blogmarks.net/user/parmentierf">parmentierf</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/159027">15 other(s)</a> 
<p class="description">Graphviz is open source graph visualization software. It has several main graph layout programs. See the gallery for some sample layouts. It also has web and interactive graphical interfaces, and auxiliary tools, libraries, and language bindings.

The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in several useful formats such as images and SVG for web pages, Postscript for inclusion in PDF or other documents; or display in an interactive graph browser</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visualisation">visualisation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svg">svg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pdf">pdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphes">graphes</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/open%2Bsource">open source</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tcl">tcl</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1715494">Copy</a> | 
<a href="http://blogmarks.net/link/159027">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rmaltete/mark/1461645">
<title>Graphviz</title>
<link>http://www.graphviz.org/</link>
<description>Graph visualization is a way of representing structural
information as diagrams of abstract graphs and networks.
Automatic graph drawing has many important applications in 
software engineering, database and web design, networking,
and in visual interfaces for many other domains. 

Graphviz is open source graph visualization software.
It has several main graph layout programs.
See the gallery for some sample layouts.
It also has web and interactive graphical interfaces,
and auxiliary tools, libraries, and language bindings.</description>
<dc:date>2006-12-26T15:49:48Z</dc:date>
<dc:author>rmaltete</dc:author>
<dc:subject>linux, windows, utilitaire, mac, graphes</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.graphviz.org/"><img border="0" src="http://blogmarks.net/screenshots/2007/10/08/bbcb08129b6dbcadd0d5f18e5364f2ab.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.graphviz.org/">Graphviz</a></h4>
 
by <a href="http://blogmarks.net/user/rmaltete">rmaltete</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/159027">15 other(s)</a> 
<p class="description">Graph visualization is a way of representing structural
information as diagrams of abstract graphs and networks.
Automatic graph drawing has many important applications in 
software engineering, database and web design, networking,
and in visual interfaces for many other domains. 

Graphviz is open source graph visualization software.
It has several main graph layout programs.
See the gallery for some sample layouts.
It also has web and interactive graphical interfaces,
and auxiliary tools, libraries, and language bindings.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/windows">windows</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/utilitaire">utilitaire</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphes">graphes</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1461645">Copy</a> | 
<a href="http://blogmarks.net/link/159027">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rike_/mark/1395862">
<title>makeworlds | border=0 location=yes</title>
<link>http://makeworlds.org/</link>
<description>Makeworlds paper#4 is a product of collaborative text filtering and appeared in a circulation of 10,000 hard copies on dead tree. It was produced as a collection of associated or complementary or auxiliary text material at the occasion of NEURO--networking europe, from February 26-29 in Munich (DE). But also beyond the actual event the paper will be valuable as a entry point to the various debates, presentations, workshops and audio-visual productions during and around the festival.</description>
<dc:date>2006-12-16T21:43:55Z</dc:date>
<dc:author>rike_</dc:author>
<dc:subject>politics, politique, net, autonomy</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://makeworlds.org/"><img border="0" src="http://blogmarks.net/screenshots/2006/12/16/4e3f49c8f24c79b548207b62afb01f34.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://makeworlds.org/">makeworlds | border=0 location=yes</a></h4>
 
by <a href="http://blogmarks.net/user/rike_">rike_</a> 
<p class="description">Makeworlds paper#4 is a product of collaborative text filtering and appeared in a circulation of 10,000 hard copies on dead tree. It was produced as a collection of associated or complementary or auxiliary text material at the occasion of NEURO--networking europe, from February 26-29 in Munich (DE). But also beyond the actual event the paper will be valuable as a entry point to the various debates, presentations, workshops and audio-visual productions during and around the festival.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/politics">politics</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/politique">politique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/net">net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/autonomy">autonomy</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1395862">Copy</a> | 
<a href="http://blogmarks.net/link/1373846">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sorin_postelnicu/mark/1168698">
<title>SQuirreL SQL Client Home Page</title>
<link>http://www.squirrelsql.org/index.php?page=screenshots</link>
<description>SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc. It is free software, and you are welcome to redistribute it under the terms of the GNU Lesser General Public License.
Features:
-Code Completion - Offers code completion the same way as modern IDEs do.
-Syntax - Syntax highlightning.
-Edit Extras - Auxiliary functions to work with SQL code for example formatting
-Graph - create a chart of the tables and foreign-key relationships between them
-SQL Script - Generation of SQL and DDL scripts
-SQL Bookmarks - Managing SQL code templates
-Look and Feel - Switching the look and feel</description>
<dc:date>2006-10-31T11:28:40Z</dc:date>
<dc:author>sorin_postelnicu</dc:author>
<dc:subject>squirrel, client, sql, graph, code completion</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.squirrelsql.org/index.php?page=screenshots"><img border="0" src="http://blogmarks.net/screenshots/2006/10/31/c1f1e7bbdaf3df1b7ec64b94338366c1.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.squirrelsql.org/index.php?page=screenshots">SQuirreL SQL Client Home Page</a></h4>
 
by <a href="http://blogmarks.net/user/sorin_postelnicu">sorin_postelnicu</a> 
<p class="description">SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc. It is free software, and you are welcome to redistribute it under the terms of the GNU Lesser General Public License.
Features:
-Code Completion - Offers code completion the same way as modern IDEs do.
-Syntax - Syntax highlightning.
-Edit Extras - Auxiliary functions to work with SQL code for example formatting
-Graph - create a chart of the tables and foreign-key relationships between them
-SQL Script - Generation of SQL and DDL scripts
-SQL Bookmarks - Managing SQL code templates
-Look and Feel - Switching the look and feel</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/squirrel">squirrel</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/client">client</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sql">sql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graph">graph</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code%2Bcompletion">code completion</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1168698">Copy</a> | 
<a href="http://blogmarks.net/link/1211101">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/bluexmass/mark/707398">
<title>Microsite - Wikipedia, the free encyclopedia</title>
<link>http://en.wikipedia.org/wiki/Microsite</link>
<description>A microsite, also known as minisite, is an Internet Web design term referring to an individual web page or cluster of pages which are meant to function as an auxiliary supplement to a primary website. The microsite's main landing page most likely has its</description>
<dc:date>2006-07-17T00:18:39Z</dc:date>
<dc:author>bluexmass</dc:author>
<dc:subject>definition, microsite</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://en.wikipedia.org/wiki/Microsite"><img border="0" src="http://blogmarks.net/screenshots/2006/07/22/d3e6ba82d6e6a675aa4b52ae3db0bbd5.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://en.wikipedia.org/wiki/Microsite">Microsite - Wikipedia, the free encyclopedia</a></h4>
 
by <a href="http://blogmarks.net/user/bluexmass">bluexmass</a> 
<p class="description">A microsite, also known as minisite, is an Internet Web design term referring to an individual web page or cluster of pages which are meant to function as an auxiliary supplement to a primary website. The microsite's main landing page most likely has its</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/definition">definition</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/microsite">microsite</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=707398">Copy</a> | 
<a href="http://blogmarks.net/link/977630">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/scrunda/mark/223390">
<title>Robot Wisdom auxiliary</title>
<link>http://robotwisdom2.blogspot.com/</link>
<description></description>
<dc:date>2005-09-11T06:41:53Z</dc:date>
<dc:author>scrunda</dc:author>
<dc:subject>blogs</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://robotwisdom2.blogspot.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/09/11/3c0976ceba184d57818e2c5e5943e864.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://robotwisdom2.blogspot.com/">Robot Wisdom auxiliary</a></h4>
 
by <a href="http://blogmarks.net/user/scrunda">scrunda</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blogs">blogs</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=223390">Copy</a> | 
<a href="http://blogmarks.net/link/336912">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/delicious.popular/mark/117067">
<title>MAKE: Blog: HOW TO make a &quot;Windows Vista&quot; (Longhorn) Auxiliary Disp ...</title>
<link>http://www.makezine.com/blog/archive/2005/07/how_to_make_a_w_1.html</link>
<description></description>
<dc:date>2005-07-25T17:13:34Z</dc:date>
<dc:author>delicious.popular</dc:author>
<dc:subject>blog, windows</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.makezine.com/blog/archive/2005/07/how_to_make_a_w_1.html"><img border="0" src="http://www.blogmarks.net/screenshots/2005/07/25/8e8d19f32ed7cbc1f806a38d34153391.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.makezine.com/blog/archive/2005/07/how_to_make_a_w_1.html">MAKE: Blog: HOW TO make a &quot;Windows Vista&quot; (Longhorn) Auxiliary Disp ...</a></h4>
 
by <a href="http://blogmarks.net/user/delicious.popular">delicious.popular</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/windows">windows</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=117067">Copy</a> | 
<a href="http://blogmarks.net/link/166801">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/maso/mark/210335">
<title>Car Stereo Auxiliary Input</title>
<link>http://www.mattgilbert.net/carstereoauxinput/</link>
<description>車用音響 iPod 改裝</description>
<dc:date>2005-06-18T14:47:40Z</dc:date>
<dc:author>maso</dc:author>
<dc:subject>雜項</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mattgilbert.net/carstereoauxinput/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mattgilbert.net/carstereoauxinput/">Car Stereo Auxiliary Input</a></h4>
 
by <a href="http://blogmarks.net/user/maso">maso</a> 
<p class="description">車用音響 iPod 改裝</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25E9%259B%259C%25E9%25A0%2585">雜項</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=210335">Copy</a> | 
<a href="http://blogmarks.net/link/316914">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>