That already exists no ?
$ ./vm.sh Pharo.image save Foo
will do a 'Save As..' to Foo.[image|changes]
On 12 Mar 2013, at 16:45, "phil@highoctane.be" <phil@highoctane.be> wrote:BTW, an interesting additional ./vm.sh command would be:
$./vm.sh clone Pharo WebDocExperiment
which would do a copy of Pharo.image and Pharo.changes to the
WebDoc.image and WebDoc.changes
Phil
2013/3/12 Martin Dias <tinchodias@gmail.com>:impressive!!
On Tue, Mar 12, 2013 at 3:06 PM, phil@highoctane.be <phil@highoctane.be> wrote:http://pharo.gforge.inria.fr/doc/1.4/doc/package/undefined
RSArrayNode.
2013/3/12 Camillo Bruni <camillobruni@gmail.com>:
On 2013-03-12, at 14:49, Guillermo Polito <guillermopolito@gmail.com> wrote:On Tue, Mar 12, 2013 at 2:18 PM, Camillo Bruni <camillobruni@gmail.com>wrote:finally, after the 100th attempt I managed to export the documentation on- How can I export it myself too?
1.4
http://pharo.gforge.inria.fr/doc/1.4
this weekend I will tackle 2.0 :) and of course, it still needs some love!
currently work in progress, but there is a configuration for it:
Gofer new
url: 'http://smalltalkhub.com/mc/dh83/webdoc/main'
configurationOf: 'WebDoc';
loadDevelopment.
And I think you have to manually start up a seaside adapter, once that is done:
http://localhost:8080/doc
should do the trick.- We should report issues about it in the foogzbuz (or whatever it is
called I cannot reproduce yet :P).
yes, maybe let's wait until next weekend :) since it doesn't run under
2.0 yet :P. I won't work on during the day :P that is reserved for Guido and
the paper...