diff options
author | Andras Timar <atimar@suse.com> | 2012-11-07 23:31:44 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-07 23:32:35 +0100 |
commit | 74abeff02b750fb22fc3d56299abc2cd12d357d3 (patch) | |
tree | cbd82d31a89f4ecfe8bcf7cbc0c0bc1cabc80af1 /librelogo/README | |
parent | 0facaa9fe659efa0e0a3ddbeea81e83e1fede191 (diff) |
integrate librelogo to the build
Change-Id: I4cd29f6a893d72a49233bb53d19701d0bdd0e078
Diffstat (limited to 'librelogo/README')
-rw-r--r-- | librelogo/README | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/librelogo/README b/librelogo/README index cc32af2e3fa5..af75698f5f2d 100644 --- a/librelogo/README +++ b/librelogo/README @@ -1,43 +1 @@ -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. +LibreLogo is a Logo-like programming language with interactive vectorgraphics for education and DTP |