Thanks for checking us out! You can play with some of our demos by going to our Demo Page
Most of our development is done in the dev
branch, specifically in the Plugins directory.
Additionally, there are long-lived 2 branches we created that serve as production branches for our groups:
cnx-master
: Used by http://cnx.orgoerpub-master
: Used by http://oerpub.org
These branches may also contain code snippets specific to those organizations (ie toolbar configs)
The gh-pages
branch contains demo HTML files that point to CDN versions of external packages so people can play with the demos.
Original Aloha Readme follows.
We're currently writing new new guides. You can find these at /doc/guides/output and on our website: http://aloha-editor.org
For help there is:
-
the Aloha Editor wiki for end-users and implementors
-
the Aloha Editor guides for developers
-
the issues tracker for developer support requests
-
the support forum for end-user and implementor support requests
-
IRC #alohaeditor @ freenode.net (We are there every Wednesday 9:00 to 18:00 GMT+1)
To get updates you can:
- Subscribe to GitHub updates by clicking the "watch" button up the top right of this page.
- Subscribe to RSS feed updates for the dev branch and/or master branch
- /bin - Build scripts
- /build - Build configuration
- /doc
- /doc/api - The API documentation
- /doc/guides - This document
- /vendor - Vendor source code. (e.g. ExtJS, require-js, jquery)
- /target - Build output folder
- /src
- /src/css - Aloha core css files
- /src/demo - Aloha demos
- /src/img - Aloha core images
- /src/lib - Require plugins and bootstrap files
- /src/lib/aloha - Main Aloha Editor core sources
- /src/lib/vendor - Vendor source code. E.g. ExtJS, jquery
- /src/lib/util - Utility sources. (e.g. json2.js, class.js)
- /src/plugins
- /src/plugins/common - Common plugin bundle
- /src/plugins/extra - Extra plugin bundle
- /src/test - QUnit tests
- Subscribe to RSS feed updates for the dev branch and/or master branch