mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
Changed README file to HTML instead of MD
This commit is contained in:
parent
9b790b3532
commit
7297e62931
29
README.html
Executable file
29
README.html
Executable file
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>Codaid</h1>
|
||||
<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>
|
||||
<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>
|
||||
For more information on the project please check out the check out the Wiki.<br>
|
||||
<br>
|
||||
Distributed under the MIT-Style License. See LICENSE.txt file for more information.<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>
|
||||
<br>
|
||||
Task List:<br>
|
||||
<ul>
|
||||
<li>Add ability to hide cursors when in collaboration mode.</li>
|
||||
<li>Add ability to rename site.</li>
|
||||
<li>? Add ability to see what people are highlighting in collaboration mode.</li>
|
||||
<li>Add mobile compatibility.</li>
|
||||
<li>Clean up update script.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
18
README.md
18
README.md
@ -1,18 +0,0 @@
|
||||
This is the Telaaedifex team's custom version of Codiad. Codiad is a web-based IDE framework with a small footprint and minimal requirements.
|
||||
|
||||
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.
|
||||
|
||||
For more information on the project please check out the check out the Wiki.
|
||||
|
||||
Distributed under the MIT-Style License. See LICENSE.txt file for more information.
|
||||
|
||||
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.
|
||||
|
||||
Task List:
|
||||
|
||||
Add ability to hide cursors when in collaboration mode.
|
||||
Add ability to rename site.
|
||||
? Add ability to see what people are highlighting in collaboration mode.
|
||||
Add mobile compatibility.
|
||||
|
||||
Clean up update script.
|
@ -57,7 +57,10 @@ switch($_GET['action']){
|
||||
} elseif( $vars[0]['data']['remoteversion'] === "" || $vars[0]['data']['remoteversion'] === null ) {
|
||||
|
||||
?>
|
||||
<br><br><b><label><?php echo htmlentities("Error, could not check for updates. Please try again later. If this problem persists, then please contact the web administrator."); ?></label></b>
|
||||
<br><br><b><label>
|
||||
<?php echo htmlentities("Error, could not check for updates. Please try again later ..."); ?><br>
|
||||
<?php echo htmlentities("If this problem persists, then please contact the web administrator."); ?>
|
||||
</label></b>
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user