(fwd) 4DOM 0.6.1, an implementation of the W3C DOM Spec in Python



In case someone didn't see this...

	Jeff



-- forwarded message --
Path: news.teleport.com!nntp.teleport.com!newsfeed.wli.net!news.maxwell.syr.edu!news.algonet.se!newsfeed1.telenordia.se!newsfeed1.funet.fi!news.helsinki.fi!not-for-mail
From: uche.ogbuji@fourthought.com
Newsgroups: comp.os.linux.announce
Subject: 4DOM 0.6.1, an implementation of the W3C DOM Spec in Python
Followup-To: comp.os.linux.misc
Date: Mon, 23 Nov 1998 21:12:34 GMT
Organization: none
Lines: 88
Approved: linux-announce@news.ornl.gov (Mikko Rauhala)
Message-ID: <pycola.911855554.3594@revelation.bak.helsinki.fi>
NNTP-Posting-Host: vision-isdn.bak.helsinki.fi
Old-Date: Fri, 20 Nov 1998 21:17:45 -0700
X-No-Archive: yes
X-Auth: PGPMoose V1.1 PGP comp.os.linux.announce
	iQCVAgUBNlnPxFrUI/eHXJZ5AQG65AP9F5b0Yq3lWZWigHqP33OHCRnDp/K/emdc
	c731HTPJrYkfWjGg11hIYmPBiBlXzJNQCi0qAhuxGFCyc08Y0wCdpy3ftbeW1I+a
	R3gnyllAexSIttNL+QOQAdUpsIXsdYCjl+bBIqtvEaszKEtmy+qTaIA1QTBvBdiT
	ENG4CqhG648=
	=8QDR
Xref: news.teleport.com comp.os.linux.announce:13522

-----BEGIN PGP SIGNED MESSAGE-----


FourThought LLC (http://FourThought.com) announces the release of


                             4DOM 0.6.1
                      -----------------------
              A CORBA-aware implementation of the W3C's
		       Document Object Model
                            in Python


4DOM is a close implementation of the DOM, including DOM Core
level 1, DOM HTML level 1, and a few utility and helper components.
4DOM was designed from the start to work in a CORBA environment.
Currently, two ORB environments are supported, both open-source:
Fnorb and ILU.  One or the other is required.

4DOM is designed to allow developers rapidly design applications
that read, write or manipulate HTML and XML.

Changes since 0.6.0
===================

- - added ILU support with a series of kludges
  (all designed to minimize effect on existing DOM code):

        o Use ILU's python-stubber in makefile rather than fnidl
        o python-stubber generates *IF__skel rather than fnidl's
          *IF_skel, so copy the files so bother names are available.
        o add config modules for DOM core and HTML, globally imported,
          which creates dummy INTERFACENAME_skel classes because ILU
          does not append "_skel" to skeleton class names as Fnorb
          does: it uses module-scoping for the distinction.
        o Add variables using Fnorb-style constant naming
          (INTERFACENAME.CONSTANTNAME) to refer to the ILU-style
          constants (INTERFACENAME_CONSTANTNAME)
        o Brutally hack all 4DOM source files during make to change
          Fnorb-style invocations for DOMException
          (raise DOMException(EXCEPTNAME))
          into ILU-style
          (raise DOMException, DOMException__omgidl_exctype(EXCEPTNAME))

- - added the #pragma prefix "fourthought.com" to all IDL files
- - Document.repr() now includes the DOCTYPE

More info and Obtaining 4DOM
============================

Please see

	http://OpenTechnology.org/projects/4DOM


4DOM is distributed under the terms of the GNU Library Public
License (LGPL).

	http://www.gnu.org/copyleft/lgpl.html


- -- 
Uche Ogbuji
uche.ogbuji@fourthought.com
Consulting Member, FourThought LLC (Open Enterprise Architects)
Software engineering, project management, Intranets and Extranets
http://FourThought.com		http://OpenTechnology.org




- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: latin1

iQCVAgUBNlnPwlrUI/eHXJZ5AQGAdgQAvvA2GZUeSdPhKYBK3qJSgjGU6R3SLh1G
iA8hxRwVFnHuaza4J/B7KQQ08udUO2WUGNhNGo7nEQfb4rNSEJuFaVGDsrDd4N8O
dq2jEDfI/EzU0GvG0Wrh326UR8+0kOsJJErAYzYCOPOmbD/uIqznaOQ013KBtLfM
FanCmDi1P6Y=
=jxB5
-----END PGP SIGNATURE-----
-- end of forwarded message --



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