Develop and Download Open Source Software

Browse Subversion Repository

Contents of /nyar4psg/trunk/web/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1158 - (show annotations) (download) (as text)
Tue Jan 6 07:38:11 2015 UTC (9 years, 4 months ago) by nyatla
File MIME type: text/html
File size: 4932 byte(s)
パッケージ構成をProcessing2.0向けに更新

1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head>
5 <title>##library.name##</title>
6 <meta name="description" content="A library for the Processing programming environment" />
7 <meta name="keywords" content="processing.org, library, ##library.keywords##" />
8 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
9 <meta http-equiv="Content-Language" content="en-us" />
10 <meta name="ROBOTS" content="index,follow,archive" />
11 <meta http-equiv="imagetoolbar" content="false" />
12 <meta name="MSSmartTagsPreventParsing" content="true" />
13 <meta name="author" content="##author.name##" />
14 <meta name="Rating" content="General" />
15 <meta name="revisit-after" content="7 Days" />
16 <meta name="doc-class" content="Living Document" />
17 <link rel="stylesheet" type="text/css" href="./stylesheet.css">
18 </head>
19 <body>
20 <div id="container">
21
22 <div id="header">
23 <h1>##library.name##</h1>
24 </div>
25
26 <div id="menu" class="clear">
27 <ul>
28 <li><a href="#about">About</a> \ </li>
29 <li><a href="#download">Download</a> \ </li>
30 <li><a href="#download">Installation</a> \ </li>
31 <li><a href="#examples">Examples</a> \ </li>
32 <li><a href="./reference/index.html" target="_blank">Reference</a></li>
33 <!-- <li><a href="#demos">Demos</a> \ </li> -->
34 <!-- <li><a href="#misc">Misc</a> \ </li> -->
35 <!-- <li><a href="#images">Images</a> \ </li> -->
36 </ul>
37 </div>
38
39 <div id="content" class="clear">
40
41 <div id="about">
42 <h2>##library.name##</h2>
43 <p>
44 A library by <a href="##author.url##">##author.name##</a> for the <a href="http://www.processing.org" target="_blank">Processing</a> programming environment.<br>
45 Last update, ##date##.
46 </p>
47 <p>
48 ##library.sentence##<br>
49 ##library.paragraph##<br>
50 Feel free to replace this paragraph with a description of the library.<br>
51 Contributed libraries are developed, documented, and maintained by members of the Processing community. Further directions are included with each library. For feedback and support, please post to the Discourse. We strongly encourage all libraries to be open source, but not all of them are.
52 </p>
53 </div>
54
55
56
57 <div id="download" class="clear">
58 <h2>Download</h2>
59 <p>
60 Download ##library.name## version ##library.prettyVersion## (##library.version##) in
61 <a href="./download/##project.name##-##library.version##.zip">.zip format</a>.
62 </p>
63 <h2>Installation</h2>
64 <p>
65 Unzip and put the extracted ##project.name## folder into the libraries folder of your Processing sketches. Reference and examples are included in the ##project.name## folder.
66 </p>
67 </div>
68
69
70 <div id="resources">
71 <p><strong>Keywords</strong>. ##library.keywords##</p>
72 <p><strong>Reference</strong>. Have a look at the javadoc reference <a href="./reference/index.html" target="_blank">here</a>. A copy of the reference is included in the .zip as well.</p>
73 <p><strong>Source</strong>. The source code of ##library.name## is available at <a href="##source.url##">##source.host##</a>, and its repository can be browsed <a href="##source.repository##" target="_blank">here</a>.</p>
74 </div>
75
76
77 <div id="examples" class="clear">
78 <h2>Examples</h2>
79 <p>Find a list of examples in the current distribution of ##library.name##, or have a look at them by following the links below.</p>
80 <ul>
81 ##examples##
82 </ul>
83 </div>
84
85
86 <div id="info">
87 <h2>Tested</h2>
88 <p>
89 <!-- on which platform has the library been tested? -->
90 <strong>Platform</strong> ##tested.platform##
91
92 <!-- which processing version did you use for testing your library? -->
93 <br /><strong>Processing</strong> ##tested.processingVersion##
94
95 <!-- does your library depend on any other library or framework? -->
96 <br /><strong>Dependencies</strong> ##library.dependencies##
97 </p>
98 </div>
99
100
101 <!-- use the demos section for a list of applets run in a browser. -->
102 <!--
103 <div id="demos" class="clear">
104 <h2>demos</h2>
105 <p>
106 find a list of online applet demos below.
107
108 <ul>
109 <li><a href="./applets/demo/index.html">demo</a></li>
110 </ul>
111 </p>
112 </div>
113 -->
114
115 <!-- use the misc section for other relevant information. Activate the link to the misc section in the menu above. -->
116 <!--
117 <div id="misc" class="clear">
118 <p></p>
119 </div>
120 -->
121
122 <!-- use the images/screenshots section. Activate the link to the misc section in the menu above. -->
123 <!--
124 <div id="images" class="clear">
125 </div>
126 -->
127
128
129 <br class="clear" />
130 </div>
131
132 <div id="footer">
133 <p>by ##author.name##, ##copyright##.</p>
134 </div>
135 </div>
136 </body>
137 </html>

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