root/code-www/index.html

Revision 1130, 5.5 kB (checked in by sandal, 1 year ago)

index updated with teh spy

Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
7   <title>Ruby Reports Projects</title>
8   <link href="projects.css" rel="stylesheet" type="text/css" />
9 </head>
10
11 <body>
12   <div id="wrapper">
13     <div id="logo">
14       <h2>code.rubyreports.org</h2>
15     </div>
16    
17     <div id="introduction" align="center">
18       <h3>Community Resources for the <a href="http://rubyreports.org">Ruby Reports</a> project. SVN Repositories,
19         Bug Trackers, Wikis, Etc </h3> 
20       <p>This is a home for both officially supported projects from the Ruby
21         Reports core team as well as community contributed extras.  If you
22         have a project you'd like to see listed here, please
23         <a href="http://list.rubyreports.org">let us know</a>.</p>
24     </div>
25    
26     <div class="projectsHeader">
27       <p>Core Projects</p>
28     </div>     
29    
30     <div id="ruport" class="project"> 
31       <div class="projectLogo">
32         <p>Ruport: Ruby Reports</p>
33       </div>
34       <p class="projectText">
35         Ruport is an extensible reporting system. It aims to keep things
36         as simple as possible while still providing the core toolset you'll
37         need for most reporting tasks.
38       </p>
39       <p class="projectFooter">
40          <a href="http://stonecode.svnrepository.com/svn/ruport/ruport">source</a> |
41          <a href="http://code.rubyreports.org/ruport">wiki</a> |
42          <a href="http://stonecode.svnrepository.com/ruport/trac.cgi/report/1">bugs</a> |
43          <a href="http://stonecode.svnrepository.com/ruport/trac.cgi/timeline?wiki=on&milestone=on&ticket=on&changeset=on&max=50&daysback=90&format=rss">
44            feed</a>
45       </p>
46     </div>
47    
48     <div id="ruportUtil" class="project">
49       <div class="projectLogo">
50         <h2>&lt; ruport-util &gt;</h2>
51       </div>
52       <p class="projectText">
53         The Ruport Utilities package(ruport-util) contains a set of tools and
54         extensions to the core ruport library which help with various reporting
55         tasks, including graphing, PDF invoices and printable form documents.
56         This package also includes <b>rope</b>, Ruport's code generator, to simplify
57         building your reporting applications.
58       </p>
59       <p class="projectFooter">
60          <a href="http://stonecode.svnrepository.com/svn/ruport-util">source</a> |
61          <a href="http://stonecode.svnrepository.com/ruport-util">wiki</a> |
62          <a href="http://stonecode.svnrepository.com/ruport-util/trac.cgi/report/1">bugs</a> |
63          <a href="http://stonecode.svnrepository.com/ruport-util/trac.cgi/timeline?wiki=on&milestone=on&ticket=on&changeset=on&max=50&daysback=90&format=rss">
64            feed</a>
65       </p>
66     </div>
67
68     <div class="projectsHeader">
69       <p>Ruport Extras</p>
70     </div>
71    
72     <div id="documatic" class="project">
73       <div class="projectLogo">
74         docu<span class="projectLogoEnd">matic</span>
75       </div>
76       <div class="projectText">
77         Documatic is an OpenDocument extension for Ruport. It is a
78         template-driven formatter that can be used to produce attractive
79         printable documents such as database reports, invoices, letters, faxes
80         and more.
81       </div>
82       <p class="projectFooter">
83         <a href="http://stonecode.svnrepository.com/svn/documatic">source</a> |
84         <a href="http://code.rubyreports.org/documatic">wiki</a> |
85         <a href="http://stonecode.svnrepository.com/documatic/trac.cgi/report/1">bugs</a> |
86         <a href="http://stonecode.svnrepository.com/documatic/trac.cgi/timeline?wiki=on&milestone=on&ticket=on&changeset=on&max=50&daysback=90&format=rss">
87           feed</a>
88       </p>
89     </div>
90    
91     <div id="ruportRails" class="project">
92       <div class="projectLogo">
93         <h2>&lt; Ruport/Rails &gt;</h2>
94       </div>
95       <p class="projectText">
96         Ruport/Rails is a plugin that integrates Ruport with the Rails web
97         development framework, allowing you to use Ruport's formatting system
98         within your views.
99       </p>
100       <p class="projectFooter">
101          <a href="http://stonecode.svnrepository.com/svn/ruport_rails">source</a> |
102          <a href="http://stonecode.svnrepository.com/ruport_rails">wiki</a> |
103          <a href="http://stonecode.svnrepository.com/ruport_rails/trac.cgi/report/1">bugs</a> |
104          <a href="http://stonecode.svnrepository.com/ruport_rails/trac.cgi/timeline?wiki=on&milestone=on&ticket=on&changeset=on&max=50&daysback=90&format=rss">
105            feed</a>
106       </p>
107     </div>
108
109     <div class="clear"></div>
110    
111     <div id="footer">
112       <p>
113         Ruby Reports is free software under the
114         <a href="http://www.ruby-lang.org/en/LICENSE.txt">License of Ruby</a>.
115       </p>
116       <p>
117         Site designed by Michael Milner.
118         Ruport logo designed by
119         <a href="http://fashionpirat.de/">Daniel Dormann</a>.
120       </p>
121       <p>
122         Site layout inspired by
123         <a href="http://code.whytheluckystiff.net">code.whytheluckystiff.net</a>.
124       </p>
125       <p>
126         All web content is licensed under the
127         <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
128         Commons Attribution-Sharealike License</a>.
129       </p>
130     </div>
131   </div>
132 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
133 </script>
134 <script type="text/javascript">
135 _uacct = "UA-2193841-3";
136 urchinTracker();
137 </script>
138 </body>
139 </html>
Note: See TracBrowser for help on using the browser.