Re: [Zope] PythonScripts editable through FTP?
Jerome Alet <alet@unice.fr> wrote:
On Wed, 24 Jan 2001, Chris Withers wrote:
Jerome Alet wrote:
I sincerely don't know because I've disabled FTP here.
How come?
What about WebDAV?
don't use it either.
I want to use my own text editor (JERED), not because it's the best to develop (far from that in fact) but because it works exactly like I want it to work (which is normal since I've written it). Unfortunately it doesn't handle WebDAV or any other Internet protocol...
You might look at the 'cadaver' WebDAV client (on Unixen): http://www.webdav.org/cadaver It can browse your Zope using WebDAV (especially nice if you run the "WebDAV source port" HTTP listener), and kick down to your favorite editor to edit files. I'm liking it a lot -- the last reason to even consider using emacs is gone :) Tres. -- =============================================================== Tres Seaver tseaver@digicool.com Digital Creations "Zope Dealers" http://www.zope.org
Tres Seaver wrote:
I'm liking it a lot -- the last reason to even consider using emacs is gone :)
Hmmm... interesting, maybe it's time to find a new editor... My wishlist would be: - Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files and my dream list would be: - can run multiple copies of the editor at once - class browser for python, with expand/collapse of code (like the editor for Python 2) Any ideas? cheers, Chris
Textpad www.textpad.com EditPlus www.editplus.com I am using TextPad mostly now. Of course, given the choice, I'd much rather use BBEdit or Alpha on a Mac.... /dario ----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: "Tres Seaver" <tseaver@digicool.com> Cc: <zope@zope.org> Sent: Thursday, January 25, 2001 11:08 AM Subject: [Zope] Editors [OT]
Tres Seaver wrote:
I'm liking it a lot -- the last reason to even consider using emacs is gone :)
Hmmm... interesting, maybe it's time to find a new editor...
My wishlist would be:
- Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
and my dream list would be:
- can run multiple copies of the editor at once - class browser for python, with expand/collapse of code (like the editor for Python 2)
Any ideas?
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi, What about http://freshmeat.net/projects/boa-constructor/?highlight=boa ? I heard about this yesterday from Godefroid. With some changes we perhaps could add a Zope interface? Tom. ----- Original Message ----- From: "Dario Lopez-Kästen" <dario@ita.chalmers.se> To: "Chris Withers" <chrisw@nipltd.com> Cc: <zope@zope.org> Sent: Thursday, January 25, 2001 11:56 AM Subject: Re: [Zope] Editors [OT]
Textpad www.textpad.com EditPlus www.editplus.com
I am using TextPad mostly now. Of course, given the choice, I'd much rather use BBEdit or Alpha on a Mac....
/dario
----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: "Tres Seaver" <tseaver@digicool.com> Cc: <zope@zope.org> Sent: Thursday, January 25, 2001 11:08 AM Subject: [Zope] Editors [OT]
Tres Seaver wrote:
I'm liking it a lot -- the last reason to even consider using emacs is gone :)
Hmmm... interesting, maybe it's time to find a new editor...
My wishlist would be:
- Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
and my dream list would be:
- can run multiple copies of the editor at once - class browser for python, with expand/collapse of code (like the editor for Python 2)
Any ideas?
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Boa already has a Zope interface via FTP. ----- Original Message ----- From: "Tom Deprez" <tom.deprez@uz.kuleuven.ac.be> To: "Dario Lopez-Kästen" <dario@ita.chalmers.se> Cc: <zope@zope.org> Sent: Thursday, January 25, 2001 1:23 PM Subject: Re: [Zope] Editors [OT]
Hi,
What about http://freshmeat.net/projects/boa-constructor/?highlight=boa ?
I heard about this yesterday from Godefroid. With some changes we perhaps could add a Zope interface?
Tom. ----- Original Message ----- From: "Dario Lopez-Kästen" <dario@ita.chalmers.se> To: "Chris Withers" <chrisw@nipltd.com> Cc: <zope@zope.org> Sent: Thursday, January 25, 2001 11:56 AM Subject: Re: [Zope] Editors [OT]
Textpad www.textpad.com EditPlus www.editplus.com
I am using TextPad mostly now. Of course, given the choice, I'd much rather use BBEdit or Alpha on a Mac....
/dario
----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: "Tres Seaver" <tseaver@digicool.com> Cc: <zope@zope.org> Sent: Thursday, January 25, 2001 11:08 AM Subject: [Zope] Editors [OT]
Tres Seaver wrote:
I'm liking it a lot -- the last reason to even consider using emacs is gone :)
Hmmm... interesting, maybe it's time to find a new editor...
My wishlist would be:
- Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
and my dream list would be:
- can run multiple copies of the editor at once - class browser for python, with expand/collapse of code (like the editor for Python 2)
Any ideas?
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On 25 Jan 2001, 10:08 Chris Withers wrote:
Tres Seaver wrote:
I'm liking it a lot -- the last reason to even consider using emacs is gone :)
Hmmm... interesting, maybe it's time to find a new editor...
Why not use Riaan Booysens Boa Constructor IDE or Mark Hammonds PythonWin IDE? Boa: http://sourceforge.net/projects/boa-constructor/ Use the cvs checkout, not the 0.0.4 download from September, which is almost unuseable. PythonWin: http://www.activestate.com/Products/ActivePython/ Both use the scintilla control (http://www.scintilla.org/), btw. For pure Python work, especially for Windows specific stuff, I prefer PythonWin. But for platform independent work and Zope works Boa Constructor looks very promising. It's pure Python and wxPython (i.a. wxWindows) based, it even comes with a first attempt of a Zope interface! I wonder that it doesn't get more publicity here. On the other hand, I noticed that Shane Hathaway is listed as one of the developers ...
My wishlist would be:
- Runs nicely on NT4
Well, I use Boa on Windows 2000, but I don't see any reason why it shouldn't run as nicely on NT4, too.
- Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) -
Well, it does Python and DTML. :-) Scintilla comes with syntax colouring for many languages and seems pretty extendable. I haven't checked the above list, though.
FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
I've used the builtin ftp client for editing my Zope sites a few times for editing zope. It's a bit rough at the edges, but usable.
and my dream list would be:
- can run multiple copies of the editor at once
Well, it's possible to run multiple copies of Boa. It's only usefull when working on different projects concurrently, though. Usually I prefer opening many files in a single instance.
- class browser for python, with expand/collapse of code (like the editor for Python 2)
That's a scintilla feature, so it comes for free (so to speak) with both PythonWin and Boa Constructur (and SciTE, Scintillas own tiny editor, of course). -> http://www.scintilla.org/SciTE.html -- o ( Wolfgang.Strobl@gmd.de (+49 2241) 14-2394 /\ * GMD mbH #include _`\ `_<=== Schloss Birlinghoven, <std.disclaimer> __(_)/_(_)___.-._ 53754 Sankt Augustin, Germany ________________
[Wolfgang Strobl] | It's pure Python and wxPython (i.a. wxWindows) based, it even comes | with a first attempt of a Zope interface! I wonder that it doesn't | get more publicity here. On the other hand, I noticed that Shane | Hathaway is listed as one of the developers ... I though DigiCool was developing a Zope interface with Mozilla, has this been abandoned?
IIRC I saw a post to that effect, they say they haven't got the resources right now. Shame. You could look at Komodo, http://www.activestate.com ----- Original Message ----- From: "Erik Enge" <erik+list@esol.no> To: <zope@zope.org> Sent: Thursday, January 25, 2001 2:00 PM Subject: [Zope] Mozilla and Zope (Was: Re: [Zope] Editors [OT])
[Wolfgang Strobl]
| It's pure Python and wxPython (i.a. wxWindows) based, it even comes | with a first attempt of a Zope interface! I wonder that it doesn't | get more publicity here. On the other hand, I noticed that Shane | Hathaway is listed as one of the developers ...
I though DigiCool was developing a Zope interface with Mozilla, has this been abandoned?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Thu, 25 Jan 2001, Chris Withers wrote:
Hmmm... interesting, maybe it's time to find a new editor... My wishlist would be:
- Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
www.vim.org Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
Vim, seconded apart from the FTP and WebDAV bits ;), but using cadaver sounds like a good option. See also http://www.zope.org/Members/philh/vim_html for a small howto on using Vim with FTP. ----- Original Message ----- From: "Oleg Broytmann" <phd@phd.pp.ru> To: "Zope Mailing List" <zope@zope.org> Sent: Thursday, January 25, 2001 12:31 PM Subject: Re: [Zope] Editors [OT]
On Thu, 25 Jan 2001, Chris Withers wrote:
Hmmm... interesting, maybe it's time to find a new editor... My wishlist would be:
- Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
www.vim.org
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
I just did a search on google and came up with some interesting Win32 versions of Vim 5.7.11: See http://vim.sourceforge.net/bin_download/00index.txt Since the Python and TCL interpreters are built in it should be possible to add seamless FTP/WebDAV clients into Vim, cool!!!!! http://vim.sourceforge.net/bin_download/gvim57ole.zip Gvim for win32 with ole support http://vim.sourceforge.net/bin_download/vim5.7.11-win32-perl-tcl.zip Vim/GVim with Perl 5.6 and TCL 8.3.2 support http://vim.sourceforge.net/bin_download/vim5.7.11-win32-perl.zip Vim/GVim with Perl 5.6 support http://vim.sourceforge.net/bin_download/vim5.7.11-win32-python-perl-tcl.zip (G)Vim with Python 1.5.2, Perl 5.6, and TCL 8.3.2 http://vim.sourceforge.net/bin_download/vim5.7.11-win32-python-perl.zip Vim/GVim with Python 1.5.2 and Perl 5.6 support http://vim.sourceforge.net/bin_download/vim5.7.11-win32-python-tcl.zip Vim/GVim with Python 1.5.2 and TCL 8.3.2 support http://vim.sourceforge.net/bin_download/vim5.7.11-win32-python.zip Vim/GVim with Python 1.5.2 support http://vim.sourceforge.net/bin_download/vim5.7.11-win32-tcl.zip Vim/GVim with TCL 8.3.2 support ----- Original Message ----- From: "Phil Harris" <phil.harris@zope.co.uk> To: "Oleg Broytmann" <phd@mail2.phd.pp.ru>; "Zope Mailing List" <zope@zope.org> Sent: Thursday, January 25, 2001 12:43 PM Subject: Re: [Zope] Editors [OT]
Vim, seconded apart from the FTP and WebDAV bits ;), but using cadaver sounds like a good option.
See also http://www.zope.org/Members/philh/vim_html for a small howto on using Vim with FTP.
----- Original Message ----- From: "Oleg Broytmann" <phd@phd.pp.ru> To: "Zope Mailing List" <zope@zope.org> Sent: Thursday, January 25, 2001 12:31 PM Subject: Re: [Zope] Editors [OT]
On Thu, 25 Jan 2001, Chris Withers wrote:
Hmmm... interesting, maybe it's time to find a new editor... My wishlist would be:
- Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
www.vim.org
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Thu, 25 Jan 2001, Chris Withers wrote:
Tres Seaver wrote:
I'm liking it a lot -- the last reason to even consider using emacs is gone :)
Hmmm... interesting, maybe it's time to find a new editor...
My wishlist would be:
- Runs nicely on NT4
Vim works for me :) http://www.vim.org
- Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld > stuff, DTML ;-)
Vim's highlighting is pretty good -- the HTML highlighting even does OK for DTML.
- FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-)
On a Windows box, use WebDrive to "mount" the WebDAV source port ofyour Zope to a drive letter: http://www.webdrive.com
- Regular Expression search & replace
Heh, vi is where those things grew up. :)
- search & replace of multiple files
gvim, the GUI version, lets you migrate with the mouse through your list of open buffers (also with the classic ":n" and ":N"). In fact, this feature is almost the only reason I use the mouse while editing. As for "global search & replace" I routinely do something like: find . -name "*.py" | xargs grep -l "mispeld" | xargs gvim and then: :%x/mispeld/misspelt/g in each buffer. On a windows box, you would need to be running cygwin to make that work, of course :) But perhaps "Windows Find" plus "select all" plus some fewmet magic (drag-n-dropping :) would be equivalent.
and my dream list would be:
- can run multiple copies of the editor at once
No problemo.
- class browser for python, with expand/collapse of code (like the editor for > Python 2)
Vim won't help here -- it just wants to be an editor, not an operating system. :) You might check out WingIDE, BoaConstructor (even does XML-RPC to talk to Zope!), or Komodo. Tres. -- =============================================================== Tres Seaver tseaver@digicool.com Digital Creations "Zope Dealers" http://www.zope.org
KWrite (the "advanced editor" that comes with KDE) also supports FTP. I just found out, by entering "ftp://xxx@ftp.xxx.xxx/" in the File Open dialog... �smund Hjulstad
check out HTML-Kit http://www.chami.com/html-kit/#features - Jason ___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology'] ----- Original Message ----- From: Chris Withers <chrisw@nipltd.com> To: Tres Seaver <tseaver@digicool.com> Cc: <zope@zope.org> Sent: Thursday, January 25, 2001 5:08 AM Subject: [Zope] Editors [OT]
Tres Seaver wrote:
I'm liking it a lot -- the last reason to even consider using emacs is gone :)
Hmmm... interesting, maybe it's time to find a new editor...
My wishlist would be:
- Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
and my dream list would be:
- can run multiple copies of the editor at once - class browser for python, with expand/collapse of code (like the editor for Python 2)
Any ideas?
Hey All, I just installed Zope in my machine but i don't have any documentation or manual .. I tryed to find something on the web page but it would just have the online manual what is not a good thing for me since i don't have 24hs of internet connection. Anyways... I'd like to know if anybody has some documentation to send me. I need docs about ... using zope... learning zope.....what's zope ? hehe ! Stuff like That ! I'm gonna use the sotware as an admin for a website. thanks for your attention, Freddy Wanis ----------------------------------------------------------------- Freddy Wanis - PredialNET freddy_kremer@hotmail.com ICQ: 7024168 AOL: FreddyW99
Until the ORelly book is out, my offline suggestion is go to the online Zope book at http://www.zope.org/Members/michel/ZB then click on each chapter link and SAVE AS HTML to your local drive. Print and/or read in your browser locally. Zope 2.3 also has starter tutorial built in. To access it you must first install it: Go to the managment inteface and into the pop-up menu list of things to add: 'DTML Document', 'Folder'c etc. Down the bottom of the list you shoudl see 'tutorial' listed. Seelect and Click 'ADD You will be prompted for an 'id'.. This id can be anything, for example "myZope_tutorial". Hit ok and you will then have a tutuoiral rady to access on your zope site. The main general starter resource is: http://www.zope.org/Documentation very helpful also: http://www.itamarst.org/learningzope/index.html http://www.zope.org/Documentation/How-To and though not complete checkout: http://www.zope.org/Members/ZQR and lots of great stuff at http://zdp.zope.org/ [also work in progress, but full of gems] The bottom of every page at www.zope.org has a link called 'DTML Source'. To Print cleanly from www.zope.org you should first select 'Printable Page' which adds '?pp=1' to any url and clears all the blue Zopeframe window dressing away. I also find a quick series of sreachers on google invaluable for some zope homework. hope this helps & good luck - Jason ___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology'] ----- Original Message ----- From: Freddy Wanis <freddy@predialnet.com.br> To: <zope@zope.org> Sent: Thursday, January 25, 2001 1:29 PM Subject: [Zope] New User: Documentation + Information
Hey All,
I just installed Zope in my machine but i don't have any documentation or manual .. I tryed to find something on the web page but it would just have the online manual what is not a good thing for me since i don't have 24hs
of
internet connection. Anyways... I'd like to know if anybody has some documentation to send me.
I need docs about ... using zope... learning zope.....what's zope ? hehe ! Stuff like That ! I'm gonna use the sotware as an admin for a website.
thanks for your attention,
At 10:08 1/25/01 +0000, Chris Withers wrote:
Hmmm... interesting, maybe it's time to find a new editor...
My wishlist would be:
- Runs nicely on NT4 - Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-) - FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-) - Regular Expression search & replace - search & replace of multiple files
and my dream list would be:
- can run multiple copies of the editor at once
You should look into Notetab Pro at http://www.notetab.com/ and 40tude at http://www.40tude.com/html/ The first one does all you request (FTP access) except DTML/Python syntax, although I'm sure there was a file around to do it. The second one already comes with Zope/DTML syntax highlighting builtin. You can get to the files using MS WebFolders (Webdav) or through alternatives. C U! -- Mario Valente
- class browser for python, with expand/collapse of code (like the editor for Python 2)
would http://www.beopen.com/products/oobrowser/oobrowser_overview.html be any use?
On Thu, 25 Jan 2001, Chris Withers wrote:
My wishlist would be:
- Runs nicely on NT4
XEmacs
- Syntax highlighting for Python, C, XML, HTML (and, although this is dreamworld stuff, DTML ;-)
XEmacs
- FTP or WebDAV editing built in as standard (or alternative solution, like cadaver making it work ;-)
XEmacs
- Regular Expression search & replace
XEmacs
- search & replace of multiple files
XEmacs
and my dream list would be:
- can run multiple copies of the editor at once
XEmacs (but who needs more than one emacs?)
- class browser for python, with expand/collapse of code (like the editor for Python 2)
XEmacs (speedbar mode)
Any ideas?
I had to, love makes you do strange things. -Michel
"TS" == Tres Seaver <tseaver@digicool.com> writes:
TS> I'm liking it a lot -- the last reason to even consider using TS> emacs is gone :) There never is a reason to not consider Emacs. Note that there is a new package for editing XML, called XAE (XML authoring environment) which takes care of XSLT jobs for you. Developed by the same guy, Paul Kinnucan, who does the marvelous JDE package for editing Java in Emacs. Now if only he'd do a zope package ;-). best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics UW Biostat/Center for AIDS Research rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------- (friday is unknown) -------- FHCRC: M--W : 206-667-7025 (fax=4812)|Voicemail is pretty sketchy CFAR: ?? : 206-731-3647 (fax=3694)|Email is far better than phone UW: Th : 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX
"A.J. Rossini" wrote:
"TS" == Tres Seaver <tseaver@digicool.com> writes:
TS> I'm liking it a lot -- the last reason to even consider using TS> emacs is gone :)
There never is a reason to not consider Emacs. Note that there is a new package for editing XML, called XAE (XML authoring environment)
Oooo... when can I get that? Does it work with EMACS for Win32 and does it handle CDATA tags? cheers, Chris
participants (16)
-
Chris Withers -
Dario Lopez-K�sten -
Erik Enge -
Freddy Wanis -
Jason Cunliffe -
Mario Valente -
Michel Pelletier -
Oleg Broytmann -
Phil Harris -
Ragnar Beer -
rossini@blindglobe.net -
seb bacon -
Tom Deprez -
Tres Seaver -
Wolfgang Strobl -
Åsmund Hjulstad