How to costumize Listing Directory April 22, 2013 07:32PM |
Registered: 11 years ago Posts: 4 |
Re: How to costumize Listing Directory April 22, 2013 07:44PM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: How to costumize Listing Directory April 22, 2013 07:50PM |
Registered: 11 years ago Posts: 4 |
Re: How to costumize Listing Directory April 24, 2013 06:42AM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: How to costumize Listing Directory April 25, 2013 09:37AM |
Registered: 11 years ago Posts: 4 |
vi /opt/piratebox/conf/lighttpd/lighttpd.conf
# It adds a CSS file for layout (light-dir.css is an example ) dir-listing.external-css ="/opt/pirabox/www/light-dir.css" # Change the message footer (default : "lighttpd/1.4.18" ) dir-listing.set-footer ="My text" # The four following commands allow for added HTML code above the directory listing for the use you have to create a # file header.txt # that you put in Shared. It is in this text file you add your HTML code. # Disables the default generated HTML code allows the neat header or footer with HEADER.txt or README.txt dir-listing.auto-layout ="disable" # Displays the header before the directory listing dir-listing.show-header ="enable" # hide HEADER.txt files to "public" from the directory listing dir-listing.hide-header-file ="enable" # Displays the header HTML encoded dir-listing.encode-header ="disable" # You can also add HTML footer by creating a README.txt dir-listing.show-readme ="enable" dir-listing.hide-readme ="enable" dir-listing.encode-readme-file ="disable"
Re: How to costumize Listing Directory April 26, 2013 02:56AM |
Re: How to costumize Listing Directory April 27, 2013 11:18PM |
Registered: 11 years ago Posts: 8 |
Re: How to costumize Listing Directory April 28, 2013 07:01PM |
Registered: 11 years ago Posts: 4 |
Re: How to costumize Listing Directory May 13, 2013 11:31PM |
Registered: 11 years ago Posts: 21 |
Language: HTML<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>PirateBox - Shared Files</title> <link rel="stylesheet" type="text/css" href="http://piratebox.lan/css/style.css"> </head> <body> <a href="http://piratebox.lan/"><div class="logobox"></div></a><br><br> <div class="list"> <h1>PirateBox - Shared Files</h1>
Language: CSS.readme { font-family: LatoReg, sans-serif; text-align: left; font-size: 30px; } .n { font-family: arial; margin-right: 10px; padding-right: 20px; padding-bottom:5px; } .s { font-family: arial; margin-right: 10px; padding-right: 20px; padding-bottom:5px; } .m { font-family: arial; margin-right: 10px; padding-right: 20px; padding-bottom:5px; } .t { font-family: arial; margin-right: 10px; padding-bottom:5px; } .list { background: none repeat scroll 0 0 #FFFFFF; margin-left: auto; margin-right: auto; padding: 15px; width: 650px; z-index: 0; } .list > .list { margin-left: auto; margin-right: auto; width: 650px; box-shadow:none; padding:0px; }
Re: How to costumize Listing Directory May 14, 2013 04:48AM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: How to costumize Listing Directory June 16, 2013 01:40PM |
Registered: 11 years ago Posts: 19 |
Re: How to costumize Listing Directory June 16, 2013 02:15PM |
Registered: 11 years ago Posts: 62 |
Re: How to costumize Listing Directory June 16, 2013 02:52PM |
Registered: 11 years ago Posts: 19 |
Re: How to costumize Listing Directory July 06, 2013 12:28AM |
Registered: 11 years ago Posts: 57 |
Re: How to costumize Listing Directory October 16, 2013 09:29AM |
Re: How to costumize Listing Directory October 17, 2013 09:05PM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: How to costumize Listing Directory January 08, 2019 04:18PM |
Registered: 5 years ago Posts: 4 |
# Enables header section dir-listing.show-header = "enable" dir-listing.encode-header = "disable" # Hides HEADER.txt from listing dir-listing.hide-header-file = "enable" # Footer # Enables footer section dir-listing.show-readme = "enable" dir-listing.encode-readme = "disable" # Hides README.txt from listing dir-listing.hide-readme-file = "enable" # Diables default footer text dir-listing.set-footer = " "
Re: How to costumize Listing Directory January 11, 2019 06:36AM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: How to costumize Listing Directory January 11, 2019 07:08AM |
Registered: 5 years ago Posts: 4 |
Re: How to costumize Listing Directory March 27, 2019 12:00PM |
Re: How to costumize Listing Directory April 24, 2019 02:51PM |
Re: How to costumize Listing Directory August 14, 2019 11:10AM |
Registered: 5 years ago Posts: 3 |