| 1 |
/* $Id$ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
Drupal Launchpad Theme is a version of the original Launchpad theme made by
|
| 6 |
ThemeShaper.com for Wordpress. It aims to suply a placeholder theme for
|
| 7 |
websites that are under development or under maintenance.
|
| 8 |
A great thank you goes to Ian Stewart for the original idea.
|
| 9 |
|
| 10 |
For a full description visit the project page:
|
| 11 |
http://drupal.org/project/launchpad
|
| 12 |
Bug reports, feature suggestions and latest developments:
|
| 13 |
http://drupal.org/project/issues/launchpad
|
| 14 |
|
| 15 |
|
| 16 |
-- REQUIREMENTS --
|
| 17 |
|
| 18 |
You MUST have a FeedBurner account. Get one at:
|
| 19 |
https://www.feedburner.com/fb/a/register
|
| 20 |
|
| 21 |
You MUST have the ThemeSettingsAPI module installed:
|
| 22 |
http://drupal.org/project/themesettingsapi
|
| 23 |
|
| 24 |
|
| 25 |
-- INSTALLATION --
|
| 26 |
|
| 27 |
* Theme version install as usual, see http://drupal.org/node/456 for further information.
|
| 28 |
* Mod version, please read below.
|
| 29 |
|
| 30 |
|
| 31 |
-- CONFIGURATION --
|
| 32 |
|
| 33 |
* IMPORTANT! Before anything set another theme as your admin theme. Failing to do
|
| 34 |
so will block you out unless you remove Launchpad theme from server.
|
| 35 |
|
| 36 |
* Configure Launchpad and set it as the default theme. Don't forget to set your
|
| 37 |
Feedburner account too.
|
| 38 |
|
| 39 |
|
| 40 |
-- CUSTOMIZATION --
|
| 41 |
|
| 42 |
* If want to use a modded version with your own theme use the following steps:
|
| 43 |
|
| 44 |
1) Copy page.tpl.php from the "launchpad" directory as page-offline.tpl.php
|
| 45 |
into your own theme's folder
|
| 46 |
2) Copy settings.php from the "launchpad" directory into your theme's folder
|
| 47 |
3) Add the functions from template.php (in the "launchpad" directory) to your
|
| 48 |
own theme's template.php
|
| 49 |
4) Install ThemeSettingsAPI module
|
| 50 |
5) Add the FeedBurner account information in your theme admin config page
|
| 51 |
6) Set you site as offline to see it working
|
| 52 |
|
| 53 |
|
| 54 |
-- TROUBLESHOOTING --
|
| 55 |
|
| 56 |
See http://drupal.org/project/issues/launchpad for help.
|
| 57 |
We do not support the MODed version besides its own code errors.
|
| 58 |
|
| 59 |
|
| 60 |
-- CONTACT --
|
| 61 |
|
| 62 |
Current maintainers:
|
| 63 |
* Lopo Lencastre de Almeida (humaneasy) - http://drupal.org/user/26117
|
| 64 |
|
| 65 |
This project has been sponsored by:
|
| 66 |
* iPublicis
|
| 67 |
Consulting and planning of Drupal powered sites, we offer installation, development,
|
| 68 |
theming, customization, SEO planning and hosting to get you started.
|
| 69 |
Besides Drupal, advertising and FLOSS consulting.
|
| 70 |
Visit http://www.ipublicis.com to contact us.
|
| 71 |
|
| 72 |
|
| 73 |
-- NOTICE --
|
| 74 |
|
| 75 |
Launchpad for Drupal by iPublicis.com based on
|
| 76 |
Launchpad for Wordpress by ThemeShaper.com
|
| 77 |
Theme is relased under the GNU/GPL version 2 or above.
|