mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-25 02:16:52 +01:00
80 lines
4.0 KiB
HTML
80 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<title>Codiad by Fluidbyte</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<div class="inner">
|
|
|
|
<header>
|
|
<h1>Codiad</h1>
|
|
<h2>Web Based, Cloud IDE</h2>
|
|
</header>
|
|
|
|
<section id="downloads" class="clearfix">
|
|
<a href="https://github.com/Fluidbyte/Codiad/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
|
|
<a href="https://github.com/Fluidbyte/Codiad/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
|
|
<a href="https://github.com/Fluidbyte/Codiad" id="view-on-github" class="button"><span>View on GitHub</span></a>
|
|
</section>
|
|
|
|
<hr>
|
|
|
|
<section id="main_content">
|
|
<h1>Codiad Web IDE</h1>
|
|
|
|
<p>Codiad is a web-based IDE framework with a small footprint and minimal requirements. The system is still early in development, and while it has been proven extremely stable please be sure to backup regularly if you use it in any production work.</p>
|
|
|
|
<p>Keep up to date with the latest changes and news on <strong><a href="http://twitter.com/codiadide">Twitter</a></strong> or <strong><a href="http://www.facebook.com/Codiad">Facebook</a></strong></p>
|
|
|
|
<h2>Getting Started</h2>
|
|
|
|
<p>Installation of Codiad requires uploading the files and making several directories and a config file writeable. There is no database and no other server components are required. PHP 5.3 or above is recommended, however, the system will work with any version of PHP over v.5.</p>
|
|
|
|
<p>For more information please <strong><a href="https://github.com/Fluidbyte/Codiad/wiki/Installation">read the installation instructions</a></strong> on the Wiki.</p>
|
|
|
|
<h2>Interface</h2>
|
|
|
|
<p>Codiad consists of three panels; a left panel which houses the file manager and active files, center panel which is where editors reside, and a right panel which contains system and other controls. The right side panel collapses and there's no top toolbar to provide maximum real-estate to the editor.</p>
|
|
|
|
<p><img src="http://codiad.com/screenshot.jpg" alt="Codiad Screenshot"></p>
|
|
|
|
<h2>Getting More Advanced</h2>
|
|
|
|
<p>Codiad is a very complete package, however, it was designed to allow developers to easily expand upon the base platform.</p>
|
|
|
|
<p>If you're looking to develop components or custom functionality please <strong><a href="https://github.com/Fluidbyte/Codiad/wiki">check out the Wiki</a></strong> for information about the architecture and API.</p>
|
|
|
|
<hr><p><em>Project developed by <a href="http://www.fluidbyte.net">Kent Safranski</a> with support from <a href="http://www.tictonix.com">Tictonix</a></em></p>
|
|
</section>
|
|
|
|
<footer>
|
|
Codiad is maintained by <a href="https://github.com/Fluidbyte">Fluidbyte</a><br>
|
|
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
|
|
</footer>
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-34692757-1");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |