source-highlight
| Revision | b0b86f690ff8f1432dcc4f4f383c2e2554fad02f (tree) |
|---|---|
| Time | 2010-03-13 16:50:31 |
| Author | nobody <nobody@exam...> |
| Commiter | nobody |
コピーライトの部分をitemizeに変更
| @@ -4,8 +4,12 @@ | ||
| 4 | 4 | (version 3.1.3, 17 December 2009), |
| 5 | 5 | which given a source file, produces a document with syntax highlighting. |
| 6 | 6 | |
| 7 | + | |
| 7 | 8 | Copyright C 2005-2008 Lorenzo Bettini, http://www.lorenzobettini.it. |
| 8 | 9 | |
| 10 | +Copyright C 2010 KINUGAWA Akihito (Japanese translation). | |
| 11 | + | |
| 12 | + | |
| 9 | 13 | Permission is granted to copy, distribute and/or modify this document |
| 10 | 14 | under the terms of the GNU Free Documentation License, Version 1.1 or |
| 11 | 15 | any later version published by the Free Software Foundation; with no |
| @@ -80,8 +84,13 @@ ul.toc {list-style: none} | ||
| 80 | 84 | (version 3.1.3, 17 December 2009), |
| 81 | 85 | which given a source file, produces a document with syntax highlighting. |
| 82 | 86 | </p> |
| 83 | -<p>Copyright © 2005-2008 Lorenzo Bettini, <a href="http://www.lorenzobettini.it">http://www.lorenzobettini.it</a>. | |
| 84 | -</p> | |
| 87 | +<ul class="toc"> | |
| 88 | +<li> | |
| 89 | +Copyright © 2005-2008 Lorenzo Bettini, <a href="http://www.lorenzobettini.it">http://www.lorenzobettini.it</a>. | |
| 90 | +</li><li> | |
| 91 | +Copyright © 2010 KINUGAWA Akihito (Japanese translation). | |
| 92 | +</li></ul> | |
| 93 | + | |
| 85 | 94 | <blockquote><p>Permission is granted to copy, distribute and/or modify this document |
| 86 | 95 | under the terms of the GNU Free Documentation License, Version 1.1 or |
| 87 | 96 | any later version published by the Free Software Foundation; with no |
| @@ -978,7 +987,7 @@ Source-highlightのMS-Windowsポートの一つが<a href="http://gnuwin32.sourc | ||
| 978 | 987 | <a name="IDX41"></a> |
| 979 | 988 | <a name="IDX42"></a> |
| 980 | 989 | <a name="IDX43"></a> |
| 981 | -GNU Autoconf<a name="DOCF4" href="#FOOT4">(4)</a>とGNU Automake<a name="DOCF5" href="#FOOT5">(5)</a>、そしてGNU Libtool<a name="DOCF6" href="#FOOT6">(6)</a>という素晴しいソフトェアを使っている。 | |
| 990 | +GNU Autoconf<a name="DOCF4" href="#FOOT4">(4)</a>とGNU Automake<a name="DOCF5" href="#FOOT5">(5)</a>、そしてGNU Libtool<a name="DOCF6" href="#FOOT6">(6)</a>という素晴しいソフトウェアを使っている。 | |
| 982 | 991 | <a name="IDX44"></a> |
| 983 | 992 | バージョン2.6から、Gnulib - GNU Portablility Library<a name="DOCF7" href="#FOOT7">(7)</a>も使い初めた。 |
| 984 | 993 | これは「GNUのパッケージ間で共有するための、GNUの共通コードの中心の位置」だ(例を挙げると、<code>getopt_long</code>関数の存在と正しさのチェックをするのにGnulibに頼っている)。 |
| @@ -20,8 +20,12 @@ This manual is for GNU Source-highlight | ||
| 20 | 20 | (version @value{VERSION}, @value{UPDATED}), |
| 21 | 21 | which given a source file, produces a document with syntax highlighting. |
| 22 | 22 | |
| 23 | +@itemize | |
| 24 | +@item | |
| 23 | 25 | Copyright @copyright{} 2005-2008 Lorenzo Bettini, @value{myhomepage}. |
| 26 | +@item | |
| 24 | 27 | Copyright @copyright{} 2010 KINUGAWA Akihito (Japanese translation). |
| 28 | +@end itemize | |
| 25 | 29 | |
| 26 | 30 | @quotation |
| 27 | 31 | Permission is granted to copy, distribute and/or modify this document |