adding screenshots
This commit is contained in:
		
							parent
							
								
									d0c1e5ff6d
								
							
						
					
					
						commit
						718308ea55
					
				
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								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
 | 
			
		||||
 | 
			
		||||
@ -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 <enter> 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:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user