* Redirects:
** for TTW posting (back to user page)
** for setting preferences (back to user page)

* feeds

* stub out auth and private posts (private posts...with a query string?)
  auth: 
  def authenticate(): return user or None

In the user's preferences:

# allowed to see private posts
Friends: rollie, ethan, jackie

if user in prefs.get('Friends', []):
   glob = '.' # starting glob
else:
   glob = ''

Post withe a private query string? ::shrug:: [ play with this ]

* DELETE css files

* code cleanup (the eternal chore)

* middleware:
** auth
** commenting
** tagging