editing docs

master
endorphant 2016-05-15 02:53:50 -04:00
parent 7a30ca4a5b
commit 844bd86050
4 changed files with 39 additions and 9 deletions

View File

@ -4,3 +4,26 @@ tilde.town blogging platform
a command-line based blogging platform running on tilde.town a command-line based blogging platform running on tilde.town
to use, run `~endorphant/bin/ttbp` while logged in to tilde.town to use, run `~endorphant/bin/ttbp` while logged in to tilde.town
you can also try `~endorphant/bin/ttbp-beta` for a more unstable, bleeding-edge
experience.
ENTRIES
=======
* you can use html
* you can also put things between `<!-- comments -->` to have them show up
in the feed but not render in a browser (but people can still read
them with view-source)
PAGE LAYOUT
===========
* to change stylesheet, edit your ~/.ttbp/www/style.css
* to change header, edit your ~/.ttbp/config/header.txt
* to change footer, edit your ~/.ttbp/config/footer.txt
GENERAL TIPS
============
* add `alias ttbp="~endorphant/bin/ttbp"` to your .bash_aliases

View File

@ -1,18 +1,17 @@
TO-DO: TO-DO:
(goals for stable release) (goals for stable release)
-show most recent global entries on html
-command line flags: -command line flags:
-shortcut to most recent feels, writing entry, seeing own entry -shortcut to most recent feels, writing entry, seeing own entry
-neighbor view takes you to individual entry listing -neighbor view takes you to individual entry listing
(goals for phase two) (goals for version two)
-stylesheet selector -stylesheet selector
-and make a couple more custom stylesheets -and make a couple more custom stylesheets
-replying to entries?? -replying to entries??
-direct mail to author -direct mail to author
-paginate entry list -paginate entry/neighbor list
-make a nicer entry view wrapper -make a nicer entry view wrapper
-maybe with a box? and a nicer feed view? -maybe with a box? and a nicer feed view?
@ -21,8 +20,12 @@ TO-DO:
CHANGELOG: CHANGELOG:
ver 0.8.5
-publish feels directory to ~endorphant/ttbp/index.html
ver 0.8.0 ver 0.8.0
-markdown parsing for entries -markdown parsing for entries
-(beta only) colorized menus
ver 0.7.5 ver 0.7.5
-COLORFUL BANNER -COLORFUL BANNER

View File

@ -2,7 +2,8 @@ config file things:
-preferred text editor -preferred text editor
-set www symlink -set www symlink
-set page title -set page title
-set colorizing pref
flair: flair:
-themes -themes/stylesheets
-global post announcements -global post announcements

View File

@ -2,13 +2,16 @@ USER DOCS
========= =========
ENTRIES ENTRIES
-you can use html *you can use html
-you can also put things between <!-- comments --> to have them show up *you can also put things between `<!-- comments -->` to have them show up
in the feed but not render in a browser (but people can still read in the feed but not render in a browser (but people can still read
them with view-source) them with view-source)
PAGE LAYOUT PAGE LAYOUT
-to change stylesheet, edit your ~/.ttbp/www/style.css *to change stylesheet, edit your ~/.ttbp/www/style.css
-to change header, edit your ~/.ttbp/config/header.txt *to change header, edit your ~/.ttbp/config/header.txt
-to change footer, edit your ~/.ttbp/config/footer.txt *to change footer, edit your ~/.ttbp/config/footer.txt
GENERAL TIPS
*add `alias ttbp="~endorphant/bin/ttbp"` to your .bash_aliases