Updated github repo links

siwinski 2013-01-08 13:33:46 -08:00
parent fdc074aaec
commit ff1aebe773

6
FAQ.md

@ -32,7 +32,7 @@ Both var/dirty.db and MySQL grow quickly. Production instances should use MySQL
You should use the [API](https://github.com/ether/etherpad-lite/wiki/HTTP-API) to delete certain pads from your set of pads.
### Is there an administration web page where I can send API commands to manage my Etherpad Lite online?
A simple jQuery- and EP-API-powered example framework in the git repository which can fire API calls would be a nice-to-have and a solution for pad deletion and pad password protection. Filed as improvement bug [192](https://github.com/Pita/etherpad-lite/issues/192).
A simple jQuery- and EP-API-powered example framework in the git repository which can fire API calls would be a nice-to-have and a solution for pad deletion and pad password protection. Filed as improvement bug [192](https://github.com/ether/etherpad-lite/issues/192).
### How can I limit to a certain set of pads? I wish to offer a certain number of pads (limiting the number of pads), and to offer a certain predefined set of pads with names "test", "mypad", "sandbox". Is this possible?
No, you should put a feature request in for this.
@ -49,7 +49,7 @@ See [[How-to-put-Etherpad-Lite-behind-a-reverse-Proxy]].
Yes, see [[How-to-put-Etherpad-Lite-behind-a-reverse-Proxy]].
### How can I set up several Etherpad installations which share the code, and perhaps also the database? I'd like to set up different Etherpad installation for different user groups, different favicons, different default pad texts.
This is currently a feature request: https://github.com/Pita/etherpad-lite/issues/195
This is currently a feature request: https://github.com/ether/etherpad-lite/issues/195
### How can I compile AbiWord (on Linux with gkt2) which is needed for import/export of pads?
@ -65,4 +65,4 @@ This is currently a feature request: https://github.com/Pita/etherpad-lite/issue
```
### How is the changeset constructed from what I edit on the pad?
See PDF files in the [documentation folder](https://github.com/Pita/etherpad-lite/tree/master/doc/easysync) .
See PDF files in the [documentation folder](https://github.com/ether/etherpad-lite/tree/master/doc/easysync) .