I hereby claim:
- I am brianteeman on github.
- I am brianteeman (https://keybase.io/brianteeman) on keybase.
- I have a public key ASA6gKZCJ613rghmPKnKGeiE7rR6fYi-CZtiR9iebhmebAo
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am brianteeman on github. | |
| * I am brianteeman (https://keybase.io/brianteeman) on keybase. | |
| * I have a public key whose fingerprint is 1C12 4BB7 AB52 F9D6 653E 7073 29BB AA1C EEC1 B790 | |
| To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * @package Joomla.Site | |
| * @subpackage Templates.protostar | |
| * | |
| * @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved. | |
| * @license GNU General Public License version 2 or later; see LICENSE.txt | |
| */ | |
| defined('_JEXEC') or die; |
| Tested the latest version in mono-lingual web site | |
| Created a category and a menu item to display that category | |
| Created an article and saved in the category above | |
| Created a shared draft link | |
| http://localhost/github/index.php?option=com_content&view=article&id=4&token=pRdVFqPy8YqDMF6SBsXg1wjrRKR7B4hF |
https://www.w3.org/TR/WCAG21/#understandable
Word choice: use the simplest word that conveys your meaning. [1] Prefer the short word to the long. [2]
| <?php | |
| /** | |
| * @package Joomla.Cli | |
| * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. | |
| * @license GNU General Public License version 2 or later; see LICENSE.txt | |
| * | |
| * CLI script to unpublish classes from samuel taylor web site | |
| * Put this script in the /cli folder | |
| * Execute by php <path_to_your_joomla_root>/cli/coursesexpired.php | |
| */ |
| import argparse | |
| import getpass | |
| import sys | |
| import mysql.connector | |
| class AssetsFixer: | |
| cols = ["id", "parent_id", "level", "lft", "rgt"] |