File: menu.html

package info (click to toggle)
ruby-facets 2.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,824 kB
  • sloc: ruby: 25,483; xml: 90; makefile: 20
file content (71 lines) | stat: -rw-r--r-- 2,902 bytes parent folder | download
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
<html>

<head>
  <title>Facets API</title>

  <link href="assets/styles/api.css" rel="stylesheet" type="text/css">

  <script src="assets/scripts/jquery.js"  type="text/javascript"></script>
  <script src="assets/scripts/doclist.js" type="text/javascript"></script>
  <script>
    $(document).ready(function(){
    });
  </script>

  <style>
    body {
      padding: 0px 13px;
      font-family: sans-serif;
      font-size: 9pt;
      background: url(assets/images/fade_blue_down.gif) repeat-x;
    }
  </style>
</head>

<body>
  <!-- <h1 style="padding-bottom: 12px;">Docs</h1> -->
  <img src="assets/images/RubyFacets.png" width="150px"/><br/>
  <img src="assets/images/APIdocs.png" width="150px"/><br/>

  <h3 style="">APIs</h3>

  <img src="assets/images/source.gif" align="absmiddle"> <a target="docPane" href="/doc/api/core/index.html">Core Library</a> <br/>
  <!-- <img src="assets/images/source.gif" align="absmiddle"> <a target="docPane" href="api/lore/index.html">Lore Library</a> <br/> -->
  <img src="assets/images/source.gif" align="absmiddle"> <a target="docPane" href="/doc/api/more/index.html">More Library</a> <br/>

  <h3 style="">Pages</h3>

  <img src="assets/images/source.gif" align="absmiddle"> <a target="docPane" href="readme.html">Readme</a> <br/>
  <img src="assets/images/source.gif" align="absmiddle"> <a target="docPane" href="authors.html">Authors</a> <br/>
  <img src="assets/images/source.gif" align="absmiddle"> <a target="docPane" href="history.html">History</a> <br/>
  <img src="assets/images/source.gif" align="absmiddle"> <a target="docPane" href="copying.html">Copying</a> <br/>

  <h3 style="">Links</h3>

  <img src="assets/images/home.gif"    align="absmiddle"/> <a target="_parent" href="http://rubyworks.github.com/facets">Website</a> </br>
  <img src="assets/images/bomb.gif"    align="absmiddle"/> <a target="_parent" href="http://github.com/rubyworks/facets/issues">Bug Report</a> </br>
  <img src="assets/images/email.gif"   align="absmiddle"/> <a target="_parent" href="http://groups.google.com/group/facets-universal/topics">Mailing List</a> </br>
  <img src="assets/images/quill.gif"   align="absmiddle"/> <a target="_parent" href="http://wiki.github.com/rubyworks/facets">Wiki Wiki</a> </br>
  <img src="assets/images/develop.gif" align="absmiddle"/> <a target="_parent" href="http://github.com/rubyworks/facets">Source</a> </br>

  <br/><br/>

<div class="smallAd" style="position: absolute; bottom: 5px; left: 3px;">
<script type="text/javascript"><!--
amazon_ad_tag="psytowerinfo-20"; 
amazon_ad_width="180"; 
amazon_ad_height="150"; 
amazon_color_border="FFFFFF"; 
amazon_color_logo="F5A508"; 
amazon_color_link="A43907"; 
amazon_ad_logo="hide"; 
amazon_ad_border="hide"; 
amazon_ad_title="TigerOpWares"; //--></script>
<script type="text/javascript" src="http://www.assoc-amazon.com/s/asw.js"></script>
</div>

  <br/><br/>
</body>

</html>