From: <wis...@us...> - 2017-08-09 23:33:37
|
Revision: 13270 http://sourceforge.net/p/xoops/svn/13270 Author: wishcraft Date: 2017-08-09 23:33:35 +0000 (Wed, 09 Aug 2017) Log Message: ----------- fonts.xoops.org ~ now with CSS Calling! Modified Paths: -------------- XoopsModules/convert/releases/6.66/README.md XoopsModules/convert/trunk/README.md Modified: XoopsModules/convert/releases/6.66/README.md =================================================================== --- XoopsModules/convert/releases/6.66/README.md 2017-08-09 23:25:39 UTC (rev 13269) +++ XoopsModules/convert/releases/6.66/README.md 2017-08-09 23:33:35 UTC (rev 13270) @@ -69,15 +69,15 @@ The following .htaccess goes in /var/www/font-converter RewriteEngine On - RewriteRule ^convert/preview/(.*?).png ./modules/convert/preview.php?id=$1 [L,NC,QSA] - RewriteRule ^convert/naming/(.*?).png ./modules/convert/naming.php?id=$1 [L,NC,QSA] - RewriteRule ^convert/glyph/(.*?)-([0-9]+).png ./modules/convert/glyph.php?id=$1&char=$2 [L,NC,QSA] - RewriteRule ^convert/font/(.*?)/(.*?).html ./modules/convert/font.php?id=$2 [L,NC,QSA] - RewriteRule ^convert/([0-9]+)/([0-9]+)/history.html$ ./modules/convert/history.php?start=$1&limit=$2 [L,NC,QSA] - RewriteRule ^convert/css/font/(.*?).([a-z0-9]+)$ ./modules/convert/css-font.php?id=$1&format=$2 [L,NC,QSA] - RewriteRule ^convert/css/(.*?).css$ ./modules/convert/css.php?id=$1 [L,NC,QSA] - RewriteRule ^convert/index.html$ ./modules/convert/index.php [L,NC,QSA] - RewriteRule ^convert/upload.html$ ./modules/convert/upload.php [L,NC,QSA] + RewriteRule ^convert/preview/(.*?).png ./modules/convert/preview.php?id=$1 [L,NC,QSA] + RewriteRule ^convert/naming/(.*?).png ./modules/convert/naming.php?id=$1 [L,NC,QSA] + RewriteRule ^convert/glyph/(.*?)-([0-9]+).png ./modules/convert/glyph.php?id=$1&char=$2 [L,NC,QSA] + RewriteRule ^convert/font/(.*?)/(.*?).html ./modules/convert/font.php?id=$2 [L,NC,QSA] + RewriteRule ^convert/([0-9]+)/([0-9]+)/history.html$ ./modules/convert/history.php?start=$1&limit=$2 [L,NC,QSA] + RewriteRule ^convert/css/font/(.*?).([a-z0-9]+)$ ./modules/convert/css-font.php?id=$1&format=$2 [L,NC,QSA] + RewriteRule ^convert/css/(.*?).css$ ./modules/convert/css.php?id=$1 [L,NC,QSA] + RewriteRule ^convert/index.html$ ./modules/convert/index.php [L,NC,QSA] + RewriteRule ^convert/upload.html$ ./modules/convert/upload.php [L,NC,QSA] # Configuring MySQL You will need to use with either MySQL Workbench or PHPMyAdmin create a MySQL Database for the fonting repository services API. You will find in the path of /sql the sql dump files for the database for the API. Modified: XoopsModules/convert/trunk/README.md =================================================================== --- XoopsModules/convert/trunk/README.md 2017-08-09 23:25:39 UTC (rev 13269) +++ XoopsModules/convert/trunk/README.md 2017-08-09 23:33:35 UTC (rev 13270) @@ -69,15 +69,15 @@ The following .htaccess goes in /var/www/font-converter RewriteEngine On - RewriteRule ^convert/preview/(.*?).png ./modules/convert/preview.php?id=$1 [L,NC,QSA] - RewriteRule ^convert/naming/(.*?).png ./modules/convert/naming.php?id=$1 [L,NC,QSA] - RewriteRule ^convert/glyph/(.*?)-([0-9]+).png ./modules/convert/glyph.php?id=$1&char=$2 [L,NC,QSA] - RewriteRule ^convert/font/(.*?)/(.*?).html ./modules/convert/font.php?id=$2 [L,NC,QSA] - RewriteRule ^convert/([0-9]+)/([0-9]+)/history.html$ ./modules/convert/history.php?start=$1&limit=$2 [L,NC,QSA] - RewriteRule ^convert/css/font/(.*?).([a-z0-9]+)$ ./modules/convert/css-font.php?id=$1&format=$2 [L,NC,QSA] - RewriteRule ^convert/css/(.*?).css$ ./modules/convert/css.php?id=$1 [L,NC,QSA] - RewriteRule ^convert/index.html$ ./modules/convert/index.php [L,NC,QSA] - RewriteRule ^convert/upload.html$ ./modules/convert/upload.php [L,NC,QSA] + RewriteRule ^convert/preview/(.*?).png ./modules/convert/preview.php?id=$1 [L,NC,QSA] + RewriteRule ^convert/naming/(.*?).png ./modules/convert/naming.php?id=$1 [L,NC,QSA] + RewriteRule ^convert/glyph/(.*?)-([0-9]+).png ./modules/convert/glyph.php?id=$1&char=$2 [L,NC,QSA] + RewriteRule ^convert/font/(.*?)/(.*?).html ./modules/convert/font.php?id=$2 [L,NC,QSA] + RewriteRule ^convert/([0-9]+)/([0-9]+)/history.html$ ./modules/convert/history.php?start=$1&limit=$2 [L,NC,QSA] + RewriteRule ^convert/css/font/(.*?).([a-z0-9]+)$ ./modules/convert/css-font.php?id=$1&format=$2 [L,NC,QSA] + RewriteRule ^convert/css/(.*?).css$ ./modules/convert/css.php?id=$1 [L,NC,QSA] + RewriteRule ^convert/index.html$ ./modules/convert/index.php [L,NC,QSA] + RewriteRule ^convert/upload.html$ ./modules/convert/upload.php [L,NC,QSA] # Configuring MySQL You will need to use with either MySQL Workbench or PHPMyAdmin create a MySQL Database for the fonting repository services API. You will find in the path of /sql the sql dump files for the database for the API. |