-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdocs.html
76 lines (64 loc) · 3.45 KB
/
docs.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
<!DOCTYPE html>
<!--[if lte IE 8]><html lang="en" class="ie"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset='utf-8'>
<meta content='width=device-width,initial-scale=1.0' name='viewport'>
<meta content='A Template Engine for Ruby on Rails' name='description'>
<meta content='Haml, HAML, haml, Rails, Ruby, Ruby on Rails, Template, Template Engine, HTML Abstraction Markup Language' name='keywords'>
<meta content='3zvYccFjus45bkqbIvoSzbVRlaQ3JBhHOcC/+DpAeoc=' name='verify-v1'>
<meta content='_HduvdWLa6WXLgvQNiBbFDb18ZqvHMp_4ocOTEz0Drc' name='google-site-verification'>
<title>Haml :: Docs</title>
<link href='/images/favicon.ico' rel='shortcut icon' type='image/x-icon'>
<link href="/stylesheets/application.css" media="all" rel="stylesheet" type="text/css"/>
<!--[if lte IE 8]>
<script src='../javascripts/modernizr.js'></script>
<![endif]-->
</head>
<body>
<header class='cell'>
<a class="logo" href="/"><img alt="Haml" src="images/haml.png"/></a>
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/tutorial.html">Tutorial</a></li>
<li><a href="/docs.html">Documentation</a></li>
<li><a href="http://haml.tumblr.com/">Blog</a></li>
<li><a href="/help.html">Help</a></li>
</ul>
</header>
<div class='cell'><div class='content'>
<h1>
<img alt="Documentation" src="images/img-badge-documentation.png"/>
Documentation
</h1>
<ul class='subnav'>
<li><a href="/download.html">Download</a></li>
<li><a href="/editors.html">Editors</a></li>
<li><a href="/development.html">Development</a></li>
</ul>
<h2 id="tutorial">Tutorial</h2>
<p><a href="/tutorial.html">The tutorial</a> is a great place to start if you aren't familiar with the language. It goes over the basic syntax for elements, as well as how to embed Ruby in the document.</p>
<h2 id="haml-reference">Haml Reference</h2>
<p><a href="/docs/yardoc/file.REFERENCE.html">The Haml reference</a> is the most complete documentation for Haml. It contains information on every language feature, all the <a href="/docs/yardoc/file.REFERENCE.html#options">options</a>, and how to <a href="/docs/yardoc/file.REFERENCE.html#using_haml">install it as a Ruby gem</a>.</p>
<h2 id="faq">FAQ</h2>
<p>If you're having trouble or have a question, try <a href="/docs/yardoc/file.FAQ.html">the FAQs</a>. If you don't find what you're looking for there, ask <a href="/help.html">the Haml community</a>.</p>
<h2 id="api-documentation">API Documentation</h2>
<p>Finally, if you want to look at the Haml implementation, check out the <a href="http://yardoc.org">YARD</a> <a href="/docs/yardoc/">API Documentation</a>. This probably won't be too useful for most people, but if you're writing Ruby code to interact with Haml, it's a good place to look.</p>
</div>
</div>
<footer>
<p>© 2006-2023 <a href="about.html#the_haml_team">The Haml Team</a> and <a href="https://github.com/haml/haml/graphs/contributors">numerous contributors</a>. Haml is available for use and modification under the <a href="/docs/yardoc/file.MIT-LICENSE.html">MIT License</a>.</p>
</footer>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3592613-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>