diff --git a/README.html b/README.html index cf8d7ac..255bb10 100644 --- a/README.html +++ b/README.html @@ -316,8 +316,9 @@ ul.auto-toc {

Introduction

D:YAML is an open source YAML parser library for the D programming language. -It is (almost) compliant to the -YAML 1.1 specification. Much of D:YAML code is based on +It is +(almost) +compliant to the YAML 1.1 specification. Much of D:YAML code is based on PyYAML created by Kirill Simonov. D:YAML has no external dependencies, all it needs is a D compiler and Phobos (standard library). It is written in D2 and there are no plans for D1 or Tango support.

@@ -447,7 +448,7 @@ library for the -Generated on: 2011-08-16 19:52 UTC. +Generated on: 2011-08-16 20:07 UTC.
diff --git a/README.rst b/README.rst index 16b9871..f63a7f8 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,9 @@ Introduction ------------ D:YAML is an open source YAML parser library for the D programming language. -It is (`almost <./doc/html/articles/spec_differences.html>`_) compliant to the -YAML 1.1 specification. Much of D:YAML code is based on +It is +(`almost `_) +compliant to the YAML 1.1 specification. Much of D:YAML code is based on `PyYAML `_ created by Kirill Simonov. D:YAML has no external dependencies, all it needs is a D compiler and Phobos (standard library). It is written in D2 and there are no plans for D1 or Tango support.