OLD | NEW |
1 | 1 |
2 XML toolkit from the GNOME project | 2 XML toolkit from the GNOME project |
3 | 3 |
4 Full documentation is available on-line at | 4 Full documentation is available on-line at |
5 http://xmlsoft.org/ | 5 http://xmlsoft.org/ |
6 | 6 |
7 This code is released under the MIT Licence see the Copyright file. | 7 This code is released under the MIT Licence see the Copyright file. |
8 | 8 |
9 To build on an Unixised setup: | 9 To build on an Unixised setup: |
10 ./configure ; make ; make install | 10 ./configure ; make ; make install |
(...skipping 13 matching lines...) Expand all Loading... |
24 To report bugs, follow the instructions at: | 24 To report bugs, follow the instructions at: |
25 http://xmlsoft.org/bugs.html | 25 http://xmlsoft.org/bugs.html |
26 | 26 |
27 A mailing-list xml@gnome.org is available, to subscribe: | 27 A mailing-list xml@gnome.org is available, to subscribe: |
28 http://mail.gnome.org/mailman/listinfo/xml | 28 http://mail.gnome.org/mailman/listinfo/xml |
29 | 29 |
30 The list archive is at: | 30 The list archive is at: |
31 http://mail.gnome.org/archives/xml/ | 31 http://mail.gnome.org/archives/xml/ |
32 | 32 |
33 All technical answers asked privately will be automatically answered on | 33 All technical answers asked privately will be automatically answered on |
34 the list and archived for public access unless pricacy is explicitely | 34 the list and archived for public access unless privacy is explicitly |
35 required and justified. | 35 required and justified. |
36 | 36 |
37 Daniel Veillard | 37 Daniel Veillard |
38 | 38 |
39 $Id$ | 39 $Id$ |
OLD | NEW |