root/trunk/spec/index.dbk

Revision 7, 4.9 KB (checked in by oren, 8 months ago)

April 06, 2008 draft.

Implemented by YamlReference? 0.9.

Contains new productions, new examples, all the changes collected throughout
the last 3 years, and of course JSON compatibility.

Line 
1<?xml version="1.0"?>
2<!DOCTYPE article
3  PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
4         "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5
6<article>
7  <articleinfo>
8    <title>
9      <trademark>YAML</trademark>&nbsp;Specification&nbsp;Index
10    </title>
11
12    <subtitle>Last Updated On 2005-01-18</subtitle>
13
14    <copyright>
15      <year>2001-2005</year>
16      <holder>Oren Ben-Kiki<fo>,&nbsp;</fo></holder>
17      <holder>Clark Evans<fo>,&nbsp;</fo></holder>
18      <holder>Brian Ingerson</holder>
19    </copyright>
20
21    <legalnotice>
22      This document may be freely copied provided it is not modified.
23    </legalnotice>
24  </articleinfo>
25
26  <section>
27    <title>Introduction</title>
28
29    <para>
30      <trademark>YAML</trademark> (rhymes with <quote>camel</quote>) is a
31      human-friendly, cross language, Unicode based data serialization language
32      designed around the common native data structures of agile programming
33      languages. It is broadly useful for programming needs ranging from
34      configuration files to Internet messaging to object persistence to data
35      auditing. Together with the <ulink url="http://www.unicode.org/">Unicode
36      standard for characters</ulink>, the YAML <ulink
37      url="http://yaml.org/spec/current.html">specification</ulink> provides
38      all the information necessary to understand YAML Version 1.1 and to
39      creating programs that process YAML information.
40    </para>
41  </section>
42
43  <section>
44    <title>Specification</title>
45
46    <para>
47      Current (drafts):
48    </para>
49
50    <variablelist>
51      <varlistentry>
52        <term>
53          YAML latest posted specification
54        </term>
55
56        <listitem>
57          <ulink url="http://yaml.org/spec/current.html">html</ulink>
58          <ulink url="http://yaml.org/spec/current.pdf">pdf</ulink>
59          <ulink url="http://yaml.org/spec/current.ps">ps</ulink>
60        </listitem>
61      </varlistentry>
62
63      <varlistentry>
64        <term>
65          YAML latest CVS snapshot
66        </term>
67
68        <listitem>
69          <ulink url="http://yaml.org/spec/cvs/current.html">html</ulink>
70          <ulink url="http://yaml.org/spec/cvs/current.pdf">pdf</ulink>
71          <ulink url="http://yaml.org/spec/cvs/current.ps">ps</ulink>
72        </listitem>
73      </varlistentry>
74
75      <varlistentry>
76        <term>
77          Changes List
78        </term>
79
80        <listitem>
81          <ulink url="http://yaml.org/spec/changes.html">html</ulink>
82          <ulink url="http://yaml.org/spec/changes.pdf">pdf</ulink>
83          <ulink url="http://yaml.org/spec/changes.ps">ps</ulink>
84        </listitem>
85      </varlistentry>
86
87      <varlistentry>
88        <term>
89          Types Repository
90        </term>
91
92        <listitem>
93          <ulink url="http://yaml.org/type/index.html">html</ulink>
94          <ulink url="http://yaml.org/type/index.pdf">pdf</ulink>
95          <ulink url="http://yaml.org/type/index.ps">ps</ulink>
96        </listitem>
97      </varlistentry>
98    </variablelist>
99
100    <para>
101      Dated revisions:
102    </para>
103
104    <variablelist>
105      <varlistentry>
106        <term>
107          2004-12-30 (draft YAML 1.1)
108        </term>
109
110        <listitem>
111          <ulink
112     url="http://yaml.org/spec/history/2004-12-30/2004-12-30.html">html</ulink>
113          <ulink
114     url="http://yaml.org/spec/history/2004-12-30/2004-12-30.pdf">pdf</ulink>
115          <ulink
116     url="http://yaml.org/spec/history/2004-12-30/2004-12-30.ps">ps</ulink>
117        </listitem>
118      </varlistentry>
119
120      <varlistentry>
121        <term>
122          2004-01-29 (last call YAML 1.0)
123        </term>
124
125        <listitem>
126          <ulink
127     url="http://yaml.org/spec/history/2004-01-29/2004-01-29.html">html</ulink>
128        </listitem>
129      </varlistentry>
130
131      <varlistentry>
132        <term>
133          Historical Versions
134        </term>
135
136        <listitem>
137          <ulink
138          url="http://yaml.org/spec/history/2001-03-30.html">2001-03-30</ulink>
139          , <ulink
140          url="http://yaml.org/spec/history/2001-05-15.html">2001-05-15</ulink>
141          , <ulink
142          url="http://yaml.org/spec/history/2001-05-26.html">2001-05-26</ulink>
143          , <ulink
144          url="http://yaml.org/spec/history/2001-06-16.html">2001-06-16</ulink>
145          , <ulink
146          url="http://yaml.org/spec/history/2001-08-01.html">2001-08-01</ulink>
147          , <ulink
148          url="http://yaml.org/spec/history/2001-12-10.html">2001-12-10</ulink>
149          , <ulink
150          url="http://yaml.org/spec/history/2002-04-07.html">2002-04-07</ulink>
151          , <ulink
152          url="http://yaml.org/spec/history/2002-09-01.html">2002-09-01</ulink>
153          , <ulink
154          url="http://yaml.org/spec/history/2002-10-31.html">2002-10-31</ulink>
155          , <ulink
156          url="http://yaml.org/spec/history/2003-03-15.html">2003-03-15</ulink>
157          , <ulink
158          url="http://yaml.org/spec/history/2003-09-01.html">2003-09-01</ulink>
159        </listitem>
160      </varlistentry>
161    </variablelist>
162  </section>
163</article>
Note: See TracBrowser for help on using the browser.