-
Notifications
You must be signed in to change notification settings - Fork 260
/
faq.html
96 lines (94 loc) · 3.31 KB
/
faq.html
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>YAML Ain't Markup Language</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body text="#000000" bgcolor="#FFFFFF" background="img/page_backdrop.gif">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr><td height="55" colspan="2"> </td></tr>
<tr>
<td width="110" valign="top" >
<table width="100%" border="0"
cellspacing="0" cellpadding="0">
<tr><td height="377" valign="top">
<table width="100%" border="0"
cellspacing="0" cellpadding="4">
<!-- BEGIN -->
<tr><td>
<a href="./" class="sub_menu">Welcome</a>
</td></tr>
<tr><td>
<a href="about.html" class="sub_menu">About</a>
</td></tr>
<tr><td>
<a href="download.html" class="sub_menu">Download</a>
</td></tr>
<tr><td>
<a href="discuss.html" class="sub_menu">Discuss</a>
</td></tr>
<tr><td>
<a href="start.html" class="sub_menu">Get Started</a>
</td></tr>
<tr><td>
<a href="faq.html" class="sub_menu">FAQ</a>
</td></tr>
<tr><td>
<a href="link.html" class="sub_menu">Links</a>
</td></tr>
<!-- FUZZY STUFF -->
<tr><td><p> </p></td></tr>
<tr><td>
<a href="refcard.html" class="sub_menu">Reference</a>
</td></tr>
<tr><td>
<a href="spec/" class="sub_menu">Specification</a>
</td></tr>
</table>
</td></tr>
</table>
</td>
<td><img src="img/spacer.gif" width="50" alt=""/></td>
<td valign="top"><table width="100%" border="0" cellspacing="0"
cellpadding="6" ><tr><td>
<p class="main_title">FAQ</p>
<ol>
<li><b>Is there an official extension for YAML files?</b><br/></br/>
<p>Please use ".yaml" when possible.</p>
<li><b>Why does YAML forbid tabs?</b><br/></br/>
<p>
Tabs have been outlawed since they are treated differently
by different editors and tools. And since indentation is so
critical to proper interpretation of YAML, this issue is just
too tricky to even attempt. Indeed Guido van Rossum of Python
has acknowledged that allowing TABs in Python source is a
headache for many people and that were he to design Python
again, he would forbid them.</p>
</ol>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td></tr></table></td>
<!-- FOOTER -->
</tr>
</table>
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="128"> </td>
<td class="page_footer">
© 2001-2006 YAML.org All Rights Reserved</td>
</tr>
</table>
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
</p>
</body>
</html>