1
0
mirror of https://github.com/Mroik/ttbp-rssgen.git synced 2025-04-20 19:23:23 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Mroik
7b78e661a0
Fix regex to find any hidden 2025-02-01 19:37:44 +01:00
Mroik
23476d5a87
Fitler out hidden entries 2025-02-01 19:37:44 +01:00
Mroik/PositiveC
3e6bcf7613
Create LICENSE 2025-02-01 19:37:40 +01:00
2 changed files with 19 additions and 1 deletions

18
LICENSE Normal file
View File

@ -0,0 +1,18 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
Copyright (C) 2021 Mroik <mroik@delayed.space>
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

View File

@ -20,7 +20,7 @@ fi
echo "<description>$user's blog on tilde.town</description>"
} > $location
for x in $(ls /home/$user/.ttbp/entries)
for x in $(ls /home/$user/.ttbp/entries | grep -v "hidden")
do
{
echo "<item>"