Mercurial > code > home > repos > href
view readme @ 22:fa55f4439977
fix autocomplete. less console.log
Ignore-this: 302e2080d044221c430c4eb77ccd4221
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 11 Jul 2013 01:05:22 -0700 |
parents | 4434b3dac18e |
children | d6a09e8efa56 |
line wrap: on
line source
Mission: http://twitter.com/#!/diveintomark/status/15772480610242561 You know what you should do with your life? Write a del.icio.us clone that no one will use and then die alone. Running: Have make, virtualenv, etc available. Get dependencies: ``` % make ``` Run server in debug mode, which has autoreloading but also just quits sometimes: ``` % bin/bottle.py --debug --reload -b 0.0.0.0:10002 lookup ``` Or run in prod mode: ``` % bin/python lookup.py ``` todo: ok openid logins - autopaging, like my search UI uses - autocomplete tag filter and autocomplete on post-new-link ui - add counts to the autocomplete - show list of common tags - export common tags for use on homepage; match delicious api - show narrowing tags and counts when a filter is going - 100% ajax page refreshes - some boingy graph that looks cool - pull tags from delicious and other services at post time - sync updates back to a delicious account (and others?) - rdf export ok link edit UI - 'send this link to an email addr now' ui, saving the history (so i can sort by most-forwarded, etc) - pick up links from twitter - maybe pick up links from played podcasts - revyu on any link, get review data back so they can be used for sorting