| Matthew "Gallon of Strawberries" Sachs ( @ 2007-07-22 18:21:00 |
| Entry tags: | tech |
Scripty Goodness
I've finally moved my personal repository over to Subversion and added some recent scripts.
g2export will grab all of the images from a Gallery 2 website,
preserving the album structure on the website as a folder structure on
the disk and taking file names from captions if available.
ul2shoplist is designed as an iPhone bookmarklet for doing shopping
lists. It takes the first unordered list on a page whose first list
item doesn't contain a class attribute and transforms all of the items
on that list into checkboxes; when the boxes are checked, they will
move to the end of the list, and they will return to their original
location if they're unchecked. We do our shopping lists on a wiki,
and this is designed to work with that; the "first list item doesn't
contain a class attribute" restriction is so that it skips over the
"table of contents" list that MediaWiki puts in. I used the ever-nifty John Gruber's Javascript Bookmarklet Builder to convert it to a bookmarklet.
sms2txt and jotter are programs I wrote to export data from my P910
UIQ smartphone; I wanted to move my Jotter notes and SMS messages stored in the P910's Mail application over to the iPhone.