Changeset 7016
- Timestamp:
- 01/12/08 21:38:22 (8 months ago)
- Files:
-
- django/trunk/docs/distributions.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/distributions.txt
r6048 r7016 19 19 ======= 20 20 21 The `FreeBSD`_ ports system offers both Django 0.96 (`py-django`_) and a more 22 recent, but not current, version based on Django's trunk (`py-django-devel`_). 23 These are installed in the normal FreeBSD way; for Django 0.96, for example, type: 21 The `FreeBSD`_ ports system offers both Django 0.96 (`py-django`_) and a more 22 recent, but not current, version based on Django's trunk (`py-django-devel`_). 23 These are installed in the normal FreeBSD way; for Django 0.96, for example, type: 24 24 ``cd /usr/ports/www/py-django && sudo make install clean``. 25 25 … … 61 61 ------ 62 62 63 A Django build is available for `Gentoo Linux`_, and is based on Django 0.96.64 The `current Gentoo build`_ can be installed by typing ``emerge django``.63 A Django package is available for `Gentoo Linux`_, and is based on Django 0.96.1. 64 The `current Gentoo package`_ can be installed by typing ``emerge django``. 65 65 66 66 .. _Gentoo Linux: http://www.gentoo.org/ 67 .. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django67 .. _current Gentoo package: http://packages.gentoo.org/package/django 68 68 69 69 Ubuntu … … 71 71 72 72 The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in 73 the "universe" repository for Ubuntu 7. 04 ("Feisty Fawn"). The `current Ubuntu74 package`_ is also based on Django 0.95.1 and can be installed in the same75 f ashion as for Debian.73 the "universe" repository for Ubuntu 7.10 ("Gutsy Gibbon"). The `current Ubuntu 74 package`_ is based on Django 0.96.1 and can be installed in the same fashion as 75 for Debian. 76 76 77 77 .. _Ubuntu Linux: http://www.ubuntu.com/ 78 .. _current Ubuntu package: http://packages.ubuntu.com/ feisty/python/python-django78 .. _current Ubuntu package: http://packages.ubuntu.com/gutsy/python/python-django 79 79 80 80
