LiveSaver News 2006-09-03T00:00:00+00:00 Jan Lehnardt jan@prima.de livesaver.24inch.org/news.html MediaWiki integration http://livesaver.24inch.org/news.html#6 2006-09-03T00:00:00+00:00

I created a MediaWiki extension that easily integrates LiveSaver into your favourite Wiki software. The extension can be downloaded from here. Unpack it into the extensions/ directory of your MediaWiki installation and add the following line to your LocalSettings.php file:

Oh and it comes with version 0.3 of LiveSaver! Get it while it's hot:

Logo http://livesaver.24inch.org/news.html#5 2006-08-16T00:00:00+00:00

Thanks to Kriesse, LiveSaver now has a nice logo. Enjoy!

Feedback http://livesaver.24inch.org/news.html#4 2006-08-08T00:00:00+00:00

LiveSaver is OpenSource. This is not new, but with a software being OpenSource there is always a need for collaboration; be it bug reporting, feature requests or coordination of tasks. Starting today (*cough*), http://livesaver.24inch.org/Feedback/ is the place for working on and helping with LiveSaver. I created an anonymous account (username: feedback, password: feedback), so everyone can join easily. If you want a full fledged account, drop me a mail at email and I set you up.

In addition, the news are now available as an RSS Feed.

You can still…

Prototyping http://livesaver.24inch.org/news.html#3 2006-07-30T00:00:00+00:00

The prototype library adds a lot of bloat to LiveSaver that is not used. LiveSaver is supposed to be small and painless but downloading 102k JavaScript code per request is not what I would call painless. I took all the essential lines from prototype and put them into a separate file. This Mini-Prototype only weighs 24k. LiveSaver still works flawlessly. So here it comes, version 0.2:

In the Press http://livesaver.24inch.org/news.html#2 2006-07-20T00:00:00+00:00

Daniel Koć wrote a news item about LiveSaver on linuxnews.pl after seeing it appear on Freshmeat. It is great that some spread the word about LiveSaver. It already brought in the first contributed patch, which is – of course – already integrated. It is a one-liner and doesn't really warrant a new release, so we remain at version 0.1.

You can still…

First Public Release http://livesaver.24inch.org/news.html#1 2006-07-10T00:00:00+00:00

Finally, no more pain. As of today, there is no reason why an email written in a webmail system, a well-researched forum entry or a page-long blog comment would vanish into electronic nirvana. LiveSaver is a small, self contained JavaScript drop in to any web-based application that uses HTML forms to receive user input. It uses a brute force attempt to save the user from unnecessary duplication of work, by storing a form's content in a cookie every time an input occurs. That is not, what cookies were meant for, nor is this an elegant solution, but it solves a real world problem – crashing browsers and randomly restarting computers.

LiveSaver was created during the development of Journalize It. Journalize It is a basically a web frontend to LaTeX. It allows to typeset journals and magazines professionally without the need for a typographical education. In the course of the development, we came up with the idea of LiveSaver. We didn't want to loose any data a user entered and with hacking for an hour or two, a basic prototype was built. The idea grew onto us and we imagined that it'd help a lot, if more web applications had such a mechanism. And because we were already using Sam Stephenson's prototype, an elegant plugin was the way to go. And here it is, BSD-style free: