archive-indexer-bootstrap/README.md

61 lines
1.6 KiB
Markdown
Raw Normal View History

2021-04-26 20:53:40 +02:00
Archive indexer (Bootstrap) - Create simple HTML/CSS page with indexed files.
=============================================================================
# How to use:
* **Available folders**:
* **`files:`** For packages or applications.
* **`scripts:`** For text files or scripts.
* **`documents:`** For documents as ODT, PDF or DOCX.
* **Steps**:
* After depositing your different files in the mentioned folders, the next step is to run the indexer.
* If you use `Linux/Unix`:
```shell
chmod +x file-indexer.sh
./file-indexer.sh
````
* If you use `Windows`:
```shell
file-indexer.cmd
````
* Finally, open the file **`index.html`** in your browser.
_**Note**: Files must `not contain spaces`._
# Filters:
* If you want certain packages to be indexed with custom descriptions, you will have to edit the following filters.
* `Linux/Unix`:
2021-04-26 20:55:15 +02:00
```shell
- dark/filters.sh
- light/filters.sh
````
2021-04-26 20:53:40 +02:00
* `Windows`:
2021-04-26 20:55:15 +02:00
```shell
- dark/filters.cmd
- light/filters.cmd
````
2021-04-26 20:53:40 +02:00
# Images (Dark Theme & Light Theme):
2024-05-01 11:30:52 +02:00
<img src="https://git.q3aql.dev/q3aql/archive-indexer-bootstrap/raw/branch/main/dark/ico/archive-dark.png" />
2021-04-26 20:53:40 +02:00
2024-05-01 11:30:52 +02:00
<img src="https://git.q3aql.dev/q3aql/archive-indexer-bootstrap/raw/branch/main/light/ico/archive-light.png" />
2021-04-26 20:53:40 +02:00
### External links:
* [Bootstrap](https://getbootstrap.com/)
* [Ubuntu font Homepage](https://design.ubuntu.com/font/)
* [HTML 5 Homepage](https://html.com/html5/)