mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update README.md
GitOrigin-RevId: ea14f37a281d6d1fafcee0d17d92b0d50fb74d24
This commit is contained in:
parent
8aa8840db0
commit
986378932f
1 changed files with 9 additions and 14 deletions
|
@ -1,19 +1,19 @@
|
|||
web-sharelatex
|
||||
overleaf/web
|
||||
==============
|
||||
|
||||
web-sharelatex is the front-end web service of the open-source web-based collaborative LaTeX editor,
|
||||
[ShareLaTeX](https://www.sharelatex.com).
|
||||
It serves all the HTML pages, CSS and javascript to the client. web-sharelatex also contains
|
||||
overleaf/web is the front-end web service of the open-source web-based collaborative LaTeX editor,
|
||||
[Overleaf](https://www.overleaf.com).
|
||||
It serves all the HTML pages, CSS and javascript to the client. overleaf/web also contains
|
||||
a lot of logic around creating and editing projects, and account management.
|
||||
|
||||
|
||||
The rest of the ShareLaTeX stack, along with information about contributing can be found in the
|
||||
[sharelatex/sharelatex](https://github.com/sharelatex/sharelatex) repository.
|
||||
The rest of the Overleaf stack, along with information about contributing can be found in the
|
||||
[overleaf/ovelreaf](https://github.com/overleaf/overleaf) repository.
|
||||
|
||||
Build process
|
||||
----------------
|
||||
|
||||
web-sharelatex uses [Grunt](http://gruntjs.com/) to build its front-end related assets.
|
||||
overleaf/web uses [Grunt](http://gruntjs.com/) to build its front-end related assets.
|
||||
|
||||
Image processing tasks are commented out in the gruntfile and the needed packages aren't presently in the project's `package.json`. If the images need to be processed again (minified and sprited), start by fetching the packages (`npm install grunt-contrib-imagemin grunt-sprity`), then *decomment* the tasks in `Gruntfile.coffee`. After this, the tasks can be called (explicitly, via `grunt imagemin` and `grunt sprity`).
|
||||
|
||||
|
@ -78,11 +78,6 @@ During development it is often useful to only run a subset of tests, which can b
|
|||
make acceptance_test_run MOCHA_ARGS='--grep=AuthorizationManager'
|
||||
```
|
||||
|
||||
Unit test status
|
||||
----------------
|
||||
|
||||
[![Unit test status](https://travis-ci.org/sharelatex/web-sharelatex.png?branch=master)](https://travis-ci.org/sharelatex/web-sharelatex)
|
||||
|
||||
Routes
|
||||
------
|
||||
|
||||
|
@ -96,7 +91,7 @@ This project is licensed under the [AGPLv3 license](http://www.gnu.org/licenses/
|
|||
|
||||
### Stylesheets
|
||||
|
||||
ShareLaTeX is based on [Bootstrap](http://getbootstrap.com/), which is licensed under the
|
||||
Overleaf is based on [Bootstrap](http://getbootstrap.com/), which is licensed under the
|
||||
[MIT license](http://opensource.org/licenses/MIT).
|
||||
All modifications (`*.less` files in `public/stylesheets`) are also licensed
|
||||
under the MIT license.
|
||||
|
@ -107,7 +102,7 @@ under the MIT license.
|
|||
|
||||
We gratefully acknowledge [Mark James](http://www.famfamfam.com/lab/icons/silk/) for
|
||||
releasing his Silk icon set under the Creative Commons Attribution 2.5 license. Some
|
||||
of these icons are used within ShareLaTeX inside the `public/img/silk` and
|
||||
of these icons are used within Overleaf inside the `public/img/silk` and
|
||||
`public/brand/icons` directories.
|
||||
|
||||
#### IconShock icons
|
||||
|
|
Loading…
Reference in a new issue