X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=README.txt;h=7c83b4a8ef81b9f5a0f361bb7dd02578f425ef4d;hp=33f29a31362a9c3b15f28a875e0c7e21f378f415;hb=f9c417c94f3790ebe6023702c437b13d2bab63e5;hpb=b6cae6a5698c5d0655d921f78f0ccab470bf034c diff --git a/README.txt b/README.txt index 33f29a3..7c83b4a 100644 --- a/README.txt +++ b/README.txt @@ -45,9 +45,27 @@ Upgrade - copy upload/ back. - open http://yoururl.com/upgrade.php with your web browser +co-administrators +----------------- +It is possible to allow other people to upload and manage +pictures/descriptions. In admin interface, select "Add an co-administrator" +and fill informations (user name and password). Then, you need to communicate +to your user its username and password. He/She will be able to modify this +password afterward. Only admin can add new users. + +Other co-administrators will be able to add markers, and delete/modifiy them. +They cannot modify markers they have not created. admin is the only user +allowed to manage markers of other users. If you plan to have several +co-administrators, you may want to create a normal user for yourself, and use +it to manage your markers. You will then only use admin account when really +needed. + +Currently, SYP does not allow + server API ---------- -The way server side communicates with client side is described at +Client/server communication follows an API. This allow for example creation of +scripts to automate some tasks. This api is described here. http://dev.renevier.net/syp.git/?a=blob_plain;f=devdoc/api.txt That document is mainly aimed at developers and inquiring people. You should not need it if you just want to install syp on your website.