Difference between revisions of "Hackage"

From HaskellWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
Hackage ideas.
 
Hackage ideas.
   
  +
Wanted features:
* Open for all, no admin intervention required.
 
 
* Bug tracking
* Two project modes: listing and hosting.
 
* Listing:
 
** darcs repo and distributions are kept offsite. Hackage only keeps meta information about the package/project.
 
* Hosting:
 
** Hackage will host the darcs repo, manage new releases and build haddock documentation.
 
 
Features of hosting:
 
* Manage branches of the darcs repo.
 
* Bug/feature tracking?
 
 
* Project info page (wiki-like?)
 
* Project info page (wiki-like?)
  +
* Hosting of documentation.
   
  +
Assumptions:
Assumtions:
 
 
* Darcs is the one true revision control system.
 
* Darcs is the one true revision control system.
 
* One darcs repo per package.
 
* One darcs repo per package.

Revision as of 16:16, 27 September 2006

Hackage ideas.

Wanted features:

  • Bug tracking
  • Project info page (wiki-like?)
  • Hosting of documentation.

Assumptions:

  • Darcs is the one true revision control system.
  • One darcs repo per package.