Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pieroproietti/basket
basket of eggs for penguins eggs blog
https://github.com/pieroproietti/basket
Last synced: about 1 month ago
JSON representation
basket of eggs for penguins eggs blog
- Host: GitHub
- URL: https://github.com/pieroproietti/basket
- Owner: pieroproietti
- License: mit
- Created: 2024-11-14T10:23:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T10:31:47.000Z (about 2 months ago)
- Last Synced: 2024-11-14T11:27:26.098Z (about 2 months ago)
- Language: PHP
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# basket of eggs
This is just the good old [tinyFileManages](https://github.com/prasathmani/tinyfilemanager) with same little touchs to adapt for our scope.
Visit it at: https://penguins-eggs.net/basket/.
## To do
* implement a counter of downloads;
* we need a README.md on every folder to be rendered before filemanager, like in sourceforge.## Considerations
tinyFileManager is not tiny at all, are more than 5000 lines. We need to find the place where to inject our code, not so much: just a redirector to download.php to count the downloads and a place to check the existance of a README.md and render it before of the tinyFileManager out.We can use [parsedown](https://parsedown.org/) to render README.md, must to be simple enoght, but where to place is?