summaryrefslogtreecommitdiff
path: root/seen.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change copyrightHEADv0.1masterFerass 'Vitali64' EL HAFIDI2022-02-251-1/+1
|
* Add ability to display welcome text at index.htmlVitali642022-02-041-0/+1
|
* add rss on the same seen.sh scriptVitali642022-01-071-7/+31
| | | | | | I don't know why I added RSS on a separate script but now, it's all on *1* script. That makes seen smaller.
* Try reducing number of lines to <100 SLOCVitali642021-12-231-23/+9
|
* Remove unnecessary newlinesVitali642021-12-231-5/+0
|
* remove '--rm' optionVitali642021-12-231-5/+0
| | | | | | | | This option is absoluely useless, the user can simply remove the articles/ directory and recreate it
* Don't echo the GPLv3 license, just 'cat LICENSE'Vitali642021-12-231-21/+1
|
* less verbose, pleaseVitali642021-12-231-15/+0
|
* Minor tweaks, and add RSS supportVitali642021-12-231-18/+33
|
* Add Android support ;-)Vitali642021-12-191-1/+1
|
* Add CSS featureVitali642021-12-191-0/+1
| | | | It is now possible to add a css file into the templates/ directory, that css is gonna be copied to www/ and ready to use. You need to add <link rel=stylesheet href=<your css> in the header file however.
* seen is posix-compliant, no need to use bashVitali642021-12-191-1/+1
|
* typofixVitali642021-12-191-5/+6
|
* Add GPLv3 notice to seen.shVitali642021-12-191-3/+25
|
* Fix typo, reduce SLOC and add error handlingVitali642021-12-191-0/+83