neatonk / dir-index-html

Directory listing HTML for go-ipfs gateways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dir-index-html

Matrix IRC standard-readme compliant

Directory listing HTML for go-ipfs gateways

This repo is not be used standalone. It's used by the gateway code in go-ipfs. It'll be merged into the gateway package, once the gateway has been extracted from go-ipfs.

Updating

  1. Make changes to both dir-index.html and dir-index-uncat.html.
  2. Follow the instructions in go-ipfs for updating the directory index.

Testing

  1. Install go.
  2. Run the test server:
> cd test
> go run .

This will listen on localhost:3000 and re-load the template every time you refresh the page.

Contribute

Feel free to join in. All welcome. A good place to start is the issues.

This repository falls under the IPFS Code of Conduct.

Want to hack on IPFS?

License

MIT

About

Directory listing HTML for go-ipfs gateways

License:MIT License


Languages

Language:HTML 97.2%Language:Go 2.8%