-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anderson Grüdtner Martins
committed
Sep 12, 2014
1 parent
6a6d4e5
commit d912885
Showing
2 changed files
with
76 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<extension type="component" version="2.5.0"> | ||
<name>com_osdownloads</name> | ||
<author>OSTraining</author> | ||
<creationDate>September 2014</creationDate> | ||
<copyright>Copyright (C) 2014 OSTraining.com</copyright> | ||
<license>GPL v3</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>http://www.ostraining.com</authorUrl> | ||
<version>1.0.18-alpha2</version> | ||
<description>OSDownloads is an extension to help you manage your downloads. It allows you to easily provide downloads in exchange for emails, which can in turn be automatically imported in MailChimp upon download.</description> | ||
|
||
<files folder="site"> | ||
<filename>controller.php</filename> | ||
<filename>index.html</filename> | ||
<filename>osdownloads.php</filename> | ||
<filename>router.php</filename> | ||
<folder>assets</folder> | ||
<folder>classes</folder> | ||
<folder>models</folder> | ||
<folder>tables</folder> | ||
<folder>views</folder> | ||
</files> | ||
<languages folder="site"> | ||
<language tag="en-GB">language/en-GB.com_osdownloads.ini | ||
</language> | ||
<language tag="en-GB">language/en-GB.com_osdownloads.sys.ini | ||
</language> | ||
</languages> | ||
|
||
<administration> | ||
<menu img="class:component">OSDownloads</menu> | ||
<submenu> | ||
<menu link="option=com_osdownloads&view=files" view="files" img="class:component" alt="OSDownloads/Files">Files</menu> | ||
<menu link="option=com_categories&extension=com_osdownloads" view="categories" img="class:component" alt="OSDownloads/Categories">Categories</menu> | ||
<menu link="option=com_osdownloads&view=emails" view="emails" img="class:component" alt="OSDownloads/Emails">Emails</menu> | ||
<menu link="option=com_osdownloads&view=languages" view="languages" img="class:component" alt="OSDownloads/Languages">Languages</menu> | ||
</submenu> | ||
<files folder="admin"> | ||
<filename>access.xml</filename> | ||
<filename>config.xml</filename> | ||
<filename>controller.php</filename> | ||
<filename>index.html</filename> | ||
<filename>osdownloads.php</filename> | ||
<folder>controllers</folder> | ||
<folder>helpers</folder> | ||
<folder>sql</folder> | ||
<folder>tables</folder> | ||
<folder>views</folder> | ||
</files> | ||
<languages folder="admin"> | ||
<language tag="en-GB">language/en-GB.com_osdownloads.ini | ||
</language> | ||
<language tag="en-GB">language/en-GB.com_osdownloads.sys.ini | ||
</language> | ||
</languages> | ||
</administration> | ||
<install> <!-- Runs on install --> | ||
<sql> | ||
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file> | ||
</sql> | ||
</install> | ||
<uninstall> <!-- Runs on uninstall --> | ||
<sql> | ||
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file> | ||
</sql> | ||
</uninstall> | ||
<update> | ||
<schemas> | ||
<schemapath type="mysql" charset="utf8">sql/updates/mysql</schemapath> | ||
</schemas> | ||
</update> | ||
<installfile>install.osdownload.php</installfile> | ||
|
||
</extension> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters