GithubHelp home page GithubHelp logo

ramlmn / apache-directory-listing Goto Github PK

View Code? Open in Web Editor NEW
181.0 9.0 34.0 510 KB

A directory listing theme for Apache

Home Page: https://ramlmn.github.io/Apache-Directory-Listing/

License: MIT License

HTML 29.94% CSS 70.06%
apache apache2 listing indexing serving-directory directory-listing mod-autoindex htaccess

apache-directory-listing's Introduction

Apache-Directory-Listing

A directory listing theme for Apache

'Apache Directory Listing' is a directory listing theme inspired from Apaxy which uses Apache's mod_autoindex module.

Themes

Light theme

grid table
grid table

Dark theme

grid-darkmode table-darkmode
grid table

Usage

  1. Download or clone the repo and copy directory-listing directory to the root directory of Apache.
  2. Copy htaccess.txt file to the root directory of your server, rename it to .htaccess.
  3. Inside the renamed .htaccess file
    • Replace {LISTING_DIRECTORY} to the location of directory-listing folder on your server.
    • Replace {LISTING_STYLE} to either grid, table, grid-darkmode, table-darkmode, grid-automode, or table-automode.
      • grid-automode and table-automode will automatically switch between light and dark themes based on the user's OS or browser settings.

Credits

License

MIT

apache-directory-listing's People

Contributors

cavallium avatar eee4 avatar kasramp avatar kuenzign avatar nekzuris avatar notlmn avatar shuuji3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

apache-directory-listing's Issues

Very gooooooood!

Hello

It looks really good after applying it.

But what should I do if I want it to be applied to the subdirectory?

If possible, it would be nice if you could explain it to beginners as easily as possible.

add it to all sub folders

hello,

how can i apply settings for all sub-folders without adding new htaccess files to each directory ? is it possible to do that ?

grid-automode and table-automode don't work

This doesn't work because @import can't be inside @media rule.

@media (prefers-color-scheme: dark) {
  @import 'table-darkmode.css';
}

It should be like this:

@import 'table-darkmode.css' (prefers-color-scheme: dark);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.