diff options
author | László Németh <nemeth@numbertext.org> | 2012-11-07 15:04:52 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-07 14:26:46 +0000 |
commit | c2a393fbaed468d1ffb3004f267dbbf11890bbd0 (patch) | |
tree | a6a1740a0e92f250dca470f98020d258827d32c7 /librelogo/README | |
parent | 207ed1b1a17ca6d785cad936ecadcd160acc2b83 (diff) |
LibreLogo Writer extension
Change-Id: I31a61f0773689a054b5d5008ca9d4eb0bd9d7a19
Reviewed-on: https://gerrit.libreoffice.org/998
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'librelogo/README')
-rw-r--r-- | librelogo/README | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/librelogo/README b/librelogo/README new file mode 100644 index 000000000000..cc32af2e3fa5 --- /dev/null +++ b/librelogo/README @@ -0,0 +1,43 @@ +LibreOffice Logo 0.2 RC2 + +License: GNU LGPL & GPL, MPL + +Home page: http://www.numbertext.org/logo + +(c) László Németh (nemeth at numbertextdotorg) + +FSF.hu Foundation, http://www.fsf.hu + +Icons copyright: OpenOffice.org/LibreOffice + +Introduction +============ + +LibreLogo is a Logo-like progamming language with interactive vectorgraphics for education and DTP + +- presentation: http://www.numbertext.org/logo/librelogo.pdf +- basic Logo syntax for back compability with educational Logo systems +- interactive vectorgraphics in LibreOffice Writer +- native commands (easily translatable) +- Python data structures (list, tuple, set, dictionary) and other Python features + +Usage +===== + +See Logo in LibreOffice Help and http://www.numbertext.org/logo for documentation. + +Translation +=========== + +create your_language_id.lng in LibreOffice/ based on en.lng. + +Compilation: + +python make.py + +Development +=========== + +LibreLogo uses the PyUNO scripting framework, so Addons.xcu URLs depend from the +full name of the package. Modify them according to the package name with the +version number. |