Changes between Version 3 and Version 4 of HackageDB

Show
Ignore:
Timestamp:
01/13/07 04:34:50 (6 years ago)
Author:
ross@…
Comment:

two web interfaces

Legend:

Unmodified
Added
Removed
Modified
  • HackageDB

    v3 v4  
    44[http://caml.inria.fr/pub/old_caml_site/humps/ the Caml Humps] or [http://cean.process-one.net/ CEAN], except for Haskell. 
    55 
    6 == Web interface == 
     6== Web interfaces == 
    77 
    8 There is a [http://hackage.haskell.org/packages/hackage.html basic web interface] to the Hackage database. 
    9 It presents a simple listing of packages, and has forms for checking and uploading packages. 
    10 The source code is available via 
    11  * `darcs get` [http://darcs.haskell.org/hackage-scripts] 
     8The package collection can be presented in various ways. 
     9So far we have fairly simple interfaces: 
     10 
     11 1. [http://hackage.homedns.org/view/ simple package browser]. 
     12   The source code is available via 
     13   * `darcs get` [http://darcs.haskell.org/~lemmih/hackagedb] 
     14 2. [http://hackage.haskell.org/packages/hackage.html basic web interface] to the Hackage database. 
     15   It presents a simple listing of packages, and has forms for checking and uploading packages. 
     16   The source code is available via 
     17   * `darcs get` [http://darcs.haskell.org/hackage-scripts] 
     18 
    1219For future enhancement plans, see HackageToDo. 
    1320 
     
    3138== Old stuff == 
    3239 
    33 The source to an earlier web interface is available via 
    34  * `darcs get` [http://darcs.haskell.org/~lemmih/hackagedb] 
     40[wiki:CabalPut Client-side cabal-put] was an early prototype of an upload tool, but is currently defunct. 
    3541 
    36 [wiki:CabalPut Client-side cabal-put] was an early prototype of an upload tool, but is currently defunct. 
     42There is also a Perl script `cabal-put` on darcs.haskell.org, now superceded by the web interface.