From ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b Mon Sep 17 00:00:00 2001 From: Aaron Spike Date: Wed, 12 Apr 2006 13:20:54 +0000 Subject: Removed file/folder for ishmal (bzr r478) --- src/dom/README | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/dom/README (limited to 'src/dom/README') diff --git a/src/dom/README b/src/dom/README deleted file mode 100644 index 142d67ef3..000000000 --- a/src/dom/README +++ /dev/null @@ -1,25 +0,0 @@ -Phoebe DOM -========== - -This is the DOM library that is going to provide -Inkscape with a w3c DOM-idl interface, hopefully -aiding in scripting and animation. - -The name 'Phoebe' in inherited from an older project -which had its own DOM implementation. The name itself -is of a moon of Saturn. - -The library is intended to be 'vanilla' and generic. The -library has its own parser, even if it is not used. -The base code should never be modified to be Inkscape-specific. -It should not have any dependencies beyond STL, nor -should it veer away from adherence to the W3C DOM APIs. - -The most common usage of this library would probably be -limited to the classes defined in dom.h. A scriptable -item would inherit and extend org::w3c::dom::Node, and modify -the behaviour of the getters and setters for its attributes. - - - -Bob Jamison -- cgit v1.2.3