NAME
VLGal::File::MMagic - Vincenzo's little gallery MMagic file
SYNOPSIS
TODO
ABSTRACT
Vincenzo's little gallery MMagic file
DESCRIPTION
VLGal::File::MMagic describes properties of Vincenzo's little gallery MMagic file.
CONSTRUCTOR
- new( [ OPT_HASH_REF ] )
-
Creates a new
VLGal::File::MMagicobject.OPT_HASH_REFis a hash reference used to pass initialization options. On error an exceptionError::Simpleis thrown.Options for
OPT_HASH_REFinherited through packageVLGal::Filemay include:basename-
Passed to set_basename().
dirname-
Passed to set_dirname().
super_dir-
Passed to set_super_dir().
METHODS
- generate()
-
This method is an implementation from package
VLGal::File. Generates theHTMLfiles and image files that implement the gallery.The file organisation leaves the original organisation as intact as possible. That is, in each directory one file
index-vlgal.htmland one directory.vlgalare claimed. The fileindex-vlgal.htmlis the entry point for the gallery. Directory.vlgalcontains generated images in lower resolution and quality andHTMLfiles required by the gallery. - get_basename()
-
This method is inherited from package
VLGal::File. Returns the file's base name. - get_dirname()
-
This method is inherited from package
VLGal::File. Returns the file's directory name. - get_super_dir()
-
This method is inherited from package
VLGal::File. Returns the super directory in the file system. - mk_fs_name()
-
This method is inherited from package
VLGal::File. Makes the file systemn name of the object usinfdirnameandbasename. - mk_vlgal_dir_name()
-
This method is inherited from package
VLGal::File. Makes the name of the.vlgaldirectory. - set_basename(VALUE)
-
This method is inherited from package
VLGal::File. Set the file's base name.VALUEis the value. On error an exceptionError::Simpleis thrown. - set_dirname(VALUE)
-
This method is inherited from package
VLGal::File. Set the file's directory name.VALUEis the value. On error an exceptionError::Simpleis thrown. - set_super_dir(VALUE)
-
This method is inherited from package
VLGal::File. Set the super directory in the file system.VALUEis the value. On error an exceptionError::Simpleis thrown.
SEE ALSO
VLGal::Directory, VLGal::File, VLGal::File::Factory, VLGal::Size, VLGal::Style
BUGS
None known (yet.)
HISTORY
First development: September 2003 Last update: October 2003
AUTHOR
Vincenzo Zocca
COPYRIGHT
Copyright 2003 by Vincenzo Zocca
LICENSE
This file is part of the VLGal module hierarchy for Perl by Vincenzo Zocca.
The VLGal module hierarchy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
The VLGal module hierarchy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the VLGal module hierarchy; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA