September 18, 2008

Documentation updates from Microsoft

Microsoft updated package of documentation, that covers its open specifications. Updated documents are available from the same address.
In bulk of documentation for Microsoft Office related file formats, were updated descriptions of PowerPoint, Excel file formats, and also description of Windows Compound File format, including descriptions of auxiliary structures, embedded in this files

September 17, 2008

emacs + dokuwiki

I hacked the dokuwiki-mode written by Jörg Volbers. Main changes are translation of messages from German to English, and also fix work with pages, that has names with utf-8 symbols. New version is available from my site.
This package allows to edit dokuwiki pages directly from Emacs. To do this, you need to install dokuwiki.el, simple-wiki.el & curl, and add following lines to your .emacs.
(global-unset-key [(control v)])
(require 'dokuwiki)
(setq dokuwiki-username "name"
dokuwiki-password "password"
dokuwiki-base-url "server")
and after pressing C-v C-d you'll be asked for page name and after retrieving you'll able to edit page in Emacs