[Zope] lilpond-zope

Aaron aamehl at bezeqint.net
Tue May 18 01:28:24 EDT 2004


Thanks I will check EPOZ out, I never looked cause it was WYSIWYG, but
your right. What about editor features to a text box anyone?


Aaron
On =D7=92', 2004-05-18 at 08:34, Terry Hancock wrote:
> On Monday 17 May 2004 10:55 pm, Aaron wrote:
> > I am trying to set up a zope based web application which manages musi=
cal
> > content, specifically lilypond notation, ogg-vorbis audio, midi, and
> > information about these files (songs)
> >=20
> > I need a way to give users of the project a way to add, correct, edit
> > etc. lilypond files.
>=20
> Interesting project. :-)
>=20
> > 1. the ability to edit on the web page itself either:
> >     a.) with colorization, completion etc of common lilypond funtions=
=2E=20
> > 	this is already available with vim and emacs, but I would like=20
> > 	to add some of that functunality to a zope textbox.
> >     b.) A more graphical front end to lilypond where the user see's
> > 	graphics of the various elements and clicks on them with the 	mouse =
(or
> > uses a shortcut key) to add the elements to the page.=09
> >=20
> > 2. the ability to edit lilypond files remotely and upon save upload
> > 	them to the zope server.
> >=20
> > In the above cases midi playback of the resulting files would take pl=
ace
> > by sending the file to the lilypond parser and playing the result in =
a
> > midi player.
> >=20
> > How do I go about creating from scratch such an editing enviroment or
> > modifying and existing one?
>=20
> First of all, anything remotely WYSIWYG is a Javascript problem, and
> one that requires recent improvements to Javascript, which are only
> compatible with very recent versions of Internet Explorer and Mozilla.
>=20
> I'd research the "Epoz" project for that.  I bet some of the code could
> be applied to your project. (?)
>=20
> Generating music is pretty easy -- you just call the lilypond parser
> from your Zope server when you submit the form.  The return page provid=
es
> a link to the digitized sound data.  You probably want to use the
> streaming "LocalFS" system or something similar, in case the datafile
> is large.
>=20
> Cheers,
> Terry
>=20
> --
> Terry Hancock ( hancock at anansispaceworks.com )
> Anansi Spaceworks  http://www.anansispaceworks.com
>=20



More information about the Zope mailing list