From: alex Date: Sat, 13 Mar 2021 18:56:02 +0000 (+0000) Subject: Update proxy and add RSS instructions X-Git-Tag: 20240214-emacs~226^2~114 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=f10896f1cc58876f2e661efb7d076468214c5737;p=alex.git Update proxy and add RSS instructions --- diff --git a/README.md b/README.md index 2a1a158..38dd1e6 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,18 @@ service gemini } ``` +To create an HTML proxy of the capsule: + +``` $ docker build -t kineto -f Dockerfile.proxy . -$ docker run --rm -p 8080:8080 kineto +$ docker run --rm -p 5000:5000 kineto +``` + +To generate an RSS feed: + +``` +$ ( cd gemini2rss/ ; poetry run python gemini2rss.py https://alex.corcoles.net 10 "El blog es mío" "https://alex.corcoles.net" ; ) >/tmp/feed.rss +``` ## Migrating a Wordpress blog to Gemini