From: <wis...@us...> - 2017-05-06 01:07:39
|
Revision: 13237 http://sourceforge.net/p/xoops/svn/13237 Author: wishcraft Date: 2017-05-06 01:07:37 +0000 (Sat, 06 May 2017) Log Message: ----------- fixing typos in README.md! Modified Paths: -------------- XoopsModules/fontier+/releases/1.01/README.md XoopsModules/fontier+/trunk/README.md Modified: XoopsModules/fontier+/releases/1.01/README.md =================================================================== --- XoopsModules/fontier+/releases/1.01/README.md 2017-05-06 00:36:51 UTC (rev 13236) +++ XoopsModules/fontier+/releases/1.01/README.md 2017-05-06 01:07:37 UTC (rev 13237) @@ -14,18 +14,18 @@ If you are using .htaccess with apache there is a mod-rewrite function in the preferences the following .htaccess goes in the root of your XOOPS_ROOT_PATH spot as .htaccess the following is to be copied into there:- - RewriteEngine On - RewriteRule ^fontier/index.html ./modules/fontier/index.php [L,NC,QSA] - RewriteRule ^fontier/([0-9]+)/([0-9]+)/(.*?)/index.html ./modules/fontier/index.php?start=$1&limit=$2&base=$3 [L,NC,QSA] - RewriteRule ^fontier/uploads.html$ ./modules/convert/uploads.php [L,NC,QSA] - RewriteRule ^fontier/releases.html$ ./modules/convert/releases.php [L,NC,QSA] - RewriteRule ^fontier/(.*?) ./modules/fontier/$1 [L,NC,QSA] + RewriteEngine On + RewriteRule ^fontier/index.html ./modules/fontier/index.php [L,NC,QSA] + RewriteRule ^fontier/([0-9]+)/([0-9]+)/(.*?)/index.html ./modules/fontier/index.php?start=$1&limit=$2&base=$3 [L,NC,QSA] + RewriteRule ^fontier/uploads.html$ ./modules/fontier/uploads.php [L,NC,QSA] + RewriteRule ^fontier/releases.html$ ./modules/fontier/releases.php [L,NC,QSA] + RewriteRule ^fontier/(.*?) ./modules/fontier/$1 [L,NC,QSA] ## Maintenance & Scheduled Actions There is two options in this module for the maintanence and scheduled actions, you can either set in the preferences how often they fire with XOOPS Preloaders, or you can use a Linux Cronjob or Windows Scheduled Task, the following crontab is what you would set if you are using cronjobs, you would specify this in the module preferences. - */25 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/identities.php >/dev/null 2>&1 - */15 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/polling.php >/dev/null 2>&1 - */35 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/glyphs.php >/dev/null 2>&1 - */45 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/caching.php >/dev/null 2>&1 + */25 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/crons/identities.php >/dev/null 2>&1 + */15 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/crons/polling.php >/dev/null 2>&1 + */35 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/crons/glyphs.php >/dev/null 2>&1 + */45 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/crons/caching.php >/dev/null 2>&1 Modified: XoopsModules/fontier+/trunk/README.md =================================================================== --- XoopsModules/fontier+/trunk/README.md 2017-05-06 00:36:51 UTC (rev 13236) +++ XoopsModules/fontier+/trunk/README.md 2017-05-06 01:07:37 UTC (rev 13237) @@ -14,18 +14,18 @@ If you are using .htaccess with apache there is a mod-rewrite function in the preferences the following .htaccess goes in the root of your XOOPS_ROOT_PATH spot as .htaccess the following is to be copied into there:- - RewriteEngine On - RewriteRule ^fontier/index.html ./modules/fontier/index.php [L,NC,QSA] - RewriteRule ^fontier/([0-9]+)/([0-9]+)/(.*?)/index.html ./modules/fontier/index.php?start=$1&limit=$2&base=$3 [L,NC,QSA] - RewriteRule ^fontier/uploads.html$ ./modules/convert/uploads.php [L,NC,QSA] - RewriteRule ^fontier/releases.html$ ./modules/convert/releases.php [L,NC,QSA] - RewriteRule ^fontier/(.*?) ./modules/fontier/$1 [L,NC,QSA] + RewriteEngine On + RewriteRule ^fontier/index.html ./modules/fontier/index.php [L,NC,QSA] + RewriteRule ^fontier/([0-9]+)/([0-9]+)/(.*?)/index.html ./modules/fontier/index.php?start=$1&limit=$2&base=$3 [L,NC,QSA] + RewriteRule ^fontier/uploads.html$ ./modules/fontier/uploads.php [L,NC,QSA] + RewriteRule ^fontier/releases.html$ ./modules/fontier/releases.php [L,NC,QSA] + RewriteRule ^fontier/(.*?) ./modules/fontier/$1 [L,NC,QSA] ## Maintenance & Scheduled Actions There is two options in this module for the maintanence and scheduled actions, you can either set in the preferences how often they fire with XOOPS Preloaders, or you can use a Linux Cronjob or Windows Scheduled Task, the following crontab is what you would set if you are using cronjobs, you would specify this in the module preferences. - */25 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/identities.php >/dev/null 2>&1 - */15 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/polling.php >/dev/null 2>&1 - */35 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/glyphs.php >/dev/null 2>&1 - */45 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/caching.php >/dev/null 2>&1 + */25 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/crons/identities.php >/dev/null 2>&1 + */15 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/crons/polling.php >/dev/null 2>&1 + */35 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/crons/glyphs.php >/dev/null 2>&1 + */45 * * * * /usr/bin/php -q /var/www/xoops-site/modules/fontier/crons/caching.php >/dev/null 2>&1 |