about summary refs log tree commit diff stats
path: root/central/trunk/instadisc.php
Commit message (Collapse)AuthorAgeFilesLines
* Central: Added library skeletonKelly Rauchenberger2008-08-011-0/+38
| | | | | | Added the library method signatures for XML-RPC used functions to the library, and also implemented a instaDisc_sendUpdateNotice() and instaDisc_addItem(). Refs #3.
* Central: Centrallized verification checksKelly Rauchenberger2008-08-011-0/+22
Molded the verification checking into one library functions so the each and every XML-RPC function wouldn't have to implement. Also added the InstaDisc.sendUpdateNotice and InstaDisc.askForDatabase functions.