Source
From StatusNet
Contents |
[edit] License
Status.net is distributed under the GNU Affero General Public License, see License.
[edit] Latest Release
StatusNet 0.8.3 is the latest release, but it's still beta quality. Installation of the basic Web functionality is straightforward, but more advanced features (Jabber, SMS) can be tricky.
Latest 'Stable' Release: http://status.net/statusnet-0.8.3.tar.gz
[edit] Source Code Repository
A web interface to the repository can be found on gitorious.org.
You can retrieve the latest source for the version running on http://identi.ca from the repository on this server, like so:
git clone git://gitorious.org/statusnet/mainline.git cd mainline git checkout -b 0.8.x origin/0.8.x
You can update your local repository with the latest patches from the main repository like so:
To check out the latest development version instead, use the following:
git clone git://gitorious.org/statusnet/mainline.git cd mainline git checkout -b 0.9.x origin/0.9.x
how to update local repo from laconica to statusnet?
git config remote.origin.url git://gitorious.org/statusnet/mainline.git
[edit] Older versions
See also : Category:Releases
- Laconica 0.8.0: http://laconi.ca/laconica-0.8.0.tar.gz
- Laconica 0.7.2.1: http://laconi.ca/laconica-0.7.2.1.tar.gz
- Laconica 0.7.1: http://laconi.ca/laconica-0.7.1.tar.gz
- Laconica 0.7.0: http://laconi.ca/laconica-0.7.0.tar.gz
- Laconica 0.6.4: http://laconi.ca/laconica-0.6.4.3.tar.gz
- Laconica 0.6.3: http://laconi.ca/laconica-0.6.3.tar.gz
- Laconica 0.6.2: http://laconi.ca/laconica-0.6.2.tar.gz
- Laconica 0.6.1: http://laconi.ca/laconica-0.6.1.tar.gz
- Laconica 0.6.0: http://laconi.ca/laconica-0.6.0.tar.gz

