#149 closed enhancement (wontfix)
chicken-install can fetch and install documentation directly from the wiki
| Reported by: | felix winkelmann | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | documentation | Version: | 4.3.x |
| Keywords: | Cc: | Mario Domenech Goulart | |
| Estimated difficulty: |
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.
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Milestone: | 4.3.0 → 4.4.0 |
|---|---|
| Version: | 4.3.0 → 4.3.x |
comment:3 Changed 16 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.

Not only would it be cool, it would match the documentation for '(doc-from-wiki)' which currently seems to do nothing.