[Pharo-project] Issue 2372: HelpSystem for 1.1
Hi, The help core package and the according tests package are ready for integration in the pharo inbox. After talking today with Stephane I also removed the squeak specific stuff, so it is ready for inclusion in Pharo 1.1. core image. The idea is to have the basic help support (help core) in the Pharo core image and provide additional docu/help books in the dev-image. But this should depend on a community decision, so any comments would be appreciated. A second option would be to to keep it out of the core image and just provide the help support and documentation in the Pharo-dev image. Bye T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
On Fri, Apr 30, 2010 at 11:31 PM, Torsten Bergmann <astares@gmx.de> wrote:
Hi,
The help core package and the according tests package are ready for integration in the pharo inbox. After talking today with Stephane I also removed the squeak specific stuff, so it is ready for inclusion in Pharo 1.1. core image.
The idea is to have the basic help support (help core) in the Pharo core image and provide additional docu/help books in the dev-image.
But this should depend on a community decision, so any comments would be appreciated.
A second option would be to to keep it out of the core image and just provide the help support and documentation in the Pharo-dev image.
Excellent!! It is possible to easily remove all the code and stuff related to documentation? suppose we put it in core, it would be great to be able to completely and cleanly remove it in ScriptLoader cleanUpForProduction. Cheers Mariano
Hi,
The help core package and the according tests package are ready for integration in the pharo inbox. After talking today with Stephane I also removed the squeak specific stuff, so it is ready for inclusion in Pharo 1.1. core image.
The idea is to have the basic help support (help core) in the Pharo core image and provide additional docu/help books in the dev-image.
for now this is more important to add documentation and since help is easy to unload. I would put helpcore into core + help into dev In the future we may move it outside mini. thanks torsten. Let see what the other think.
But this should depend on a community decision, so any comments would be appreciated.
A second option would be to to keep it out of the core image and just provide the help support and documentation in the Pharo-dev image.
Bye T.
-- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
it's much more important to enable documentation to be easily written. Thanks for putting it in mike On Saturday, May 1, 2010, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi,
The help core package and the according tests package are ready for integration in the pharo inbox. After talking today with Stephane I also removed the squeak specific stuff, so it is ready for inclusion in Pharo 1.1. core image.
The idea is to have the basic help support (help core) in the Pharo core image and provide additional docu/help books in the dev-image.
for now this is more important to add documentation and since help is easy to unload. I would put helpcore into core + help into dev
In the future we may move it outside mini. thanks torsten.
Let see what the other think.
But this should depend on a community decision, so any comments would be appreciated.
A second option would be to to keep it out of the core image and just provide the help support and documentation in the Pharo-dev image.
Bye T.
-- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Mariano Martinez Peck -
Michael Roberts -
Stéphane Ducasse -
Torsten Bergmann