 | ./
| |
 | doc/
| |
 | locale/
| |
 | makers/
| |
 | photos/
| |
 | template/
| |
 | #last_gallery.php# [summary] [81 lines] | Show Last gallery thumbnail Sample of usage. In the file you want to view the thumbnail add these lines: |
 | #tmp.php# [summary] [6 lines] | |
 | CHANGELOG [summary] [238 lines] | |
 | INSTALL [summary] [39 lines] | |
 | README [summary] [85 lines] | |
 | TODO [summary] [21 lines] | |
 | add_comment.php [summary] [189 lines] | This module adds a comment file in $gid_dir . $gid . "_" .$phid file Each File will have this format if $SEPARATOR=":"; |
 | add_gallery.php [summary] [149 lines] | |
 | admin.php [summary] [117 lines] | Main admin module. This module presents login form and main admin page. Most of admin tasks are implemented in other admin modules. such as modify_gallery, delete_gallery, etc.. |
 | admin_func.php [summary] [766 lines] | This module contains all funtions used by all admin modules. I.e: admin.php, add_gallery.php, modify_gallery.php, delete_gallery.php |
 | config.php [summary] [343 lines] | Yapig (Yet Another PHP Image Gallery) - Configuration File - This file contains all configurable options of Yapig. |
 | datafile_func.php [summary] [436 lines] | These functions handle datafiles Definition: _datafile_ is a file with this line format: |
 | delete_gallery.php [summary] [142 lines] | This script does all tasks related to deletion of a gallery. |
 | exif.php [summary] [947 lines] | |
 | functions.php [summary] [407 lines] | These functions are common to the different files: admin an user packages. |
 | gallery.php [summary] [71 lines] | This script generates the index of all galleries. |
 | global.php [summary] [208 lines] | Global Variables. These variables are global variables that are not part of the config.php, so a YaPiG admin should not modify them unless if he knows what is doing. |
 | index.php [summary] [20 lines] | Index. It does almost nothing. Maybe in the future will have more importance. |
 | install.php [summary] [226 lines] | YaPiG Installer. This script does the following tasks: |
 | install_func.php [summary] [126 lines] | |
 | last_gallery.php [summary] [81 lines] | Show Last gallery thumbnail Sample of usage. In the file you want to view the thumbnail add these lines: |
 | locale.php [summary] [40 lines] | YaPiG Internationalization module |
 | locale_func.php [summary] [228 lines] | YaPiG Internationalization module Original Idea: http://phplasmonges.sf.net MODIFIED FOR YAPIG Integration Read locale/GETTEXT.txt for more information about how to get .po files and how to translate it into your language. There is more documentation about this subject in doc/translations.html |
 | modify_gallery.php [summary] [298 lines] | This script does all tasks related to modification of a gallery. |
 | modify_phid.php [summary] [377 lines] | This script does all tasks related to modification of a gallery. Receives on query string: |
 | sample.php [summary] [24 lines] | |
 | slideshow.php [summary] [146 lines] | |
 | stats_func.php [summary] [68 lines] | |
 | upload.php [summary] [161 lines] | File Uploads Based on Matt Thomsom patch 0.83b |
 | view.php [summary] [148 lines] | Here we have de code that shows a gallery index or an image with its comments |
 | view_func.php [summary] [519 lines] | Functions that use the gallery and image viewer. Basically, these functions do things like create the index of galleries (view the thumbnail and information about a gallery), the index of thumbnails of a particular gallery (thumbnails and links to view the image bigger). As well, there are functions to create the navigation bars (next or previous gallery||image) and things like that. |