about summary refs log tree commit diff stats
path: root/src/README.txt
diff options
context:
space:
mode:
authorCase Duckworth2015-03-25 10:45:31 -0700
committerCase Duckworth2015-03-25 10:45:31 -0700
commit3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53 (patch)
tree03cd4e90e7bceac4b1813fb78f60e74aa57e1f55 /src/README.txt
parentFix cover page css link (diff)
downloadautocento-3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53.tar.gz
autocento-3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53.zip
Add new "About Autocento" project
- Affects "About this project," "Index of common titles,"
  "Index of first lines."
- Add links to cycle through these three
- Change "README." to "about."
- Include a compile
Diffstat (limited to 'src/README.txt')
-rw-r--r--src/README.txt128
1 files changed, 0 insertions, 128 deletions
diff --git a/src/README.txt b/src/README.txt deleted file mode 100644 index 8f4fd59..0000000 --- a/src/README.txt +++ /dev/null
@@ -1,128 +0,0 @@
1---
2title: Autocento of the breakfast table
3id: README
4subtitle: about this site
5genre: prose
6
7epigraph:
8 content: by Case Duckworth
9
10project:
11 title: Autocento of the breakfast table
12 class: autocento
13...
14
15Introduction
16------------
17
18_Autocento [of the breakfast table][]_ is a hypertextual exploration of the workings of revision across time.
19Somebody^[[citation needed][]]^ once said that every relationship we have is part of the same relationship; the same is true of authorship.
20As we write, as we continue writing across our lives, patterns thread themselves through our work: images, certain phrases, preoccupations.
21This project attempts to make those threads more apparent, using the technology of hypertext.
22
23I'm also an MFA candidate at [Northern Arizona University][NAU].
24This is my thesis.
25
26Genesis
27-------
28
29This project revolves around two sister concepts: the _hapax legomenon_ and the _cento_.
30
31_Hapax legomenon_ ([ἅπαξ][] λεγόμενον) is Greek for "something said only once."
32It's used in linguistics to describe words that appear only once in a corpus.
33If expanded to _n-grams_, it can be used to describe utterances that occur only once, and this is where it gets interesting.
34If this line of thinking is taken to its logical conclusion, we can say that all writing, all utterances, are _hapax legomena_, because they appear only once in the world as they are.
35In short, everything is individual; everything is differentiated; everything is an island.
36
37On the other hand, a _cento_, from the Latin, from the Greek κέντρόνη, meaning "patchwork garment," is a poem composed completely of fragments of other poems.
38It's a mash-up that makes up for its lack of originality in utterance with a novelty in arrangement.
39Usually, it refers to taking phrases, lines, or stanzas from other authors' works, but I don't see why it couldn't refer to _n-grams_ or individual words.
40If _this_ line of thinking is taken to its logical conclusion, we can say that no writing is truly original; that every utterance has, in some scrambled way at least, been uttered before.
41In other words, nothing is individual.
42We float on an ocean of language which we did nothing to create, and the best we can hope for is to find some combination that hasn't been thought of too many times before.
43As Solomon said, "[There is nothing new under the sun][nothing-new]."
44
45_Autocento of the breakfast table_ works within the tension caused by these two concepts.
46
47Process
48-------
49
50In compiling the works that make up this text, I've pulled from a few different projects:
51
52* [Elegies for alternate selves](and.html)
53* [The book of Hezekiah](prelude.html)
54* [Stark raving](table_contents.html)
55* [Buildings out of air](art.html)
56
57as well as added new articles, written quite recently.
58As I've compiled them into this project, I've linked them together based on common images or language, moving back and forth through time.
59This should give the reader a fair idea of what my head looks like on the inside.
60
61Technology
62----------
63
64Because this project lives online, I've used a fair amount of technology to get it there.
65First, I converted all the articles[^1] present into plain text files, which are viewable [here][text].
66Then, 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][].
67The compiled HTML is what you're reading now.[^2]
68
69To host the project, I'm using [Github][], an online code-collaboration tool with the version control system [git][] under the hood.
70This 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.
71You can view the repository and its changes and files at [my Github profile][].[^3]
72
73Using this site
74---------------
75
76All of the articles on this site are linked together hypertextually (i.e., like a webpage).
77This means that all you need to do to explore the creative threads linking these articles together is to start clicking links.
78However, if you find you're looping around to a lot of the same articles, you can head back to the [index][] and click through the titles in order---that article contains the titles of all the other works in this project.
79
80Alternatively, you can click the lozenge (◊) at the bottom of each page.
81It'll take you to a random article in the project, thanks to [this javascript][].
82
83If 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.
84Sometimes, there are more than one of each of these, or there are none, dependant on the structure of their original project.
85
86Things still to do
87------------------
88
89_Autocento of the breakfast table_ is a work in progress.
90The first draft is completed, but some revision and aesthetic work remains to be done for me to consider it fully "[published][]"
91(what does this word mean in 2015?).
92You can see the full list of to-dos by visiting the [issues page][issues] of the Github site.
93
94Contact me
95----------
96
97If you'd like to contact me about the state of this work or my writing in general, you can email me at <case@autocento.me>.
98
99<!-- links & footnotes -->
100[of the breakfast table]: http://www.ibiblio.org/eldritch/owh/abt.html
101[citation needed]: https://en.wikipedia.org/wiki/Wikipedia:Citing_sources#Dealing_with_unsourced_material
102[NAU]: http://nau.edu/CAL/English/Degrees-Programs/Graduate/MFA/
103
104[ἅπαξ]: http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.04.0057:entry=a%28/pac
105[nothing-new]: https://www.biblegateway.com/passage/?search=Ecclesiastes+1%3A9&version=NIV
106
107[text]: src/common-titles.html
108
109[pandoc]: http://johnmacfarlane.net/pandoc/
110[compile.lua]: https://github.com/duckwork/autocento/blob/gh-pages/compile.lua
111[this template]: https://github.com/duckwork/autocento/blob/gh-pages/.template.html
112[Github]: https://github.com/
113[git]: http://www.git-scm.com/
114[my Github profile]: https://github.com/duckwork/autocento
115
116[index]: first-lines.html
117[this javascript]: https://github.com/duckwork/autocento/blob/gh-pages/js/lozenge.js
118
119[published]: published.html
120[issues]: https://github.com/duckwork/autocento/issues
121
122[^1]: I've decided to use the word _article_ instead of _poem_, because not all of the texts included are poems; and instead of _piece_, because _piece_ is vague and, to my mind, pretentious.
123 I'm aware that the true [etymology](http://www.etymonline.com/index.php?search=article) of _article_ does not reflect my use of it, namely "a little chunk of art", a la the (personal folk) derivation of _icicle_, _treicle_, etc.
124
125[^2]: The great thing about `pandoc` is that it can compile to, and convert between, about fifty formats or so.
126 This means that if, in the future, I choose to convert this project to a printable form (for example PDF, ODT, or even DOCX), I'll be able to with a fairly small amount of work.
127
128[^3]: For more information on the technological aspect of this project, see the [README.md](https://github.com/duckwork/autocento/blob/gh-pages/README.md) file at the root of the github repo.