canmove, Confirmed users
640
edits
Tarek.ziade (talk | contribs) No edit summary |
(Categorize, spelling error.) |
||
Line 3: | Line 3: | ||
Here's a summary of each hosted repository. Repositories in italics are not useful outside Mozilla. | Here's a summary of each hosted repository. Repositories in italics are not useful outside Mozilla. | ||
== Clients == | |||
* [https://hg.mozilla.org/services/fx-home fx-home]: The Firefox Home Sync client. | * [https://hg.mozilla.org/services/fx-home fx-home]: The Firefox Home Sync client. | ||
Line 11: | Line 9: | ||
* [https://hg.mozilla.org/services/fx-sync fx-sync]: The Firefox Sync client. | * [https://hg.mozilla.org/services/fx-sync fx-sync]: The Firefox Sync client. | ||
* [https://hg.mozilla.org/services/ | == Production PHP Server == | ||
* [https://hg.mozilla.org/services/reg-server reg-server]: PHP Implementation of the Sync User APIs. See [[Labs/Weave/User/1.0/Setup]]. | |||
* ''[https://hg.mozilla.org/services/ | * ''[https://hg.mozilla.org/services/reg-server-secure reg-server-secure]'': PHP Implementation of a proxy for the reg-server. This is used internally to proxy some LDAP requests to a secured server. | ||
* | * [https://hg.mozilla.org/services/sync-server sync-server]: PHP implementation of the Sync Storage APIs. See [[Labs/Weave/Sync/1.0/Setup]]. | ||
== Minimal PHP Server == | |||
* [https://hg.mozilla.org/services/ | * [https://hg.mozilla.org/services/minimal-server minimal-server]: PHP Implementation of a "minimal Sync server". You can use it to run your own server without worrying about user registration/management. See [http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server Toby's blog entry about this] | ||
== Python Server (next-gen) == | |||
* [https://hg.mozilla.org/services/server-core server-core]: Python library that provides WSGI helpers, a CEF logger, a config file reader, etc. See [[Services/PythonServer]] | * [https://hg.mozilla.org/services/server-core server-core]: Python library that provides WSGI helpers, a CEF logger, a config file reader, etc. See [[Services/PythonServer]] | ||
Line 33: | Line 33: | ||
* [https://hg.mozilla.org/services/server-storage server-storage]: Python implementation of the Sync Storage APIs. See [[Services/PythonServer]]. | * [https://hg.mozilla.org/services/server-storage server-storage]: Python implementation of the Sync Storage APIs. See [[Services/PythonServer]]. | ||
* [https://hg.mozilla.org/services/ | == Tools == | ||
* ''[https://hg.mozilla.org/services/admin-script admin-script]'': Scripts that are used to manage the Sync server infrastructure at Mozilla. Migration tasks, stats, DB clean-up, nodes management, etc. | |||
* ''[https://hg.mozilla.org/services/dashboard dashboard]'': Dashboard used to manage the Sync server infrastructure at Mozilla. | |||
* [https://hg.mozilla.org/services/fx-sync-tools fx-sync-tools]: ? | |||
* ''[https://hg.mozilla.org/services/internal_dash internal_dash]'': Another Dashboard used to manage the Sync server infrastructure at Mozilla. | |||
* ''[https://hg.mozilla.org/services/loadtest loadtest]'': Load testing scripts for Sync. |