Skip to content

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase

Notifications You must be signed in to change notification settings

AsherGlick/Briefcase

 
 

Repository files navigation

Briefacse

Briefcase is under the BSD licence, full text found at the end of this file Briefcase is an open source online document editor The backend is written in Django Briefcase uses the canvas element and requires the use of modern browsers

Want To Help? Fork the repo and write some functions!

Planned Applications

Spreadsheet [In Development]

'Big' Presentation Editor [Beginning Development]

Text Editors:
Code Editor [In Development]
Live Markdown Renderer[--0%--]
Live Latex Renderer [--0%--]

These Percentages may not be accurate do to refactoring of code, some functions were rewritten and some legacy code was thrown out Spreadsheet [In Development]

Cell editing [--100%--]
Cell Resizing [--50%--]
Saving Loading [--50%--]

  • Conversions to and from JSON [--90%--]
  • Ajax communication with server [--0%--]
    Function Framework [--100--]
  • native arithmatic [--100--]
  • cell queries [--100--]
  • function qurries [--100%--]
  • number parsing [--100%--]
    10,000 Functions [--1%--]
    Function Mapper [--31.66%--]
  • creates html for functions [--100%--]
  • comments are added to javascript if missing [--90%--]
  • comments are used in html [--0%--]
  • comment headders are used in html [--0%--]
  • multiple function files are used for html [--0%--]
  • -(math.js matrix.js debug.js time.js)
  • html is searchable [--0%--]

Menu [--80%--]
Text Coloring [--0%--]
Multiple user edit [--0%--]

Licence

Copyright 2011 Asher Glick. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of
    conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list
    of conditions and the following disclaimer in the documentation and/or other materials
    provided with the distribution.

THIS SOFTWARE IS PROVIDED BY Asher Glick ''AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Asher Glick OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Asher Glick.

About

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • Python 10.6%