-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* raw cache * display * cache one * minor * wordings * cache and words
- Loading branch information
Showing
4 changed files
with
152 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
# Panigall | ||
|
||
Display your own galleries online easily | ||
Display your folders, files and image galleries online easily ! | ||
|
||
# Usage | ||
|
||
Clone or [download it](https://github.com/dvdn/panigall/archive/master.zip) in your server. | ||
|
||
Paste your desired folders, files and images in the directory. Job done. | ||
|
||
Now you can easily navigate in your folders from any webbrowser and watch images by a simple click. | ||
|
||
# Notes | ||
|
||
Panigall aims to be a light and minimalist project (few lines of oldschool PHP inpired by [psg](https://github.com/pascalbrax/psg)). Don't hesitate to adapt style or code to your requirements. | ||
|
||
Contributions are welcome | ||
|
||
# this is a WorkInProgress | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,6 @@ body { | |
} | ||
#explorer a { | ||
margin: 1em; | ||
width: 160px; | ||
height: 160px; | ||
} |