Ok! I will start something that others can "see" as a demonstration of the possibilities. Let's see how fast I can work on it, maybe 2 or 3 days to get everything up and port some documentation from the site docs or from /harbour/doc. Just to see what we can do.
2010/2/17 Massimo Belgrano <[email protected]>: > Well > Very good > I have download and installed Python & Python Setup > Now wich is next step > If you want i can hep your for test what will be present to the community. You have installed sphinx with easy_install? On the shell (or command prompt on windows) just type: easy_install sphinx If it not works, ensure that you have "C:\Python26" and "C:\Python26\Scripts" on your PATH environment variable. Also, make sure you have installed python-setuptools (wich will gave you the easy_install command). To test installation, just type "easy_install" in the command prompt (or shell). If you get the message: "error: No urls, filenames or requirements specified" Than your easy_install is installed and accessible. You can think of easy_install as an "apt-get" like. It will resolves all dependencies when you need to install or upgrade or remove python packages. To install sphinx just type "easy_install sphinx". When the instalation is finished you can follow the documentation I cited before to get start a documentation project and try the concepts in the reStructured Text Primer. It should be really easy. If you have troubles, feel free to ask me. ;-) Regards! -- Daniel Gonçalves Base4 Sistemas Ltda. [www.base4.com.br] [twitter.com/spanazzi] _______________________________________________ Harbour-users mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour-users
