metadata.xml 709 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>robbat2@gentoo.org</email>
  6. </maintainer>
  7. <longdescription> Springgraph will read in a .dot file description of a graph,
  8. which, for each node, specifies its name and which other nodes it is
  9. connected to, and then renders a graph. Each node is drawn as an ellipse,
  10. and each connection is drawn as an arrow. The node placement is a result of
  11. all of the nodes moving away from each other, while all nodes which are
  12. connected move toward each other. This movement is repeated until it
  13. stabilizes.</longdescription>
  14. </pkgmetadata>