Minor fixes in WideWord 4
The first release was done a few minutes before heading out to Norway on a little relaxer trip. Needless to say it was less than polished.
I have now done a small release that fixes a few things:
- I’ve made it a bit prettier (subtly speaking that is)
- I’ve enlarged the text entry boxes to a more realistic size (what was I thinking of)
- The document creator can now kick a participant out as well as delete a document
- Made the URL’s look a bit nicer
- Displays document information in the sidebar
- Added a link to Textile documentation
- Textile now uses paragraphs instead of hard breaks. I’m not sure why RedCloth performs hard breaks as standard?
If you haven’t tried it out yet go to WideWord.
BTW. I am really happy with the Database migration tools in rails.
Create a simple NDA with zero legalese in no time at all and for free at our service Agree2.
Trackbacks
Use the following link to trackback from your own site:
http://stakeventures.com/articles/trackback/83





Hi Pelle,
The intro text made it sound like the entered text is being encrypted client side and stored as ciphertext on the server. That would be neat. Is it, or is it just using SSL for transport encryption?
I’ve been messing around with something similar, see <https://yurl.net/id/home>. This app just uses transport encryption.
Tyler, It encrypts it on the server side. But the key is not stored on the server side, it is just in the url. It’s similar to the stuff you were doing a few years ago.
I’ll do a full writeup on it at some point. I’ll check your site out.
Pelle
Uneeda link: wideword.net
Updated. Thanks Will.