Daniel Veillard | 3b9def1 | 1999-01-31 22:15:06 +0000 | [diff] [blame] | 1 | |
Daniel Veillard | a2e8c5c | 2002-10-15 10:41:43 +0000 | [diff] [blame] | 2 | XML toolkit from the GNOME project |
Daniel Veillard | 3b9def1 | 1999-01-31 22:15:06 +0000 | [diff] [blame] | 3 | |
Daniel Veillard | 361d845 | 2000-04-03 19:48:13 +0000 | [diff] [blame] | 4 | Full documentation is available on-line at |
| 5 | http://xmlsoft.org/ |
Daniel Veillard | 3b9def1 | 1999-01-31 22:15:06 +0000 | [diff] [blame] | 6 | |
Daniel Veillard | c575b99 | 2002-02-08 13:28:40 +0000 | [diff] [blame] | 7 | This code is released under the MIT Licence see the Copyright file. |
Daniel Veillard | be80396 | 2000-06-28 23:40:59 +0000 | [diff] [blame] | 8 | |
Daniel Veillard | f2e066a | 2005-06-30 13:04:44 +0000 | [diff] [blame] | 9 | To build on an Unixised setup: |
| 10 | ./configure ; make ; make install |
| 11 | To build on Windows: |
| 12 | see instructions on win32/Readme.txt |
| 13 | |
| 14 | To assert build quality: |
| 15 | on an Unixised setup: |
| 16 | run make tests |
| 17 | otherwise: |
Daniel Veillard | 1f33c4d | 2005-07-10 21:38:31 +0000 | [diff] [blame] | 18 | There is 3 standalone tools runtest.c runsuite.c testapi.c, which |
| 19 | should compile as part of the build or as any application would. |
Daniel Veillard | f2e066a | 2005-06-30 13:04:44 +0000 | [diff] [blame] | 20 | Launch them from this directory to get results, runtest checks |
| 21 | the proper functionning of libxml2 main APIs while testapi does |
| 22 | a full coverage check. Report failures to the list. |
| 23 | |
Daniel Veillard | a2e8c5c | 2002-10-15 10:41:43 +0000 | [diff] [blame] | 24 | To report bugs, follow the instructions at: |
Daniel Veillard | 5ecaf7f | 2003-01-09 13:19:33 +0000 | [diff] [blame] | 25 | http://xmlsoft.org/bugs.html |
Daniel Veillard | a2e8c5c | 2002-10-15 10:41:43 +0000 | [diff] [blame] | 26 | |
Daniel Veillard | c5d6434 | 2001-06-24 12:13:24 +0000 | [diff] [blame] | 27 | A mailing-list xml@gnome.org is available, to subscribe: |
| 28 | http://mail.gnome.org/mailman/listinfo/xml |
Daniel Veillard | 3b9def1 | 1999-01-31 22:15:06 +0000 | [diff] [blame] | 29 | |
| 30 | The list archive is at: |
Daniel Veillard | c5d6434 | 2001-06-24 12:13:24 +0000 | [diff] [blame] | 31 | http://mail.gnome.org/archives/xml/ |
Daniel Veillard | 3b9def1 | 1999-01-31 22:15:06 +0000 | [diff] [blame] | 32 | |
Daniel Veillard | dd1655c | 2003-01-25 18:01:32 +0000 | [diff] [blame] | 33 | All technical answers asked privately will be automatically answered on |
Daniel Neel | 38812b6 | 2010-11-20 12:34:17 -0500 | [diff] [blame] | 34 | the list and archived for public access unless privacy is explicitly |
Daniel Veillard | dd1655c | 2003-01-25 18:01:32 +0000 | [diff] [blame] | 35 | required and justified. |
| 36 | |
Daniel Veillard | a2e8c5c | 2002-10-15 10:41:43 +0000 | [diff] [blame] | 37 | Daniel Veillard |
| 38 | |
| 39 | $Id$ |