Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/plack-app-directoryindex
A Plack app that serves directories but understands index.html.
https://github.com/davorg-cpan/plack-app-directoryindex
cpan hacktoberfest perl
Last synced: 11 days ago
JSON representation
A Plack app that serves directories but understands index.html.
- Host: GitHub
- URL: https://github.com/davorg-cpan/plack-app-directoryindex
- Owner: davorg-cpan
- Created: 2020-12-09T15:25:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T21:39:20.000Z (12 months ago)
- Last Synced: 2024-11-07T11:14:07.481Z (2 months ago)
- Topics: cpan, hacktoberfest, perl
- Language: Perl
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Plack::App::DirectoryIndex
[![Build Status](https://github.com/davorg-cpan/plack-app-directoryindex/actions/workflows/perltest.yml/badge.svg?branch=main)](https://github.com/davorg-cpan/plack-app-directoryindex/actions/workflows/perltest.yml) [![Coverage Status](https://coveralls.io/repos/github/davorg-cpan/plack-app-directoryindex/badge.svg?branch=main)](https://coveralls.io/github/davorg-cpan/plack-app-directoryindex?branch=main)
A subclass of Plack::App::Directory that will look for a default
index file (i.e. index.html) and serve that if it exists.