Branch: refs/heads/master Author: Michael Spahn michael@spahn.me Committer: GitHub noreply@github.com Date: Tue, 27 Feb 2018 10:47:56 UTC Commit: 56b9b0e504ed8959e929a01aa60fa2c889421115 https://github.com/geany/plugins.geany.org/commit/56b9b0e504ed8959e929a01aa6...
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/%7Byour plugin name}/example.png
Contact -------
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).