about summary refs log tree commit diff stats
path: root/about.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-27 13:47:42 -0700
committerCase Duckworth2015-03-27 13:47:42 -0700
commit3b37989606c44902d90a3723e197d8c318a302bf (patch)
treee614c3ddbb8879e96ee739a75ad2f52a645b87c2 /about.html
parentAdd HAPAX LEGOMENA support & flatten structure (diff)
downloadautocento-3b37989606c44902d90a3723e197d8c318a302bf.tar.gz
autocento-3b37989606c44902d90a3723e197d8c318a302bf.zip
Change verse lines '$' -> '^| '
Diffstat (limited to 'about.html')
-rw-r--r--about.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/about.html b/about.html index 1f31693..84ec6ce 100644 --- a/about.html +++ b/about.html
@@ -20,7 +20,7 @@
20 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> 20 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
21 <![endif]--> 21 <![endif]-->
22 </head> 22 </head>
23<body id="README" class="meta"> 23<body id="about" class="meta">
24 24
25 25
26 <article class="container"> 26 <article class="container">
@@ -66,13 +66,13 @@
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 short <a href="https://github.com/duckwork/autocento/blob/gh-pages/compile.lua">script</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 <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>
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">
73 <h2>Using this site</h2> 73 <h2>Using this site</h2>
74 <p>All of the articles on this site are linked together hypertextually (i.e., like a webpage). This means that all you need to do to explore the creative threads linking these articles together is to start clicking links. However, if you find you’re looping around to a lot of the same articles, you can head back to the <a href="first-lines.html">index</a> and click through the titles in order—that article contains the titles of all the other works in this project.</p> 74 <p>All of the articles on this site are linked together hypertextually (i.e., like a webpage). This means that all you need to do to explore the creative threads linking these articles together is to start clicking links. However, if you find you’re looping around to a lot of the same articles, you can head back to the <a href="first-lines.html">index</a> and click through the titles in order—that article contains the titles of all the other works in this project.</p>
75 <p>Alternatively, you can click the lozenge (◊) at the bottom of each page. It’ll take you to a random article in the project, thanks to <a href="https://github.com/duckwork/autocento/blob/gh-pages/js/lozenge.js">this javascript</a>.</p> 75 <p>Alternatively, you can click the lozenge (◊) at the bottom of each page. It’ll take you to a random article in the project, thanks to <a href="https://github.com/duckwork/autocento/blob/gh-pages/trunk/lozenge.js">this javascript</a>.</p>
76 <p>If you want to experience the earlier projects in something resembling the original orders, previous and next links are provided at the bottom of each page, next to the lozenge. Sometimes, there are more than one of each of these, or there are none, dependant on the structure of their original project.</p> 76 <p>If you want to experience the earlier projects in something resembling the original orders, previous and next links are provided at the bottom of each page, next to the lozenge. Sometimes, there are more than one of each of these, or there are none, dependant on the structure of their original project.</p>
77 </section> 77 </section>
78 <section id="things-still-to-do" class="level2"> 78 <section id="things-still-to-do" class="level2">
@@ -104,7 +104,13 @@
104 title="Previous article in About Autocento"> 104 title="Previous article in About Autocento">
105 Index of first lines 105 Index of first lines
106 </a> 106 </a>
107 <a href="#" id="lozenge" title="Random page"> &loz; </a> 107
108 <!-- ANCHORS -->
109 <div class="anchors">
110 <a href="index.html" id="cover-link" title="To cover">&loz;</a>
111 <a href="#" id="lozenge" title="ERROR">&#x221d;</a>
112 </div>
113
108 <a class="nextlink" href="common-titles.html" 114 <a class="nextlink" href="common-titles.html"
109 title="Next article in About Autocento"> 115 title="Next article in About Autocento">
110 Index of common titles 116 Index of common titles