openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

README.md (1412B)


      1 Ace (Ajax.org Cloud9 Editor)
      2 ============================
      3 [![CDNJS](https://img.shields.io/cdnjs/v/ace.svg)](https://cdnjs.com/libraries/ace)
      4 
      5 Ace is a code editor written in JavaScript.
      6 
      7 This repository has only generated files.
      8 If you want to work on ace please go to https://github.com/ajaxorg/ace instead.
      9 
     10 
     11 here you can find pre-built files for convenience of embedding.
     12 it contains 4 versions
     13  * [src](https://github.com/ajaxorg/ace-builds/tree/master/src)              concatenated but not minified
     14  * [src-min](https://github.com/ajaxorg/ace-builds/tree/master/src-min)      concatenated and minified with uglify.js
     15  * [src-noconflict](https://github.com/ajaxorg/ace-builds/tree/master/src-noconflict)      uses ace.require instead of require
     16  * [src-min-noconflict](https://github.com/ajaxorg/ace-builds/tree/master/src-min-noconflict)      concatenated, minified with uglify.js, and uses ace.require instead of require
     17 
     18 
     19 For a simple way of embedding ace into webpage see [editor.html](https://github.com/ajaxorg/ace-builds/blob/master/editor.html) or list of other [simple examples](https://github.com/ajaxorg/ace-builds/tree/master/demo)
     20 To see ace in action go to [kitchen-sink-demo](http://ajaxorg.github.com/ace-builds/kitchen-sink.html), [scrollable-page-demo](http://ajaxorg.github.com/ace-builds/demo/scrollable-page.html) or [minimal demo](http://ajaxorg.github.com/ace-builds/editor.html),
     21 
     22