SF.net SVN: geany-plugins:[1510] trunk/geany-plugins/geanygendoc
colombanw at users.sourceforge.net
colombanw at xxxxx
Tue Aug 17 00:33:29 UTC 2010
Revision: 1510
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1510&view=rev
Author: colombanw
Date: 2010-08-17 00:33:29 +0000 (Tue, 17 Aug 2010)
Log Message:
-----------
GeanyGenDoc: Add license information in the manual
Modified Paths:
--------------
trunk/geany-plugins/geanygendoc/ChangeLog
trunk/geany-plugins/geanygendoc/docs/manual.html
trunk/geany-plugins/geanygendoc/docs/manual.rst
Modified: trunk/geany-plugins/geanygendoc/ChangeLog
===================================================================
--- trunk/geany-plugins/geanygendoc/ChangeLog 2010-08-16 15:46:01 UTC (rev 1509)
+++ trunk/geany-plugins/geanygendoc/ChangeLog 2010-08-17 00:33:29 UTC (rev 1510)
@@ -1,3 +1,9 @@
+2010-08-17 Colomban Wendling <ban(at)herbesfolles(dot)org>
+
+ * docs/manual.rst, docs/manual.html:
+ Add license information in the manual.
+
+
2010-06-14 Colomban Wendling <ban(at)herbesfolles(dot)org>
* src/ggd-plugin.h:
Modified: trunk/geany-plugins/geanygendoc/docs/manual.html
===================================================================
--- trunk/geany-plugins/geanygendoc/docs/manual.html 2010-08-16 15:46:01 UTC (rev 1509)
+++ trunk/geany-plugins/geanygendoc/docs/manual.html 2010-08-17 00:33:29 UTC (rev 1510)
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
<title>GeanyGenDoc User Manual</title>
<style type="text/css">
@@ -38,6 +38,12 @@
text-align: justify;
}
+blockquote {
+ padding-left: 1em;
+ margin-left: 1em;
+ border-left: 3px solid #5c3566;
+}
+
.literal-block,
.literal {
background: #fff;
@@ -132,7 +138,8 @@
</ul>
</li>
<li><a class="reference internal" href="#appendix" id="id27">Appendix</a><ul>
-<li><a class="reference internal" href="#configuration-syntax-summary" id="id28">Configuration syntax summary</a></li>
+<li><a class="reference internal" href="#license" id="id28">License</a></li>
+<li><a class="reference internal" href="#configuration-syntax-summary" id="id29">Configuration syntax summary</a></li>
</ul>
</li>
</ul>
@@ -540,8 +547,25 @@
</div>
<div class="section" id="appendix">
<h1><a class="toc-backref" href="#id27">Appendix</a></h1>
+<div class="section" id="license">
+<h2><a class="toc-backref" href="#id28">License</a></h2>
+<div class="line-block">
+<div class="line">GeanyGenDoc, a Geany plugin to ease generation of source code documentation</div>
+<div class="line">Copyright (C) 2010 Colomban Wendling <<a class="reference external" href="mailto:ban@herbesfolles.org">ban@herbesfolles.org</a>></div>
+</div>
+<p>This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.</p>
+<p>This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.</p>
+<p>You should have received a copy of the GNU General Public License
+along with this program. If not, see <<a class="reference external" href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.</p>
+</div>
<div class="section" id="configuration-syntax-summary">
-<h2><a class="toc-backref" href="#id28">Configuration syntax summary</a></h2>
+<h2><a class="toc-backref" href="#id29">Configuration syntax summary</a></h2>
<pre class="literal-block">
string ::= ( """ .* """ | "'" .* "'" )
constant ::= [_A-Z][_A-Z0-9]+
@@ -595,7 +619,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2010-05-22.
+Generated on: 2010-08-16.
</div>
</body>
Modified: trunk/geany-plugins/geanygendoc/docs/manual.rst
===================================================================
--- trunk/geany-plugins/geanygendoc/docs/manual.rst 2010-08-16 15:46:01 UTC (rev 1509)
+++ trunk/geany-plugins/geanygendoc/docs/manual.rst 2010-08-17 00:33:29 UTC (rev 1510)
@@ -470,6 +470,26 @@
Appendix
========
+License
+-------
+
+| GeanyGenDoc, a Geany plugin to ease generation of source code documentation
+| Copyright (C) 2010 Colomban Wendling <ban(at)herbesfolles(dot)org>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
Configuration syntax summary
----------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list