Summary
chicken-install can fetch and install documentation directly from the wiki
Metadata
- Id: b23bcf07bdcce328d3d5b74ae079b22f6a74ecbe
- Trac id: 149
- Type: enhancement
- Reporter: felix
- Owner: felix
- Cc: mario
- Status: closed
- Component: documentation
- Estimated difficulty:
- Resolution: wontfix
- Priority: major
- Milestone:
- Version: 4.3.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2009-12-21 18:24:34 UTC
- Keywords:
Description
(This was suggested by mario)
`chicken-install`/`setup-download` could retrieve egg-documentation directly from the wiki (via http or svn) and install it automatically. This would be cool.
Changes and comments
[2009-12-26 21:09:53 UTC] ddp wrote:
Not only would it be cool, it would match the documentation for '(doc-from-wiki)' which currently seems to do nothing.
[2009-12-29 02:11:16 UTC] felix changed version from 4.3.0 to 4.3.x
[2009-12-29 02:11:16 UTC] felix changed milestone from 4.3.0 to 4.4.0
[2010-01-04 11:41:22 UTC] felix changed status from new to closed
[2010-01-04 11:41:22 UTC] felix set resolution to wontfix
[2010-01-04 11:41:22 UTC] felix wrote:
A change of plan: `chicken-install` will not handle documentation. The tool is intended to build and install extension-libraries only. Documentation should be handled by a separate tool (like `chicken-doc`), which can do a better job and doesn't have to be put into the core system. Documentation is always available on the wiki, or wherever eggdoc-generated documentation ends up.