Update README

This commit is contained in:
Isaac Brown 2018-07-25 09:26:29 -04:00
parent d13496f49e
commit 602d90b120

View file

@ -1,29 +1,29 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<title>Read Me</title> <title>Read Me</title>
</head> </head>
<body> <body>
<h1>Codaid</h1> <h1>Codaid</h1>
<p> <p>
This is the Telaaedifex team's custom version of Codiad. Codiad is a web-based IDE framework with a small footprint and minimal requirements.<br> This is the Telaaedifex team's custom version of Codiad. Codiad is a web-based IDE framework with a small footprint and minimal requirements.<br>
<br> <br>
Codiad was built with simplicity in mind, allowing for fast, interactive development without the massive overhead of some of the larger desktop editors. That being said even users of IDE's such as Eclipse, NetBeans and Aptana are finding Codiad's simplicity to be a huge benefit. While simplicity was key, we didn't skimp on features and have a team of dedicated developers actively adding more.<br> Codiad was built with simplicity in mind, allowing for fast, interactive development without the massive overhead of some of the larger desktop editors. That being said even users of IDE's such as Eclipse, NetBeans and Aptana are finding Codiad's simplicity to be a huge benefit. While simplicity was key, we didn't skimp on features and have a team of dedicated developers actively adding more.<br>
<br> <br>
For more information on the project please check out the check out the Wiki.<br> For more information on the project please check out the check out the Wiki.<br>
<br> <br>
Distributed under the MIT-Style License. See LICENSE.txt file for more information.<br> Distributed under the MIT-Style License. See LICENSE.txt file for more information.<br>
<br> <br>
When you see a ? in front of a task that means it is a possibility but we aren't sure we will add it yet.<br> When you see a - in front of a task that means it is a possibility but we aren't sure we will add it yet.<br>
<br> <br>
Task List:<br> Task List:<br>
<ul> <ul>
<li>Add ability to hide cursors when in collaboration mode.</li> <li>Add ability to hide cursors when in collaboration mode.</li>
<li>Add ability to rename site.</li> <li>Add ability to rename site.</li>
<li>? Add ability to see what people are highlighting in collaboration mode.</li> <li>- Add ability to see what people are highlighting in collaboration mode.</li>
<li>Add mobile compatibility.</li> <li>Add mobile compatibility.</li>
<li>Clean up update script.</li> <li>Clean up update script.</li>
</ul> </ul>
</p> </p>
</body> </body>
</html> </html>