sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / gnustep-libs / renaissance / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>gnustep@gentoo.org</email>
6                 <name>Gentoo GNUstep Project</name>
7         </maintainer>
8         <longdescription>
9 Welcome to GNUstep Renaissance!
10
11 GNUstep Renaissance is free software (GNU LGPL), and part of the
12 GNUstep project.  It is a development framework which runs on top of
13 the GNUstep libraries.  It also works on top of the Apple Mac OS X
14 Cocoa libraries, providing an opaque layer to write portable
15 applications.
16
17 In short, GNUstep Renaissance allows you to describe your user
18 interfaces (that is, the windows in your application, and the buttons,
19 boxes, textfields, etc in the windows) in simple and intuitive XML
20 files, using an open, standard format describing the logic of the
21 interface.  GNUstep Renaissance can then, at run time, generate the
22 user interfaces (using the native host OpenStep-like libraries) by
23 reading the XML files.  The connections between the objects created
24 from the XML files, and the other objects in the application are done
25 via outlets (as traditionally in OpenStep); a new quick and intuitive
26 syntax has been developed to make creating outlets as easy as
27 possible.
28         </longdescription>
29 </pkgmetadata>