/**************************************************
 * < Module name > CSS management (CssAdmin)
 * < Version >     1.0.4
 * < Proprietor >  gusagi
 * < Developer >   gusagi
 * < License >     GNU General Public License Version 2 (GPL2)
 * < Site >        http://good-tea.ddo.jp/dev
 * < Mail >        gusagi@sourceforge.jp
 * < The version which operates > After XOOPS2.0.12JP
**************************************************/


[Introduction]
- powerfully supports users who can control a look of modules or blocks using cascading style sheets(CSS)
- less recommended if you aren't familiar with CSS -orz

[Overview]
  This module enables you to:
- assign your own CSS files to any module or block
- create meta link headers before </head> tag

[Functions]
- customized module CSS files applied when the module is active
- customized block CSS files available whenever they are active
- also available for user custom blocks
- can override or overwrite $xoops_module_header even if exists
- admin preferences can purge no more used files when the module is uninstalled

[Install and update]
- make directories for CSS files like this:

XOOPS_ROOT_PATH
|-- /css(644 or 604)
||-- css files for custom blocks
|-- /modules
|-- /module name
|-- /css(644 or 604)
|-- css files for the module and module blocks

- install the module as usual
- just overwrite and update the module when update
- go to admin section
-- select module css files as many as you like
-- in the block css admin, choose a module and select each css files.
   remember to select the cssadmin module
-- in the blocks access admin, select pages you want to apply cssadmin block to. All pages are highly recommended.
-- preferences show how to install and manage this module

[Special thanks to]
- GIJOE's myblocksadmin, Gticket, mymenu modules included in the distribution
- also learned much from his works
- Argon created the module icon
- hodaka created this readme_en.txt

[Support]
- updated distribution available at the Hoda-juku web site <http://www.hodajuku.org/>
- Q&A support needs the mailing list subscription at http://lists.sourceforge.jp/mailman/listinfo/hodajuku-users
- can't support how to manage css -orz

[Epilogue]
- CSS admin project started at the Hoda-juku xoops academy with powerfull designers, graphic designers, engineers, project managers and so on
- Can you imagine how much encourraged by their adivices and co-operation ?
- must say thank-you again to Hoda-juku folks and the founder Hodaka


2006/04/02