The Bespin project is building a web-based code editor using the emerging HTML5 standard. The editor is easily extensible with JavaScript and can be used in your own applications. (the mozilla/ mirror is READ ONLY, synchronized from mercurial)
Перейти к файлу
Patrick Walton a69f046866 Make the cursor show up consistently in the white theme, credits to bmc for finding the issue 2010-10-11 10:40:16 -07:00
browser/bookmarklet revert the logo to the old one... looks better, if not button-like 2010-09-27 16:04:29 -04:00
docs release notes for 0.9a2 2010-09-27 16:04:35 -04:00
dryice Fix the plain background color in the white theme 2010-09-26 12:39:37 +02:00
embedded fix the sample build "javascript" plugin which is now js_syntax 2010-06-29 11:47:08 -04:00
plugins Make the cursor show up consistently in the white theme, credits to bmc for finding the issue 2010-10-11 10:40:16 -07:00
sample_plugins fix bug 562918: don't include sample plugins in the production build. 2010-06-17 08:34:43 -04:00
static Remove scroll bars in the hosted editor, bug 574185 2010-06-23 16:28:23 -07:00
.hgignore adding some lines to the ignore file 2010-06-10 18:15:26 +01:00
.hgtags Added tag 0.9a2 for changeset 14d3dc2fcb3b 2010-09-30 21:52:45 -04:00
.reviewboardrc adding reviewboardrc so that reviewboard can find our server 2010-04-23 22:27:18 -04:00
LICENSE.txt add the LICENSE file that was missing. Add a task to the pavement 2009-10-18 19:32:10 -04:00
MANIFEST.in fix index file for production (had references to unnecessary things 2010-03-15 11:06:21 -04:00
README.txt initial commit - making the bootstrap and pavement a little nicer than 2009-09-22 15:52:18 -04:00
bootstrap.py Allow --git to be specified when running bootstrap.py 2009-11-30 16:11:11 -08:00
dropin.json Fix the plain background color in the white theme 2010-09-26 12:39:37 +02:00
pavement.py bump version number for next release 2010-10-01 07:04:28 -04:00
production.json building more plugins into the production build so that it functions 2010-06-18 14:50:44 -04:00
requirements.txt add static to the list of requirements (needed for the dryice server) 2010-05-24 16:28:01 -04:00
sitecustomize.py tired of dealing with unicode decoding problems which will go away 2010-06-30 13:30:15 -04:00

README.txt

Welcome to Bespin!
------------------

Bespin is a Mozilla Labs experiment on how to build an extensible Web code 
editor using HTML 5 technology.

Project home page: http://labs.mozilla.com/projects/bespin/
Live system: https://bespin.mozilla.com/

Thanks for downloading the code to the Bespin project. You can easily get 
Bespin's Python server running on your local Mac or Linux machine (see note 
about Windows below).

Getting Started
---------------


Contributing to Bespin
----------------------

For details see:
  https://wiki.mozilla.org/Labs/Bespin/Contributing

The source repository is in Mercurial at:
  http://hg.mozilla.org/labs/bespin/