Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liran-funaro/web-folder-indexer
Creates an index.html file for the content of a folder and a subfolder, and allow to present certein file types inside the Web-GUI.
https://github.com/liran-funaro/web-folder-indexer
Last synced: 6 days ago
JSON representation
Creates an index.html file for the content of a folder and a subfolder, and allow to present certein file types inside the Web-GUI.
- Host: GitHub
- URL: https://github.com/liran-funaro/web-folder-indexer
- Owner: liran-funaro
- License: apache-2.0
- Created: 2014-11-20T11:00:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T12:25:18.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T10:38:23.370Z (over 1 year ago)
- Language: Python
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web-Folder-Indexer
==================Creates an index.html file for the content of a folder and a subfolder, and allow to present certein file types inside the Web-GUI.
If an info file exist (should be json/dict), it will be visible in the folder's
page.NOTICE: This script also makes sure all of the files are visible to the public.
(i.e. "chmod 755 " for all the files)Usage
==================
```
index.py [directory, path_name]
```- directory: The base directory to index (default: current directory)
- path_name: The path that will appear in the title of the page as the current path base (default: the folder name)Example:
The command
```
index.py ~/.www/files home/files
```
will create index for the folder files and its subfolders. The title of the page will be "home/files".Author
==================
Liran Funaro - [email protected]