Mercurial > code > home > repos > href
view readme @ 40:94181d521d6d
prometheus, longer page title timeout, dead code, etc
author | drewp@bigasterisk.com |
---|---|
date | Sat, 19 Nov 2022 17:07:10 -0800 |
parents | d6a09e8efa56 |
children |
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 - http proxy mode that can scrape all the pages you visit, perhaps between some start/end requests where you pick tags to apply to all the pages. This is for research mode. May involve multiple people on a team.