Hey! If you want Rhapsode to become a reality, there's some Haskell projects you could tackle almost independant of me:
* HTTP Caching
* Any URI scheme you want, to be integrated into HURL
* Parse Markdown, etc into XML Conduit representation, Pandoc could help
* Convert HTML forms into simple commandline prompts
I'll get to these eventually (especially the last one) if no one else does, but they do seem like great projects for others to tackle!
@codesections @alcinnz Pandoc does so much more than (all the flavours of) Markdown.
@dpwiz @codesections True: It's just that an XML AST is easier for Rhapsode to handle, and that's mostly what I'm dealing with anyways.
Supporting other formats is a pure nicity.
@codesections @alcinnz The question is, why convert into XML when you can consume Pandoc AST directly?