<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	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>I, vanish</title>
	<atom:link href="http://ivanish.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivanish.wordpress.com</link>
	<description>adventures in Webdesigneria, CSS Pyramids, XSLTemplateau and XMLand</description>
	<lastBuildDate>Tue, 12 Aug 2008 17:26:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ivanish.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>I, vanish</title>
		<link>http://ivanish.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ivanish.wordpress.com/osd.xml" title="I, vanish" />
	<atom:link rel='hub' href='http://ivanish.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Launching www.indiaguide.pl</title>
		<link>http://ivanish.wordpress.com/2008/08/10/launching-wwwindiaguidepl/</link>
		<comments>http://ivanish.wordpress.com/2008/08/10/launching-wwwindiaguidepl/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 12:48:15 +0000</pubDate>
		<dc:creator>ivanish</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Nepal]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[TEI]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://ivanish.wordpress.com/?p=3</guid>
		<description><![CDATA[Since this blog will mostly cover XML content, CSS waterfalls and SVG designs, newly launched www.indiaguide.pl is a good introduction. how it started I met the author, Danuta Orlewicz, several years ago at a presentation about Nepal. She is an experienced guide, leading countless groups to Indian subcontinent since 1997. We agreed that a website [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanish.wordpress.com&amp;blog=4467588&amp;post=3&amp;subd=ivanish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since this blog will mostly cover XML content, CSS waterfalls and SVG designs, newly launched <a href="http://www.indiaguide.pl">www.indiaguide.pl</a> is a good introduction.</p>
<h3>how it started</h3>
<p>I met the author, Danuta Orlewicz, several years ago at a presentation about Nepal. She is an experienced guide, leading countless groups to Indian subcontinent since 1997. We agreed that a website on history of India &#8211; in Polish it&#8217;s <a href="http://www.indiaguide.pl">Indie</a>, plural &#8211; and her personal views, together with a myth debunking section would bring something fresh to the subject, mostly covered by travel photo galleries and mid-1990s look of few online books. Work started in 2004, first as pure writing using a gem of software called Keynote (not Apple&#8217;s presentation tool), and then, in late 2007, I moved in, migrating content to XML, while last months were spent on heavy XSLT/XHTML/CSS work.</p>
<h3>Keynote saves</h3>
<p><a href="http://ivanish.files.wordpress.com/2008/08/keynote.png"><img class="alignleft size-medium wp-image-12" style="padding:1em;" src="http://ivanish.files.wordpress.com/2008/08/keynote.png?w=173&#038;h=122" alt="" width="173" height="122" /></a><a title="Keynote - open-source tabbed notebook" href="http://www.tranglos.com/free/keynote.html">Keynote</a> is an open-source tabbed notebook, its interface remotely resembling a classical website with tabs (<em>notes</em>) and navigation trees holding single articles (<em>nodes</em>). For versioning purposes I used a nice export feature, which split entire book into single nodes, which were then stored in SVN repository. This proved very useful because the author used to review and change almost every article until the very end. <em>Diff &#8216;Em All</em> became my content prayer.</p>
<h3>markup invests</h3>
<p>Now to XML. I needed a standard and <a title="TEI" href="http://www.tei-c.org/">TEI</a> was the best choice because DITA and Docbook are too technical and I just didn&#8217;t want to stare at &lt;procedure&gt;, &lt;step&gt; and &lt;guimenu&gt; tags in my editor&#8217;s <strong>insert XML</strong> helper window. Initially, I invented my own markup but dropped the idea, fearing to be slashed with Ockham&#8217;s razor. One XSLT stylesheet migrated what was already done to TEI. Rest was jEdit with its awesome editing capabilities.</p>
<h3>indexing embraces</h3>
<p>The idea of custom indexing indiaguide.pl originated when I realized the incredible amount of names, terms and other index-friendly material. TEI doesn&#8217;t particularly support indexing (nor does it discourage it), and it all relied on nested grouping with XSLT 2.0. This technique will be covered in a dedicated post on this blog, soon to come.</p>
<h3>SVG curves</h3>
<p><a title="Inkscape - SVG vector graphics editor" href="http://www.inkscape.org/">Inkscape</a> was a main graphic editor here. So far little deep SVG work was done, such as data-driven graphics or even hand editing, but things will change when a map section will be added in the beginning of 2009. I plan to mark locations using geo coordinates and convert it to SVG.</p>
<h3>CSS rounds</h3>
<p>The main reason to mention CSS here is the transition from single file or chaotic includes structure to a cleaner solution. There is one main CSS file for @import statements with #id layout declarations and several files holding separate definitions for <strong>font</strong>, <strong>color</strong>, <strong>box</strong> (block), <strong>table</strong>, <strong>browser defaults reset</strong> (normalize), <strong>IE6</strong>, <strong>IE7</strong> and <strong>FX</strong> (non-standard).</p>
<p>I also chose to round corners of some DIVs with proprietary CSS, which is supported by Firefox and Safari, as I personally hate image based techniques for this. So there are two aspects of the website, rectangle (for IE) and rounded, which is relatively small figure when compared with the number of hindu god incarnations.</p>
<p>Opera is behind with CSS defined radius, but the new SVG background support feature, introduced with 9.50 version, should provide a good alternative.</p>
<h3>conclusion</h3>
<p>The indiaguide.pl experience will probably lead to creating a flat file framework for developing static websites using XML single-sourcing concept. Leading actors are already in place:</p>
<ul>
<li><strong>Keynote</strong> (or another tabbed notebook),</li>
<li><strong>TEI</strong> (or another industry XML dialect),</li>
<li><strong>XSLT 2.0</strong></li>
</ul>
<p>And supporting characters include:</p>
<ul>
<li><strong>XSL-FO</strong> &#8211; for PDF output,</li>
<li>project <strong>documentation</strong> &#8211; now it&#8217;s something for DITA or Docbook,</li>
<li><strong>spell checking</strong> environment &#8211; will require output to ODF,</li>
<li><strong>XML native database </strong>- for rapid queries using XQuery</li>
</ul>
<p>And here is main page of indiaguide.pl:</p>
<p><a href="http://ivanish.files.wordpress.com/2008/08/indiaguidepl.png"><img class="alignnone size-medium wp-image-31" src="http://ivanish.files.wordpress.com/2008/08/indiaguidepl.png?w=175&#038;h=300" alt="" width="175" height="300" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivanish.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivanish.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivanish.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivanish.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivanish.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivanish.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ivanish.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ivanish.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ivanish.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ivanish.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivanish.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivanish.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivanish.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivanish.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivanish.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivanish.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivanish.wordpress.com&amp;blog=4467588&amp;post=3&amp;subd=ivanish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ivanish.wordpress.com/2008/08/10/launching-wwwindiaguidepl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7fd3a8f0510987fafef1c13e0f3c2df?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ivanish</media:title>
		</media:content>

		<media:content url="http://ivanish.files.wordpress.com/2008/08/keynote.png?w=288" medium="image" />

		<media:content url="http://ivanish.files.wordpress.com/2008/08/indiaguidepl.png?w=175" medium="image" />
	</item>
	</channel>
</rss>
