Branch: refs/heads/master
Author: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: Dominic Hopf <dmaphy(a)googlemail.com>
Date: Thu, 01 Mar 2012 16:52:12
Commit: cc9122d3b66680de3a46a4215b6e695a266fe04b
https://github.com/geany/plugins.geany.org/commit/cc9122d3b66680de3a46a4215…
Log Message:
-----------
add section "Download directly from version control"
Modified Paths:
--------------
content/downloads.html
Modified: content/downloads.html
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -145,3 +145,24 @@
gpg --import < hyperair-pubkey.txt<br />
gpg --verify geany-plugins-0.20.tar.bz2.sig geany-plugins-0.20.tar.bz2
</code>
+
+<h2>Download directly from version control</h2>
+<p>You can pull the sources for Geany-Plugins directly from version control
+as well. To do this, just clone the <a href=
+"https://github.com/geany/geany-plugins">Git repository</a> like this:</p>
+
+<code>
+git clone git://github.com/geany/geany-plugins.git geany-plugins
+</code>
+
+<p>You can build the plugins from those sources then using Waf:</p>
+<code>
+./waf configure<br />
+./waf build -p -k
+</code>
+
+<p>You can either copy the resulting .so files to ~/.config/geany/plugins/ or
+install them to /usr/share/geany/ with running following command as root:</p>
+<code>
+./waf install
+</code>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy(a)googlemail.com>
Committer: Dominic Hopf <dmaphy(a)googlemail.com>
Date: Thu, 01 Mar 2012 16:40:29
Commit: c22a55509a6d9d2b978e9e637f5df79038d43676
https://github.com/geany/plugins.geany.org/commit/c22a55509a6d9d2b978e9e637…
Log Message:
-----------
improvements for about.html
Modified Paths:
--------------
content/about.html
Modified: content/about.html
36 files changed, 24 insertions(+), 12 deletions(-)
===================================================================
@@ -1,13 +1,25 @@
<h2>About</h2>
-<p>This site is maintained by <a href="http://dominichopf.de/">Dominic Hopf</a>.
-Please contact him if you like to add some information or a new plugin or found
-an error or anything else.</p>
-
-<p>You will find him and any other plugin developer either on the
-<a href="http://www.geany.org/Support/MailingList">Geany mailing lists</a> or on
-the <a href="http://www.geany.org/Support/IRC">Geany IRC channels</a>.</p>
-
-<p>
-Any detailed information on how to contact a specific plugin developer can be
-found in the concerning README file of the plugin or on the concerning plugin
-page on this site.</p>
+<p>This site is mainly maintained by <a href="http://dominichopf.de/">
+Dominic Hopf</a>. Feel free to contact him if you like to add some
+information or a new plugin or found an error or anything else.</p>
+
+<p>You will find him and any other plugin developer either on the <a href=
+"http://www.geany.org/Support/MailingList">Geany mailing lists</a> or on the
+<a href="http://www.geany.org/Support/IRC">Geany IRC channels</a>.</p>
+
+<p>Any detailed information on how to contact a specific plugin developer
+can be found in the concerning README file of the plugin or on the
+concerning plugin page on this site.</p>
+
+<h2>Contributing to this website</h2>
+<p>The <a href="https://github.com/geany/plugins.geany.org">sources of this
+website</a> are available on <a href=
+"https://github.com/geany/plugins.geany.org">GitHub</a>. You can clone your
+own copy by running following command:</p>
+
+<code>
+git clone git://github.com/geany/plugins.geany.org.git
+</code>
+
+<p>Feel free to send patches to Dominic or open pull requests on GitHub to
+improve this site itself.</p>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).