mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
33 lines
1.6 KiB
HTML
33 lines
1.6 KiB
HTML
<h3>Download</h3>
|
|
|
|
{% if version.endswith('pre') %}
|
|
<p>This documentation is for version <b>{{ version }}</b>, which is not released yet.</p>
|
|
<p>You can download it from the <a href="{{ github_base }}">GitHub repository</a>.</p>
|
|
{% else %}
|
|
<p>Current version: <b>{{ version }}</b></p>
|
|
<p>Get the Salt tarball from the <a href="{{ github_downloads }}">GitHub downloads page</a>,
|
|
or <a href="{{ pathto("topics/installation") }}">packages are available</a> for some OSes.</p>
|
|
<p><a href="{{ pathto("topics/releases/index") }}">Read the release announcement.</a></p>
|
|
{#
|
|
<p>Latest <a href="http://saltstack.org/latest">development version docs</a> are also available.</p>
|
|
#}
|
|
{% endif %}
|
|
|
|
<h3>Recent updates</h3>
|
|
<p>Our IRC channel is now on the popular Freenode network. See you there!</p>
|
|
<p>The Salt git repository can now be found at the new saltstack GitHub organization.
|
|
<a href="http://red45.wordpress.com/2011/11/15/little-move-big-progress/">Read why.</a></p>
|
|
|
|
<h3>Get help. Get involved.</h3>
|
|
|
|
<form action="http://groups.google.com/group/salt-users/boxsubscribe">
|
|
<p>Join the <a href="https://groups.google.com/forum/#!forum/salt-users">mailing list</a>:
|
|
<br>
|
|
<input type="email" name="email" placeholder="Email address">
|
|
<button type="submit" name="sub">Subscribe</button></p>
|
|
</form>
|
|
|
|
<p>Join us via IRC in the <tt>#salt</tt> channel via
|
|
<a href="http://webchat.freenode.net/?channels=salt&uio=Mj10cnVlJjk9dHJ1ZSYxMD10cnVl83">Freenode's webchat</a>.</p>
|
|
<p><a href="{{ github_issues }}">Search bugs</a> or file one.</p>
|