Changes between Version 24 and Version 25 of WikiStart

Show
Ignore:
Timestamp:
11/20/06 05:42:56 (7 years ago)
Author:
guest
Comment:

re-ordering

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v24 v25  
    22 
    33This wiki and bug tracker are for the Hackage and [http://www.haskell.org/cabal Cabal] projects. 
    4 If you have a feature-request or a bug report in either tool, please [/trac/hackage/newticket report it here]. 
    5 Debian-related bugs can be found [http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=haskell-cabal here]. 
    64 
    7 Cabal and Hackage have some wiki pages over at the [http://haskell.org/hawiki/Hackage Haskell Wiki].  Feel free to move them here! 
     5To edit pages and report bugs, you'll need to [/trac/hackage/login log in] with username guest and password haskell' (note the apostrophe at the end). 
    86 
    9 == How to Edit Pages == 
    10 [/trac/hackage/login Log in] with username guest and password haskell' (note the apostrophe at the end). 
    11  
    12 == Starting Points == 
    13  
    14  * [http://www.haskell.org/cabal Cabal Web Page] 
    15  * [http://hackage.homedns.org/ HackageDB] - the Haskell Package Database 
    16  * CabalPackages 
    17  * StableInterfaces 
    18  * HackageTools 
    19  * [wiki:News] 
    20  * Tickets 
    21    * [query:?status=new&status=assigned&status=reopened&severity=critical&severity=blocker&milestone=Cabal-1.2&order=priority critical for next release] 
    22    * [report:3 Tickets by milestone] 
    23    * [query:?status=new&status=assigned&status=reopened&group=milestone&difficulty=easy&difficulty=very+easy&order=priority Easy Tickets] - start here if you want to hack on Cabal.  See TicketDifficulties for what ''easy'' means. 
    24  * [wiki:TracStartPage Help] on using this wiki. 
     7If you have a feature-request or a bug report for either tool, please [/trac/hackage/newticket report it here]. 
    258 
    269== What is Hackage? == 
    27 Hackage is a Haskell community development project consisting of a number of components related to Cabal: 
     10Hackage is a community development project consisting of a number of components related to packaging [http://www.haskell.org/ Haskell] software: 
    2811 [http://www.haskell.org/cabal Cabal]:: 
    2912  The library, command-line interface, and package description format for a single package.  Cabal is the lowest-level tool for Haskell package management. 
     
    4326 cabal-server-install:: 
    4427  Not yet available.  A tool to be run on hackage.haskell.org for adding packages to HackageDB. 
    45  other tools:: 
    46   * cabal-get: The old version of cabal-install, now defunct. 
    47   * cabal-put: A client-side version of cabal-server-install; currently defunct. May be resurrected someday. 
     28 other tools (now defunct):: 
     29  * [wiki:CabalGetBootstrap cabal-get]: The old version of cabal-install, now defunct. 
     30  * [wiki:CabalPut cabal-put]: A client-side version of cabal-server-install; currently defunct. May be resurrected someday. 
     31 
     32== Starting Points == 
     33 
     34 * [http://www.haskell.org/cabal Cabal Web Page] 
     35 * [http://hackage.homedns.org/ HackageDB] - the Haskell Package Database 
     36 * CabalPackages 
     37 * StableInterfaces 
     38 * HackageTools 
     39 * [wiki:News] 
     40 * Tickets 
     41   * [query:?status=new&status=assigned&status=reopened&severity=critical&severity=blocker&milestone=Cabal-1.2&order=priority critical for next release] 
     42   * [report:3 Tickets by milestone] 
     43   * [query:?status=new&status=assigned&status=reopened&group=milestone&difficulty=easy&difficulty=very+easy&order=priority Easy Tickets] - start here if you want to hack on Cabal.  See TicketDifficulties for what ''easy'' means. 
     44 * [http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=haskell-cabal Debian-=related bugs] 
     45 * [wiki:TracStartPage Help] on using this wiki. 
     46 * Cabal and Hackage have some wiki pages over at the [http://haskell.org/hawiki/Hackage Haskell Wiki].  Feel free to move them here!