Table 10.1. FSLoc: File Storage Locations
Variable | Description | Typical Value |
---|---|---|
images | Location within the filesystem of the top of the images tree from which Wacs is to operate. | /home/wacs/images |
videos | Location within the filesystem of the top of the videos tree. | /home/wacs/videos |
Table 10.2. FSLoc: Icon & Glyphs
Variable | Description | Typical Value |
---|---|---|
glyphs | Location of the glyphs (icons and artwork) within the file system. | /var/www/html/wacs/glyphs |
seticons | Where the small icons for each set generated by generate are to be placed, and thus where the wacs programs can fetch them from. | /home/wacs/data/iconcache |
officons | Location where the official icons provided by the source site are stored; these are not necessarily even close to the thumbnails we generate from the image sets themselves and we may well not have them for all sets, depending upon where the sets came from. These will only be used if their location is specified in the sofficon fields in the sets table. | /home/wacs/data/seticons |
vidicons | Where the icons for video files can be found. | /home/wacs/data/vidicons |
dvdicons | Where the icons for DVD covers can be found (for a future project where Wacs knows about appearances by your favourite models on DVDs in your collection). | /home/wacs/data/dvdicons |
addicons | Where the additional icons can be found - this is prepended to the value of saddicons from the sets table if it is set and the directory pointed to is assumed to contain only additional icons for this set. | /var/www/html/wacs/addicons |
modicons | Where the normal-sized headshot icons for the models are to be found. These are usually around 120 x 156 pixel jpeg images. | /var/www/html/wacs/icons |
modbigicons | Certain Wacs applications (like wacsmodelpage) will use a larger icon for the model if present, these are typically somewhere around 260 x 330 pixel jpeg images but can vary quite considerably. This is the location of these larger icons. | /var/www/html/wacs/bigicons |
Table 10.3. FSLoc: Applications & Documents
Variable | Description | Typical Value |
---|---|---|
thumbcache | When wacsthumbs creates a set of thumbnail images for a set, these are cached to speed display on a future occasion. This is the location where this cache is stored. | /home/wacs/cache/thumbs |
minicache | When wacsthumbs creates a set of minature thumbnail images for a set, these are cached to speed display on a future occasion. This is the location where this cache for these extra-small version thumbnails are stored. | /home/wacs/cache/thumbs |
scalecache | Where rescaled versions of the various set icons are cached after the resized version has been created. This is the location where the resized versions are stored. | /home/wacs/cache/scaled |
download | Specifies the directory into which new downloads are to be placed. This is used by the automatic download tools. | /home/wacs/download |
archive | Specifies the directory into which the downloaded zip files are placed after they've been unpacked. You are expected to either write them off to removable media (CD-R, DVD-R, etc) or just delete them. If it is set to a single hyphen "-", Archive will not be offered as an option in the unpack manager. | /home/wacs/archive/zips |
leasedir | This specifies the directory in which the leases file will be created. If this does not exist, the lease file (name as specified below in the security section) will be created in /tmp. | /var/run/wacs |
tooldir | This is the location where the command line tools like refresh, chkmodel, etc can be found. | /usr/local/bin |
imgtooldir | This is the location of the NetPBM tools like pnmtojpeg . If left blank (the default), the standard search path will be used. | /usr/bin/Pbm |
cgibindir | This is the location of the cgi-bin directory, ie where all the wacs cgi programs should be installed. | /var/www/cgi-bin |
htmldir | This the location of the wacs HTML documents tree, and is used for installing glyphs, etc. | /var/www/html/wacs |
wacsdir | This is the location of the Wacs resources directory; in packaged installations and some others, many of the above will be in sub-directories of this one. The initial use for this attribute is for the wacssetup command to be able to locate the creation directory but it was made generic to allow for other uses in future. New in Wacs 0.8.4. | /usr/share/wacs |