1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-23 07:15:52 +03:00
kakoune/scripts.html

131 lines
7.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kakoune - Official site</title>
<meta name="description" content="The official website of Kakoune, a vim inspired code editor">
<meta name="author" content="@lenormf">
<link rel="icon" type="image/png" href="img/favicon16.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/font-gafata.css">
<link rel="stylesheet" href="css/default.css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img alt="kakoune logo" src="img/kakoune_logo_32.png">
</a>
<p class="navbar-text"><b>Kakoune</b></p>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="https://github.com/mawww/kakoune#2-getting-started"><i class="fa fa-fw fa-flag"></i>&nbsp;Get started!</a></li>
<li><a href="https://github.com/mawww/kakoune/blob/master/README.asciidoc#3-basic-interaction"><i class="fa fa-fw fa-list-alt"></i>&nbsp;Documentation</a></li>
<li><a href="https://github.com/mawww/kakoune/issues"><i class="fa fa-fw fa-bug"></i>&nbsp;Issue Tracker</a></li>
<li><a href="https://github.com/mawww/kakoune/wiki"><i class="fa fa-fw fa-group"></i>&nbsp;Wiki</a></li>
<li><a href="https://github.com/mawww/kakoune/blob/master/doc/design.asciidoc"><i class="fa fa-fw fa-book"></i>&nbsp;Design Notes</a></li>
<li><a href="scripts.html"><i class="fa fa-fw fa-fighter-jet"></i>&nbsp;Scripts</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row-fluid">
<div class="col-sm-10 col-sm-offset-1">
<br>
<div class="alert alert-danger" role="alert">
The scripts available in this section have been written by contributors,
and although they have all been carefully reviewed before being
integrated into this page, the developers of the <i>Kakoune</i> projects
<b>cannot be held liable</b> for any problems that might arise through the use
of one of the following scripts. <b>You have been warned.</b>
</div>
<h3 class="page-header" style="margin-top: 0;">How to contribute</h3>
<blockquote>
After you have tested and put your script online (preferably on <a href=
"https://gist.github.com/">Github Gists</a>), edit this page on your
fork of the <a href="https://github.com/mawww/kakoune/tree/gh-pages">
Kakoune Github Pages repository</a> to include your script, along with
all the information needed to fill the table. Submit a pull request
with all those changes, and your script (after examination by the
project's developers) will be included on this page!
</blockquote>
</div>
<div class="col-sm-12">
<table id="table-scripts" class="table table-responsive table-striped table-condensed">
<thead>
<tr>
<th>Download</th>
<th>Description</th>
<th>Author</th>
<th>Script version</th>
<th>License</th>
<th>Date added</th>
<th>Date updated</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://gist.github.com/lenormf/a8c0d77f4e2a92a399e0/raw/9f461af0b144c9c83bb5ae3cd353aea1baf51d11/autodownload.kak">autodownload</a></td>
<td>Download a remote file when a URL is used as a buffer name</td>
<td><a href="https://github.com/lenormf">lenormf</a></td>
<td>1.0</td>
<td>MIT</td>
<td>25/09/2015</td>
<td></td>
</tr>
<tr>
<td><a href="https://gist.github.com/lenormf/e8e2b0f512efa3cf4bbf/raw/d088fa197429a589e67f9d5918b4e57759970e1e/gdt.kak">gdt</a></td>
<td>Highlight TODO, FIXME and XXX comments</td>
<td><a href="https://github.com/lenormf">lenormf</a></td>
<td>1.0</td>
<td>MIT</td>
<td>25/09/2015</td>
<td></td>
</tr>
<tr>
<td><a href="https://gist.githubusercontent.com/lenormf/461c5b6ee7a3458fc49b/raw/8350b7cdbd66ddb71a5675ec46b447a526e9f524/bitbake.kak">bitbake</a></td>
<td>Support for <a href="https://www.yoctoproject.org/tools-resources/projects/bitbake">Bitbake</a> recipes</td>
<td><a href="https://github.com/lenormf">lenormf</a></td>
<td>1.0</td>
<td>MIT</td>
<td>04/11/2015</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row-fluid">
<div id="footer" class="col-sm-8 col-sm-offset-2">
2012-2015 · <a href="https://github.com/mawww/kakoune"><i>kakoune</i></a>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>