Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3276683

Browse files
committed
Created a README.MD file
initial information about the script
1 parent 9b87fff commit 3276683

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# phpQGISrepository
2+
phpQGISrepository is a simple PHP script to create a repository for QGIS Python plugins.
3+
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
10+
11+
## 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.
15+
* Have a drink and enjoy your newly installed repository
16+
17+
## Did you make some customisations to the plugins.xsl file?
18+
* Add them to this Github repository as an example
19+
20+
## How do you make a plugin?
21+
* More information can be found at http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins.html

0 commit comments

Comments
 (0)