Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1r0/2c-directory-theme
Web directory theme with search functionality.
https://github.com/m1r0/2c-directory-theme
Last synced: about 2 months ago
JSON representation
Web directory theme with search functionality.
- Host: GitHub
- URL: https://github.com/m1r0/2c-directory-theme
- Owner: m1r0
- Created: 2014-03-20T21:04:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T12:28:41.000Z (over 6 years ago)
- Last Synced: 2023-08-20T04:31:24.172Z (over 1 year ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Features
* Directory search
* Multiple settings for search depth, 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/'`