diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 28 insertions, 13 deletions
@@ -1,21 +1,15 @@ -This is the LGPL'd component of libart. All functions needed for -running the Gnome canvas, and for printing support, will be going in -here. The GPL'd component will be getting various enhanced functions -for specific applications. -Libart is free software. It is also for sale. For information about -licensing libart, please contact Raph Levien -<raph@acm.org>. Contributions to the codebase are also very welcome, -but the copyright must be assigned in writing to preserve the -licensing flexibility. + libart-lgpl - a 2D graphics library -For more information about libart, see the web page: +Libart-lgpl is a library of functions for 2D graphics supporting a +superset of the PostScript imaging model, designed to be integrated with +graphics, artwork and illustration programs. +It is written in optimized C and is fully compatible with C++. +With a small footprint of 10,000 lines of code, it is especially suitable +for embedded applications. - http://www.levien.com/libart/ -There's also a libart tutorial available at -http://www.gnome.org/~mathieu/libart/libart.html ====================================================================== @@ -31,3 +25,24 @@ above, as patch copyright has NOT been transferred to the original author and we have no plans to do so. ====================================================================== + + +For more information about libart, see the web page: + + http://www.levien.com/libart/ + +There's also a libart tutorial available at +http://www.gnome.org/~mathieu/libart/libart.html + + + +CONTRIBUTING +============== + +If you wish to contribute to libart-lgpl, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |