Updated URLs for the switch to the saltstack GitHub organization

This commit is contained in:
Seth House 2011-11-15 22:41:20 -07:00
parent f6867146e5
commit b6ecb49828
12 changed files with 38 additions and 29 deletions

View File

@ -13,6 +13,9 @@
#}
{% endif %}
<p>Notice something different? We moved the Salt repository to the new saltstack GitHub organization.
<a href="http://red45.wordpress.com/2011/11/15/little-move-big-progress/">Read why.</a>
<h3>Get help. Get involved.</h3>
<form action="http://groups.google.com/group/salt-users/boxsubscribe">

View File

@ -37,15 +37,15 @@ autosummary_generate = True
# Define a substitution for linking to the latest release tarball
rst_prolog = """\
.. |latest| replace:: https://github.com/downloads/thatch45/salt/salt-%s.tar.gz
.. |saltrepo| replace:: https://github.com/saltstack/salt
.. |latest| replace:: https://github.com/downloads/saltstack/salt/salt-%s.tar.gz
""" % __version__
# A shortcut for linking to tickets on the GitHub issue tracker
extlinks = {
'blob': ('https://github.com/thatch45/salt/blob/v%s/%%s' % __version__, None),
'download': ('https://github.com/downloads/thatch45/salt/%s', None),
'issue': ('https://github.com/thatch45/salt/issues/%s', 'issue '),
'blob': ('https://github.com/saltstack/salt/blob/v%s/%%s' % __version__, None),
'download': ('https://github.com/downloads/saltstack/salt/%s', None),
'issue': ('https://github.com/saltstack/salt/issues/%s', 'issue '),
}
@ -75,9 +75,9 @@ html_sidebars = {
html_context = {
'html_default_sidebars': html_default_sidebars,
'github_base': 'https://github.com/thatch45/salt',
'github_issues': 'https://github.com/thatch45/salt/issues',
'github_downloads': 'https://github.com/thatch45/salt/downloads',
'github_base': 'https://github.com/saltstack/salt',
'github_issues': 'https://github.com/saltstack/salt/issues',
'github_downloads': 'https://github.com/saltstack/salt/downloads',
}
html_use_index = False

View File

@ -43,7 +43,7 @@ Follow on Github
The Salt code is developed via Github. Follow Salt for constant updates on what
is happening in Salt development:
https://github.com/thatch45/salt
|saltrepo|
.. _community-blog:

View File

@ -47,11 +47,11 @@ You can find the source code for Salt on my github page, I have also set up a
few wiki pages explaining how to use and set up Salt. If you are using Arch
Linux there is a package available in the Arch Linux AUR.
Salt 0.6.0 Source: https://github.com/downloads/thatch45/salt/salt-0.6.0.tar.gz
Salt 0.6.0 Source: :download:`salt-0.6.0.tar.gz`
Github page: https://github.com/thatch45/salt
Github page: |saltrepo|
Wiki: https://github.com/thatch45/salt/wiki
Wiki: https://github.com/saltstack/salt/wiki
Arch Linux Package: https://aur.archlinux.org/packages.php?ID=47512

View File

@ -52,7 +52,7 @@ Salt can be downloaded from the following locations;
Source Tarball:
https://github.com/downloads/thatch45/salt/salt-0.7.0.tar.gz
:download:`salt-0.7.0.tar.gz`
Arch Linux Package:

View File

@ -4,7 +4,8 @@ Salt 0.8.0 release notes
Salt 0.8.0 is ready for general consumption!
The source tarball is available on github for download:
https://github.com/downloads/thatch45/salt/salt-0.8.0.tar.gz
:download:`salt-0.8.0.tar.gz`
A lot of work has gone into salt since the last release just 2 weeks ago, and
salt has improved a great deal. A swath of new features are here along with
performance and threading improvements!
@ -51,7 +52,8 @@ therefore executed in compiled c. Simply write the salt module in cython and
use the file extension “.pyx” and the minion module will be compiled when
the minion is started. An example cython module is included in the main
distribution called cytest.pyx:
https://github.com/thatch45/salt/blob/master/salt/modules/cytest.pyx
:blob:`salt/modules/cytest.pyx`
Dynamic Returners -
========================
@ -65,7 +67,8 @@ This means that a custom data returner can be added to communicate the return
data so anything from MySQL, redis, mongodb and more!
There are 2 simple stock returners in the returners directory:
https://github.com/thatch45/salt/tree/master/salt/returners
:blob:`salt/returners`
The documentation on writing returners will be added to the wiki shortly, and
returners can be written in pure python, or in cython.
@ -81,7 +84,8 @@ https://github.com/thatch45/salt/wiki/Writing-Salt-Modules
The test module has an example of using the __opts__ dict, and how to set
default options:
https://github.com/thatch45/salt/blob/master/salt/modules/test.py
:blob:`salt/modules/test.py`
Advanced Minion Threading:
==============================
@ -93,7 +97,8 @@ multiprocessing will cause executions that are cpu bound or would otherwise
exploit the negative aspects of the Python GIL to run faster and more reliably,
but simple calls will still be faster with python threading.
The configuration option can be found in the minion configuration file:
https://github.com/thatch45/salt/blob/master/conf/minion
:blob:`conf/minion`
Lowered Supported Python to 2.6 -

View File

@ -13,7 +13,7 @@ but the back end to support expansion is in place.
I also recently gave a presentation to the Utah Python users group in Salt Lake
City, the slides from this presentation are available here:
https://github.com/downloads/thatch45/salt/Salt.pdf
:download:`Salt.pdf`
The video from this presentation will be available shortly.
@ -43,7 +43,8 @@ state system will be documented in the near future.
The system for loading salt modules has been pulled out of the minion class to
be a standalone module, this has enabled more dynamic loading of Salt modules
and enables many of the updates in 0.8.7
https://github.com/thatch45/salt/blob/master/salt/loader.py
:blob:`salt/loader.py`
Salt Job ids are now microsecond precise, this was needed to repair a race
condition unveiled by the speed improvements in the new ZeroMQ topology.
@ -74,6 +75,6 @@ Salt is nearing the goal of 1.0, where the core feature set and capability is
complete!
Salt 0.8.7 can be downloaded from github here:
https://github.com/downloads/thatch45/salt/salt-0.8.7.tar.gz
:download:`salt-0.8.7.tar.gz`
-Thomas S Hatch

View File

@ -4,7 +4,7 @@ Salt 0.8.8 release notes
Salt 0.8.8 is here! This release adds a great deal of code and some serious new
features. The latest release can be downloaded here:
https://github.com/downloads/thatch45/salt/salt-0.8.8.tar.gz
:download:`salt-0.8.8.tar.gz`
Improved Documentation has been set up for salt using sphinx thanks to the
efforts of Seth House. This new documentation system will act as the back end
@ -77,6 +77,6 @@ http://blip.tv/thomas-s-hatch/salt-0-8-7-presentation-5180182
OGV Video Download:
http://blip.tv/file/get/Thatch45-Salt087Presentation416.ogv
Slides:
https://github.com/downloads/thatch45/salt/Salt.pdf
:download:`Salt.pdf`
-Thomas S Hatch

View File

@ -19,7 +19,7 @@ Download!
The Salt source can be downloaded from the salt github site:
https://github.com/downloads/thatch45/salt/salt-0.8.9.tar.gz
:download:`salt-0.8.9.tar.gz`
Or from PiPy:

View File

@ -14,7 +14,7 @@ Download!
The Salt source can be downloaded from the salt github site:
https://github.com/downloads/thatch45/salt/salt-0.9.0.tar.gz
:download:`salt-0.9.0.tar.gz`
Or from PiPy:
@ -60,7 +60,7 @@ The minion and master classes have been redesigned to allow for specialized
minion and master servers to be easily created. An example on how this is done
for the master can be found in the ``master.py`` salt module:
https://github.com/thatch45/salt/blob/master/salt/master.py
:blob:`salt/master.py`
The ``Master`` class extends the ``SMaster`` class and set up the main master
server.
@ -68,7 +68,7 @@ server.
The minion functions can now also be easily added to another application via
the ``SMinion`` class, this class can be found in the ``minion.py`` module:
https://github.com/thatch45/salt/blob/master/salt/minion.py
:blob:`salt/minion.py`
Cleaner Key Management
``````````````````````

View File

@ -17,7 +17,7 @@ Download!
The Salt source can be downloaded from the salt github site:
https://github.com/downloads/thatch45/salt/salt-0.9.2.tar.gz
:download:`salt-0.9.2.tar.gz`
Or from PiPy:

View File

@ -16,7 +16,7 @@ Download!
The Salt source can be downloaded from the salt github site:
https://github.com/downloads/thatch45/salt/salt-0.9.3.tar.gz
:download:`salt-0.9.3.tar.gz`
Or from PiPy: