Skip to content

Instantly share code, notes, and snippets.

@kvantomme
kvantomme / gist:4153882
Created November 27, 2012 11:59
Using RDFa to mark-up features in specifications for websites
<body xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:featurespec="http://pronovix.com/featurespec/">
<div property=”featurespec:project”>
<h1>Acme e-shop for interplanetary mouse rockets</h1>
<div property=”featurespec:subproject”>
<h2>Flash splash screen: mice for world domination</h2>
<div property=”featurespec:component”>
<h3>Drupal XML RPC service</h3>
The Splash screen will have a couple of different backend functions:
<ul>
@kvantomme
kvantomme / gist:4153863
Created November 27, 2012 11:50
Mapping Freemind .mm to ditamap
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map title="DITA test">
<topicref navtitle="Concepts" href="Concepts.xml">
<topicref navtitle="Concept 1" href="Concept 1.xml">
</topicref>
<topicref navtitle="Concept 2" href="Concept 2.xml">
</topicref>
</topicref>
<topicref navtitle="Tasks" href="Tasks.xml">
<topicref navtitle="example task 1" href="example task 1.xml">