metadata.xml 1.3 KB

123456789101112131415161718192021222324252627282930
  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. GNUstep Renaissance is free software (GNU LGPL), and part of the
  11. GNUstep project. It is a development framework which runs on top of
  12. the GNUstep libraries. It also works on top of the Apple Mac OS X
  13. Cocoa libraries, providing an opaque layer to write portable
  14. applications.
  15. In short, GNUstep Renaissance allows you to describe your user
  16. interfaces (that is, the windows in your application, and the buttons,
  17. boxes, textfields, etc in the windows) in simple and intuitive XML
  18. files, using an open, standard format describing the logic of the
  19. interface. GNUstep Renaissance can then, at run time, generate the
  20. user interfaces (using the native host OpenStep-like libraries) by
  21. reading the XML files. The connections between the objects created
  22. from the XML files, and the other objects in the application are done
  23. via outlets (as traditionally in OpenStep); a new quick and intuitive
  24. syntax has been developed to make creating outlets as easy as
  25. possible.
  26. </longdescription>
  27. </pkgmetadata>