something chaned?

This commit is contained in:
iceyrazor 2025-02-10 22:36:56 -06:00
parent 12b3accd30
commit 29beaceb3d
16 changed files with 3 additions and 3 deletions

2
.gitignore vendored Normal file → Executable file
View File

@ -1,5 +1,3 @@
src/**
src
static/**
*.md
hoedown

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
config.def.txt Normal file → Executable file
View File

0
gen_html.sh Normal file → Executable file
View File

0
gen_index_list.sh Normal file → Executable file
View File

0
gen_xml.sh Normal file → Executable file
View File

0
push_discord_webhook.sh Normal file → Executable file
View File

0
replace_all.sh Normal file → Executable file
View File

0
rss_pull.sh Normal file → Executable file
View File

4
rss_push.sh Normal file → Executable file
View File

@ -45,9 +45,11 @@ put index.xml
put index.html
EOF
elif [ "$1" == "ALL" ]; then
printf "not implemented \n\n"
else
ftp -n -vvv <<EOF
ftp -n -vvv <<EOF
open $ftp
user $user $pass

0
template/index.html Normal file → Executable file
View File

0
template/index.xml Normal file → Executable file
View File

0
template/page.html Normal file → Executable file
View File

0
template/webhook.json Normal file → Executable file
View File

0
test.md Normal file → Executable file
View File