From 74abeff02b750fb22fc3d56299abc2cd12d357d3 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 7 Nov 2012 23:31:44 +0100 Subject: integrate librelogo to the build Change-Id: I4cd29f6a893d72a49233bb53d19701d0bdd0e078 --- librelogo/README | 44 +------------------------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) (limited to 'librelogo/README') 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 -- cgit