RE: [netcomics-devel] $user_archive_path
Brought to you by:
elliotglaysher,
hochstrb
|
From: Hochstedler, B. (M. GEMS-IT) <ben...@me...> - 2004-08-19 18:42:30
|
Clint, Sounds great. However, I really don't think many people would really need to be able to have the comic name be in the middle in a path. If you really want to do that, just be sure that if %comic isn't in the string that it just tacks the comic name on the end. -Ben > -----Original Message----- > From: net...@li... > [mailto:net...@li...]On Behalf Of Clint > Olson > Sent: Thursday, August 19, 2004 9:11 AM > To: net...@li... > Subject: [netcomics-devel] $user_archive_path > > > Hi! > Hey, just wanted to let y'all know that I've written and > committed the > $user_archive_path config option. It seems to work with any option I > throw at it. > > One thing I'm considering is adding a wildcard to the > $user_archive_path > specification to stand for the name. Right now, it just tacks on > "Comic_name/" to the end of whatever you have in the > variable. What I'd > like to do is have something like %comic in $user_archive_path which > would get replaced by the actual comic name. > > Right now, you can only have the comic name at the end: > "../archives/" always expands to "../archives/Comic_name/" > > With the new %comic wildcard, you would write that as: > "../archives/%comic/" which would expand to "../archives/Comic_name/" > > The advantage would be that you could put %comic anywhere in > the string, > not just at the end. > > Anyways, that's what I'm working on... Cheers! > > Clint Olson > SF.net user coandco > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > netcomics-devel mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netcomics-devel > |