:IF: I AM IMMUTABLE! Blogging with IMIM

It’s down for me.

2 Likes

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…

5 Likes

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 ant CLI, 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-only header, 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.

4 Likes