eECHO BLOG

A journey of a thousand miles starts with a single step.

Archive for the ‘Office’ Category

Introduction to Docutils

By Ollie Rutherfurd | 2004-10-06 print Introduction Docutils is a set of tools for translating documents written in plain text into other formats, such as HTML, XML, and LaTeX. Docutils documents are authored using reStructuredText (reST), an easy-to-read (and easy-to-write) plain-text markup, and a set of tools to perform translations. In this article, the first [...]

Protected: docutils links

There is no excerpt because this is a protected post.

OOo Developers Guide

OOo Developers Guide (mostly Java): http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html VBA to StarBasic Cross Reference and VBA to StarBasic Cross Reference Example Files http://documentation.openoffice.org/HOW_TO/ (Scroll down to Miscellaneous) StarOffice Basic/OOo Basic: http://docs.sun.com/app/docs/doc/817-1826?q=StarOffice OpenOffice.org for Developers http://development.openoffice.org/index.html

online grammer en, ru, dutch…

http://community.languagetool.org/ LanguageTool uses rules to detect errors. Each rule represents one or more potential errors in the text to check. Have a look and configure all rules of all languages here. http://translate.google.com/translate_t?hl=nl Translate text or webpage

Getting Started With ReportLab Tutorial

The ReportLab software provides a very useful route to creating PDF documents and reports from within Python in a nice platform independent fashion. It provides a basic ‘canvas’ interface for rendering directly to the document, and a more useful basic layout system called PLATYPUS. I guess they’ve already got their eyes on an O’Reilly animal. [...]

swf screencast with audio linux

- create swf file with x11vnc and vnc2swf x11vnc in other shell vnc2swf – create a comment of your video in sound recorder like audacity or other ( i use standard ubuntu audio recorder). Start first your movie and then audio recording to keep it synchronous. Save it as wav. – convert wav to mp3 [...]

record a video of your sleek desktop linux

Have you ever wanted to record a video of your sleek desktop, with customized icons, taskbar and such? Or have you ever wanted to take a video of some cool XGL/AIGLX effects? Or maybe a video tutorial to teach a friend how to use something or to upload it on your personal webpage for everyone [...]

Protected: Comparison of screencasting software

There is no excerpt because this is a protected post.

vnc2swf-edit

in order to reduce file and add to mp3 vnc2swf-edit -a mp3file -s0.5 -oaddPageCmsSmall.swf addPageCms.swf

How to Backup Evolution

December 3, 2005 Posted by Carthik in guides, ubuntu. trackback From an old mailing list gem, I got the right method to back up your Evolution (mail + calendar + contacts) data the right way: Step 1: Shutdown evolution and gconftool-2: $gconftool-2 –shutdown $evolution –force-shutdown Step 2: Create an archive with the data and configuration [...]