|
|
@@ -0,0 +1,30 @@
|
|
|
+web-sharelatex
|
|
|
+==============
|
|
|
+
|
|
|
+web-sharelatex is the front-end web service of the open-source web-based collaborative LaTeX editor,
|
|
|
+ShareLaTeX. It serves all the HTML pages, CSS and javascript to the client. web-sharelatex 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.
|
|
|
+
|
|
|
+License and Credits
|
|
|
+-------------------
|
|
|
+
|
|
|
+### Code
|
|
|
+
|
|
|
+All code is currently proprietary but will soon be licensed under a copyleft license.
|
|
|
+
|
|
|
+#### Silk icon set 1.3
|
|
|
+
|
|
|
+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` directory
|
|
|
+
|
|
|
+### IconShock icons
|
|
|
+
|
|
|
+We gratefully acknowledge [IconShock](http://www.iconshock.com) for use of the icons
|
|
|
+in the `public/img/iconshock` directory found via
|
|
|
+[findicons.com](http://findicons.com/icon/498089/height?id=526085#)
|
|
|
+
|
|
|
+
|