From: <wis...@us...> - 2016-01-27 16:50:32
|
Revision: 13200 http://sourceforge.net/p/xoops/svn/13200 Author: wishcraft Date: 2016-01-27 16:50:29 +0000 (Wed, 27 Jan 2016) Log Message: ----------- Back after a coffee and a break and Elpiniki Iosif got to use ebay.com.au for a bit\! Modified Paths: -------------- XoopsModules/fontier+/trunk/modules/fontier/.htaccess XoopsModules/fontier+/trunk/modules/fontier/callback.php XoopsModules/fontier+/trunk/modules/fontier/header.php XoopsModules/fontier+/trunk/modules/fontier/language/english/style.css Modified: XoopsModules/fontier+/trunk/modules/fontier/.htaccess =================================================================== --- XoopsModules/fontier+/trunk/modules/fontier/.htaccess 2016-01-27 16:30:35 UTC (rev 13199) +++ XoopsModules/fontier+/trunk/modules/fontier/.htaccess 2016-01-27 16:50:29 UTC (rev 13200) @@ -1,3 +1,26 @@ +############################################################################################################################ +# +# Chronolabs Cooperative Fontier+ +# +# You may not change or alter any portion of this comment or credits +# of supporting developers from this source code or any supporting source code +# which is considered copyrighted (c) material of the original comment or credit authors. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# @copyright Chronolabs Cooperative http://labs.coop +# @license General Public License version 3 (http://labs.coop/briefs/legal/general-public-licence/13,3.html) +# @package fontier+ +# @since 1.0.1 +# @author Simon Roberts <wis...@us...> +# @subpackage fontier+ +# @description XOOPS Client for Fonts REST API - http://fonts.labs.coop +# @link http://fonts.labs.coop +# @link http://sourceforge.net/projects/chronolabs +# @link http://cipher.labs.coop +# +############################################################################################################################ php_value memory_limit 360M php_value error_reporting 0 php_value display_errors 0 Modified: XoopsModules/fontier+/trunk/modules/fontier/callback.php =================================================================== --- XoopsModules/fontier+/trunk/modules/fontier/callback.php 2016-01-27 16:30:35 UTC (rev 13199) +++ XoopsModules/fontier+/trunk/modules/fontier/callback.php 2016-01-27 16:50:29 UTC (rev 13200) @@ -1,6 +1,6 @@ <?php /** - * Chronolabs Entitiesing Repository Services REST API API + * Chronolabs Cooperative Fontier+ * * You may not change or alter any portion of this comment or credits * of supporting developers from this source code or any supporting source code @@ -11,12 +11,13 @@ * * @copyright Chronolabs Cooperative http://labs.coop * @license General Public License version 3 (http://labs.coop/briefs/legal/general-public-licence/13,3.html) - * @package entities - * @since 2.1.9 + * @package fontier+ + * @since 1.0.1 * @author Simon Roberts <wis...@us...> - * @subpackage api - * @description Entitiesing Repository Services REST API - * @link http://sourceforge.net/projects/chronolabsapis + * @subpackage fontier+ + * @description XOOPS Client for Fonts REST API - http://fonts.labs.coop + * @link http://fonts.labs.coop + * @link http://sourceforge.net/projects/chronolabs * @link http://cipher.labs.coop */ Modified: XoopsModules/fontier+/trunk/modules/fontier/header.php =================================================================== --- XoopsModules/fontier+/trunk/modules/fontier/header.php 2016-01-27 16:30:35 UTC (rev 13199) +++ XoopsModules/fontier+/trunk/modules/fontier/header.php 2016-01-27 16:50:29 UTC (rev 13200) @@ -1,24 +1,25 @@ <?php /** - * Chronolabs Fonting Repository Services REST FONTIER FONTIER -* -* You may not change or alter any portion of this comment or credits -* of supporting developers from this source code or any supporting source code -* which is considered copyrighted (c) material of the original comment or credit authors. -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -* -* @copyright Chronolabs Cooperative http://labs.coop -* @license General Public License version 3 (http://labs.coop/briefs/legal/general-public-licence/13,3.html) -* @package fonts -* @since 2.1.9 -* @author Simon Roberts <wis...@us...> -* @subpackage FONTIER -* @description Fonting Repository Services REST FONTIER -* @link http://sourceforge.net/projects/chronolabsFONTIERs -* @link http://cipher.labs.coop -*/ + * Chronolabs Cooperative Fontier+ + * + * You may not change or alter any portion of this comment or credits + * of supporting developers from this source code or any supporting source code + * which is considered copyrighted (c) material of the original comment or credit authors. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + * @copyright Chronolabs Cooperative http://labs.coop + * @license General Public License version 3 (http://labs.coop/briefs/legal/general-public-licence/13,3.html) + * @package fontier+ + * @since 1.0.1 + * @author Simon Roberts <wis...@us...> + * @subpackage fontier+ + * @description XOOPS Client for Fonts REST API - http://fonts.labs.coop + * @link http://fonts.labs.coop + * @link http://sourceforge.net/projects/chronolabs + * @link http://cipher.labs.coop + */ error_reporting(E_ERROR); ini_set('display_errors', true); Modified: XoopsModules/fontier+/trunk/modules/fontier/language/english/style.css =================================================================== --- XoopsModules/fontier+/trunk/modules/fontier/language/english/style.css 2016-01-27 16:30:35 UTC (rev 13199) +++ XoopsModules/fontier+/trunk/modules/fontier/language/english/style.css 2016-01-27 16:50:29 UTC (rev 13200) @@ -8,11 +8,6 @@ @import url(https://fonts.ringwould.com.au/v1/random/any/Api-Main/css.api); @import url(https://fonts.ringwould.com.au/v1/random/courier-terminal-shell-system/Api-Code-Examples/css.api); -body { - font-family: "Api Content", "Trebuchet MS", Arial, Helvetica, sans-serif; - font-size:85%em; - text-align:justify; -} .main { font-family: "Api Main" !important; border:3px solid #000000; |