File: index.html

package info (click to toggle)
ruby-ronn 0.7.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 512 kB
  • sloc: ruby: 1,405; makefile: 2
file content (78 lines) | stat: -rw-r--r-- 2,319 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE html>
<html>
<head>
  <title>Ronn</title>
  <style>
    body {
      font-size:24px;
      line-height:1.5;
      font-family:georgia,serif;
      color:#555;
    }
    div#index {
      width:28em;
      margin:0 auto;
    }
    h1 {
      text-align:center;
      font-weight:normal;
      color:#000;
      margin-bottom:0;
      letter-spacing:-3px;
    }
    h3 {
      text-align:center;
      font-weight:normal;
      color:#444;
      margin-top:-20px;
      margin-bottom:40px;
    }
    h4 {
      font-weight:normal;
      font-size:26px;
      color:#111;
    }
    p, dl    { margin-left:40px }
    .aux     { font-family:monospace;font-size:20px;letter-spacing:1px; }
    .also    { font-size:18px }
    .copy    { font-size:16px;text-align:center;color:#111 }
    .man-ref { font-family:monospace;letter-spacing:-2px; }
  </style>
</head>
<body>
<div id='index'>
  <h1>Ronn</h1>
  <h3>Builds manuals</h3>

  <h4>Auxiliary</h4>
  <p class='aux'>
    <a href='http://github.com/rtomayko/ronn#readme'>README</a>,
    <a href='http://github.com/rtomayko/ronn/blob/master/INSTALLING#files'>INSTALLING</a>,
    <a href='http://github.com/rtomayko/ronn/blob/master/CHANGES#files'>CHANGES</a>,
    <a href='http://github.com/rtomayko/ronn/blob/master/COPYING#files'>COPYING</a>,
    <a href='http://github.com/rtomayko/ronn/blob/master/AUTHORS#files'>AUTHORS</a>
  </p>

  <h4>Manuals</h4>
  <dl>
    <dt><a class='man-ref' href='ronn.1.html'>ronn(1)</a></dt>
    <dd>manual authoring tool</dd>

    <dt><a class='man-ref' href='ronn-format.7.html'>ronn-format(7)</a></dt>
    <dd>markdown-based text format for authoring manpages</dd>
  </dl>

  <h4>See Also</h4>
  <p class='also'>
    <a class='man-ref' href="http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man5/manpages.5.html">manpages(5)</a>,
    <a class='man-ref' href="http://daringfireball.net/projects/markdown/syntax">markdown(7)</a>,
    <a class='man-ref' href="http://man.cx/man(1)">man(1)</a>,
    <a class='man-ref' href="http://man.cx/roff(7)">roff(7)</a>,
    <a class='man-ref' href="http://man.cx/groff(1)">groff(1)</a>,
    <a class='man-ref' href="http://mustache.github.com/mustache.5.html">mustache(5)</a>
  </p>

  <p class='copy'>Copyright &copy; 2010 Ryan Tomayko</p>
</div>
</body>
</html>