[netcomics-devel] $user_archive_path
Brought to you by:
elliotglaysher,
hochstrb
|
From: Clint O. <cli...@ol...> - 2004-08-19 17:11:30
|
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 |