Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunny/pouce
Cute PHP directory lister, index-of style
https://github.com/sunny/pouce
Last synced: about 1 month ago
JSON representation
Cute PHP directory lister, index-of style
- Host: GitHub
- URL: https://github.com/sunny/pouce
- Owner: sunny
- Created: 2008-07-17T16:50:41.000Z (over 16 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T09:58:14.000Z (over 4 years ago)
- Last Synced: 2024-11-01T23:41:31.082Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 1.95 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Pouce
=====Cute PHP directory lister. Like an "index-of".
Licenced under the GNU General Public License
(http://www.gnu.org/copyleft/gpl.html)Install
-------1. [Download Pouce](https://github.com/sunny/pouce/archive/master.zip)
2. Place it on your webserver, for example under `/pouce`.
3. Point your empty directories to Pouce's `index.php`.
This configuration varies depending on your webserver.
- With Apache you can add this line inside an `.htaccess`:
DirectoryIndex index.php index.html /pouce/index.php
- With Nginx, you can add this line to your configuration:
index index.html index.htm index.php /pouce/index.php;
Configuration
-------------If you intend to host it elsewhere than `/pouce` or change [any option](https://github.com/sunny/pouce/blob/master/config.example.php), you can copy `config.example.php` to `config.php` and edit the configuration at your liking.