| 1 |
// $Id: README.txt,v 1.1 2006/10/24 22:52:12 rkendall Exp $
|
| 2 |
|
| 3 |
NO KOALA! THEME
|
| 4 |
---------------
|
| 5 |
|
| 6 |
No Koala! Drupal theme by Ross Kendall - http://rosskendall.com.
|
| 7 |
|
| 8 |
The No Koala! theme is a simple but elegant single-column theme for
|
| 9 |
the Drupal content management system. It's goal is to focus on
|
| 10 |
accessibility and usability, and should be suitable for a blog or
|
| 11 |
other simple websites.
|
| 12 |
|
| 13 |
The theme uses XHTML and CSS, and incorporates a CSS dropdown menu
|
| 14 |
that is designed to be integrated with the Drupal menu system.
|
| 15 |
|
| 16 |
INSTALLING
|
| 17 |
----------
|
| 18 |
|
| 19 |
Install in the same way as any other Drupal theme, uncompress the .tar.gz
|
| 20 |
file into the themes folder, and then enable the theme in the Drupal
|
| 21 |
administration.
|
| 22 |
|
| 23 |
Since the theme uses custom block regions, you will need to configure the
|
| 24 |
blocks appropriately.
|
| 25 |
|
| 26 |
The 'top menu' region is only intended for the Primary Links menu. In order
|
| 27 |
for the CSS dropdowns to work, you will need to ensure that the all of the
|
| 28 |
items in the menu are expanded.
|
| 29 |
|
| 30 |
There is a 'sidebar left' region, however this is not intended to be visible
|
| 31 |
to regular site visitors. I use it for the Drupal navigation menu when
|
| 32 |
logged in as admin, and disable the recent posts item so that it is not
|
| 33 |
visible to those not logged in.
|
| 34 |
|
| 35 |
ISSUES
|
| 36 |
------
|
| 37 |
|
| 38 |
If you have any problems or suggestions, please use the drupal.org forums
|
| 39 |
to discuss the issue.
|
| 40 |
|
| 41 |
Please file any bug reports or feature requests as individual items using
|
| 42 |
the drupal.org issue system. This page may be helpful:
|
| 43 |
http://drupal.org/contribute/testing
|
| 44 |
|
| 45 |
LICENSE
|
| 46 |
-------
|
| 47 |
|
| 48 |
Copyright (C) 2006 Ross Kendall - http://rosskendall.com
|
| 49 |
|
| 50 |
This program is free software; you can redistribute it and/or
|
| 51 |
modify it under the terms of the GNU General Public License
|
| 52 |
as published by the Free Software Foundation; either version 2
|
| 53 |
of the License, or (at your option) any later version.
|
| 54 |
|
| 55 |
This program is distributed in the hope that it will be useful,
|
| 56 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 57 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 58 |
GNU General Public License for more details.
|
| 59 |
|
| 60 |
You should have received a copy of the GNU General Public License
|
| 61 |
along with this program; if not, write to the Free Software
|
| 62 |
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
| 63 |
|
| 64 |
http://www.gnu.org/copyleft/gpl.html
|