Otavalo Canton, Gilet, Madejski, The Cullman Times & Acacia sulcata.
This commit is contained in:
parent
d505a6b111
commit
d1d2a8c646
2 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
** Latour Litanizer
|
** Latour Litanizer
|
||||||
|
|
||||||
|
[[https://melpa.org/#/litanize][file:https://melpa.org/packages/litanize-badge.svg]]
|
||||||
|
|
||||||
"When writing Alien Phenomenology I found myself wondering, what would happen if we put ontography, Latour Litany, and carpentry together? Here’s one simple take, a 'Latour Litanizer.' It uses Wikipedia’s random page API to generate lists of things [...] Like all Latour Litanies, this little gadget underscores the rich diversity of things. It also reminds us that human beings are among them, since a large number of Wikipedia articles describe living and historical persons."
|
"When writing Alien Phenomenology I found myself wondering, what would happen if we put ontography, Latour Litany, and carpentry together? Here’s one simple take, a 'Latour Litanizer.' It uses Wikipedia’s random page API to generate lists of things [...] Like all Latour Litanies, this little gadget underscores the rich diversity of things. It also reminds us that human beings are among them, since a large number of Wikipedia articles describe living and historical persons."
|
||||||
—Ian Bogost
|
—Ian Bogost
|
||||||
|
|
||||||
|
|
13
litanize.el
13
litanize.el
|
@ -32,20 +32,15 @@
|
||||||
;; from random wikipedia titles as an exercise in ontography, metaphorism,
|
;; from random wikipedia titles as an exercise in ontography, metaphorism,
|
||||||
;; and carpentry
|
;; and carpentry
|
||||||
;;
|
;;
|
||||||
;; Currently uses random wikipedia titles as elements. Might be extended to
|
;; Currently uses wikipedia titles as elements. Might be extended to use
|
||||||
;; use other lists in other futures.
|
;; other lists in other futures.
|
||||||
;;
|
;;
|
||||||
;; 'M-x litanize' will generate a litany in a new buffer
|
;; 'M-x litanize' will generate a litany in a new buffer
|
||||||
;;
|
;;
|
||||||
;; 'M-x insert-litany' will generate a litany at the point
|
;; 'M-x litanize-at-point' will generate a litany at the point
|
||||||
;;
|
;;
|
||||||
;; further -> http://bogost.com/writing/blog/latour_litanizer/
|
;; further -> http://bogost.com/writing/blog/latour_litanizer/
|
||||||
|
|
||||||
;;; Revision history:
|
|
||||||
;;
|
|
||||||
;; - 2019-01-19 - preliminary carpentry
|
|
||||||
;; - 2019-12-12 - melpa emersion, stochastism
|
|
||||||
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue