2002-04-06 16:35 mako * debian/changelog: Updated the Debian changelog for the release of 0.6.3. 2002-04-06 14:57 mako * embezzle: Merged changes in the guitk-branch into the main version. This should fix a number of known bugs in the last version of faptastic but still not include any of the new gui code which is really not of production quality yet (and depending how the work with perlGTK goes may never be). 2002-04-06 14:45 mako * embezzle: I've added support for a basic Tk gui but since it's not really ready for production yet (there are still a number of bugs), I will keep it as a branch and merge many of the non-GUI changes back into the old source tree. 2002-03-20 17:36 mako * Makefile, debian/README.Debian, debian/changelog, debian/control, debian/copyright, debian/rules: More bug fixes and cleaning in preperation for the release of 0.6.2. The install process is cleaned up substantially with work on the Makefile and small changes have been made to all of the Debian specific files in order to make this release smoother and better than previous releases. 2002-03-20 02:57 mako * debian/changelog: Updated the changelog for the next debian package 2002-03-20 02:51 mako * Makefile, embezzle, embezzle.1.sgml, debian/README.Debian, debian/changelog, debian/control, debian/copyright, debian/dirs, debian/rules: I am changing the name of faptastic to embEZzle. The name has EZ in the name which makes it position as an EZPics client more obvious as well as removing a name that it turns out is not 100% g-rated. 2002-03-13 00:12 mako * embezzle.1.sgml, debian/control: A minor fix for packaging (marking it as "all" instead of "any" arhcitectures. I also redid the cmdsynoposis to do it right in the faptastic manpage (I am getting more and mroe at home with the DocBook for manpage thing). 2002-03-04 02:59 mako * Makefile: ditto.. I am totally aware that I should not have done this in four commits but should have made it one commit after I had figure it out. Sorry for filling this up with this shit.) 2002-03-04 02:56 mako * Makefile, debian/control: More quick changes to tweak the file installation. 2002-03-04 02:44 mako * debian/control: Modified the debian/control to get the depends to generate accurately. 2002-03-04 02:36 mako * Makefile, debian/README.Debian, debian/changelog, debian/control, debian/copyright, debian/dirs, debian/rules: I modified the Makefile and added a debian directory to make building deb's automatically very easy. 2002-03-03 15:27 mako * embezzle: Just updated the version number. 2002-03-03 15:26 mako * embezzle: No real change to code but a bit of a reorganization. 2002-03-03 15:00 mako * embezzle: The major rewrite up to this point. Two major things were changed: (a) The way that faptastic parses ezcodes. Instead of the old way of looking for a number at the front of back of the filename with regex's, the new method puts the first and last filename into arrays and does a character by character comparison and then getting the number using regex from there. It's very slick and can match pretty much anything that makes sense within the context of ezcodes. (b) I've borrowed some code from lwp-download to make the download using LWP print useful information about how fast the file is coming and how long it might be. 2002-03-02 17:15 mako * embezzle, embezzle.1.sgml: I made the --referer option guess a referring mode if it's not given a specifying URL. It guesses but simply using the urlroot from the ezcode and providing that as the referring url. 2002-02-25 23:21 mako * embezzle: Fixed a major bug that popped when downloading multiple ezcodes. It's a minor bug but the results could be bad and this is a very needed upgrade. 2002-02-24 17:00 mako * Makefile: Bugfix to fix a bug with the makefile setting the permissions slightly wrong!! 2002-02-24 13:38 mako * Makefile, embezzle, embezzle.1.sgml: This commit includes a major redesign of the code inside the file, the addition of documentation, and the addition of some cool functionality as well. The modes are done in much better organized way now and users have the ability to make it run in ezpics mode without making subdirectories or without writing the little index HTML file. There is better documentation inside the code and much better documentation in the new manpage (whose SGML source is now in CVS). Also, I added support for a Makefile which allows people do "mako install" and install their applicaiton into /usr/local/bin and install the manpage into /usr/local/man as well. 2002-02-22 00:37 mako * COPYING, embezzle: In the last update, I merged the file ezdecode into the main faptastic script and introduced the concept of modes. Now you can get very different behavior from faptastic depending on which options you run it with. EZPics mode will emulation the behavior or the windows program and -d will simple decode and output a wget'able list of URLs. -h or will list help detailing the options and modes available to the user. 2002-02-22 00:28 mako * embezzle, ezdecode: [no log message] 2002-02-21 21:43 mako * COPYING, embezzle, ezdecode: Initial revision 2002-02-21 21:43 mako * COPYING, embezzle, ezdecode: Yhis is the first public release of faptastic although I've been passing it around among friends for a months or so to generally positive reviews. At this point it mimics the behavior of EZPics in windows as closely as it can without a GUI and even improves in a few ways. Next steps include documetation, support for the different "modes" rolled into one executeable (instead of mutliple scripts) and eventually, a GUI.