Update website for 2.0
29
index.html
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
|
||||
<title>majutsushi/tagbar @ GitHub</title>
|
||||
<title>Tagbar, the Vim class browser</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
@@ -35,13 +35,6 @@
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div class="download">
|
||||
<a href="http://github.com/majutsushi/tagbar/zipball/master">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
|
||||
<a href="http://github.com/majutsushi/tagbar/tarball/master">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
|
||||
</div>
|
||||
|
||||
<h1><a href="http://github.com/majutsushi/tagbar">Tagbar</a>
|
||||
<span class="small">by <a href="http://github.com/majutsushi">Jan Larres</a></span></h1>
|
||||
|
||||
@@ -70,6 +63,7 @@
|
||||
<h2>Screenshots</h2>
|
||||
<a href="tagbar1.png"><img src="tagbar1_t.png"/></a>
|
||||
<a href="tagbar2.png"><img src="tagbar2_t.png"/></a>
|
||||
<a href="tagbar3.png"><img src="tagbar3_t.png"/></a>
|
||||
|
||||
<h2>License</h2>
|
||||
<p>Vim license</p>
|
||||
@@ -83,6 +77,25 @@
|
||||
<h2>Download</h2>
|
||||
<h3>Stable releases</h3>
|
||||
|
||||
<p>2.0 (2011-04-26)
|
||||
<a href="http://github.com/majutsushi/tagbar/zipball/v2.0">zip</a>
|
||||
<a href="http://github.com/majutsushi/tagbar/tarball/v2.0">tar</a>
|
||||
<ul>
|
||||
<li>Folding now works correctly. Folds will be preserved when
|
||||
leaving the Tagbar window and when switching between files.
|
||||
Also tag types can be configured to be folded by default,
|
||||
which is useful for things like includes and imports.</li>
|
||||
<li> DoctorJS/jsctags and other compatible programs are now
|
||||
supported. </li>
|
||||
<li> All of the highlight groups can now be overridden. </li>
|
||||
<li> Added keybinding to quickly jump to next/previous
|
||||
top-level tag. </li>
|
||||
<li> Added Taglist's "p" keybinding for jumping to a tag
|
||||
without leaving the Tagbar window. </li>
|
||||
<li> Several bugfixes and other small improvements. </li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>1.5 (2011-03-06)
|
||||
<a href="http://github.com/majutsushi/tagbar/zipball/v1.5">zip</a>
|
||||
<a href="http://github.com/majutsushi/tagbar/tarball/v1.5">tar</a>
|
||||
|
||||
BIN
tagbar1.png
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 102 KiB |
BIN
tagbar1_t.png
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 60 KiB |
BIN
tagbar2.png
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 84 KiB |
BIN
tagbar2_t.png
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 50 KiB |
BIN
tagbar3.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
tagbar3_t.png
Normal file
|
After Width: | Height: | Size: 56 KiB |