mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 07:15:52 +03:00
c9167e3d57
This commit adds a page to the navigation bar that will list repositories on Github that have the "kakoune" topic set. The order of the repositories is decided by Github (stars), and an attacker could have their rogue plugin listed on the page, therefore users are warned to use the plugins at their own risks.
145 lines
7.4 KiB
HTML
145 lines
7.4 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 - Site officiel</title>
|
|
|
|
<meta name="description" content="Le site officiel de kakoune, l'éditeur inspiré de vim">
|
|
<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">Menu de 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> Commencer !</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> Documentation</a></li>
|
|
<li><a href="https://github.com/mawww/kakoune/issues"><i class="fa fa-fw fa-bug"></i> Gestionnaire de tickets</a></li>
|
|
<li><a href="https://github.com/mawww/kakoune/wiki"><i class="fa fa-fw fa-group"></i> Wiki</a></li>
|
|
<li><a href="https://github.com/mawww/kakoune/blob/master/doc/design.asciidoc"><i class="fa fa-fw fa-book"></i> Notes de conception</a></li>
|
|
<li><a href="gallery_fr.html"><i class="fa fa-fw fa-camera"></i> Galerie</a></li>
|
|
<li><a href="plugins.html"><i class="fa fa-fw fa-plug"></i> Plugins</a></li>
|
|
</ul>
|
|
|
|
<ul id="translation-flags" class="nav navbar-nav navbar-right">
|
|
<li><a href="gallery.html"><img alt="english flag" src="img/flags/shiny/24/United-Kingdom.png"></a></li>
|
|
<li><a href="gallery_fr.html"><img alt="french flag" src="img/flags/shiny/24/France.png"></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<div class="col-sm-10 col-sm-offset-1">
|
|
<h2 class="page-header" style="margin-top: 0;">Galerie</h2>
|
|
|
|
<div class="row-fluid">
|
|
<div class="col-sm-6">
|
|
<div class="thumbnail">
|
|
<a href="img/screenshots/relativenumbering-FreeFull.gif">
|
|
<img src="img/screenshots/relativenumbering-FreeFull.gif">
|
|
</a>
|
|
<div class="caption">
|
|
<p>Edition de code Rust grâce aux indices de lignes relatifs</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-sm-6">
|
|
<div class="thumbnail">
|
|
<a href="img/screenshots/ccode-Xiaoman.gif">
|
|
<img src="img/screenshots/ccode-Xiaoman.gif">
|
|
</a>
|
|
<div class="caption">
|
|
<p>Sélection simple de code C</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row-fluid">
|
|
<div class="col-sm-6">
|
|
<div class="thumbnail">
|
|
<a href="img/screenshots/fzf-lenormf.gif">
|
|
<img src="img/screenshots/fzf-lenormf.gif">
|
|
</a>
|
|
<div class="caption">
|
|
<p>Ouverture de multiples fichiers grâce à <a href="https://github.com/junegunn/fzf">fzf</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-sm-6">
|
|
<div class="thumbnail">
|
|
<a href="img/screenshots/multiselections-victoroux.gif">
|
|
<img src="img/screenshots/multiselections-victoroux.gif">
|
|
</a>
|
|
<div class="caption">
|
|
<p>Edition de code Python grâce aux sélections multiples</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row-fluid">
|
|
<div class="col-sm-6">
|
|
<div class="thumbnail">
|
|
<a href="img/screenshots/multiclients_casimir.gif">
|
|
<img src="img/screenshots/multiclients_casimir.gif">
|
|
</a>
|
|
<div class="caption">
|
|
<p>Différents clients <i>Kakoune</i> au sein de la même session</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-sm-6">
|
|
<div class="thumbnail">
|
|
<a href="img/screenshots/multiselections-jkonecny.gif">
|
|
<img src="img/screenshots/multiselections-jkonecny.gif">
|
|
</a>
|
|
<div class="caption">
|
|
<p>Sélections multiples dans un client <i>Kakoune</i></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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>
|