summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2024-03-08 07:50:33 -0500
committerSteph Enders <steph@senders.io>2024-03-08 07:50:33 -0500
commit88484a246597407c9891a642cfbaed33f999c6d8 (patch)
tree858114b539cb5811e375f55409b0fbb0d8638837 /README.md
Initial commit porting over gemparse.py into its own repomain
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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.