[gdome]ANNOUNCE: gdome2-0.7.0



Hello guys (is there any girl out there?)

   The gdome2 release 0.7.0 codename "Pourquoi-Pas" is out!!
   

* Description:

  gdome2 is meant to be an easy to use, fast, light-weight DOM Level 2
  implementation library for the C programming language. It aims at
  standard compliance and it relies on libxml2.
  A DOM Implementation makes a XML or a HTML document available for
  processing and traversal of a XML document by means of a standard set of
  interfaces.
  Although gdome2 has been written as part of the GNOME project, it can be used
  stand-alone. One of its main strenghts is that wrappers for other programming
  languages can be easily written on top of it (and, for the most part, they
  can be generated automatically thanks to the uniformity of DOM interfaces)
  so to make it quickly available to a wide range of users. 

* Features

  - Supports the following DOM Level 2 modules:
    - "Core";
    - "XML";
    - "Events";
    - "MutationEvents".
    
  - Exports an object oriented inteface.
  - Provides a reference counting system that is responsible of all
    memory management issues.
  
* News

  - New Memory Management System that, with the only use of reference
    counting, should relief high level programmers from all boring memory
    related issues w.r.t. XML document management.
  - all test programs have been updated.
  - Minimized differeces between gdome2 API behaviour and DOM Level 2
    specifications.
  - Improved package portability, compatibility and usability.
  
* Resources

  The home page of the project HAS MOVED to
  
      http://phd.cs.unibo.it/gdome2/
  
  The HTML Reference Manual with extensive API documentation is available
  here:
  
      http://phd.cs.unibo.it/gdome2/gtk-doc/book1.html
      
* Acknowledgments

  Many many people gave their contribution for this important release,
  in particular we wish to thank Tobias Peters, Enrico Zini, T.J. Mather and
  Uwe Fechner for their reports and their fruitful collaboration.
  
  Paolo & Luca




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]