From 88484a246597407c9891a642cfbaed33f999c6d8 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Fri, 8 Mar 2024 07:50:33 -0500 Subject: Initial commit porting over gemparse.py into its own repo This was originally apart of, and built specifically for, thewomaninmyeye-org capsule and site. It uses a very narrow subset of semantic html. That said with some more minor tweaks I can see this being usable for senders-io as well as a generally sharable python script. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..db6f678 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# gemparse + +gemparse is a python script that takes in semantic HTTP and outputs gemtext. + +## usage + +`./gemparse.py source.html desitnation.gmi [http://example.com/source.html]` + +Optionally passing in the http url will insert a link to it on the web if desired. -- cgit v1.2.3-54-g00ecf