Re: [Standards] File sharing xep proposal

2012-11-07 Thread Jefry Lagrange
Sorry, I don't know how to do that. Apparently there is a script for it 
gen.py, but I don't know how to use it and it finds some syntax errors 
that I don't know how to fix.


On 11/07/2012 02:59 AM, Sergey Dobrov wrote:

Could you attach rendered html version please?

On 11/06/2012 08:19 AM, Jefry Lagrange wrote:


Hello,

I've been working for quite some time in a protocol extension to allow
file sharing. I have a (some-what) working prototype of its 
implementation.


The prototype is available at Gajim's plugin repository:
http://hg.gajim.org/gajim-plugins

It doesn't do a lot, but it can share files between computers. Although
the code is in alpha stage everyone who is brave enough is welcomed to
try it.

I have attached  a draft of the protocol extension. I would like some
feedback on it. If it doesn't looks too bad, I would like to present it
to the council by the end of the week.

Cheers,







Re: [Standards] File sharing xep proposal

2012-11-07 Thread Kevin Smith
On Wed, Nov 7, 2012 at 5:13 PM, Jefry Lagrange jefry.re...@gmail.com ote:
 Sorry, I don't know how to do that. Apparently there is a script for it
 gen.py, but I don't know how to use it and it finds some syntax errors that
 I don't know how to fix.

Should work just with:

xsltproc xep.xsl yourprotoxep.xml  yourprotoxep.html

/K


Re: [Standards] File sharing xep proposal

2012-11-07 Thread Matthew Wild
On 7 November 2012 17:13, Jefry Lagrange jefry.re...@gmail.com wrote:
 Sorry, I don't know how to do that. Apparently there is a script for it
 gen.py, but I don't know how to use it and it finds some syntax errors that
 I don't know how to fix.

I built a HTML version at: http://matthewwild.co.uk/uploads/xep-macth.html

Change the extension to .xml to get the fixed XML (just a typo in some
entities).

Regards,
Matthew