Added warning about applicability to the documentation

This commit is contained in:
capitaomorte
2009-08-26 15:34:37 +00:00
parent 01205f79d6
commit 4cb1ab2ba7
10 changed files with 80 additions and 46 deletions

View File

@@ -40,7 +40,14 @@
<div id="squeeze">
<div class="right-corner">
<div class="left-corner">
%(body)s
<p>
<b>Important:</b> This documentation applies to
the <b>SVN trunk</b> of YASnippet, which you
get <a href="http://code.google.com/p/yasnippet/source/checkout">here</a>. Documentation
for other versions can be found <a title=""
href="http://code.google.com/p/yasnippet/downloads/list">here</a>.
</p>
%(body)s
</div>
</div>
</div>