diff options
| -rwxr-xr-x[-rw-r--r--] | .gitignore | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | LICENSE | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | README.md | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | config.def.txt | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | gen_html.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | gen_index_list.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | gen_xml.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | push_discord_webhook.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | replace_all.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | rss_pull.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | rss_push.sh | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | template/index.html | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | template/index.xml | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | template/page.html | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | template/webhook.json | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | test.md | 0 |
16 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index b23deca..c4a1c42 100644..100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -src/** -src static/** *.md hoedown diff --git a/README.md b/README.md index 48e8f09..48e8f09 100644..100755 --- a/README.md +++ b/README.md diff --git a/config.def.txt b/config.def.txt index 8c64081..8c64081 100644..100755 --- a/config.def.txt +++ b/config.def.txt diff --git a/gen_html.sh b/gen_html.sh index f3a5cc3..f3a5cc3 100644..100755 --- a/gen_html.sh +++ b/gen_html.sh diff --git a/gen_index_list.sh b/gen_index_list.sh index 95941a4..95941a4 100644..100755 --- a/gen_index_list.sh +++ b/gen_index_list.sh diff --git a/gen_xml.sh b/gen_xml.sh index ebdf2a8..ebdf2a8 100644..100755 --- a/gen_xml.sh +++ b/gen_xml.sh diff --git a/push_discord_webhook.sh b/push_discord_webhook.sh index 70d6cd5..70d6cd5 100644..100755 --- a/push_discord_webhook.sh +++ b/push_discord_webhook.sh diff --git a/replace_all.sh b/replace_all.sh index b0ad0c4..b0ad0c4 100644..100755 --- a/replace_all.sh +++ b/replace_all.sh diff --git a/rss_pull.sh b/rss_pull.sh index 3f0cb90..3f0cb90 100644..100755 --- a/rss_pull.sh +++ b/rss_pull.sh diff --git a/rss_push.sh b/rss_push.sh index e906235..31c461c 100644..100755 --- a/rss_push.sh +++ b/rss_push.sh @@ -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 diff --git a/template/index.html b/template/index.html index f88511d..f88511d 100644..100755 --- a/template/index.html +++ b/template/index.html diff --git a/template/index.xml b/template/index.xml index cea8f3c..cea8f3c 100644..100755 --- a/template/index.xml +++ b/template/index.xml diff --git a/template/page.html b/template/page.html index c481dfe..c481dfe 100644..100755 --- a/template/page.html +++ b/template/page.html diff --git a/template/webhook.json b/template/webhook.json index 893ecfa..893ecfa 100644..100755 --- a/template/webhook.json +++ b/template/webhook.json |
