OOo Extension – Sun Wiki Publisher

The Sun Wiki Publisher enables you to create Wiki articles on
MediaWiki servers without having to know the syntax of the MediaWiki
markup language. Publish your new and existing documents transparently
with the Writer to a wiki page.

All important text attributes such as headings, hyperlinks, lists
and simple tables are supported. Even images are supported as long as
they have already been uploaded to the wiki site. An automatic upload
of images is currently not supported.

It is the perfect extension for all users who want to make existing
documentations and specifications available on MediaWiki servers. Just
load the document and call the Extension with ‘Send – MediaWiki
Server’. A dialog will guide you to publish your document.

Download: http://extensions.services.openoffice.org/project/wikipublisher

Getting Adobe Air and Apps to work on Arch Linux

1. Download AIR-SDK from http://labs.adobe.com/downloads/air_linux.html
2.
Create a directory, e.g. “~/AIR-SDK”. Extract the AIR-SDK’s .tar.bz2
file in this directory (cd ~/AIR-SDK; tar jxvf
/path/to/adobeair_linux_sdk_a1_033108.tbz2) so that adl can be found at
“~/AIR-SDK/bin/adl”.
3. Create a directory, e.g. “~/app”. Use
“unzip” to extract the contents of an AIR application: cd ~/app; unzip
/path/to/application_package.air
4. Use adl to launch the application:

~/AIR-SDK/bin/adl -nodebug ~/app/META-INF/AIR/application.xml ~/app