|
2 | 2 | phpQGISrepository is a simple PHP script to create a repository for QGIS Python plugins.
|
3 | 3 |
|
4 | 4 | ## Good to know
|
5 |
| -* The script has no settings |
6 |
| -* The script is ready to go |
7 |
| -* The script doesn't use a database |
8 |
| -* You need a webserver with PHP |
9 |
| -* Make sure the metadata.txt is filled in correct in the QGIS Python Plugin zip-files |
| 5 | +* The script has **no settings**. |
| 6 | +* The script is **ready to go**. |
| 7 | +* The script needs **no database**. |
| 8 | +* As long as your server can handle **PHP**-scripts you can use this both on the internet as on an intranet. |
| 9 | +* Make sure the **metadata.txt** is filled in correct in the QGIS Python Plugin zip-files. |
| 10 | + |
| 11 | +## Why would I need my own repository? |
| 12 | +* If you plan to share your plugins with the worldwide QGIS community, **you don't need it**. In that case use the official [QGIS Python Plugins Repository](https://plugins.qgis.org/plugins/plugins.xml). |
| 13 | +* If you make plugins that are only intended for a limited number of QGIS users, **you can use this simple script** to create your own repository. |
10 | 14 |
|
11 | 15 | ## How to install
|
12 |
| -* Upload all files to a webserver that can handle PHP scripts |
13 |
| -* Upload your valid QGIS Python Plugin zip-files to the downloads subfolder. |
14 |
| -* In your browser go to the url of the main folder you installed the script in. |
| 16 | +* Upload all files from this Github repository to your server that can handle PHP scripts |
| 17 | +* Upload your valid QGIS Python Plugin zip-files to the 'downloads' subfolder. It already contains an example plugin. You can delete this example if you want. |
15 | 18 | * Have a drink and enjoy your newly installed repository
|
16 | 19 |
|
| 20 | +## How to use your repository |
| 21 | +* In your browser go to the url of the main folder you installed the script in. |
| 22 | +* Add the repository to QGIS |
| 23 | + |
17 | 24 | ## Did you make some customisations to the plugins.xsl file?
|
18 |
| -* Add them to this Github repository as an example |
| 25 | +* Add them to this Github repository as an example for other users |
19 | 26 |
|
20 | 27 | ## How do you make a plugin?
|
21 | 28 | * More information can be found at http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins.html
|
| 29 | + |
0 commit comments