Revision: 1563
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1563&view=rev
Author: dmaphy
Date: 2010-09-05 10:48:47 +0000 (Sun, 05 Sep 2010)
Log Message:
-----------
website: fixed another grammar issue
Modified Paths:
--------------
www/staging/content/install.html
Modified: www/staging/content/install.html
===================================================================
--- www/staging/content/install.html 2010-09-05 10:46:36 UTC (rev 1562)
+++ www/staging/content/install.html 2010-09-05 10:48:47 UTC (rev 1563)
@@ -38,7 +38,7 @@
<code>./waf --help</code>
<h4>autotools</h4>
-<p>This is the way to build Geany-Plugins which you may better know, because
+<p>This is the way to build Geany-Plugins which you may know better, because
it's more widely used. The possibility to use autotools to compile and install
Geany-Plugins is provided for compatibility reasons, if you do not have
installed python or there is any other reason which prevents you from using waf
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1562
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1562&view=rev
Author: dmaphy
Date: 2010-09-05 10:46:36 +0000 (Sun, 05 Sep 2010)
Log Message:
-----------
website: improve the instructions for compiling geany-plugins
Modified Paths:
--------------
www/staging/content/install.html
Modified: www/staging/content/install.html
===================================================================
--- www/staging/content/install.html 2010-09-04 22:26:06 UTC (rev 1561)
+++ www/staging/content/install.html 2010-09-05 10:46:36 UTC (rev 1562)
@@ -23,12 +23,12 @@
<h3>Compile yourself</h3>
<p>See the downloads page to get a tarball of Geany-Plugins and unpack it.
-(tar xzf tarball.tar.gz or tar xjf tarball.tar.bz2). Then use either waf
-(recommended) or autotools (deprecated), to compile and install it. Note you
-will need to have different compile tools (such as gcc) and libraries
-(e.g. CTPL for GeanyGenDoc) installed.</p>
+(tar xzf tarball.tar.gz or tar xjf tarball.tar.bz2). Then use either waf or
+autotools, to compile and install it. Note you will need to have different
+compile tools (such as gcc) and libraries (e.g. CTPL for GeanyGenDoc)
+installed.</p>
-<h4>waf (recommended)</h4>
+<h4>waf</h4>
<p>Note that waf needs python to be installed, which is the case on most modern
Linux distributions. In case you do not have python installed, you may want
to read further with the autotools way below.<br />
@@ -37,13 +37,12 @@
<p>You can get more detailed information about the possibilities with waf via</p>
<code>./waf --help</code>
-<h4>autotools (deprecated)</h4>
+<h4>autotools</h4>
<p>This is the way to build Geany-Plugins which you may better know, because
-it's more widely used. Anyway, the recommended way to compile Geany-Plugins
-is the previous mentioned way via waf. The possibility to use autotools to
-compile and install Geany-Plugins is provided for compatibility reasons, if
-you do not have installed python or there is any other reason which prevents
-you from using waf.<br />
+it's more widely used. The possibility to use autotools to compile and install
+Geany-Plugins is provided for compatibility reasons, if you do not have
+installed python or there is any other reason which prevents you from using waf
+<br />
For compiling Geany-Plugins with autotools, do the following:
</p>
<code>./configure<br />make<br />make install</code>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1558
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1558&view=rev
Author: dmaphy
Date: 2010-09-04 21:53:15 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
website: insert a small margin a the top of a table
Modified Paths:
--------------
www/staging/stylesheets/mainstyle.css
Modified: www/staging/stylesheets/mainstyle.css
===================================================================
--- www/staging/stylesheets/mainstyle.css 2010-09-04 21:40:11 UTC (rev 1557)
+++ www/staging/stylesheets/mainstyle.css 2010-09-04 21:53:15 UTC (rev 1558)
@@ -125,6 +125,10 @@
border-color: #babdb6;
}
+table
+{
+ margin-top: 20px;
+}
table, th, td
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.