public
Fork of apache/buildr
Description: Apache Buildr
Homepage: http://buildr.apache.org
Clone URL: git://github.com/buildr/buildr.git
buildr / doc / _layouts / default.html
100644 84 lines (83 sloc) 3.6 kb
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
<html>
  <head>
    <meta content='text/html;charset=UTF-8' http-equiv='Content-Type' />
    <title>buildr &mdash; {{ page.title }}</title>
    <style type='text/css'>
      @import 'css/default.css';
      @import 'css/syntax.css';
    </style>
    <style media='print' type='text/css'>
      @import 'css/print.css';
    </style>
    <meta content='Official Buildr documentation from the people in the know' name='subject' />
    <link href='images/favicon.png' rel='shortcut icon' />
  </head>
  <body>
    <div id='wrap'>
      <div id='header'>
        <a href='http://buildr.apache.org/'>
          <img alt='buildr' src='images/buildr.png' />
        </a>
        <div class='tagline'></div>
      </div>
      <div id='pages'>
        <ol class='toc'>
          <li>Start Here
            <ol class="toc">
              <li><a href='index.html'>Welcome</a></li>
              <li><a href='download.html'>Download</a></li>
              <li><a href='buildr.pdf'>User Guide (PDF)</a></li>
              <li><a href='whats_new.html'>What&#8217;s New</a></li>
              <li><a href='http://cwiki.apache.org/confluence/display/BUILDR/Index'>Community Wiki</a></li>
            </ol>
          </li>
          <li>Using Buildr
            <ol class="toc">
              <li><a href='getting_started.html'>Getting Started</a></li>
              <li><a href='projects.html'>Projects</a></li>
              <li><a href='building.html'>Building</a></li>
              <li><a href='artifacts.html'>Artifacts</a></li>
              <li><a href='packaging.html'>Packaging</a></li>
              <li><a href='testing.html'>Testing</a></li>
              <li><a href='settings_profiles.html'>Settings/Profiles</a></li>
              <li><a href='languages.html'>Languages</a></li>
              <li><a href='more_stuff.html'>More Stuff</a></li>
              <li><a href='extending.html'>Extending Buildr</a></li>
              <li><a href='recipes.html'>Recipes</a></li>
            </ol>
          </li>
          <li>Reference
            <ol class="toc">
              <li><a href='rdoc'>API</a></li>
              <li><a href='http://docs.rubyrake.org'>Rake</a></li>
              <li><a href='http://antwrap.rubyforge.org'>Antwrap</a></li>
              <li><a href='troubleshooting.html'>Troubleshooting</a></li>
            </ol>
          </li>
          <li>Get Involved
            <ol class="toc">
              <li><a href='mailing_lists.html'>Mailing Lists</a></li>
              <li><a href='http://issues.apache.org/jira/browse/Buildr'>Issues/Bugs</a></li>
              <li><a href='contributing.html'>Contributing</a></li>
              <li><a href='specs.html'>Specs</a></li>
              <li><a href='coverage/index.html'>Coverage</a></li>
            </ol>
          </li>
        </ol>
        <form action='http://www.google.com/cse' id='searchbox_003673095760649043902:ogcgrzu0l2y'>
          <input name='cx' type='hidden' value='003673095760649043902:ogcgrzu0l2y' />
          <input name='cof' type='hidden' value='FORID:0' />
          <input name='q' size='20' type='text' />
          <input name='sa' type='submit' value='Search' />
          <img alt='Google Custom Search' src='http://www.google.com/coop/images/google_custom_search_smnar.gif' />
        </form>
      </div>
      <div id='content'>
        <h1 id='{{ page.title | downcase | replace(' ', '_') }}'>{{ page.title }}</h1>
        {{ content | toc }}
        {{ content }}
      </div>
      <div id='footer'>Copyright &copy; 2007-2009 The Apache Software Foundation</div>
    </div>
  </body>
</html>