view readme @ 20:a8887fb93676

hide share data from the public. bug in links filter box Ignore-this: 2a390b207b8e9c8d430acd268b6d765d
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 17 Mar 2013 01:03:43 -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