WebApp : Piwigo Portable
Description
English
Piwigo is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable.
Français
Piwigo est un logiciel de galerie photo pour le web, bâti autour d’une communauté active d’utilisateurs et de développeurs. Les extensions rendent Piwigo facilement personnalisable.
Infos
- website : http://fr.piwigo.org
- version : 2.0.6
- Maintainer : JosephK (josephk.framasoft at gmail dot com) (je veux participer / I want to become a maintainer)
- Support Forum
- Les pingouins de LL de Mars qui constituent la galerie en exemple sont sous Licence Art Libre
Piwigo Portable Scripts
Startup
[UpdateEskuelPort]
Name=Syncronize Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\ZMWS\_web.zmwsc\_vhosts.zmwsc\127.0.0.2\eskuel\config.inc.php
SearchPattern=127.0.0.1(:\d*)?
ReplaceValue=127.0.0.1:{$mysql_port}
[UpdateMySQLPort]
Name=Update Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\include\mysql.inc.php
SearchPattern=\$cfgHote = 'localhost(:\d*)?';
ReplaceValue=\$cfgHote = 'localhost:{$mysql_port}';
[UpdateUrlValues]
Name=Update Options table
Description=Update piwigo url for RSS feed
Type=SQL
Name=Syncronize Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\ZMWS\_web.zmwsc\_vhosts.zmwsc\127.0.0.2\eskuel\config.inc.php
SearchPattern=127.0.0.1(:\d*)?
ReplaceValue=127.0.0.1:{$mysql_port}
[UpdateMySQLPort]
Name=Update Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\include\mysql.inc.php
SearchPattern=\$cfgHote = 'localhost(:\d*)?';
ReplaceValue=\$cfgHote = 'localhost:{$mysql_port}';
[UpdateUrlValues]
Name=Update Options table
Description=Update piwigo url for RSS feed
Type=SQL
Procédure utilisée pour la mise à jour 2.0.2 → 2.0.6
Télécharger la dernière version “Package” sur le site officiel.
Décompresser l’archive et supprimer le fichier “include/mysql.inc.php”
Copier l’ensemble dans le dossier “App/piwigo”
Editer le fichier “App/piwigo/include/config_default.inc.php”.
Chercher la ligne “$conf[‘show_exif’] = true;” et mettre “false”
Chercher la ligne “$conf[‘use_exif’] = true;” et mettre “false”
Changelog
27/11/09
Dégraissage du dossier php5


