apps-app-featured.tpl.php |
theme/apps-app-featured.tpl.php |
|
|
apps-app-page.tpl.php |
theme/apps-app-page.tpl.php |
|
|
apps-app-teaser.tpl.php |
theme/apps-app-teaser.tpl.php |
|
|
apps-catalog-page.tpl.php |
theme/apps-catalog-page.tpl.php |
|
Output the server manifest in .md format. |
apps-install-page.tpl.php |
theme/apps-install-page.tpl.php |
|
|
apps-install.css |
theme/css/apps-install.css |
|
.apps-image {
float: left;
margin: 0px 10px 10px 0px;
} |
apps-manage-page.tpl.php |
theme/apps-manage-page.tpl.php |
|
|
apps-market-page.tpl.php |
theme/apps-market-page.tpl.php |
|
|
apps-server-item.tpl.php |
theme/apps-server-item.tpl.php |
|
|
apps-update-page.tpl.php |
theme/apps-update-page.tpl.php |
|
|
apps.api.php |
apps.api.php |
|
API documentation for the Apps module. |
apps.css |
theme/css/apps.css |
|
body .path-admin-apps span.icon {
background: transparent url('../images/icon.png');
}
#apps-featured-panel {
background: #eee;
padding: 10px;
border: 1px solid #ccc;
}
#apps-featured-wrapper {
background: transparent… |
apps.drush.inc |
apps.drush.inc |
|
Apps module drush integration. |
apps.info |
apps.info |
|
name = Apps
description = Provides Interface for Install Apps from A drupal app server
package = Distribution Management
core = 7.x
configure = admin/config/system/apps
dependencies[] = update
files[] = apps.module
files[] =… |
apps.install |
apps.install |
|
Install operation for apps |
apps.installer.inc |
apps.installer.inc |
|
installer.inc hold all of the function used to download apps and thier deps |
apps.manifest.inc |
apps.manifest.inc |
|
Handles pulling and processing of app data from the server |
apps.module |
apps.module |
|
Module file for Apps |
apps.pages.inc |
apps.pages.inc |
|
The page callbacks for the Apps module. |
apps.profile.inc |
apps.profile.inc |
|
The install functions for the Apps module. |
apps.test |
apps.test |
|
Tests for the AppStore module |
apps.theme.inc |
theme/apps.theme.inc |
|
Provides theme functions for apps module. |
apps.updater.inc |
apps.updater.inc |
|
Provides the LibraryUpdater class. |
apps.voting.inc |
apps.voting.inc |
|
Adds voting component for Apps. Each client site will be able to submit one vote,
which is tied to their site cliet id. Has a corresponding file and component in the
Appserver module. |
README.txt |
README.txt |
|
-- SUMMARY --
The Apps module provides a much better user experience of extending your Drupal site by providing facilities to download modules and all of their dependencies in one easy step.
For a full description of the module, visit the project… |