about summary refs log tree commit diff stats
path: root/about.txt
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.txt
parentAdd HAPAX LEGOMENA support & flatten structure (diff)
downloadautocento-3b37989606c44902d90a3723e197d8c318a302bf.tar.gz
autocento-3b37989606c44902d90a3723e197d8c318a302bf.zip
Change verse lines '$' -> '^| '
Diffstat (limited to 'about.txt')
-rw-r--r--about.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/about.txt b/about.txt index 3b5f254..d3defc0 100644 --- a/about.txt +++ b/about.txt
@@ -1,6 +1,6 @@
1--- 1---
2title: Autocento of the breakfast table 2title: Autocento of the breakfast table
3id: README 3id: about
4subtitle: about this site 4subtitle: about this site
5genre: prose 5genre: prose
6 6
@@ -69,7 +69,7 @@ Technology
69 69
70Because this project lives online, I've used a fair amount of technology to get it there. 70Because this project lives online, I've used a fair amount of technology to get it there.
71First, I converted all the articles[^1] present into plain text files, which are viewable [here][text]. 71First, I converted all the articles[^1] present into plain text files, which are viewable [here][text].
72Then, I used John McFarlane's venerable document preparation system [pandoc][], along with a short [script][compile.lua], to compile the text sources to HTML using [this template][]. 72Then, I used John McFarlane's venerable document preparation system [pandoc][], along with a [makefile][] to compile the text sources to HTML using [this template][].
73The compiled HTML is what you're reading now.[^2] 73The compiled HTML is what you're reading now.[^2]
74 74
75To host the project, I'm using [Github][], an online code-collaboration tool with the version control system [git][] under the hood. 75To host the project, I'm using [Github][], an online code-collaboration tool with the version control system [git][] under the hood.
@@ -118,14 +118,14 @@ If you'd like to contact me about the state of this work or my writing in genera
118[text]: src/common-titles.html 118[text]: src/common-titles.html
119 119
120[pandoc]: http://johnmacfarlane.net/pandoc/ 120[pandoc]: http://johnmacfarlane.net/pandoc/
121[compile.lua]: https://github.com/duckwork/autocento/blob/gh-pages/compile.lua 121[makefile]: https://github.com/duckwork/autocento/blob/gh-pages/makefile
122[this template]: https://github.com/duckwork/autocento/blob/gh-pages/.template.html 122[this template]: https://github.com/duckwork/autocento/blob/gh-pages/template.html
123[Github]: https://github.com/ 123[Github]: https://github.com/
124[git]: http://www.git-scm.com/ 124[git]: http://www.git-scm.com/
125[my Github profile]: https://github.com/duckwork/autocento 125[my Github profile]: https://github.com/duckwork/autocento
126 126
127[index]: first-lines.html 127[index]: first-lines.html
128[this javascript]: https://github.com/duckwork/autocento/blob/gh-pages/js/lozenge.js 128[this javascript]: https://github.com/duckwork/autocento/blob/gh-pages/trunk/lozenge.js
129 129
130[published]: published.html 130[published]: published.html
131[issues]: https://github.com/duckwork/autocento/issues 131[issues]: https://github.com/duckwork/autocento/issues