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. |
From: <wis...@us...> - 2017-08-09 23:35:17
|
Revision: 13271 http://sourceforge.net/p/xoops/svn/13271 Author: wishcraft Date: 2017-08-09 23:35:14 +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:33:35 UTC (rev 13270) +++ XoopsModules/convert/releases/6.66/README.md 2017-08-09 23:35:14 UTC (rev 13271) @@ -84,8 +84,6 @@ You will need to restore these with either import with MySQL Workbench or within the database on PHPMyAdmin uploading each SQL to create the tables required. -You will also have to create a username which all these details are stored on /var/www/fonts-api/class/fontages.php which contains the configuration for MySQL, Database + Username and Password for the API. - You may also depending on your memory limits edit the settings in /etc/mysql/mysql.conf.d/mysqld.cnf and then reload and restart the mysql service, this is so that mysql not only uses less CPU it also means it will be running properly with little scape for error or crashing. ## Configuring CPU throttling (CPULimit) Modified: XoopsModules/convert/trunk/README.md =================================================================== --- XoopsModules/convert/trunk/README.md 2017-08-09 23:33:35 UTC (rev 13270) +++ XoopsModules/convert/trunk/README.md 2017-08-09 23:35:14 UTC (rev 13271) @@ -84,8 +84,6 @@ You will need to restore these with either import with MySQL Workbench or within the database on PHPMyAdmin uploading each SQL to create the tables required. -You will also have to create a username which all these details are stored on /var/www/fonts-api/class/fontages.php which contains the configuration for MySQL, Database + Username and Password for the API. - You may also depending on your memory limits edit the settings in /etc/mysql/mysql.conf.d/mysqld.cnf and then reload and restart the mysql service, this is so that mysql not only uses less CPU it also means it will be running properly with little scape for error or crashing. ## Configuring CPU throttling (CPULimit) |