--- a/hg-prompt/documentation/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/documentation/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,19 +14,21 @@
hg-prompt » Documentation
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../">index</a> »
@@ -32,8 +39,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1 id="documentation">Documentation</h1>
<h2 id="usagedocumentationusage"><a href="usage/">Usage</a></h2>
@@ -44,15 +49,13 @@
<p>Some sample prompts to get you started.</p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/keywords/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/documentation/keywords/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,23 +14,25 @@
hg-prompt » Keywords
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../../">index</a> »
- <a href="/documentation/">documentation</a> »
+ <a href="../">documentation</a> »
@@ -36,8 +43,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1 id="keywords">Keywords</h1>
<p>There a number of keywords available. If you have any suggestions for more please <a href="http://bitbucket.org/sjl/issues">let me know</a>.</p>
@@ -247,15 +252,13 @@
</dl>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/keywords/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/documentation/keywords/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,27 +14,29 @@
hg-prompt » ls /documentation/keywords
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../../">index</a> »
- <a href="/documentation/">documentation</a> »
+ <a href="../">documentation</a> »
- <a href="/documentation/keywords/">keywords</a> »
+ <a href="./">keywords</a> »
@@ -40,8 +47,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /documentation/keywords</code></h1>
@@ -52,15 +57,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/documentation/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,23 +14,25 @@
hg-prompt » ls /documentation
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../">index</a> »
- <a href="/documentation/">documentation</a> »
+ <a href="./">documentation</a> »
@@ -36,8 +43,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /documentation</code></h1>
@@ -48,7 +53,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/documentation/keywords/">
+ <a class="dirlink" href="keywords/">
keywords/
</a>
</td>
@@ -56,7 +61,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/documentation/samples/">
+ <a class="dirlink" href="samples/">
samples/
</a>
</td>
@@ -64,7 +69,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/documentation/usage/">
+ <a class="dirlink" href="usage/">
usage/
</a>
</td>
@@ -78,15 +83,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/samples/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/documentation/samples/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,23 +14,25 @@
hg-prompt » Sample Prompts
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../../">index</a> »
- <a href="/documentation/">documentation</a> »
+ <a href="../">documentation</a> »
@@ -36,8 +43,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1 id="sample-prompts">Sample Prompts</h1>
<p><code>hg-prompt</code> supports many keywords, but you probably don't want to use them
@@ -91,15 +96,13 @@
</pre></div>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/samples/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/documentation/samples/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,27 +14,29 @@
hg-prompt » ls /documentation/samples
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../../">index</a> »
- <a href="/documentation/">documentation</a> »
+ <a href="../">documentation</a> »
- <a href="/documentation/samples/">samples</a> »
+ <a href="./">samples</a> »
@@ -40,8 +47,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /documentation/samples</code></h1>
@@ -52,15 +57,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/usage/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/documentation/usage/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,23 +14,25 @@
hg-prompt » Usage
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../../">index</a> »
- <a href="/documentation/">documentation</a> »
+ <a href="../">documentation</a> »
@@ -36,8 +43,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1 id="usage">Usage</h1>
<p>The <code>hg prompt</code> command takes a single string as an argument and outputs it. Here's a simple (and useless) example:</p>
@@ -74,15 +79,13 @@
<p>Take a look at the <a href="../keywords/">keywords</a> documentation to see all the keywords <code>hg-prompt</code> supports.</p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/usage/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/documentation/usage/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,27 +14,29 @@
hg-prompt » ls /documentation/usage
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../../">index</a> »
- <a href="/documentation/">documentation</a> »
+ <a href="../">documentation</a> »
- <a href="/documentation/usage/">usage</a> »
+ <a href="./">usage</a> »
@@ -40,8 +47,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /documentation/usage</code></h1>
@@ -52,15 +57,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,14 +14,16 @@
hg-prompt » hg-prompt
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
@@ -28,8 +35,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1 id="hg-prompt">hg-prompt</h1>
<p><code>hg-prompt</code> is a Mercurial extension that adds an 'hg prompt' command to Mercurial for viewing repository information. It's designed to be used in a shell prompt.</p>
@@ -41,15 +46,13 @@
<p><img alt="My bash prompt while using hg-prompt." src="http://stevelosh.com/site-media/storage/projects/2009-06-19-hg-prompt/hg-prompt.png" title="My bash prompt while using hg-prompt." /></p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/installation/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/installation/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,19 +14,21 @@
hg-prompt » Installation
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../">index</a> »
@@ -32,8 +39,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1 id="installation">Installation</h1>
<p>Installing <code>hg-prompt</code> requires <a href="http://python.org/">Python</a> 2.5+ and (obviously) Mercurial.</p>
@@ -57,15 +62,13 @@
<p>Take a look at the <a href="../quickstart/">Quick Start</a> guide to learn how to put some useful information into your shell prompt.</p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/installation/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/installation/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,23 +14,25 @@
hg-prompt » ls /installation
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../">index</a> »
- <a href="/installation/">installation</a> »
+ <a href="./">installation</a> »
@@ -36,8 +43,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /installation</code></h1>
@@ -48,15 +53,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,19 +14,21 @@
hg-prompt » ls /
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="./">index</a> »
@@ -32,8 +39,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /</code></h1>
@@ -44,7 +49,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/documentation/">
+ <a class="dirlink" href="documentation/">
documentation/
</a>
</td>
@@ -52,7 +57,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/installation/">
+ <a class="dirlink" href="installation/">
installation/
</a>
</td>
@@ -60,7 +65,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/media/">
+ <a class="dirlink" href="media/">
media/
</a>
</td>
@@ -68,7 +73,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/quickstart/">
+ <a class="dirlink" href="quickstart/">
quickstart/
</a>
</td>
@@ -82,15 +87,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/media/css/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/media/css/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,27 +14,29 @@
hg-prompt » ls /media/css
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../../">index</a> »
- <a href="/media/">media</a> »
+ <a href="../">media</a> »
- <a href="/media/css/">css</a> »
+ <a href="./">css</a> »
@@ -40,8 +47,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /media/css</code></h1>
@@ -57,7 +62,7 @@
<tr>
<td class="size">3K</td>
<td class="name">
- <a href="/media/css/layout.css">
+ <a href="layout.css">
<code>layout.css</code>
</a>
</td>
@@ -66,7 +71,7 @@
<tr>
<td class="size">3K</td>
<td class="name">
- <a href="/media/css/pygments.css">
+ <a href="pygments.css">
<code>pygments.css</code>
</a>
</td>
@@ -75,7 +80,7 @@
<tr>
<td class="size">940B</td>
<td class="name">
- <a href="/media/css/reset.css">
+ <a href="reset.css">
<code>reset.css</code>
</a>
</td>
@@ -84,7 +89,7 @@
<tr>
<td class="size">1K</td>
<td class="name">
- <a href="/media/css/typography.css">
+ <a href="typography.css">
<code>typography.css</code>
</a>
</td>
@@ -94,15 +99,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/media/css/layout.css Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/media/css/layout.css Tue Dec 15 20:19:37 2009 -0500
@@ -1,3 +1,4 @@
+/* @override http://localhost:8008/media/css/layout.css */
body, html {
background-color: #226F89;
margin: 0;
@@ -6,15 +7,14 @@
div#breadcrumbs {
border-bottom: 4px dashed #265565;
- border-left: 1px solid #265565;
border-right: 1px solid #265565;
- margin: 0 auto;
- padding: 0.5em 1.5em;
+ padding: 0em 1.5em;
background-color: #fff;
width: 55em;
+ margin: 0em 0em 0em -1.5em;
}
div#breadcrumbs p {
- margin-bottom: 0.2em;
+ margin-bottom: 0.5em;
}
div#content {
background-color: #fff;
--- a/hg-prompt/media/css/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/media/css/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,27 +14,29 @@
hg-prompt » ls /media/css
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../../">index</a> »
- <a href="/media/">media</a> »
+ <a href="../">media</a> »
- <a href="/media/css/">css</a> »
+ <a href="./">css</a> »
@@ -40,8 +47,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /media/css</code></h1>
@@ -57,7 +62,7 @@
<tr>
<td class="size">3K</td>
<td class="name">
- <a href="/media/css/layout.css">
+ <a href="layout.css">
<code>layout.css</code>
</a>
</td>
@@ -66,7 +71,7 @@
<tr>
<td class="size">3K</td>
<td class="name">
- <a href="/media/css/pygments.css">
+ <a href="pygments.css">
<code>pygments.css</code>
</a>
</td>
@@ -75,7 +80,7 @@
<tr>
<td class="size">940B</td>
<td class="name">
- <a href="/media/css/reset.css">
+ <a href="reset.css">
<code>reset.css</code>
</a>
</td>
@@ -84,7 +89,7 @@
<tr>
<td class="size">1K</td>
<td class="name">
- <a href="/media/css/typography.css">
+ <a href="typography.css">
<code>typography.css</code>
</a>
</td>
@@ -94,15 +99,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/media/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/media/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,23 +14,25 @@
hg-prompt » ls /media
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../">index</a> »
- <a href="/media/">media</a> »
+ <a href="./">media</a> »
@@ -36,8 +43,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /media</code></h1>
@@ -48,7 +53,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/media/css/">
+ <a class="dirlink" href="css/">
css/
</a>
</td>
@@ -62,15 +67,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/media/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/media/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,23 +14,25 @@
hg-prompt » ls /media
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../">index</a> »
- <a href="/media/">media</a> »
+ <a href="./">media</a> »
@@ -36,8 +43,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /media</code></h1>
@@ -48,7 +53,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/media/css/">
+ <a class="dirlink" href="css/">
css/
</a>
</td>
@@ -62,15 +67,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/quickstart/index.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/quickstart/index.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,19 +14,21 @@
hg-prompt » Quick Start
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../">index</a> »
@@ -32,8 +39,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1 id="quick-start">Quick Start</h1>
<p>This guide will get you up and running so you can put some useful information into your shell prompt.</p>
@@ -75,15 +80,13 @@
<p>From here you can take a look at the <a href="../documentation/">full documentation</a> to see all the interesting things <code>hg-prompt</code> can do.</p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/quickstart/list.html Tue Dec 15 19:53:10 2009 -0500
+++ b/hg-prompt/quickstart/list.html Tue Dec 15 20:19:37 2009 -0500
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
@@ -9,23 +14,25 @@
hg-prompt » ls /quickstart
</title>
- <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="../media/css/pygments.css" media="screen, projection" />
</head>
<body>
-
+ <div id="content">
+
+
<div id="breadcrumbs">
<p>
- <a href="/">index</a> »
+ <a href="../">index</a> »
- <a href="/quickstart/">quickstart</a> »
+ <a href="./">quickstart</a> »
@@ -36,8 +43,6 @@
</div> <!-- div#breadcrumbs -->
- <div id="content">
-
<h1><code>ls /quickstart</code></h1>
@@ -48,15 +53,13 @@
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
</div> <!-- div#content -->
- <div id="footer">
- <p>
-
- hg-prompt —
-
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
- </div>
-
</body>
</html>
\ No newline at end of file