Difference between revisions of "Mini-XML"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Mini-XML |Short description=Small XML parsing library |Full description=Mini-XML is a small XML parsing library used to read XML and XML-like data files in an appli...")
 
(Changed URLs version description licence Added Debian Trisquel page repository maintainer maillinglist)
 
Line 2: Line 2:
 
|Name=Mini-XML
 
|Name=Mini-XML
 
|Short description=Small XML parsing library
 
|Short description=Small XML parsing library
|Full description=Mini-XML is a small XML parsing library used to read XML and XML-like data files in an application without requiring large non-standard libraries. It requires only an ANSI C compatible compiler and a "make" program. It supports reading UTF-8 and UTF-16 and writing UTF-8 encoded XML strings and files, and provides a hierarchical view of the file via a linked-list tree structure of typed nodes and functions for managing and searching the tree.
+
|Full description=Mini-XML is a small XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors' ANSI C compilers) and a 'make' program.
 +
 
 +
Mini-XML supports reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and strings. Data is stored in a linked-list tree structure, preserving the XML data hierarchy, and arbitrary element names, attributes, and attribute values are supported with no preset limits, just available memory.
 +
|Homepage URL=http://www.msweet.org/projects.php?Z3
 
|User level=none
 
|User level=none
|Status=Live
+
|Documentation note=Online and included: http://www.msweet.org/documentation/project3/Mini-XML.pdf
|Component programs=
 
|Homepage URL=http://www.easysw.com/~mike/mxml/
 
|VCS checkout command=
 
|Computer languages=C
 
|Documentation note=User guide available in HTML format from http://www.easysw.com/~mike/mxml/mxml.html; User guide available in PDF format from http://www.easysw.com/~mike/mxml/mxml.pdf; User guide available in PostScript format from http://www.easysw.com/~mike/mxml/mxml.ps.gz
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=xmlstarlet
 
|Related projects=xmlstarlet
|Keywords=XML,library,UTF-8,string,file,tree,hierarchy,function,UTF-16,node,parsing
+
|Keywords=XML,UTF-8,string,file,tree,hierarchy,function,UTF-16,node,parsing
|Is GNU=n
+
|Version identifier=2.10
|Last review by=Janet Casey
+
|Version date=2016/06/13
|Last review date=2005-05-18
+
|Version status=stable
 +
|Version download=http://www.easysw.com/~mike/mxml/software.php?VERSION=2.2&FILE=mxml/2.2/mxml-2.2.1.tar.gz
 +
|Last review by=BABA200
 +
|Last review date=2017/02/23
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.2.1
+
|Status=
|Version date=2005-05-18
+
|Is GNU=No
|Version status=stable
 
|Version download=http://www.easysw.com/~mike/mxml/software.php?VERSION=2.2&FILE=mxml/2.2/mxml-2.2.1.tar.gz
 
 
|License verified date=2004-05-21
 
|License verified date=2004-05-21
|Version comment=2.2.1 stable released 2005-05-18
+
}}
 +
{{Project license
 +
|License=LGPLv2
 +
|License verified by=BABA200
 +
|License verified date=2017/02/23
 +
|License note=w/Static Linking:
 +
 
 +
  Mini-XML License
 +
  September 18, 2010
 +
 
 +
 
 +
The Mini-XML library and included programs are provided under the
 +
terms of the GNU Library General Public License version 2 (LGPL2)
 +
with the following exceptions:
 +
 
 +
  1. Static linking of applications to the Mini-XML library
 +
does not constitute a derivative work and does not require
 +
the author to provide source code for the application, use
 +
the shared Mini-XML libraries, or link their applications
 +
against a user-supplied version of Mini-XML.
 +
 
 +
If you link the application to a modified version of
 +
Mini-XML, then the changes to Mini-XML must be provided
 +
under the terms of the LGPL2 in sections 1, 2, and 4.
 +
 
 +
  2. You do not have to provide a copy of the Mini-XML license
 +
with programs that are linked to the Mini-XML library, nor
 +
do you have to identify the Mini-XML license in your
 +
program or documentation as required by section 6 of the
 +
LGPL2.
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Michael Sweet
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Michael Sweet
+
|Email=mxml@msweet.org
|Email=mike@easysw.com
+
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Alastair McKinstry
 +
|Role=Maintainer Debian
 +
|Email=mckinstry@debian.org
 
|Resource URL=
 
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Mailing list
 +
|Resource kind=Mailing List
 +
|Resource URL=https://www.msweet.org/mailman/listinfo/mxml
 +
}}
 +
{{Resource
 +
|Resource audience=Repository
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://svn.msweet.org/mxml/
 +
}}
 +
{{Resource
 +
|Resource audience=Debian page
 +
|Resource kind=Homepage
 +
|Resource URL=https://tracker.debian.org/pkg/mxml
 +
}}
 +
{{Resource
 +
|Resource audience=Trisquel page
 +
|Resource kind=Homepage
 +
|Resource URL=http://packages.trisquel.info/belenos/libmxml1
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c
+
|Library=C
|Use=library,web-authoring
+
|Programming-language=C
 +
|Use=library, web-authoring
 
|Web-authoring=xml
 
|Web-authoring=xml
 
|Works-with=xml
 
|Works-with=xml
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=LGPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-05-21
 
}}
 

Latest revision as of 15:04, 23 February 2017


[edit]

Mini-XML

http://www.msweet.org/projects.php?Z3
Small XML parsing library

Mini-XML is a small XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors' ANSI C compilers) and a 'make' program.

Mini-XML supports reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and strings. Data is stored in a linked-list tree structure, preserving the XML data hierarchy, and arbitrary element names, attributes, and attribute values are supported with no preset limits, just available memory.





Licensing

License

Verified by

Verified on

Notes

License

LGPLv2

Verified by

BABA200

Verified on

23 February 2017

Notes

w/Static Linking:

Mini-XML License September 18, 2010


The Mini-XML library and included programs are provided under the terms of the GNU Library General Public License version 2 (LGPL2) with the following exceptions:

 1. Static linking of applications to the Mini-XML library

does not constitute a derivative work and does not require the author to provide source code for the application, use the shared Mini-XML libraries, or link their applications against a user-supplied version of Mini-XML.

If you link the application to a modified version of Mini-XML, then the changes to Mini-XML must be provided under the terms of the LGPL2 in sections 1, 2, and 4.

 2. You do not have to provide a copy of the Mini-XML license

with programs that are linked to the Mini-XML library, nor do you have to identify the Mini-XML license in your program or documentation as required by section 6 of the

LGPL2.




Leaders and contributors

Contact(s)Role
Michael Sweet Maintainer
Alastair McKinstry Maintainer Debian


Resources and communication

AudienceResource typeURI
RepositoryVCS Repository Webviewhttp://svn.msweet.org/mxml/
Trisquel pageHomepagehttp://packages.trisquel.info/belenos/libmxml1
Debian pageHomepagehttps://tracker.debian.org/pkg/mxml
Mailing listMailing Listhttps://www.msweet.org/mailman/listinfo/mxml


Software prerequisites




Entry











"Maintainer Debian" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Mailing list" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Repository" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Trisquel page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.