--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/model/working-copy/Makefile Sun Feb 19 23:00:13 2012 +0000
@@ -0,0 +1,7 @@
+
+HGID.OLD=`hg -q id`
+HGID=`hg parents --template='{node|short}'`
+
+
+go:
+ echo "http://dvcs.w3.org/hg/prov/file/$(HGID)/model/working-copy/glossary.html"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/model/working-copy/glossary.html Sun Feb 19 23:00:13 2012 +0000
@@ -0,0 +1,16 @@
+
+<html>
+
+<div class="glossary" id="glossary-entity">
+<dfn title="concept-entity">Entities</dfn> are things in the world one
+ wants to provide provenance for. For the purpose of this
+ specification, things can be physical, digital, conceptual, or
+ otherwise; the world may be real or imaginary.
+</div>
+
+
+</html>
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/model/working-copy/glossary.js Sun Feb 19 23:00:13 2012 +0000
@@ -0,0 +1,13 @@
+
+
+glossary_root=' \
+<div class="glossary" id="glossary-entity"> \
+<dfn title="concept-entity">Entities</dfn> are things in the world one \
+ wants to provide provenance for. For the purpose of this \
+ specification, things can be physical, digital, conceptual, or \
+ otherwise; the world may be real or imaginary. \
+</div> \
+';
+
+
+