aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change copyrightHEADv0.1masterFerass 'Vitali64' EL HAFIDI2022-02-251-1/+1
|
* Add ability to display welcome text at index.htmlVitali642022-02-044-1/+9
|
* whoops!Vitali642022-01-071-1/+1
|
* add rss on the same seen.sh scriptVitali642022-01-074-53/+43
| | | | | | I don't know why I added RSS on a separate script but now, it's all on *1* script. That makes seen smaller.
* example article points to old readmeVitali642021-12-231-1/+1
|
* There was a weird character in the README.md, it now is removedVitali642021-12-231-1/+1
|
* seen isn't written in bash lelVitali642021-12-231-1/+1
|
* Add Facts to README.mdVitali642021-12-231-1/+17
| | | | These are advantages compared to other lightweight blog generators such as lb or untitled
* Try reducing number of lines to <100 SLOCVitali642021-12-232-34/+12
|
* Remove unnecessary newlinesVitali642021-12-232-13/+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-7/+0
|
* Don't echo the GPLv3 license, just 'cat LICENSE'Vitali642021-12-231-21/+1
|
* less verbose, pleaseVitali642021-12-232-19/+0
|
* Minor tweaks, and add RSS supportVitali642021-12-234-18/+104
|
* Add example articleVitali642021-12-193-1/+18
|
* Add LICENSE fileVitali642021-12-191-0/+189
|
* Add Android support ;-)Vitali642021-12-191-1/+1
|
* Add CSS featureVitali642021-12-192-1/+6
| | | | 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.
* Add some more info in the README.mdVitali642021-12-191-7/+7
|
* seen is posix-compliant, no need to use bashVitali642021-12-191-1/+1
|
* typofixVitali642021-12-197-78/+9
|
* Add GPLv3 notice to seen.shVitali642021-12-191-3/+25
|
* Fix typo, reduce SLOC and add error handlingVitali642021-12-195-89/+153
|
* be more verbose and add some new optionsVitali642021-12-182-34/+36
| | | | New options are added : --rm and --clear. It's also more verbose.
* InitVitali642021-12-092-62/+0
|
* InitVitali642021-12-0910-0/+211