Thief ===== A simple app to check your Backpack account and show a report of recently updated pages. Useful if you share your Backpack pages with other people and you want to know if they have edited any pages. By Geoffrey Grosenbach http://topfunky.com Requirements ------------ This app was developed against the Camping trunk (v.1.5.180). You'll need to make a .backpackrc in your home directory. Sample: username: bubba api_key: 9283892892838328273828273738282736282 use_ssl: true # Only set to true if you have an SSL-enabled account You must also have Hpricot installed. Pages ----- This app uses Evan Weaver's RV to run. cd public ./rv_harness.rb This will start the app on port 3301 with Mongrel handlers for Camping and stylesheets. See Evan's site for more details about how to set up RV on your server. http://blog.evanweaver.com/articles/2006/12/19/rv-a-tool-for-luxurious-camping To view your pages, go to http://localhost:3301/ To fetch an update from Backpack and save the contents to the database, POST to http://localhost:3301/update That's all.