From 718308ea5540069c00144018e9428fd0181729dd Mon Sep 17 00:00:00 2001 From: endorphant Date: Thu, 8 Sep 2016 18:35:50 -0400 Subject: [PATCH] adding screenshots --- README.md | 21 +++++++++++++++++++++ bin/_ttbp.py | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddf93e5..6696f4d 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,33 @@ `ttbp` stands for "tilde.town blogging platform", the original working name for this project. +`ttbp` runs from the command line, providing a hub for writing personal blog +posts and reading posts written by other users of tilde.town. it's a little bit +like livejournal or dreamwidth or tumblr. you can opt to publish your posts to +a public html file hosted on your tilde page, or keep all your entries private +to the tilde.town server. + to use, run `~endorphant/bin/ttbp` while logged in to tilde.town you can also try `~endorphant/bin/ttbp-beta` for a more colorful, but potentially volatile experience; i sometimes announce in irc or on twitter when i'm testing a new feature. +### QUICK START + +no coding or html experience is necessary to get started. just log in to your +tilde.town account and enter: +`~endorphant/bin/ttbp` + +ttbp will ask you a few questions to get you started. after that, writing and +reading entries all happen within the program. + +### SUPPORT + +if you're having trouble getting started, or run into program errors or strange +behavior, please send internal tilde.town mail to ~endorphant and i'll try to +sort things out! + ### writing entries entries are recorded as plaintext files in your ~/.ttbp/entries diff --git a/bin/_ttbp.py b/bin/_ttbp.py index 578b5b3..ecd0213 100644 --- a/bin/_ttbp.py +++ b/bin/_ttbp.py @@ -372,7 +372,7 @@ def main_menu(): util.print_menu(menuOptions, RAINBOW) try: - choice = raw_input("\ntell me about your feels (or 'quit' to exit): ") + choice = raw_input("\ntell me about your feels (or type 'q' to exit): ") except KeyboardInterrupt: redraw(EJECT) return main_menu() @@ -538,7 +538,7 @@ def view_neighbors(users): util.print_menu(sortedUsers, RAINBOW) #raw_input("\n\npress to go back home.\n\n") - choice = util.list_select(sortedUsers, "pick a townie to browse their feels, or type 'back' to go home: ") + choice = util.list_select(sortedUsers, "pick a townie to browse their feels, or type 'back' or 'q' to go home: ") if choice is not False: redraw("~"+userIndex[choice]+"'s recorded feels, listed by date: \n") @@ -698,7 +698,7 @@ def list_entries(metas, entries, prompt): util.print_menu(entries, RAINBOW) - choice = util.list_select(entries, "pick an entry from the list, or type 'back' to go back: ") + choice = util.list_select(entries, "pick an entry from the list, or type 'back' or 'q' to go back: ") if choice is not False: