Branch: refs/heads/master
Author: Michael Spahn <michael(a)spahn.me>
Committer: GitHub <noreply(a)github.com>
Date: Tue, 27 Feb 2018 10:47:56 UTC
Commit: 56b9b0e504ed8959e929a01aa60fa2c889421115
https://github.com/geany/plugins.geany.org/commit/56b9b0e504ed8959e929a01aa…
Log Message:
-----------
Merge pull request #10 from LarsGit223/master
Added section "Images" to suggest providing images via a pull-request. See #4.
Modified Paths:
--------------
content/README
Modified: content/README
16 lines changed, 16 insertions(+), 0 deletions(-)
===================================================================
@@ -59,6 +59,22 @@ plugins.geany.org website.
When you're done, have a look if your HTML file looks good (get some
inspiration from already existing plugin sites) and send it to Dominic then.
+Images
+------
+
+In the past it has happend that images on external sites become unavailable.
+If you like to include images in your documentation we would prefer a pull-request
+against the repository https://github.com/geany/plugins.geany.org. To
+create a pull-request with your images please proceed as follows:
+
+* fork the repository on github
+* upload/put your image files in the folder /images/plugins/{your plugin name}
+* create the pull-request
+
+If you write HTML directly you can simply link to the image on github.
+If you use restructuredText then also simply use the full URL for the image link, e.g.:
+
+ image:: http://plugins.geany.org/images/plugins/{your plugin name}/example.png
Contact
-------
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: LarsDW223 <lars_paulsen(a)web.de>
Committer: LarsDW223 <lars_paulsen(a)web.de>
Date: Mon, 26 Feb 2018 18:55:27 UTC
Commit: 363809e6911a71cd9b0d80fc4b2dea4297c23a57
https://github.com/geany/plugins.geany.org/commit/363809e6911a71cd9b0d80fc4…
Log Message:
-----------
Added section "Images" to suggest providing images via a pull-request. See #4.
Modified Paths:
--------------
content/README
Modified: content/README
16 lines changed, 16 insertions(+), 0 deletions(-)
===================================================================
@@ -59,6 +59,22 @@ plugins.geany.org website.
When you're done, have a look if your HTML file looks good (get some
inspiration from already existing plugin sites) and send it to Dominic then.
+Images
+------
+
+In the past it has happend that images on external sites become unavailable.
+If you like to include images in your documentation we would prefer a pull-request
+against the repository https://github.com/geany/plugins.geany.org. To
+create a pull-request with your images please proceed as follows:
+
+* fork the repository on github
+* upload/put your image files in the folder /images/plugins/{your plugin name}
+* create the pull-request
+
+If you write HTML directly you can simply link to the image on github.
+If you use restructuredText then also simply use the full URL for the image link, e.g.:
+
+ image:: http://plugins.geany.org/images/plugins/{your plugin name}/example.png
Contact
-------
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Michael Spahn <michael(a)spahn.me>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 25 Feb 2018 19:30:34 UTC
Commit: 97ba7a0997f52cee2b59679bc9b232ee3d85839a
https://github.com/geany/plugins.geany.org/commit/97ba7a0997f52cee2b59679bc…
Log Message:
-----------
Merge pull request #9 from LarsGit223/master
Added link to github directory for rst2html config files.
Modified Paths:
--------------
content/README
Modified: content/README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -41,8 +41,8 @@ wait a night before contacting Dominic to have a deeper look on the issue.
This one will only work, if you write your README file in restructuredText
as some other plugin authors do. You will need to use two tools: rst2html
and HTML Tidy. Dominic wrote some configuration files for use with those
-tools. If you do not have them yet, feel free to contact Dominic to get
-them. The result should be an almost perfect HTML file which can be
+tools. The files can be found on github at https://github.com/geany/plugins.geany.org/tree/master/content.
+The result should be an almost perfect HTML file which can be
included into the plugins.geany.org website. Do this steps to generate the
file:
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: LarsDW223 <lars_paulsen(a)web.de>
Committer: LarsDW223 <lars_paulsen(a)web.de>
Date: Sun, 25 Feb 2018 19:05:21 UTC
Commit: a88c75cfbd38b0ef964623ab395073e0fae07175
https://github.com/geany/plugins.geany.org/commit/a88c75cfbd38b0ef964623ab3…
Log Message:
-----------
Added link to github directory for rst2html config files.
Modified Paths:
--------------
content/README
Modified: content/README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -41,8 +41,8 @@ wait a night before contacting Dominic to have a deeper look on the issue.
This one will only work, if you write your README file in restructuredText
as some other plugin authors do. You will need to use two tools: rst2html
and HTML Tidy. Dominic wrote some configuration files for use with those
-tools. If you do not have them yet, feel free to contact Dominic to get
-them. The result should be an almost perfect HTML file which can be
+tools. The files can be found on github at https://github.com/geany/plugins.geany.org/tree/master/content.
+The result should be an almost perfect HTML file which can be
included into the plugins.geany.org website. Do this steps to generate the
file:
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).