scripting / drummerSupport

Support for Drummer users.
19 stars 0 forks source link

Static site opml reader? #168

Closed auwsom closed 2 years ago

auwsom commented 2 years ago

So I have OWL running locally, and it saves changes to an opml file. And I can sync these notes to GitHub. But I would like for others to be able to read these notes on GitHub Pages. How can I render the opml to html?

I've tried following the examples in Concord, but the index.html pull ompl files from the web, not from the local ompl in the directory. Even the Small Picture Reader does this. I feel I'm missing something in the setup, but I've inspected the rendered javascript and dont see it. Even deleting the ompl files in the example{0,1,2} dirs doesnt affect the rendered webpage.

I realize there is the Drummer webpage, but this uses Twitter not Github for storage. Plus I want to be able to extend it. Basically, I need something that can render opml to a static site opml reader. Small Picture Reader looks close, but I'm batting zero for getting the example to work.

auwsom commented 2 years ago

Okay, so I had to set var opmlurl = to a different url..