diff --git a/CHANGES.html b/CHANGES.html deleted file mode 100644 index 14829ec..0000000 --- a/CHANGES.html +++ /dev/null @@ -1,531 +0,0 @@ - - - -
- - -As many people have been using D:YAML from git master since the 0.4 release, each change -is prefixed by the year the change was introduced.
----
-- Fixed many bugs in the parser, scanner, composer and constructor.
-
Note: D:YAML 0.5 brings some breaking changes. See the -changelog.
-D:YAML is an open source YAML parser and emitter library for the D programming -language. It is -(almost) -compliant to the YAML 1.1 specification. D:YAML is based on -PyYAML created by Kirill Simonov.
-D:YAML is designed to be easy to use while supporting the full feature set of -YAML. To start using it in your project, see the -Getting Started -tutorial and the documentation.
-D:YAML is still a work in progress. Its API is not stable and there might be -compatibility breaking changes.
-Directory | -Contents | -
---|---|
./ | -This README, utility scripts. | -
./doc | -Documentation. | -
./docsrc | -Documentation sources. | -
./source | -Source code. | -
./examples/ | -Example projects using D:YAML. | -
./test | -Unittest data. | -
See the -Getting Started -tutorial and other tutorials that can be found at the -GitHub wiki -and in the doc/html/tutorials/ directory in the package. -For advanced usage, see the documentation.
-D:YAML is released under the terms of the -Boost Software License 1.0. -This license allows you to use the source code in your own projects, open source -or proprietary, and to modify it to suit your needs. However, in source -distributions, you have to preserve the license headers in the source code and -the accompanying license file.
-Full text of the license can be found in file LICENSE_1_0.txt and is also -displayed here:
--Boost Software License - Version 1.0 - August 17th, 2003 - -Permission is hereby granted, free of charge, to any person or organization -obtaining a copy of the software and accompanying documentation covered by -this license (the "Software") to use, reproduce, display, distribute, -execute, and transmit the Software, and to prepare derivative works of the -Software, and to permit third-parties to whom the Software is furnished to -do so, all subject to the following: - -The copyright notices in the Software and this entire statement, including -the above license grant, this restriction and the following disclaimer, -must be included in all copies of the Software, in whole or in part, and -all derivative works of the Software, unless such copies or derivative -works are solely in the form of machine-executable object code generated by -a source language processor. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT -SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE -FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. --
D:YAML was created by Ferdinand Majerech aka Kiith-Sa kiithsacmp[AT]gmail.com .
-Parts of code based on PyYAML created by Kirill Simonov.
-D:YAML was created using Vim and DMD on Debian, Ubuntu and Linux Mint as a YAML parsing -library for the D programming language.
-