Develop and Download Open Source Software

Browse CVS Repository

Contents of /samurai-graph/web/htdocs/supports.html.en

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Sun Nov 25 08:12:37 2012 UTC (11 years, 4 months ago) by makimura
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +16 -9 lines
Updated google analytics tracking code.

1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <meta name="author" content="Neuroinformatics Lab." />
5 <meta name="keywords" content="graph plotter linux windows macosx java open source free neuroinformatics" />
6 <meta name="description" content="Development of the Samurai Graph" />
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8 <meta http-equiv="Content-Style-Type" content="text/css" />
9 <meta http-equiv="Content-Script-Type" content="text/javascript" />
10 <link rel="stylesheet" type="text/css" href="samuraigraph.css" />
11 <link rel="icon" type="x-image/icon" href="favicon.ico" />
12 <link rel="INDEX" href="./index.html.en" />
13 <link rel="NEXT" href="./links.html.en" />
14 <link rel="PREV" href="./downloads.html.en" />
15 <link rev="made" href="mailto:webmaster@ni.brain.riken.jp" />
16 <title>Samurai Graph : Supports</title>
17
18 <!-- Google Analytics tracking code -->
19 <script type="text/javascript">
20
21 var _gaq = _gaq || [];
22 _gaq.push(['_setAccount', 'UA-8593728-1']);
23 _gaq.push(['_trackPageview']);
24
25 (function() {
26 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
27 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
28 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
29 })();
30
31 </script>
32
33 </head>
34 <body>
35 <div id="page">
36 <img id="logo" src="images/logo.gif" alt="logo" width="80" height="80" />
37 <h1 id="title">Samurai Graph</h1>
38 <h2 id="subtitle">A highly functional and user-friendly graph plotter</h2>
39 <div id="sectionnav">
40 <div id="sectionnav2">
41 <a href="index.html.en" title="The title page">Home</a>
42 <a href="features.html.en" title="Samurai Graph features">Features</a>
43 <a href="screenshots.html.en" title="See what it looks like">Screenshots</a>
44 <a href="documents.html.en" title="Documents">Documents</a>
45 <!--
46 <a href="manuals/en/" title="Samurai Graph Manual">&nbsp;&nbsp;&nbsp;&nbsp;Manual</a>
47 <a href="qanda.html.en" title="Q and A">&nbsp;&nbsp;&nbsp;&nbsp;Q &amp; A</a>
48 <a href="history.html.en" title="Release Hisotry">&nbsp;&nbsp;&nbsp;&nbsp;History</a>
49 -->
50 <a href="downloads.html.en" title="Downloads">Downloads</a>
51 <a href="supports.html.en" title="Supports">Supports</a>
52 <a href="links.html.en" title="Links">Links</a>
53 <br />
54 </div>
55 <div id="sectionnav3">
56 <a href="supports.html.ja">[Japanese]</a>
57 </div>
58 <a href="http://www.brain.riken.jp/"><img src="images/bsilogo.gif" width="96" height="31" alt="RIKEN Brain Science Institute" style="border: none;" /></a>
59 <a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=1142" width="96" height="31" alt="SourceForge.jp" style="border: none;" /></a>
60 </div>
61
62 <div id="content">
63 <h3>Supports Information</h3>
64
65 <div class="subblock">
66 <h4>Mailing list</h4>
67 <p>
68 The Samurai Graph mailing list is available for user discussion and develoment of the Samurai Graph.
69 </p>
70
71 <a href="http://lists.sourceforge.jp/mailman/listinfo/samurai-graph-users/">Samurai-Graph-users ML</a>
72 (<a href="http://lists.sourceforge.jp/mailman/archives/samurai-graph-users/">Archives</a>)
73
74 <p>
75 It is the mailing list prepared in order to exchange information by the Samurai Graph users. If you have little Tips, some question, an opnion, etc., please send to this mailing list freely.
76 </p>
77 </div>
78
79 <div class="subblock">
80 <h4>Bugreports</h4>
81
82 <p>
83 For some questions, bugreports or anything else please use
84 <a href="http://sourceforge.jp/tracker/?group_id=1142">Tracker</a> or
85 <a href="http://sourceforge.jp/projects/samurai-graph/forums/">Forums</a>
86 on Sourceforge.jp project page.
87 </p>
88
89 </div>
90
91 <!-- footerstart -->
92 <div id="footer">
93 <p>Copyright &#169;2004-2010 RIKEN Japan, All Rights Reserved</p>
94 </div></div>
95 </div>
96 </body></html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26