Added row reference valid checks all around modest (fixes NB#129121).
[modest] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5 <title>modest development page</title>
6
7 <link rel="stylesheet" href="accordion.css" />
8 <link rel="stylesheet" href="jquery.lightbox-0.4.css" media="screen" />
9
10 <script type="text/javascript" src="jquery.js"></script>\r
11 <script type="text/javascript" src="chili-1.7.pack.js"></script>
12 <script type="text/javascript" src="jquery.easing.js"></script>
13 <script type="text/javascript" src="jquery.accordion.js"></script>
14 <script type="text/javascript" src="jquery.lightbox-0.4.min.js"></script>
15
16 <script type="text/javascript">
17 jQuery().ready(function(){\r
18 // simple Accordion
19 jQuery('#list1').Accordion({
20 autoheight: true,
21 animated: 'easeslide'
22 });             \r
23 });
24 </script>
25
26 <script type="text/javascript">
27 $(function() {
28 // Use this example, or...
29 //$('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel
30 // This, or...
31 //$('#gallery a').lightBox(); // Select all links in object with gallery ID
32 // This, or...
33 $('a.lightbox').lightBox(); // Select all links with lightbox class
34 // This, or...
35 //$('a').lightBox(); // Select all links in the page
36 // ... The possibility are many. Use your creative or choose one in the examples above
37 });
38 </script>
39
40 </head>
41 <body>\r
42
43 <div id="main" align="center">\r
44
45 <div class="top">modest development page</div>
46 <div class="content">
47   
48 <div id="list1">
49   <h3><img src="images/internet-mail.png" class="image"/>modest</h3>\r
50 <div class="cont">
51   <p><strong>Welcome</strong></p>
52   <p>
53   <strong>modest</strong> is a small e-mail program targetting hardware with modest resources,
54   such as low-end PCs and Nokia <a href="http://en.wikipedia.org/wiki/N800" >N800</a>/<a href="http://en.wikipedia.org/wiki/N810" >N810</a> internet tablets.
55   Modest uses the <a href="http://www.tinymail.org/">tinymail</a> e-mail framework.<br/>
56   <p>At this moment, modest requires the
57   <a href="http://maemo.org/development/sdks/maemo5_alpha_sdk/">Maemo
58   5 SDK</a>
59   for Nokia Internet Tablets; older versions ('Diablo') might work as well, but haven't been tested recently.
60   </p>
61   <p align="center">
62   <a href="images/maemo5-editor-1.png" class="lightbox" title="modest on Maemo 5">
63   <img src="images/maemo5-editor-1.png" width="200" height="120" alt="" />
64   </a>
65   </p>
66 </div>
67 <h3><img src="images/terminal.png" />development</h3>\r
68 <div class="cont">
69   <p><strong>Show me the code</strong></p>
70   <ol>
71     <li>Make sure you have the Maemo 5 SDK installed, and activate it.
72     <ul>
73       <li>Make sure you install packages:<br>
74       <tt>$ fakeroot apt-get install gnome-common gtk-doc-tools wpeditor-dev</tt>
75       </li>
76     </ul>
77   </li>
78   <li>Then, get the latest tinymail and modest code:
79   <p><strong>Before cloning modest:</strong> follow <a href="https://garage.maemo.org/scm/?group_id=9">these</a> instructions</p>
80   <ul>
81     <li>svn checkout https://svn.tinymail.org/svn/tinymail/trunk tinymail</li>
82     <li>git clone https://git.maemo.org/projects/modest</li>
83   </ul>
84 </li>
85
86 <li>Then compile and install tinymail and modest with:
87 <ul>
88   <li><tt>export CFLAGS="-ggdb -O0 -DDBC -DDEBUG"</tt> (optional, for debugging)</li>
89   <li><tt>export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"</tt></li>
90   <li><tt>./autogen.sh --with-platform=maemo --with-toolkit=hildon2 && make && make install</tt></li>
91 </ul>
92 </li>
93
94 <li>Now, run modest (inside scratchbox) from the Extras menu, or with:
95 <ul>
96   <li>run-standalone.sh /usr/local/bin/modest -s</li>
97 </ul>
98 </li>
99 </ol>
100 </div>
101 <h3><img src="images/doc.png" />documentation</h3>\r
102 <div class="cont">
103   <p>
104   <strong>documentation</strong>
105   </p>
106   <ul>
107     <li>There's quite a bit of developer documentation available:</li>                                  
108     <li>The <a href="https://garage.maemo.org/projects/modest/">modest garage project page</a>;</li>
109     <li>The <strong>modest technical reference</strong> (in git);</li>
110     <li>The <a href="http://tinymail.org/trac/tinymail">Tinymail reference</a>;</li>
111     <li>The <a href="http://www.go-evolution.org/Camel">Camel Library docs</a> </li>
112   </ul>
113   <p>                           
114   In addition, there's of course the documentation for <a href="http://www.gtk.org/api/">GTK+/GLib</a> and <a href="http://maemo.org/development/documentation/apis/4-x/">Maemo</a>.
115   </p>\r
116 </div>
117 <h3><img src="images/internet-mail.png" class="image"/>mailing list</h3>\r
118 <div class="cont">
119   <p>
120   <strong>contributing and mailing list</strong>
121   </p>
122   <p>
123   You are of course very welcome to contribute to our efforts! Please take a look at the HACKING-file
124   in the source distribution to see what conventions we are using. Of course it's also good to discuss
125   your plans/suggestions etc. on the <strong><a href="https://garage.maemo.org/mail/?group_id=9" >modest mailing list</a></strong>;
126   <tt>modest-devel</tt> is for development issues, while <tt>modest-users</tt> is for end-user discussions.
127   </p>
128 </div>                  
129 <h3><img src="images/license.png" class="image"/>license</h3>\r
130 <div class="cont">
131   <p>
132   <strong>modest</strong> is available under a <strong>BSD-like license</strong>. <strong>tinymail</strong> is available under the terms of the <strong>LGPL</strong>. Please refer to the source code for the details.
133   </p>\r
134 </div>
135
136 </div>
137
138 </div>
139 <div class="bottom">&nbsp;      </div>\r
140
141 </body>
142 </html>