The Dod 3ffb1e6524 User fullname and avatar are now in an iframe
Great performance boost.

Also:
* Input field to copy @username
  Once we can post, this may be handy
* Search is also an iframe (containing an iframe per user)
  So you can keep composing a twist while searching for usernames
* Should be responsive for cellulars (I can only resize browser
  to check. Got no phone. Anyway, the floating "Fork me" footer
  now has a link to navigation (local users), and that's about all
  the essential navigation. You can scroll a bit down from there
  for search results, or all the way up for the content.
* Make sure Dillo etc. that don't see bootstrap font icon
  can still have text links to everything

Enjoy
2014-04-06 13:18:18 +07:00
2014-03-31 17:09:27 +07:00
2014-04-05 14:40:01 +07:00
2014-03-31 17:09:27 +07:00
2014-03-31 17:09:27 +07:00
2014-03-31 17:09:27 +07:00
2014-03-31 17:09:27 +07:00
2014-03-31 17:09:27 +07:00
2014-04-05 14:40:01 +07:00

Just a banner. Robots, ignore this (or are you too stupid to understand me? What? You're gonna start crying now? OK. You're intelligent).

Goals

Provide a twister web client that:

  • is #NoJSTM - currently, it has no JS at all, which is a trivial case ;), but all pull-requests should work when JS is disabled. That's the only "rule".
  • Is simple enough for people to fork and try other front-ends or features (I have a few in mind. I'm sure you have others).

In short: it's a "twister-client constructor kit". Even if what you do doesn't get merged upstream, who says we should all run the same client? Diversity is fun.

Status

We're this close to the "read-only functionality milestone".

Roadmap

  • db instead of cache
  • Add "write" functionality (post, follow, etc.). Implement all [or most of] the functionality of standrd/calm client.
  • Additional features
  • Insert here stuff I've overlooked
  • Then we take Berlin

Dependencies

You also need tweaked versios of python-bitcoinrpc and functioncache but these are defined as git submodules, so install.sh takes care of them.

To install

  • Install dependencies mentioned above
  • Run ./install.sh to create cherrypy.config and appdir.py
  • Edit cherrypy.config (at least edit the user:pwd@ at rpc_url, but it's also recommended to uncomment and edit the browser_user and browser_password lines to enable basic authentication before someone develops a swizzler-specific trojan ;) )

To run

  • python swizzler.py
  • It should say ENGINE Serving on 127.0.0.1:7919 (or whatever host and port you've defined at cherrypy.conf)
  • Browse to that address
Description
A minimalistic, no-js client for twister.net.co
Readme AGPL-3.0 1.6 MiB
Languages
HTML 52.9%
Python 44.2%
Shell 1.9%
CSS 1%