diff --git a/.travis.yml b/.travis.yml index 9bdccd0e3e..baa0031d50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,3 @@ language: node_js node_js: - 0.8 -before_script: - - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" diff --git a/CodeSITE$%&).html b/CodeSITE$%&).html new file mode 100644 index 0000000000..1e69e35186 --- /dev/null +++ b/CodeSITE$%&).html @@ -0,0 +1,88 @@ + + + + + + Code Editor + + + + + + + + + + + +

Code Editor

+ +
+ Welcome! This is a coding site with lots of coding to do! +
+ + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 8ed9871a46..0dced3c6e3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# CodeMirror [![Build Status](https://secure.travis-ci.org/marijnh/CodeMirror.png?branch=master)](http://travis-ci.org/marijnh/CodeMirror) +# CoderFAV -CodeMirror is a JavaScript component that provides a code editor in -the browser. When a mode is available for the language you are coding -in, it will color your code, and optionally help with indentation. +The none stop awesome Coder editor for the web. I have been working with Dart and +wanted to build an editor for it. This isn't quite finished but it also supports other Web languages like +HTML, CSS, Javascript, and PHP. If you didn't notice it this project is based on Codemirror. I will be keeping you updated. Look below for updates -The project page is http://codemirror.net -The manual is at http://codemirror.net/doc/manual.html +The project page is http://rispity.net + +# Updates + +10/17/12 First Commit to Project + +10/17/12 Demo Server being set up diff --git a/demo/activeline.html b/demo/activeline.html deleted file mode 100644 index a42ce97ba8..0000000000 --- a/demo/activeline.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - CodeMirror: Active Line Demo - - - - - - - - -

CodeMirror: Active Line Demo

- -
- - - -

Styling the current cursor line.

- - - diff --git a/demo/changemode.html b/demo/changemode.html deleted file mode 100644 index a3d42c04bf..0000000000 --- a/demo/changemode.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - CodeMirror: Mode-Changing Demo - - - - - - - - - -

CodeMirror: Mode-Changing demo

- -
- -

On changes to the content of the above editor, a (crude) script -tries to auto-detect the language used, and switches the editor to -either JavaScript or Scheme mode based on that.

- - - - diff --git a/demo/closetag.html b/demo/closetag.html deleted file mode 100644 index c405a3c322..0000000000 --- a/demo/closetag.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - CodeMirror: Close-Tag Demo - - - - - - - - - - - - -

Close-Tag Demo

-