diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-04-12 13:20:54 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-04-12 13:20:54 +0000 |
| commit | ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b (patch) | |
| tree | 234f5425a7ef7058e69dc2ab77f89810e4f3ed91 /src/dom/README | |
| parent | fix 1466070 (diff) | |
| download | inkscape-ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b.tar.gz inkscape-ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b.zip | |
Removed file/folder for ishmal
(bzr r478)
Diffstat (limited to 'src/dom/README')
| -rw-r--r-- | src/dom/README | 25 |
1 files changed, 0 insertions, 25 deletions
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 |
