Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 committed Mar 23, 2014
1 parent 9482cd8 commit 3ddf63a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
##Features

* Directory search
* Multiple settings for font size and theme color
* Make your own customizations with CSS/Javascript/jQuery

##Requirements

* Apache(2.0.23+) enabled HTTP server
* PHP 5

## Installation

Copy `.htaccess` and the `theme` folder to the document root directory of your web server.

If you need the theme to be active in a sub directory, read the instructions below.

By default the theme is configured to work in the document root directory (`http://website.com/`).
To change that to for example `http://website.com/projects/`, you need to do the following:
* Edit `.htaccess` and replace `/theme` with `/projects/theme`
* Edit `header.html` and replace `/theme` with `/projects/theme`
* Edit `functions.js` and replace `root: '/'` with `root: '/projects/'`

0 comments on commit 3ddf63a

Please sign in to comment.