Link to differences from the spec now points to the wiki.
This commit is contained in:
parent
d7d3afe7ad
commit
932c125eeb
|
@ -316,8 +316,9 @@ ul.auto-toc {
|
|||
<div class="section" id="introduction">
|
||||
<h1>Introduction</h1>
|
||||
<p>D:YAML is an open source YAML parser library for the D programming language.
|
||||
It is (<a class="reference external" href="./doc/html/articles/spec_differences.html">almost</a>) compliant to the
|
||||
YAML 1.1 specification. Much of D:YAML code is based on
|
||||
It is
|
||||
(<a class="reference external" href="https://github.com/kiith-sa/D-YAML/wiki/Differences-between-D:YAML-and-the-YAML-specification">almost</a>)
|
||||
compliant to the YAML 1.1 specification. Much of D:YAML code is based on
|
||||
<a class="reference external" href="http://www.pyyaml.org">PyYAML</a> 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.</p>
|
||||
|
@ -447,7 +448,7 @@ library for the <a class="reference external" href="http://www.d-programming-lan
|
|||
</div>
|
||||
<div class="footer">
|
||||
<hr class="footer" />
|
||||
Generated on: 2011-08-16 19:52 UTC.
|
||||
Generated on: 2011-08-16 20:07 UTC.
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -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 <https://github.com/kiith-sa/D-YAML/wiki/Differences-between-D:YAML-and-the-YAML-specification>`_)
|
||||
compliant to the YAML 1.1 specification. Much of D:YAML code is based on
|
||||
`PyYAML <http://www.pyyaml.org>`_ 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.
|
||||
|
|
Loading…
Reference in a new issue