126 lines
4.1 KiB
HTML
126 lines
4.1 KiB
HTML
<DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>edn - new IDE for Linux</title>
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
|
|
<script type="text/javascript" src="script.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="modele.css"/>
|
|
<script>
|
|
setInterval(function(){
|
|
$('.highlight').animate({
|
|
opacity: 0.5
|
|
}, 500).animate({
|
|
opacity: 1
|
|
}, 500)
|
|
},1000)
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<a href="http://github.com/coreh/nide">
|
|
<img style="position: absolute; top: 0; left: 0; border: 0; z-index: 1" src="forkMe.png" alt="Fork me on GitHub">
|
|
</a>
|
|
<div id="gallery">
|
|
<div id="menu">
|
|
<ul class="menu">
|
|
<li class="menuItem"><a href="">About</a></li>
|
|
<li class="menuItem"><a href="">The Features</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="wrapper">
|
|
<div id="slides">
|
|
<div class="slide initial">
|
|
<h1>Edn</h1>
|
|
<h2>new IDE for Linux</h2>
|
|
<div class="description">
|
|
<p><code>edn</code> is a gtk+ based IDE for linux, Simplicity for writing and moving inside code.</p>
|
|
<p>The current version is not fully stable.</p>
|
|
</div>
|
|
<br>
|
|
<h2>Try it out!</h2>
|
|
<div class="description">
|
|
<p>todo ...</p>
|
|
</div>
|
|
<br>
|
|
<h2>Spread the word</h2>
|
|
<div class="description wide">
|
|
<p>Spread the word about Edn on <!--Facebook, Twitter or--> Google+:</p>
|
|
<!-- FaceBook -->
|
|
<!--
|
|
<p>
|
|
<iframe src="http://www.facebook.com/plugins/like.php?href&send=false&layout=standard&width=450&show_faces=false&action=recommend&colorscheme=light&font=lucida+grande&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true">
|
|
</iframe>
|
|
</p>
|
|
-->
|
|
<!-- Tweeter -->
|
|
<!--
|
|
<p>
|
|
<a href="http://twitter.com/share"
|
|
class="twitter-share-button"
|
|
data-count="horizontal">
|
|
Tweet
|
|
</a>
|
|
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"/>
|
|
</p>
|
|
-->
|
|
<!-- Google + -->
|
|
<p>
|
|
<div class="g-plusone" data-annotation="inline"></div>
|
|
<script type="text/javascript">
|
|
(function() {
|
|
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
|
po.src = 'https://apis.google.com/js/plusone.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
|
})();
|
|
</script>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="slide">
|
|
<h2 class="top">Features</h2>
|
|
<div class="description">
|
|
<ul>
|
|
<li>Open file in list
|
|
<li>Internal syntax highlighted code editing
|
|
<li>Ctag search
|
|
</ul>
|
|
</div>
|
|
<h2>License</h2>
|
|
<div class="description">
|
|
<p>You can:
|
|
<ul>
|
|
<li>Redistribute the sources code and binaries.
|
|
<li>Modify the Sources code.
|
|
<li>Use a part of the sources (less than 50%) in an other software, just write somewhere "Edn is great" visible by the user (on your product or on your website with a link to my page).
|
|
<li>Redistribute the modification only if you want.
|
|
<li>Send me the bug-fix (it could be great).
|
|
<li>Pay me a beer or some other things.
|
|
<li>Print the source code on WC paper ...
|
|
</ul>
|
|
You can NOT:
|
|
<ul>
|
|
<li>Earn money with this Software (But I can).
|
|
<li>Add malware in the Sources.
|
|
<li>Do something bad with the sources.
|
|
<li>Use it to travel in the space with a toaster.
|
|
</ul>
|
|
I reserve the right to change this licence. If it change the version of the copy you have keep its own license
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-25417303-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html> |