Revision: 1695
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1695&view=rev
Author: eht16
Date: 2010-10-31 09:48:53 +0000 (Sun, 31 Oct 2010)
Log Message:
-----------
fix format for ReST
Modified Paths:
--------------
trunk/geany-plugins/addons/README
Modified: trunk/geany-plugins/addons/README
===================================================================
--- trunk/geany-plugins/addons/README 2010-10-30 20:12:28 UTC (rev 1694)
+++ trunk/geany-plugins/addons/README 2010-10-31 09:48:53 UTC (rev 1695)
@@ -92,12 +92,14 @@
Installation
------------
-Compiling and installing the code is done by the following three commands:
+Compiling and installing the code is done by the following three commands::
+
$ ./configure
$ make
$ make install
-For more configuration details run
+For more configuration details run::
+
$ ./configure --help
If there are any errors during compilation, check your build environment
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1692
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1692&view=rev
Author: eht16
Date: 2010-10-30 14:04:49 +0000 (Sat, 30 Oct 2010)
Log Message:
-----------
Properly indent commands (patch by Dominic Hopf, thanks).
Modified Paths:
--------------
trunk/geany-plugins/addons/README
Modified: trunk/geany-plugins/addons/README
===================================================================
--- trunk/geany-plugins/addons/README 2010-10-30 14:02:56 UTC (rev 1691)
+++ trunk/geany-plugins/addons/README 2010-10-30 14:04:49 UTC (rev 1692)
@@ -69,7 +69,7 @@
Get the code from:
- svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-…
+ svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-…
Requirements
@@ -93,12 +93,12 @@
Installation
------------
Compiling and installing the code is done by the following three commands:
-$ ./configure
-$ make
-$ make install
+ $ ./configure
+ $ make
+ $ make install
For more configuration details run
-$ ./configure --help
+ $ ./configure --help
If there are any errors during compilation, check your build environment
and try to find the error, otherwise contact one of the authors.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1691
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1691&view=rev
Author: eht16
Date: 2010-10-30 14:02:56 +0000 (Sat, 30 Oct 2010)
Log Message:
-----------
update download link once more
Modified Paths:
--------------
trunk/geany-plugins/addons/README
Modified: trunk/geany-plugins/addons/README
===================================================================
--- trunk/geany-plugins/addons/README 2010-10-29 16:13:03 UTC (rev 1690)
+++ trunk/geany-plugins/addons/README 2010-10-30 14:02:56 UTC (rev 1691)
@@ -62,7 +62,7 @@
The Addons plugin is part of the combined Geany Plugins release.
For more information and downloads, please visit
-http://plugins.geany.org/index.php?site=downloads&hash=md5
+http://plugins.geany.org/downloads.html
Development Code
^^^^^^^^^^^^^^^^
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1690
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1690&view=rev
Author: frlan
Date: 2010-10-29 16:13:03 +0000 (Fri, 29 Oct 2010)
Log Message:
-----------
Update of ChangeLog
Modified Paths:
--------------
trunk/geanylatex/ChangeLog
Modified: trunk/geanylatex/ChangeLog
===================================================================
--- trunk/geanylatex/ChangeLog 2010-10-29 16:07:23 UTC (rev 1689)
+++ trunk/geanylatex/ChangeLog 2010-10-29 16:13:03 UTC (rev 1690)
@@ -1,3 +1,8 @@
+2010-10-29 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+
+ * Added a first version of a dialog supporting inserting a bibtex entry.
+
+
2010-10-24 Frank Lanitz <frank(a)frank.uvena.de>
* Ensure LaTeX menu is added to menubar on loading plugin when there is
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.