geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 3756e5becfdbdc05f954b70bbc2b88ad19dd7bf2
parent 6ca5c355d7f317beead5b753a9b254037686158b
Author: Natalie Pendragon <natpen@natpen.net>
Date:   Wed, 16 Sep 2020 07:02:39 -0400

[serve] Add more quotes

Diffstat:
Mserve/constants.py | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/serve/constants.py b/serve/constants.py @@ -32,4 +32,21 @@ QUOTE_BANK = [ "quote": "If I cease searching, then, woe is me, I am lost. That is how I look at it - keep going, keep going come what may.", "author": "Vincent Van Gogh", }, + { + "quote": "Nobody ever figures out what life is all about, and it doesn't matter. Explore the world. Nearly everything is really interesting if you go into it deeply enough.", + "author": "Richard Feynman", + }, + { + "quote": "I would rather have questions that can't be answered than answers that can't be questioned.", + "author": "Richard Feynman", + }, + { + "quote": "The truth will set you free. But not until it is finished with you.", + "author": "David Foster Wallace", + }, + { + "quote": "Jazz isn't dead. It just smells funny.", + "author": "Frank Zappa", + }, + ]