Update README

This commit is contained in:
James Allen 2014-02-18 16:28:24 +00:00
parent 68c1a153c7
commit aa00aa25c2

View file

@ -54,24 +54,29 @@ and source code repository. These are all downloaded and set upwhen you run
The different services are: The different services are:
### [web](http://github.com/sharelatex/web-sharelatex) ### [web](https://github.com/sharelatex/web-sharelatex)
The front facing web server that serves all the HTML pages, CSS and javascript The front facing web server that serves all the HTML pages, CSS and javascript
to the client. Also contains a lot of logic around creating and editing to the client. Also contains a lot of logic around creating and editing
projects, and account management. projects, and account management.
### [document-updater](http://github.com/sharelatex/document-updater-sharelatex) ### [document-updater](https://github.com/sharelatex/document-updater-sharelatex)
Process updates that come in from the editor when users modify documents. Ensures that Processes updates that come in from the editor when users modify documents. Ensures that
the updates are applied in the right order, and that only one operation is modifying the updates are applied in the right order, and that only one operation is modifying
the document at a time. Also caches the documents in redis for very fast but persistent the document at a time. Also caches the documents in redis for very fast but persistent
modifications. modifications.
### [CLSI](http://github.com/sharelatex/clsi-sharelatex) ### [CLSI](https://github.com/sharelatex/clsi-sharelatex)
The Common LaTeX Service Interface (CLSI) which provides an API for compiling LaTeX The Common LaTeX Service Interface (CLSI) which provides an API for compiling LaTeX
documents. documents.
### [filestore](https://github.com/sharelatex/filestore-sharelatex)
An API for perform CRUD (Create, Read, Update and Delete) operations on binary files
(like images) stored in ShareLaTeX.
Contributing Contributing
------------ ------------
@ -80,5 +85,5 @@ Please see the [CONTRIBUTING](https://github.com/sharelatex/sharelatex/blob/mast
Authors Authors
--- ---
- [Henry Oswald](twitter.com/henryoswald) - [Henry Oswald](http://twitter.com/henryoswald)
- James Allen - [James Allen](http://twitter.com/thejpallen)