File: index.html

package info (click to toggle)
libsetup-ruby 3.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 284 kB
  • ctags: 231
  • sloc: ruby: 1,373; makefile: 43; sh: 21
file content (28 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  <meta http-equiv="Content-Language" content="en">
<title>setup.rb User Manual</title>
</head>
<body>

<h1>setup.rb User Manual</h1>
<p>
setup.rb is the generic installer for ruby scripts/extentions.
You can automate configuration and installation of your program
package.
</p>

<ul>
<li><a href="usage.html">Installing Packages with setup.rb</a>
<li><a href="devel.html">Creating Packages Using setup.rb</a>
<li><a href="hookapi.html">Hook Script APIs Reference Manual</a>
<li><a href="metaconfapi.html">metaconfig APIs Reference Manual</a>

<li><a href="news.html">NEWS</a>

</ul>

</body>
</html>