first commit

This commit is contained in:
2025-06-17 11:53:18 +02:00
commit 9f0f7ba12b
8804 changed files with 1369176 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension type="library">
<name>lib_joomla</name>
<libraryname>joomla</libraryname>
<version>13.1</version>
<description>LIB_JOOMLA_XML_DESCRIPTION</description>
<creationDate>2008-01</creationDate>
<copyright>(C) 2008 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>https://www.joomla.org</authorUrl>
<packager>Joomla!</packager>
<packagerurl>https://www.joomla.org</packagerurl>
<files folder="libraries">
<folder>compat</folder>
<folder>joomla</folder>
<folder>legacy</folder>
<file>import.legacy.php</file>
<file>import.php</file>
<file>loader.php</file>
<file>platform.php</file>
</files>
</extension>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension type="library" method="upgrade">
<name>lib_phpass</name>
<libraryname>phpass</libraryname>
<description>LIB_PHPASS_XML_DESCRIPTION</description>
<creationDate>2004-01</creationDate>
<author>Solar Designer</author>
<authorEmail>solar@openwall.com</authorEmail>
<authorUrl>https://www.openwall.com/phpass/</authorUrl>
<license>PD / GWC</license>
<version>0.3</version>
<packagerurl>https://www.openwall.com/phpass/</packagerurl>
<files folder="phpass">
<file>PasswordHash.php</file>
</files>
</extension>