This repository has been archived by the owner on Mar 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 998
Contribute
tiff edited this page Apr 1, 2012
·
2 revisions
- Fork
- Implement your changes
- Compile
make
- Make sure your code works in all supported browsers (Check README)
- Write tests (if possible)
- Run the tests
make unittest
- If tests pass create a pull request (please exclude the compiled files)
- Receive feedback and praise. Thanks!
For a start, let’s assume that you have a simple web page, you want to make editable with Aloha Editor and you already have placed Aloha Editor on your web server.
This is your web page:
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Getting Started with Aloha Editor</title>
<link rel="stylesheet" href="index.css" type="text/css">
</head>
<body>
<div id="main">
<div id="content"><p>Getting started with Aloha Editor!</p></div>
</div>
</body>