WebApp : Frog Portable
Description
Frog CMS est un gestionnaire de contenu souple et léger. Son interface d’administration est simplifiée et permet de maintenir un site de manière simple et conviviale. Frog est l’équivalent en PHP de Radiant CMS qui lui est une application en Ruby on Rails.
Pour ceux qui ont l’habitude de développer, cet outil devient un véritable Framework et permet de nombreuses adaptations et utilisations.

Infos générales
- Site web : http://www.madebyfrog.com
- Version : 0.9.5
- Mainteneur : oweb (oweb at office-web dot net) (je veux participer)
- Support Forum
Infos techniques
Base de donnée : Oui
Fichiers de configuration de la webapp :
- config.php (contient l’adresse du serveur MySQL et du serveur web)
Afficher le fichier :
Startup.ini
[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=Syncronize MySQL Port
Description=Update config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.php
SearchPattern=port\=(\d*)?'\);
ReplaceValue=port\={$mysql_port}'\);
[UpdateWebPort]
Name=Update web Port
Description=Update Frog config with the open web Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.php
SearchPattern=define\('URL_PUBLIC', 'http://127.0.0.1(:\d*)?/frog/'\);
ReplaceValue=define\('URL_PUBLIC', 'http://127.0.0.1:{$zmws_port}/frog/'\);
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=Syncronize MySQL Port
Description=Update config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.php
SearchPattern=port\=(\d*)?'\);
ReplaceValue=port\={$mysql_port}'\);
[UpdateWebPort]
Name=Update web Port
Description=Update Frog config with the open web Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.php
SearchPattern=define\('URL_PUBLIC', 'http://127.0.0.1(:\d*)?/frog/'\);
ReplaceValue=define\('URL_PUBLIC', 'http://127.0.0.1:{$zmws_port}/frog/'\);
Scripts.ini
Pas encore de script spécifique
Procédure utilisée pour la dernière mise à jour
Changelog
14/05/11 (JosephK)
FWM 0.9.14 (pas touché à Frog)
21/01/11 (JosephK)
Format PA.c + FMW 0.9.10 (pas touché à Frog)
Fichier startup.ini refait pour que ça marche (passé en officiel)




