TiddlyWiki PureStore Format

A Lightweight Format for TiddlyWiki Stores

Example

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
		<title>TiddlyWiki PureStore File</title>
		<style>body {font-family: arial,helvetica,sans-serif;background-color:#FFCC66;} #storeArea {display: none};</style>
	</head>
	<body>
		<h1>TiddlyWiki PureStore File</h1>
		<em>(This page contains hidden data. 
                        For details see <a href="http://www.abego-software.de/references/TiddlyWikiPureStoreFormat.html" target="_blank">
                        TiddlyWiki PureStore Format</a>.)</em>
		<div id="storeArea">
<div tiddler="SampleTiddler1" modifier="UdoBorkowski" modified="200702021726" created="200702021136" tags="And Some Tags">Content of SampleTiddler1</div>
<div tiddler="SampleTiddler2" modifier="UdoBorkowski" modified="200702021257" created="200702021256" tags="">Content of SampleTiddler2</div>
		</div>
	</body>
</html>
Text in bold is the actual data.