[Pharo-project] About HTMLFileStream
Hello I was browsing and browsing code and I found HTMLFileStream Apparently positionableStream introduces command: just for this class. I have the impression that if we want a good htmlwriter we could extract it from seaside. But HTMLFileStream looks outdated. So I would propose to remove it. Any thoughts on that one? Stef
Hi Stef, Its already done ;) I suggested to remove the whole HTML generation when looking at the not working html menu implementation you pointed out. Damien then did it; he removed around 50 methods, including the class HtmlFileStream. His changes still need to be verified. See: http://code.google.com/p/pharo/issues/detail?id=115 Code is: SLICE-remove-copyHtml-dc.5 Adrian On Jul 18, 2008, at 14:24 , Stéphane Ducasse wrote:
Hello
I was browsing and browsing code and I found HTMLFileStream Apparently positionableStream introduces command: just for this class.
I have the impression that if we want a good htmlwriter we could extract it from seaside. But HTMLFileStream looks outdated. So I would propose to remove it.
Any thoughts on that one?
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
coool :) Stef On Jul 19, 2008, at 11:29 AM, Adrian Lienhard wrote:
Hi Stef,
Its already done ;)
I suggested to remove the whole HTML generation when looking at the not working html menu implementation you pointed out. Damien then did it; he removed around 50 methods, including the class HtmlFileStream. His changes still need to be verified.
See: http://code.google.com/p/pharo/issues/detail?id=115 Code is: SLICE-remove-copyHtml-dc.5
Adrian
On Jul 18, 2008, at 14:24 , Stéphane Ducasse wrote:
Hello
I was browsing and browsing code and I found HTMLFileStream Apparently positionableStream introduces command: just for this class.
I have the impression that if we want a good htmlwriter we could extract it from seaside. But HTMLFileStream looks outdated. So I would propose to remove it.
Any thoughts on that one?
Stef _______________________________________________ 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 (2)
-
Adrian Lienhard -
Stéphane Ducasse