1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-22 22:55:26 +03:00

Fix the layout of the page, add two scripts to the table

This commit is contained in:
Frank LENORMAND 2015-09-25 11:10:10 +03:00
parent 7a165878ee
commit a68e886668
2 changed files with 24 additions and 38 deletions

View File

@ -66,6 +66,10 @@ a:hover {
text-align: center;
}
#table-scripts {
margin-bottom: 0;
}
#table-scripts tr > td:nth-child(3),
#table-scripts tr > th:nth-child(3),
#table-scripts tr > td:nth-child(4),

View File

@ -50,16 +50,16 @@
of one of the following scripts. <b>You have been warned.</b>
</div>
<h3 class="page-header">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>
<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">
@ -78,40 +78,22 @@
<tbody>
<tr>
<td><a href="#">my_script</a></td>
<td>A short description of what the script does and why you should use it</td>
<td>Anonymous</td>
<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>24/09/2015</td>
<td>25/10/2016</td>
<td>25/09/2015</td>
<td></td>
</tr>
<tr>
<td><a href="#">my_script</a></td>
<td>A short description of what the script does and why you should use it</td>
<td>Anonymous</td>
<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>24/09/2015</td>
<td>25/10/2016</td>
</tr>
<tr>
<td><a href="#">my_script</a></td>
<td>A short description of what the script does and why you should use it</td>
<td>Anonymous</td>
<td>1.0</td>
<td>MIT</td>
<td>24/09/2015</td>
<td>25/10/2016</td>
</tr>
<tr>
<td><a href="#">my_script</a></td>
<td>A short description of what the script does and why you should use it</td>
<td>Anonymous</td>
<td>1.0</td>
<td>MIT</td>
<td>24/09/2015</td>
<td>25/10/2016</td>
<td>25/09/2015</td>
<td></td>
</tr>
</tbody>
</table>