2024-12-16 21:22:08 +01:00
|
|
|
files-html - Cool HTML Indexer for Apache/Nginx with Bootstrap
|
2024-12-16 21:14:35 +01:00
|
|
|
==============================================================
|
|
|
|
|
|
|
|
### Installation:
|
|
|
|
|
|
|
|
* **Download:**
|
|
|
|
|
|
|
|
* Clone git repository:
|
|
|
|
|
|
|
|
git clone https://git.q3aql.dev/q3aql/files-html
|
|
|
|
|
|
|
|
* **Set language and generate index:**
|
|
|
|
|
|
|
|
* Run `set-lang.sh` to configure index language:
|
|
|
|
|
|
|
|
cd files-html
|
|
|
|
chmod +x set-lang.sh
|
|
|
|
./set-lang.sh <lang>
|
|
|
|
|
|
|
|
* Copy your files inside `files` folder and run `make-html-browser.sh` script:
|
|
|
|
|
|
|
|
chmod +x make-html-browser.sh
|
|
|
|
./make-html-browser.sh
|
|
|
|
|
|
|
|
* Open `index.html` file and see your bootstrap index:
|
|
|
|
|
2024-12-16 21:16:42 +01:00
|
|
|
_
|
2024-12-16 21:14:35 +01:00
|
|
|
<img src="https://git.q3aql.dev/q3aql/files-html/raw/branch/master/img/files-html.png" />
|
|
|
|
|
|
|
|
### External links:
|
|
|
|
|
|
|
|
* [Bootstrap](https://getbootstrap.com/)
|
|
|
|
* [Ubuntu font Homepage](https://design.ubuntu.com/font/)
|
|
|
|
* [HTML 5 Homepage](https://html.com/html5/)
|
|
|
|
|