diff --git a/README.org b/README.org index 6b96cdf..321ae2e 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,8 @@ ** 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." —Ian Bogost diff --git a/litanize.el b/litanize.el index 7ba0f28..79f7ce3 100644 --- a/litanize.el +++ b/litanize.el @@ -32,20 +32,15 @@ ;; from random wikipedia titles as an exercise in ontography, metaphorism, ;; and carpentry ;; -;; Currently uses random wikipedia titles as elements. Might be extended to -;; use other lists in other futures. +;; Currently uses wikipedia titles as elements. Might be extended to use +;; 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/ -;;; Revision history: -;; -;; - 2019-01-19 - preliminary carpentry -;; - 2019-12-12 - melpa emersion, stochastism - ;;; Code: