|
|
|
@ -9,16 +9,18 @@ |
|
|
|
|
/* |
|
|
|
|
* Script homepage : http://fabien.benetou.fr/Tools/Greasemonkey#RevertedPIMLinks
|
|
|
|
|
*
|
|
|
|
|
* to do |
|
|
|
|
* find a way (visiting a special URL?) to (re)generate the data store on demand (not at each boot) |
|
|
|
|
* apply to Person/ |
|
|
|
|
* cf ealier idea http://wiki.seedea.org/Oimp/Socialannotating
|
|
|
|
|
* todo |
|
|
|
|
* generate the data store on demand |
|
|
|
|
* check link_extractor/revertingpimlinks.sh |
|
|
|
|
* change background-color based on a hash of the group |
|
|
|
|
* within bound of readable values |
|
|
|
|
* |
|
|
|
|
* add links to the database |
|
|
|
|
* note that date is optional but the source is not |
|
|
|
|
* delicious-20100730.htm
|
|
|
|
|
* emails |
|
|
|
|
* IRC/IM |
|
|
|
|
|
|
|
|
|
* note that date is optional but the source is not |
|
|
|
|
* delicious-20100730.htm
|
|
|
|
|
* emails |
|
|
|
|
* apply to Person/ cf earlier idea Seedea:Oimp/Socialannotating |
|
|
|
|
* IRC/IM |
|
|
|
|
34269 links using |
|
|
|
|
for SCANNETWORK in $(ls ~/irclogs/); do grep http ~/irclogs/$SCANNETWORK/* | sed "s/.* <\(.*\)> .*http\(.*\)/http\2 \1 on $SCANNETWORK/"; done | wc -l |
|
|
|
|
|
|
|
|
|