/[suikacvs]/webroot/c/description.en.html
Suika

Contents of /webroot/c/description.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Tue Jan 6 08:06:50 2009 UTC (15 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New

1 wakaba 1.1 <div class=section id=templates>
2     <style scoped>
3     textarea {
4     display: block;
5     width: 100%;
6     height: 8em;
7     }
8     </style>
9    
10     <h2>Templates</h2>
11    
12     <div class=section id=templates-pd>
13     <h3>Public Domain</h3>
14    
15     <p><code>rel=license</code> URL: <code class=uri>&lt;<a
16     href="http://suika.fam.cx/c/pd">http://suika.fam.cx/c/pd</a>></code>.
17    
18     <p>The <code>title=""</code> attribute of the <code>&lt;link
19     rel=license></code> element should be set to <q>Public Domain</q> or
20     equivalent for clarification.
21    
22     <p>HTML template:
23     <textarea>
24     <link rel=license href="http://suika.fam.cx/c/pd" title="Public Domain.">
25     </textarea>
26    
27     <p>Perl/shell script/.htaccess template:
28     <textarea>
29     ## License: Public Domain.
30     </textarea>
31    
32     </div>
33    
34     <div class=section id=templates-perlmpl>
35     <h3 id=Perl+MPL>Perl/MPL/GPL/LGPL</h3>
36    
37     <p>Recommended for JavaScript/XUL/HTC program codes.
38    
39     <p><code>rel=license</code> URL: <code class=uri>&lt;<a
40     href="http://suika.fam.cx/~wakaba/archive/2004/8/18/license#Perl+MPL">http://suika.fam.cx/~wakaba/archive/2004/8/18/license#Perl+MPL</a>></code>.
41    
42     <p>JavaScript template:
43     <textarea>
44     /* ***** BEGIN LICENSE BLOCK *****
45     * Copyright 2008-2009 Wakaba <w@suika.fam.cx>. All rights reserved.
46     *
47     * This program is free software; you can redistribute it and/or
48     * modify it under the same terms as Perl itself.
49     *
50     * Alternatively, the contents of this file may be used
51     * under the following terms (the "MPL/GPL/LGPL"),
52     * in which case the provisions of the MPL/GPL/LGPL are applicable instead
53     * of those above. If you wish to allow use of your version of this file only
54     * under the terms of the MPL/GPL/LGPL, and not to allow others to
55     * use your version of this file under the terms of the Perl, indicate your
56     * decision by deleting the provisions above and replace them with the notice
57     * and other provisions required by the MPL/GPL/LGPL. If you do not delete
58     * the provisions above, a recipient may use your version of this file under
59     * the terms of any one of the Perl or the MPL/GPL/LGPL.
60     *
61     * "MPL/GPL/LGPL":
62     *
63     * Version: MPL 1.1/GPL 2.0/LGPL 2.1
64     *
65     * The contents of this file are subject to the Mozilla Public License Version
66     * 1.1 (the "License"); you may not use this file except in compliance with
67     * the License. You may obtain a copy of the License at
68     * <http://www.mozilla.org/MPL/>
69     *
70     * Software distributed under the License is distributed on an "AS IS" basis,
71     * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
72     * for the specific language governing rights and limitations under the
73     * License.
74     *
75     * The Original Code is JSTE code.
76     *
77     * The Initial Developer of the Original Code is Wakaba.
78     * Portions created by the Initial Developer are Copyright (C) 2008
79     * the Initial Developer. All Rights Reserved.
80     *
81     * Contributor(s):
82     * Wakaba <w@suika.fam.cx>
83     *
84     * Alternatively, the contents of this file may be used under the terms of
85     * either the GNU General Public License Version 2 or later (the "GPL"), or
86     * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
87     * in which case the provisions of the GPL or the LGPL are applicable instead
88     * of those above. If you wish to allow use of your version of this file only
89     * under the terms of either the GPL or the LGPL, and not to allow others to
90     * use your version of this file under the terms of the MPL, indicate your
91     * decision by deleting the provisions above and replace them with the notice
92     * and other provisions required by the LGPL or the GPL. If you do not delete
93     * the provisions above, a recipient may use your version of this file under
94     * the terms of any one of the MPL, the GPL or the LGPL.
95     *
96     * ***** END LICENSE BLOCK ***** */
97     </textarea>
98    
99     </div>
100    
101     <div class=section id=templates-perl>
102     <h3>Perl license</h3>
103    
104     <p>Recommended for Perl program codes.
105    
106     <p>Plain text template:
107     <textarea>
108     Copyright 2008 Wakaba <w@suika.fam.cx>.
109    
110     This library is free software; you can redistribute it and/or modify
111     it under the same terms as Perl itself.
112     </textarea>
113    
114     <p>HTML template:
115    
116     <textarea>
117     <p>Copyright 2008 <a
118     href="http://suika.fam.cx/~wakaba/who?">Wakaba</a> <code
119     class=mail>&amp;lt;<a
120     href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>></code>.
121    
122     <p>This library is free software; you can redistribute it and/or
123     modify it under the same terms as Perl itself.
124     </textarea>
125    
126     </div>
127    
128     <div class=section id=templates-gpl>
129     <h3>GNU GPL v2 or later</h3>
130    
131     <p>Recommended for all kinds of program codes except for Perl and
132     JavaScript.
133    
134     <p><code>rel=license</code> URL: <code class=uri>&lt;<a
135     href="http://suika.fam.cx/c/gnu/gpl">http://suika.fam.cx/c/gnu/gpl</a>></code>.
136    
137     <p>HTML/XML template:
138     <textarea>
139     <!--
140    
141     Copyright 2007 Wakaba <w@suika.fam.cx>
142    
143     This program is free software; you can redistribute it and/or
144     modify it under the terms of the GNU General Public License
145     as published by the Free Software Foundation; either version 2
146     of the License, or (at your option) any later version.
147    
148     This program is distributed in the hope that it will be useful,
149     but WITHOUT ANY WARRANTY; without even the implied warranty of
150     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
151     GNU General Public License for more details.
152    
153     You should have received a copy of the GNU General Public License
154     along with this program; if not, write to the Free Software
155     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
156    
157     -->
158     </textarea>
159    
160     <p>JavaScript/CSS template:
161     <textarea>
162     /* License
163    
164     Copyright 2004 Wakaba <w@suika.fam.cx>.
165    
166     This program is free software; you can redistribute it and/or modify
167     it under the terms of the GNU General Public License as published by
168     the Free Software Foundation; either version 2 of the License, or
169     (at your option) any later version.
170    
171     This program is distributed in the hope that it will be useful,
172     but WITHOUT ANY WARRANTY; without even the implied warranty of
173     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
174     GNU General Public License for more details.
175    
176     You should have received a copy of the GNU General Public License
177     along with this program; see the file COPYING. If not, write to
178     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
179     Boston, MA 02111-1307, USA.
180    
181     */
182     </textarea>
183    
184     <p>Perl template:
185     <textarea>
186     =head1 LICENSE
187    
188     Copyright 2003-2004 Wakaba <w@suika.fam.cx>. All rights reserved.
189    
190     This program is free software; you can redistribute it and/or modify
191     it under the terms of the GNU General Public License as published by
192     the Free Software Foundation; either version 2 of the License, or
193     (at your option) any later version.
194    
195     This program is distributed in the hope that it will be useful,
196     but WITHOUT ANY WARRANTY; without even the implied warranty of
197     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
198     GNU General Public License for more details.
199    
200     You should have received a copy of the GNU General Public License
201     along with this program; see the file COPYING. If not, write to
202     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
203     Boston, MA 02111-1307, USA.
204    
205     =cut
206     </textarea>
207    
208     </div>
209    
210     <div class=section id=templates-sw>
211     <h3>SuikaWiki Default License (latest version)</h3>
212    
213     <p><code>rel=license</code> URL: <code class=uri>&lt;<a
214     href="http://suika.fam.cx/~wakaba/wiki/sw/n/WikiPageLicense">http://suika.fam.cx/~wakaba/wiki/sw/n/WikiPageLicense</a>></code>.
215    
216     </div>
217    
218     <div class=section id=templates-cc>
219     <h3>CC-BY-SA 3.0</h3>
220    
221     <p>Should be used for new documents and other works.
222    
223     </div>
224    
225     <div class=section id=templates-specs>
226     <h3>License term for specifications</h3>
227    
228     <p>HTML template:
229     <textarea>
230     <p>&amp;copy; 2008 <a
231     href="http://suika.fam.cx/~wakaba/who?">Wakaba</a>. You are granted a
232     license to use, reproduce and create derivative works of this
233     document.
234     </textarea>
235    
236     <p>Same as <a href="http://whatwg.org/html5">HTML5</a>'s license.
237    
238     </div>
239    
240     <div class=section id=templates-gfdl>
241     <h3>GNU FDL (latest version)</h3>
242    
243     <p>Can be used for documentations.
244    
245     <p><code>rel=license</code> URL: <code class=uri>&lt;<a
246     href="http://suika.fam.cx/c/gnu/fdl">http://suika.fam.cx/c/gnu/fdl</a>></code>.
247    
248     </div>
249    
250     <div class=section id=templates-mpl>
251     <h3>MPL/GPL/LGPL</h3>
252    
253     <p>Use <a href="#templates-perlmpl">Perl/MPL/GPL/LGPL</a> license
254     instead.
255    
256     <p>HTML/XML template:
257     <textarea>
258     <!-- ***** BEGIN LICENSE BLOCK *****
259     - Version: MPL 1.1/GPL 2.0/LGPL 2.1
260     -
261     - The contents of this file are subject to the Mozilla Public License Version
262     - 1.1 (the "License"); you may not use this file except in compliance with
263     - the License. You may obtain a copy of the License at
264     - <http://www.mozilla.org/MPL/>
265     -
266     - Software distributed under the License is distributed on an "AS IS" basis,
267     - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
268     - for the specific language governing rights and limitations under the
269     - License.
270     -
271     - The Original Code is sidenote.xbl code.
272     -
273     - The Initial Developer of the Original Code is Wakaba.
274     - Portions created by the Initial Developer are Copyright (C) 2003
275     - the Initial Developer. All Rights Reserved.
276     -
277     - Contributor(s):
278     - Wakaba <w@suika.fam.cx>
279     -
280     - Alternatively, the contents of this file may be used under the terms of
281     - either the GNU General Public License Version 2 or later (the "GPL"), or
282     - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
283     - in which case the provisions of the GPL or the LGPL are applicable instead
284     - of those above. If you wish to allow use of your version of this file only
285     - under the terms of either the GPL or the LGPL, and not to allow others to
286     - use your version of this file under the terms of the MPL, indicate your
287     - decision by deleting the provisions above and replace them with the notice
288     - and other provisions required by the LGPL or the GPL. If you do not delete
289     - the provisions above, a recipient may use your version of this file under
290     - the terms of any one of the MPL, the GPL or the LGPL.
291     -
292     - ***** END LICENSE BLOCK ***** -->
293     </textarea>
294    
295     </div>
296    
297     <div class=section id=templates-npl>
298     <h3>NPL/GPL/LGPL</h3>
299    
300     <p>Obsolete.
301    
302     <p>HTML/XML template:
303     <textarea>
304     <!--
305     ***** BEGIN LICENSE BLOCK *****
306     Version: NPL 1.1/GPL 2.0/LGPL 2.1
307    
308     The contents of this file are subject to the Netscape Public License Version
309     1.1 (the "License"); you may not use this file except in compliance with
310     the License. You may obtain a copy of the License at
311     <http://www.mozilla.org/NPL/>
312    
313     Software distributed under the License is distributed on an "AS IS" basis,
314     WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
315     for the specific language governing rights and limitations under the
316     License.
317    
318     The Initial Developer is Wakaba <w@suika.fam.cx>.
319     Portions created by the Initial Developer are Copyright (C) 2003
320     the Initial Developer. All Rights Reserved.
321    
322     Contributor(s):
323     Wakaba <w@suika.fam.cx>
324    
325     Alternatively, the contents of this file may be used under the terms of
326     either the GNU General Public License Version 2 or later (the "GPL"), or
327     the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
328     in which case the provisions of the GPL or the LGPL are applicable instead
329     of those above. If you wish to allow use of your version of this file only
330     under the terms of either the GPL or the LGPL, and not to allow others to
331     use your version of this file under the terms of the MPL, indicate your
332     decision by deleting the provisions above and replace them with the notice
333     and other provisions required by the GPL or the LGPL. If you do not delete
334     the provisions above, a recipient may use your version of this file under
335     the terms of any one of the MPL, the GPL or the LGPL.
336    
337     ***** END LICENSE BLOCK *****
338     -->
339     </textarea>
340    
341     </div>
342    
343     <div class=section id=templates-okuchuu>
344     <h3>Legends of Okuchuu license terms</h3>
345    
346     <p>Not for general use.
347    
348     <p><code>rel=license</code> URL: <code class=uri>&lt;<a
349     href="http://suika.fam.cx/okuchuu/c">http://suika.fam.cx/okuchuu/c</a>></code>.
350    
351     </div>
352    
353     <div class=section id=templates-helo>
354     <h3>Helo world liense terms</h3>
355    
356     <p>Not for general use.
357    
358     <p><code>rel=license</code> URL: <code class=uri>&lt;<a
359     href="http://suika.fam.cx/~hero/about/contents">http://suika.fam.cx/~hero/about/contents</a>></code>.
360    
361     </div>
362    
363     <div class=section id=templates-helowiki>
364     <h3>Helo wiki license terms</h3>
365    
366     <p>Not for general use.
367    
368     <p><code>rel=license</code> URL: <code class=uri>&lt;<a
369     href="http://suika.fam.cx/~hero/wiki/wiki?Wiki%2F%2FPage%2F%2FLicense">http://suika.fam.cx/~hero/wiki/wiki?Wiki%2F%2FPage%2F%2FLicense</a>></code>.
370    
371     </div>
372    
373     </div>
374    
375     <div class=section id=license>
376     <h2>License of this document itself</h2>
377    
378     <p>This document itself is in the <a href="/c/pd">Public Domain</a>.
379    
380     </div>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24