Files
ttbp/changelog.txt
endorphant dccb1570d8 more documentation updates
holy crap! here i am, about a decade and a half after my first Formal
Instruction in programming, and i suddenly understand code
documentation. part of this is that sometimes i stare at functions
forgetting why they're there, or start writing a function with the
distinct feeling that i'm typing code i've already typed before, and
realize that maybe there's a better way.

so i skimmed code from other people that i've used in my own repos, and
lifted the general gist of their commenting style while doing things
that feel right to me. i still don't know exactly how i like things, but
i'm learning. this is the best way i learn things.

then. then! i learned that i can just pydoc any of my modules and pydoc
will generate literally the same thing that i read when i pydoc other
module! what. WHAT. this is amazing. i feel like a real person. i
understand where those docs come from now, and how to make them myself.

i'm learning so much.

why does this feel so amazing.

all of this is in a commit message that i'm going to fire off into the
sun but i just need to put this out there because this feels important.
2016-05-21 23:36:21 -04:00

83 lines
1.8 KiB
Plaintext

TO-DO:
(goals for stable release)
-neighbor view takes you to individual entry listing
-set pub/nopub on entries
(goals for version two)
-stylesheet selector
-and make a couple more custom stylesheets
-replying to entries??
-direct mail to author
-paginate entry/neighbor list
-make a nicer entry view wrapper
-maybe with a box? and a nicer feed view?
(flair)
-graffiti wall
-command line flags
*maybe; not sure i want this to be a feature at all
-shortcut to most recent feels, writing entry, seeing own entry
-#hashtags
-rainbow menu selection
-break out hardcoded globals into config files
------
CHANGELOG:
ver 0.8.7
-fixing publish/nopub option setting from patcher
ver 0.8.6; mostly structural changes
-a freaking patch utility?! yes, there's a patch utility now
-settings now has an option to publish or not publish your blog to
public_html
-changing your publish directory actually moves files correctly
-html files are now stored at .ttbp/www, and the public_html path just
symlinks there
-style.css now lives in .ttbp/config, and is symlinked from www
ver 0.8.5
-publish feels directory to ~endorphant/ttbp/index.html
-(beta only) colorized menus
ver 0.8.0
-markdown parsing for entries
ver 0.7.5
-COLORFUL BANNER
-backend stuff; feedback uses sendmail, some code cleanup
ver 0.7
-fixed program crashing? maybe?
-added credits
-added filename validator
ver 0.6.5
-renamed FEELS ENGINE
-changed neighbor view to show last update time instead of feels count
ver 0.6
-improving exit handling
-sort neighbor view by most recently updated
-capture input from recording feels screen
ver 0.5
-added reading own entries
-added reading 10 most recent global entries
ver 0.4
-added list of all users with a ttbp
ver 0.3
-user setup, change settings
ver 0.2
-feedback form, post entry
ver 0.1
-acknowledges user