summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-09-21 14:19:25 -0400
committerJune McEnroe <june@causal.agency>2022-09-21 14:19:25 -0400
commit531140da56d391e3f4e689cb11add647f87ab410 (patch)
tree98671b7dca1be964a6ef494f8c9dadac3021d006
parentAdd when - to print all named dates (diff)
downloadsrc-531140da56d391e3f4e689cb11add647f87ab410.tar.gz
src-531140da56d391e3f4e689cb11add647f87ab410.zip
Add Take Me There
Best collection of short stories I've read by far. Good variety,
most are quite short, and there are no bummers. The writing is also
better than usual which is doubly surprising for erotic fiction, I
think. Anyway the stories are super fun.
-rw-r--r--txt/books.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/txt/books.txt b/txt/books.txt
index 38c64ffc..ccf5186e 100644
--- a/txt/books.txt
+++ b/txt/books.txt
@@ -1,5 +1,6 @@
 [ 2022 ]
 
+ 14. ★★★ ed. Tristan Taormino, Take Me There
  13. ★★★★ Becky Chambers, A Closed and Common Orbit
  12. ★★☆ Sybil Lamb, I've Got a Time Bomb
  11. ☆☆☆ Ruth Ozeki, The Book of Form and Emptiness
y: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli