Re: [Zope] Zope 4.0 successful installation- still missing editing features
Hi Giampiero, Am I missing something? Do I have any other alternative of editing the files trough ZMI? while I would generally recommend a separate development and production environment, if you want to edit files on a server, you can always ssh into the server and use an editor like vim. Also, VS Code supports remote development, that is you run VS Code on your local desktop or laptop and you can edit the code on the server, see https://code.visualstudio.com/docs/remote/remote-overview Best, -- Jürgen Gmach . juergen.gm...@apis.de . +49 9482 941545 APIS Informationstechnologien GmbH . https://www.apis.de Gewerbepark A 13, 93086 Wörth/Donau . Deutschland Sitz der GmbH: Wörth/Donau, Amtsgericht Regensburg (HRB 6684) Geschäftsführer: Julia Anna Dietz, Jürgen Eilers, Peter Rosenbeck ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
Re: [Zope] Zope 4.0 successful installation- still missing editing features
Hi Giampiero, Am 17.06.2019 um 14:49 schrieb Giampiero Benvenuti : […] > Am I missing something? Do I have any other alternative of editing the files > trough ZMI? The bad news is: Currently Zope 4 on Python 3 neither supports WebDAV nor FTP but the ZMI got a nicer editor for text areas which contain program code. Currently the Plone Community is working on porting ZServer to Python 3 (see https://github.com/zopefoundation/ZServer/issues/16). This might bring back both. The feature request for FTP and/or WebDAV in Zope is tracked here: https://github.com/zopefoundation/Zope/issues/649 -- Mit freundlichen Grüßen Michael Howitz signature.asc Description: Message signed with OpenPGP ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )