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