1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-24 14:33:21 +02:00

Final README amends before commit

This commit is contained in:
Adam Whitcroft
2012-10-25 19:17:08 +01:00
parent 9a8963e25c
commit 834cb33209

View File

@@ -36,21 +36,21 @@ Should be changed to...
##Apaxy themes ##Apaxy themes
Apaxy comes with a pretty good looking theme, but if you'd like to edit it to suit your own style that's easy enough. If you'd like to alter the default Apaxy theme, look in the `/theme` folder and you'll find the following files:
Look in the `/theme` folder and you'll find the following files:
* `header.html` * `header.html`
* `footer.html` * `footer.html`
* `style.css` * `style.css`
Go nuts. Sadly not much can be done to alter the `<table>` structure. Edit these as you would any other HTML or CSS file.
Adding your own icons is a little more involved. You'll need to edit the `.htaccess` file in your main directory. Look for the following as an example: Adding your own icons is a little more involved. You'll need to edit the main Apaxy `.htaccess` file. Look for the following as an example:
AddIcon /{your_folder}/theme/icons/gif.png .gif AddIcon /{FOLDERNAME}/theme/icons/gif.png .gif
The above rule will assign an icon named `gif.png` from the directory `/{your_folder}/theme/icons/` to any file with the `.gif` extension. The above rule will assign an icon named `gif.png` from the directory `/{FOLDERNAME}/theme/icons/` to any file with the `.gif` extension.
This URL path is relative to your site's root.
##Mime Types ##Mime Types