realaravinth / The-Place-You-Love

site map generator for websites that serve static content or auto-generated indexes from Nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The-Place-You-Love

Site map generator for websites that serve static content or auto generated indexes from Nginx

But what's up with the weird name?
It's one of my favourite songs, The place you love by Have mercy :)

Table of contents

How does it work

The script crawls through all the files and directories present in the mentioned folder and generates HTML code for them.

Installation

$ wget https://raw.githubusercontent.com/realaravinth/The-Place-You-Love/master/the-place-you-love.sh && chmod +x the-place-you-love.sh

Usage

the-place-you-love.sh <my.example.com> <dir>
NOTE: don't add '/' in both the url and the directory

Example

the-place-you-love.sh google.com Documents

Contributions

Yes please!

About

site map generator for websites that serve static content or auto-generated indexes from Nginx

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 100.0%