File: main.html

package info (click to toggle)
ruby-log4r 1.1.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: ruby: 2,744; xml: 96; makefile: 5
file content (147 lines) | stat: -rw-r--r-- 3,455 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<html>
<head>
  <!-- TITLE -->
  <link rel="stylesheet" type="text/css" href="log4r.css">
</head>
<body>

<div align="right"><img src="images/log4r-logo.png"/></div>
<hr noshade>

<table border="0" cellspacing="3" cellpadding="0" width="100%"> 
<tr>

<!-- Sidebar -->
<td width="15%" valign="top">
<table cellspacing="0" cellpadding="0" width=100%" nowrap="true">

<!-- Log4r Box -->
<tr><td >
<table width="100%" cellspacing="0" cellpadding="0" align="center" >
<tr><td width="100%" class="menutitle">Log4r</td></tr>
<tr><td width="100%" class="menubuff">&nbsp;</td></tr>
<!-- list -->
<table class="menu"  cellspacing="3" cellpadding="0" width="100%"
       align="center">
<tr><td ><a href="index.html">Home Page</a></tr></td>
<tr><td><a href="http://sourceforge.net/project/showfiles.php?group_id=43396">
Download</a></td></tr>
<tr><td nowrap="true">
    <a href="http://rubyforge.org/projects/log4r/">@ RubyForge</a>
</td></tr>
<tr><td>
<a href="license.html">License</a>
</td></tr>
<tr><td>
<a href="contact.html">Contact</a>
</td></tr>
</table>
</td></tr>

<tr><td height=15>&nbsp;</td></tr>

<!-- Doc Box -->
<tr><td >
<table cellspacing="0" cellpadding="0" align="center" width="100%">
<tr><td width="100%"  class="menutitle">Documents</td></tr>
<tr><td  width="100%" class="menubuff">&nbsp;</td></tr>
<!-- list -->
<table class="menu"  cellspacing="3" cellpadding="0" width="100%"
       align="center">
<tr><td>
    <a href="manual.html">#{version} Manual</a>
</tr></tr>
<tr><td>
    <a href="rdoc/index.html">#{version} RDoc API</a>
</td></tr>

</table>
</td></tr>

<tr><td height=15>&nbsp;</td></tr>

<!-- Development Box -->
<tr><td >
<table cellspacing="0" cellpadding="0" align="center" width="100%">
<tr><td width="100%"  class="menutitle">Development</td></tr>
<tr><td  width="100%" class="menubuff">&nbsp;</td></tr>
<!-- list -->
<table class="menu"  cellspacing="3" cellpadding="0" width="100%"
       align="center">
<tr><td>
<a
href="http://sourceforge.net/tracker/?atid=436181&group_id=43396&func=browse">
Bugs</a>
</tr></tr>
<tr><td>
<a
href="http://sourceforge.net/tracker/?atid=436184&group_id=43396&func=browse">
Requests</a>
</td></tr>
<tr><td>
<a href="contribute.html">Contribute</a>
</td></tr>

</table>
</td></tr>

<tr><td height=15>&nbsp;</td></tr>


<!-- Link Box -->
<tr><td >
<table cellspacing="0" cellpadding="0" align="center" width="100%">
<tr><td width="100%"  class="menutitle">Links</td></tr>
<tr><td  width="100%" class="menubuff">&nbsp;</td></tr>
<!-- list -->
<table class="menu"  cellspacing="3" cellpadding="0" width="100%"
       align="center">
<tr><td>
<a href="http://www.ruby-lang.org/en/index.html">Ruby</a>
</td></tr>
<tr><td>
<a href="http://jakarta.apache.org/log4j/docs/index.html">Apache Log4j</a>
</tr></tr>
<tr><td>
<a href="http://www.ruby-lang.org/en/raa-list.rhtml?name=REXML">REXML</a>
</td></tr>
<tr><td>
<a href="http://rm-f.net/~cout/ruby/romp/">ROMP</a>
</td></tr>
<tr><td height="5">&nbsp;</td></tr>
<tr><td align="center">
    <a href="http://rubyforge.org">
      <!-- rubyforge image goes here -->
    </a>
</a>
</td></tr>

</table>
</td></tr>

</table>
</td>

<!-- Main column -->
<td width="85%" align="left" valign="top">
<center>
<table cellspacing="0" cellpadding="0" align="center" width="95%">

<!-- CONTENT -->

</table>
</center>
</td>


</tr>
</table>
<hr noshade>
<div align="right">
<font color="#888888" size="-1">
<i>
<!-- CVSID -->
</i></font>
</div>
</body>
</html>