about summary refs log tree commit diff stats
path: root/about.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-28 09:42:01 -0700
committerCase Duckworth2015-03-28 09:42:01 -0700
commitfb8cc7d92a20610776d9f6e0453d09cebed0bc3a (patch)
treed47d5ccc7bf1e9d44e2405b6a2c8a6f9d85bd8f2 /about.html
parentFix #5: Verse typesetting (diff)
downloadautocento-fb8cc7d92a20610776d9f6e0453d09cebed0bc3a.tar.gz
autocento-fb8cc7d92a20610776d9f6e0453d09cebed0bc3a.zip
Add backlinks pages (fixes #16).
Diffstat (limited to 'about.html')
-rw-r--r--about.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/about.html b/about.html index 84ec6ce..a8cf61d 100644 --- a/about.html +++ b/about.html
@@ -66,7 +66,7 @@
66 </section> 66 </section>
67 <section id="technology" class="level2"> 67 <section id="technology" class="level2">
68 <h2>Technology</h2> 68 <h2>Technology</h2>
69 <p>Because this project lives online, I’ve used a fair amount of technology to get it there. First, I converted all the articles<a href="#fn1" class="footnoteRef" id="fnref1"><sup>1</sup></a> present into plain text files, which are viewable <a href="src/common-titles.html">here</a>. Then, I used John McFarlane’s venerable document preparation system <a href="http://johnmacfarlane.net/pandoc/">pandoc</a>, along with a <a href="https://github.com/duckwork/autocento/blob/gh-pages/makefile">makefile</a> to compile the text sources to HTML using <a href="https://github.com/duckwork/autocento/blob/gh-pages/template.html">this template</a>. The compiled HTML is what you’re reading now.<a href="#fn2" class="footnoteRef" id="fnref2"><sup>2</sup></a></p> 69 <p>Because this project lives online, I’ve used a fair amount of technology to get it there. First, I converted all the articles<a href="#fn1" class="footnoteRef" id="fnref1"><sup>1</sup></a> present into plain text files, which are viewable from <a href="index-txt.html">here</a>. Then, I used John McFarlane’s venerable document preparation system <a href="http://johnmacfarlane.net/pandoc/">pandoc</a>, along with a <a href="https://github.com/duckwork/autocento/blob/gh-pages/makefile">makefile</a> to compile the text sources to HTML using <a href="https://github.com/duckwork/autocento/blob/gh-pages/template.html">this template</a>. The compiled HTML is what you’re reading now.<a href="#fn2" class="footnoteRef" id="fnref2"><sup>2</sup></a></p>
70 <p>To host the project, I’m using <a href="https://github.com/">Github</a>, an online code-collaboration tool with the version control system <a href="http://www.git-scm.com/">git</a> under the hood. This enables me (and you, dear Reader!) to explore the path of revision even more, from beginning to end, based on my commits to the repository. You can view the repository and its changes and files at <a href="https://github.com/duckwork/autocento">my Github profile</a>.<a href="#fn3" class="footnoteRef" id="fnref3"><sup>3</sup></a></p> 70 <p>To host the project, I’m using <a href="https://github.com/">Github</a>, an online code-collaboration tool with the version control system <a href="http://www.git-scm.com/">git</a> under the hood. This enables me (and you, dear Reader!) to explore the path of revision even more, from beginning to end, based on my commits to the repository. You can view the repository and its changes and files at <a href="https://github.com/duckwork/autocento">my Github profile</a>.<a href="#fn3" class="footnoteRef" id="fnref3"><sup>3</sup></a></p>
71 </section> 71 </section>
72 <section id="using-this-site" class="level2"> 72 <section id="using-this-site" class="level2">
@@ -107,6 +107,9 @@
107 107
108 <!-- ANCHORS --> 108 <!-- ANCHORS -->
109 <div class="anchors"> 109 <div class="anchors">
110 <a href="about_backlinks.htm" id="back-link" title="Links to this page">
111 &phi;
112 </a>
110 <a href="index.html" id="cover-link" title="To cover">&loz;</a> 113 <a href="index.html" id="cover-link" title="To cover">&loz;</a>
111 <a href="#" id="lozenge" title="ERROR">&#x221d;</a> 114 <a href="#" id="lozenge" title="ERROR">&#x221d;</a>
112 </div> 115 </div>