It’s down for me.
And will be until tomorrow
Due to a suspected scam, I had to cancel a debit card. Virgin Money replaced the card fast enough but I only got the PPIN this afternoon.
Meanwhile Hetzner got snarky about an outstanding invoice for a buisness-destroying 16 Euro that I normally settle with PayPal - which is linked to that debit card…
Apologies all round…
I’ve pushed an update to IMIM to improve a few things:
- Adds support for sub-directories for blogs. This is useful when using the
antCLI, where you can’t (currently) specify the current directory (*or./). Combined with AntTP v0.12.0+, where exact URL paths are now required, this works well. An example is (spot the ‘autonomi’ bit!): http://localhost:18888/gimim/blog/91d16e58e9164bccd29a8fd8d25218a61d8253b51c26119791b2633ff4f6b309/autonomi or http://localhost:18888/gimim/blog/91d16e58e9164bccd29a8fd8d25218a61d8253b51c26119791b2633ff4f6b309/autonomi/article/to-autonomi.md#article - Fixes formatting issues when uploading using the UI. Markdown articles are now correctly persisted without non-breaking UTF-8 spaces. Previously, hard breaks had to be used to split the lines, which chopped words in half, etc, and was a short term fix (which is now resolved!).
- Improves status results when publishing an article and adds a warning about needing a local instance of AntTP to publish with the UI.
- When combined with AntTP v0.15.1, publishing pages from AntTP bookmarks now resolves and functions correctly.
- Example local proxy setting added to use the
x-cache-onlyheader, allowing much more rapid and cheaper development (vs mainnet). It’s easy to quickly upload data locally, but not persist to the network, which is handy for publishing development.
EDIT: To add, you don’t need to do anything to update your app, etc. It is pulled down from Autonomi automatically, as I’ve updated the pointers/bookmarks.
A new version of IMIM has been released!
You can try it out for yourself here (with either the gateway or proxy - the same link works now): I am IMMUTABLE
Change log:
- Update directory listing GETs to include subdirectories where applicable.
- Fixes article ordering issues on blog home page.
- Updates to work smoothly with AntTP 0.17.5+.
- Fixes linting issues, including removing unused imports, import ordering.
- Moves classes to models/api and models/dto to avoid clutter.
- Removes unused files.
- Fixes linting issues
- Uses either http or https protocol for links, depending on how the app is loaded.
- Adds blog/article name to page title.
- Adds command component to show the command queue and status
Github: GitHub - traktion/imim-blog: I AM Immutable! Blogging app on Autonomi Network