README.txt |
file |
drupal/README.txt |
CONTENTS OF THIS FILE
---------------------
* About Drupal
* Configuration and features
* Installation profiles
* Appearance
* Developing for Drupal
ABOUT DRUPAL
------------
Drupal is an open source content management platform supporting a… |
README.txt |
file |
drupal/themes/README.txt |
This directory is reserved for core theme files. Custom or contributed themes
should be placed in their own subdirectory of the sites/all/themes directory.
For multisite installations, they can also be placed in a subdirectory… |
README.txt |
file |
drupal/profiles/minimal/translations/README.txt |
This directory should be used to place downloaded translations
for installing Drupal core. |
README.txt |
file |
drupal/profiles/standard/translations/README.txt |
This directory should be used to place downloaded translations
for installing Drupal core. |
README.txt |
file |
drupal/profiles/README.txt |
Installation profiles define additional steps that run after the base
installation provided by Drupal core when Drupal is first installed.
WHAT TO PLACE IN THIS DIRECTORY?
--------------------------------
Place downloaded and custom installation… |
README.txt |
file |
drupal/sites/all/libraries/README.txt |
This directory should be used to place downloaded and custom libraries (such as
JavaScript libraries) which are used by contributed or custom modules. |
README.txt |
file |
drupal/modules/simpletest/files/README.txt |
These files are useful in tests that upload files or otherwise need to
manipulate files, in which case they are copied to the files directory as
specified in the site settings. Dummy files can also be generated by tests in
order to save space. |
README.txt |
file |
drupal/modules/README.txt |
This directory is reserved for core module files. Custom or contributed modules
should be placed in their own subdirectory of the sites/all/modules directory.
For multisite installations, they can also be placed in a subdirectory… |
README.txt |
file |
drupal/sites/README.txt |
This directory structure contains the settings and configuration files specific
to your site or sites and is an integral part of multisite configuration.
The sites/all/ subdirectory structure should be used to place your custom and
downloaded… |
README.txt |
file |
drupal/themes/stark/README.txt |
ABOUT STARK
-----------
The Stark theme is provided for demonstration purposes; it uses Drupal's default
HTML markup and CSS styles. It can be used as a troubleshooting tool to
determine whether module-related CSS and JavaScript are interfering… |
README.txt |
file |
drupal/sites/all/themes/README.txt |
Themes allow you to change the look and feel of your Drupal site. You can use
themes contributed by others or create your own.
WHAT TO PLACE IN THIS DIRECTORY?
--------------------------------
Placing downloaded and custom themes in this directory… |
README.txt |
file |
drupal/sites/all/modules/README.txt |
Modules extend your site functionality beyond Drupal core.
WHAT TO PLACE IN THIS DIRECTORY?
--------------------------------
Placing downloaded and custom modules in this directory separates downloaded and
custom modules from Drupal core's… |