Changes between Version 13 and Version 14 of AptRepos

Show
Ignore:
Timestamp:
07/21/10 19:33:59 (7 weeks ago)
Author:
pablo (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AptRepos

    v13 v14  
    33== Supported distros == 
    44 
    5 The currently supported distros are: 
     5There are APT repositories of Scrapy for the Ubuntu 10.04 (`lucid`) and Ubuntu 9.10 (`karmic`). 
    66 
    7  * `lucid` (Ubuntu 10.04) 
    8  * `karmic` (Ubuntu 9.10) 
    9  
    10 == Supported Scrapy versions == 
     7== Available APT repositories == 
    118 
    129=== Scrapy 0.9 (stable) === 
    1310 
    14 Use the following APT sources, replacing `DISTRO` by your distro codename (see above for supported distros): 
     11Scrapy 0.9 for Ubuntu 10.04: 
    1512 
    1613{{{ 
    17 deb http://archive.scrapy.org/debian DISTRO-0.9 main 
     14deb http://archive.scrapy.org/debian lucid-0.9 main 
     15}}} 
     16 
     17Scrapy 0.9 for Ubuntu 9.10: 
     18 
     19{{{ 
     20deb http://archive.scrapy.org/debian karmic-0.9 main 
    1821}}} 
    1922 
    2023=== Scrapy 0.10 (development) === 
    2124 
    22 Use the following APT sources, replacing `DISTRO` by your distro codename (see above for supported distros): 
     25'''WARNING:''' do not use these repos in production 
     26 
     27Scrapy 0.10 for Ubuntu 10.04: 
    2328 
    2429{{{ 
    25 deb http://archive.scrapy.org/debian DISTRO-0.10 main 
     30deb http://archive.scrapy.org/debian lucid-0.10 main 
     31}}} 
     32 
     33Scrapy 0.10 for Ubuntu 9.10: 
     34 
     35{{{ 
     36deb http://archive.scrapy.org/debian karmic-0.10 main 
    2637}}} 
    2738