p.s. thanks for posting this, gerrys0
The code's on GitHub: https://github.com/zacharydenton/hackerreader
Obviously you could accomplish all of that by installing Debian and spending hours configuring it yourself, but that seems unnecessary when others have already done it for you.
apt-get install chromium
Or just go to the chrome download page and download the official chrome debian package?I'm also not sure that chrome ios "proprietary software."
Of course it's not difficult to install Google Chrome (or Chromium for that matter). It just saves time to have it installed automatically.
The solution I've found is called Gitit, which stores entries as plaintext in Git like Vimwiki and Soywiki, but adds several additional features on top of that:
- powered by Pandoc, which means you can write entries in Markdown/LaTeX/reStructuredText/Literate Haskell, and export them in almost any format, including PDF, HTML, LaTeX, Markdown, ePub, and ODT.
- a customizable web interface. I used Bootstrap to make the wiki look great everywhere. Couple that with the speech-to-text features in Android 4.0+ and storing your knowledge becomes effortless anywhere.
- a Haskell plugin system. You can write plugins with access to the Pandoc AST, allowing you to do things like archive all outbound URLs or enable [Interwiki](!Wikipedia) links.