zope.org down from Thu Nov 9 12:00:00 GMT 2000 to present?searchable list archive not linked to from mailman page; console-based zope development. list archive not linked to from mailman page; console-based zope development.
For the past hour and a half I have only once been able to get through to zope.org. lists.zope.org/mailman/listinfo is accessible, however. A zope.org-status mailing list might be helpful, like the egroups-status list, since Zope work is so dependent on the site. I've been trying to read product descriptions. Is that information available anywhere else? Second, I thought there was a searchable archive of the zope mailing lists. I just found it in my bookmarks: http://zope.nipltd.com/public/lists.html but I was not able to find this link on the lists.zope.org url referenced in the mailing list digests... the list manager might want to change that. Third, I'm trying to figure out ways of managing/developing with Zope from a unix console, using text editors, text browsers and so on. I have no doubt that others would rather not have to use a mouse and GUI to work with Zope. I have already found http://www.zope.org/Members/sf/zopeshell But it says it does not work for 2.2 Could someone please point me to documentation about console-based zope management? If it's easy to find on the zope site, I will find it when I can get through again. thanks, Colin
* Colin Leath <cleath@experienceartist.org> [001109 14:00]:
I'm trying to figure out ways of managing/developing with Zope from a unix console, using text editors, text browsers and so on.
I often work from emacs, accessing the ZODB through the Zope FTP Server on port 8021. The syntax for ange-ftp is /user@localhost 8021:/your/zope/object (you can get the space with C-q <space>) seb
Hi!
* Colin Leath <cleath@experienceartist.org> [001109 14:00]:
I'm trying to figure out ways of managing/developing with Zope from a unix console, using text editors, text browsers and so on.
I often work from emacs, accessing the ZODB through the Zope FTP Server on port 8021. The syntax for ange-ftp is /user@localhost 8021:/your/zope/object (you can get the space with C-q <space>)
There is also ZopeShell: http://www.zope.org/Members/sf/zopeshell and e.g. Cadaver if you want to use filetransfer via webdav (but lost the url unfortunately, but from webdav.org you should be able to find it). My problem though with all these things is that the file you edit is not automatically uploaded when you save it. Usually you always have to quit the editor and do an ftp upload yourself as the ftp (or ZopeShell) always work on a local copy of the file and do not notice if you save it (well, how should they do it anyway ;-)) So some sort of ftp filesystem would be nice to have :) cheers Christian
participants (3)
-
Colin Leath -
cs@comlounge.net -
seb bacon