Compare commits

...

2 Commits

Author SHA1 Message Date
wholesomedonut 720abf23f0 Update 'README.md' 2023-02-09 05:33:08 +00:00
wholesomedonut 47402e28f5 fixed readme after 2 years 2023-02-09 05:27:07 +00:00
2 changed files with 4 additions and 12 deletions

View File

@ -3,21 +3,13 @@
Larger, more functional version of solderpunk's gemini-demo-1, Larger, more functional version of solderpunk's gemini-demo-1,
which was a Gemini client in <=100 LOC in Python 3. which was a Gemini client in <=100 LOC in Python 3.
Mine is already 50% larger.
## Why the fork? ## Why the fork?
I really enjoyed solderpunk's work. Quick, clean, and tiny. I really enjoyed solderpunk's work. Quick, clean, and tiny.
I just wanted to try my luck at getting a more fleshed-out app going. I just wanted to try my luck at getting a more fleshed-out app going.
I've never done FOSS contributions before today. Consider this repo my beginning! This will probably wind up getting ported to Clojure.
I'm literally developing this entirely on an iPad Pro for kicks and giggles, using:
* Pythonista
* Working Copy
I have no idea how long it'll last, if it even will at all.
## Capabilities ## Capabilities

View File

@ -26,12 +26,12 @@ def printHelp():
def printIntro(): def printIntro():
o = """ o = """
Welcome to PyGemini, a single-file Python client for the Gemini protocol. Welcome to Asparagus, a single-file Python client for the Gemini protocol.
Original source code by, , at Original source code by solderpunk, and
forked by Wholesomedonut on Sep 6 2020. forked by Wholesomedonut on Sep 6 2020.
Questions about this fork? Questions about this fork?
Email with subject "PyGemini + whatever-you-need", Email with subject "Asparagus + whatever-you-need",
to wholesomedonut[at]tuta[dot]io . to wholesomedonut[at]tuta[dot]io .
""" """
print(o) print(o)