Again, I've worked a little bit on my Publishing tool for the "Slimweb". (Once it's standalone, I'll rename it, probably it will be called "Slimweb Publisher").
Now it's really easy to use (you need: Python3.5+, the Slimcoin client, the
Acme-Minitools, and
WebTorrent-Desktop):
- Simply
create a HTML file with your preferred editor (can be even an office suite)
- Start the Slimcoin client.
- Start the inscriber tool (inscriber-qt.py) and follow the instructions:
--
Select an address which will be the "identifier" of your Slimweb website (the tool will automatically display only those that have a balance of >0.03 SLM to be able to pay all the fees).
-- Open the HTML file. It will calculate automatically a torrent file, the infohash, and a basic magnet link.
--
Inscribe the transaction on the Slimcoin blockchain (simply follow the instructions).
-- Save the torrent file.
-- and
share the web site via WebTorrent - if you have WebTorrent-Desktop installed, you can start it directly from the Inscriber tool and let it automatically share your content.
So it's now easier to publish a website on "Slimweb" than to publish on a web space or VPS and having to deal with FTP etc.
Disclaimer: The tool still contains
lots of dirty hacks and will be slowly replaced by "serious code", but we can now say that the proof of concept is ready to be thoroughly tested. I have some more plans for it, e.g. to accept Markdown code and standard CSS stylesheets such as Semantic UI, to encode images in the HTML files - e.g. for a "decentralized Instagram"? - and to integrate parts of the Solid social media concept, although if Graham wants, I can leave this part to him as he's probably much more an expert there.
Edit: The remaining problem that can make things not work is the Gateway app. There is currently an issue (probably related to the Same Origin Policy) that makes the Gateway not work in some browsers. Specifically, I couldn't get it to work on Firefox, on Chromium it works when one disables the blocking of "mixed content". There's some work to be done here still ...
Just an idea of how a redesigned wallet could look
Nice! It should not be too hard to create a Qt layout based on this mockup. In my opinion, however, there should be a "fallback layout" without any customization, so people can integrate the client in the theming of their desktop environment. There are users that want beauty and others that want functionality ...
@muf18: Done (links added to OP).