On Wed, Jun 20, 2012 at 11:36:00PM -0400, H. William Welliver III wrote:
either, the bit I'm interested in is figuring out how to get the master to load classes or modules from an archive as though it were a directory on the pike_*_ path.
you may want to take a look at sTeam, it loads pike classes from a mysql database. it doesn't load modules that way though.
unfortunately the sTeam websites have been taken down. i have the code and i can send it to you but you can also find it in public debian archives. i am planning to publish what i have but i want to first find out why it was taken down. to busy for that now...
I've got a class that can modify and extract data from a ZIP file;
modify? as in add files to it? or can it only replace files already in there without being able to change the index?
it's based on code from someone else with some of my own extra seasoning. Looking at it, I can see a few minor changes that might make it more useful for in-memory work (adding support for adding files and directories from a Filesystem.Base object, etc).
that would be great. i am interested in supporting zip-file uploads and also potentially download, but for download tar is ok too because most archive extracters can handle tar these days.
no hurry though, i won't be working on this anytime soon.
greetings, martin.