blob: 45b2498d2660a23a2f2e513bd74a04102b5b8b3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
doctype(%YAML 1.2)
head<head(---)>
key(YAML)operator(:) string(YAML Ain't Markup Language)
key(What It Is)operator(:) string(YAML is a human friendly data serialization)string(
standard for all programming languages.)
key(YAML Resources)operator(:)
key(YAML 1.2 Specification)operator(:) string(http://yaml.org/spec/1.2/)
key(YAML 1.1 Specification)operator(:) string(http://yaml.org/spec/1.1/)
key(YAML Trac Wiki)operator(:) string(http://trac.yaml.org/)
key(YAML Mailing List)operator(:) string(yaml-core@lists.sourceforge.net)
key(YAML IRC Channel)operator(:) string<delimiter(")content(#yaml on irc.freenode.net)delimiter(")>
key(YAML Cookbook (Ruby\))operator(:) string(http://yaml4r.sourceforge.net/cookbook/)
key(Projects)operator(:)
operator(-) string(YAML C Libraries:)
operator(-) string(libyaml) comment(# New Fast YAML (1.1\))
operator(-) string(Syck) comment(# Old Fast YAML (1.0\))
operator(-) string(PyYaml) comment(# YAML 1.1 Implementation)
operator(-) string(JsYaml) comment(# JavaScript PyYaml port)
operator(-) string(RbYaml) comment(# Ruby port of PyYaml)
operator(-) string(JvYaml) comment(# Java port of PyYaml)
operator(-) string(ocaml-syck) comment(# Syck bindings for OCaml)
operator(-) string(Perl Modules:)
operator(-) string(YAML) comment(# Pure Perl YAML Module)
operator(-) string(YAML::XS) comment(# Binding to libyaml)
operator(-) string(YAML::Syck) comment(# Binding to libsyck)
operator(-) string(YAML::Tiny) comment(# A small YAML subset module)
operator(-) string(PlYaml) comment(# Perl port of PyYaml)
operator(-) string(YamlReference) comment(# Haskell 1.2 reference parser)
operator(-) string(YPaste) comment(# Play with the Haskell 1.2 parser)
operator(-) string(YamlBeans) comment(# De/serialize Java objects to/from YAML)
operator(-) string(Rx) comment(# Simple, Extensible Schemata)
key(News)operator(:)
operator(-) string(11-MAY-2008 -- Oren Ben-Kiki has released a new YAML 1.2 spec draft.)
operator(-) string(29-NOV-2007 -- Alexey Zakhlestin has updated his Syck (YAML 1.0\) binding for PHP)
operator(-) string(23-NOV-2007 -- Derek Wischusen has release Action Script 3 YAML 1.1)
operator(-) string(01-AUG-2006 -- Kirill Simonov has released libyaml, a parser and emitter in "C")
operator(-) string(06-JUN-2006 -- Ola Bini is at it again, this time with a Java implementation)
operator(-) string(03-JUN-2006 -- Christophe Lambrechts and Jonathan Slenders announced a .NET parser)
operator(-) string(07-MAY-2006 -- Ola Bini released a pure-ruby YAML 1.1 parser and emitter)
operator(-) string(12-APR-2006 -- Kirill's YAML 1.1 parser for Python is now at PyYaml)
operator(-) string(05-FEB-2006 -- Spyc YAML for PHP is now at version 0.3)
operator(-) string(17-DEC-2005 -- Makoto Kuwata has released Kwalify 0.5, YAML/JSON schema validator)
operator(-) string(14-DEC-2005 -- Toby Ho has released Jyaml, a Java library for YAML based on Rolf Veen's work)
operator(-) string(30-AUG-2005 -- Kirill Simonov has produce a wonderful Python binding for Syck)
operator(-) string(08-APR-2005 -- As it turns out, YAML is a superset of the JSON serialization language)
operator(-) string(18-MAY-2005 -- Why has released version 0.55 of Syck)
operator(-) string(28-DEC-2004 -- Announcing YAML 1.1 Working Draft)
operator(-) string(01-OCT-2004 -- YAML for Cocoa was released by Will Thimbley)
operator(-) string(08-FEB-2004 -- Slaven Rezic announced a new version of his Javascript binding)
operator(-) string(29-JAN-2004 -- Ingy, Oren, and Clark spent 4 days hacking on the spec in Portland.)
operator(-) string(10-OCT-2003 -- The Syck implementation with bindings for Ruby, Python,)string(
and PHP is now at version .41)
operator(-) string(26-APR-2003 -- Mike Orr has taken over the Pure Python development.)
operator(-) string(26-APR-2003 -- Brian Ingerson has created a FIT platform for Wiki-like testing.)
operator(-) string(24-JAN-2003 -- Updates to specification.)
operator(-) string(25-JUL-2002 -- Both the Ruby and Python parsers have made significant progress.)string(
There is an article about YAML by Kendall Grant Clark at xml.com.
There is also a draft XML binding.)
operator(-) string(02-JUL-2002 -- Brian Ingerson will be giving a 45 minute presentation on YAML at the)string(
O'Reilly Open Source Conference in San Diego on July 24th 2002.)
operator(-) string(01-FEB-2002 -- Brian's Perl implementation YAML.pm, has been updated with new documentation.)string(
Included in this release is YSH, a test shell for learning how YAML works.)
operator(-) string(03-JAN-2002 -- YAML(tm\) starts the new year with a new name YAML Ain't Markup Language.)
operator(-) string(17-MAY-2001 -- YAML now has a mailing list at SourceForge.)
operator(-) string(15-MAY-2001 -- YAML is started with a first pass specification.)
head<head(...)>
|