List Info

Thread: Call for help




Call for help
user name
2007-01-21 12:16:54
Greetings fellow Quixote users,

This list has been very quiet of late.  Hopefully it will
not be
taken as a sign of Quixote becoming obsolete.  That said, I
could
use some help for the community.  I'm dealing with a pretty
serious
repeative strain injury right now and my programming output
is
very limited.  There are a few things that Quixote could use
that I
can't do myself at this time.

If someone could checkout the bzr repository and provide me
with a
place to pull the complete changes, that would be
enormously
helpful.  Here's what I consider high priority:

    * Add support for qp as an alternative to htmltext. 
Some work
      has already been done on this.

    * Fix the package so that easy install works.

    * Add support for WSGI.

Note that your changes must be released under the MIT/X
license.
Add your name and a description of your change to
CHANGES.txt.

  Neil
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Call for help
user name
2007-01-21 13:55:36
On 1/21/07, Neil Schemenauer <nasarctrix.com> wrote:
>     * Add support for qp as an alternative to htmltext.
 Some work
>       has already been done on this.

I have a module that does this if somebody can take care of
integrating the code.

-- 
Mike Orr <sluggostergmail.com>
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Call for help
user name
2007-01-21 14:25:34
Neil Schemenauer <nasarctrix.com> wrote:
> Here's what I consider high priority:

Also Damjan <gdamjanmail.net.mk> patch to add support for
Unix
domain sockets to scgi_server should be merged.

  Neil

_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Call for help
user name
2007-01-21 14:58:54
send it my way.

On Sun, Jan 21, 2007 at 11:55:36AM -0800, Mike Orr wrote:
-> On 1/21/07, Neil Schemenauer <nasarctrix.com> wrote:
-> >    * Add support for qp as an alternative to
htmltext.  Some work
-> >      has already been done on this.
-> 
-> I have a module that does this if somebody can take
care of
-> integrating the code.
-> 
-> -- 
-> Mike Orr <sluggostergmail.com>
-> _______________________________________________
-> Quixote-users mailing list
-> Quixote-usersmems-exchange.org
-> http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users
-> 
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Call for help
user name
2007-01-21 14:59:41
On Sun, Jan 21, 2007 at 12:16:54PM -0600, Neil Schemenauer
wrote:
-> Greetings fellow Quixote users,
-> 
-> This list has been very quiet of late.  Hopefully it
will not be
-> taken as a sign of Quixote becoming obsolete.  That
said, I could
-> use some help for the community.  I'm dealing with a
pretty serious
-> repeative strain injury right now and my programming
output is
-> very limited.  There are a few things that Quixote
could use that I
-> can't do myself at this time.
-> 
-> If someone could checkout the bzr repository and
provide me with a
-> place to pull the complete changes, that would be
enormously
-> helpful.  Here's what I consider high priority:
-> 
->     * Add support for qp as an alternative to
htmltext.  Some work
->       has already been done on this.
-> 
->     * Fix the package so that easy install works.
-> 
->     * Add support for WSGI.
-> 
-> Note that your changes must be released under the
MIT/X license.
-> Add your name and a description of your change to
CHANGES.txt.

Sorry to hear that, Neil.

I'm happy to integrate stuff.  I'll work on it today.

I already have WSGI support, and I can deal with
easy_install too.

--titus
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Call for help
user name
2007-01-30 02:13:10
On Sun, Jan 21, 2007 at 12:16:54PM -0600, Neil Schemenauer
wrote:
-> If someone could checkout the bzr repository and
provide me with a
-> place to pull the complete changes, that would be
enormously
-> helpful.  Here's what I consider high priority:
-> 
->     * Add support for qp as an alternative to
htmltext.  Some work
->       has already been done on this.
-> 
->     * Fix the package so that easy install works.
-> 
->     * Add support for WSGI.
-> 
-> Note that your changes must be released under the
MIT/X license.
-> Add your name and a description of your change to
CHANGES.txt.

Neil,

I've added WSGI and qpy support, as well as one or two other
things to
support test fixtures.  You can see the changes in bzr-ng
form at:

	http:/
/iorich.caltech.edu/~t/bzr/quixote2-dev/

Because I am now test-infected, I wrote tests, too; grab
them here
(bzr-ng):

	http
://iorich.caltech.edu/~t/bzr/quixote2-tests/

You will need nose and twill to run the tests.  (Sorry,
these are the
programs I use ;).

Briefly, quixote.get_wsgi_app() returns a WSGI app;
quixote.cleanup()
blanks the _publisher singleton; and quixote.html.use_qpy()
switches
things over to using qpy.

easy_install already works fine.  ??

I would *really* like to put the tests and the code in the
same
repository, but it's difficult with the current structure of
Quixote.
Would it be possible to make more of a directory hierarchy,
e.g.
move the Quixote package into a 'quixote' subdirectory? 
This would
clean up the top level directory, as well as making it
easier to import
quixote from the development directory & enabling tests
in a 'tests/'
subdirectory, too.

--titus

CHANGES.txt:

C. Titus Brown <titusidyll.org>:
    Added quixote.html.use_qpy to switch Quixote over to
using qpy
    instead of htmltext.

C. Titus Brown <titusidyll.org>:
    Added quixote.cleanup() to clear _publisher to support
test fixtures.

C. Titus Brown <titusidyll.org>:
    Added wsgi.py, quixote.get_wsgi_app() for WSGI support.
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Re: Call for help
user name
2007-01-30 02:13:34
On Sun, Jan 21, 2007 at 08:25:34PM +0000, Neil Schemenauer
wrote:
-> Neil Schemenauer <nasarctrix.com> wrote:
-> > Here's what I consider high priority:
-> 
-> Also Damjan <gdamjanmail.net.mk> patch to
add support for Unix
-> domain sockets to scgi_server should be merged.

This is part of the scgi package, not Quixote proper, yah?

--titus
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Call for help
user name
2007-01-30 02:14:46
-> CHANGES.txt:
-> 
-> C. Titus Brown <titusidyll.org>:
->     Added quixote.html.use_qpy to switch Quixote over
to using qpy
->     instead of htmltext.

whups.  This code was *contributed* by Mike Orr; I just
integrated it
and wrote a test.

--titus
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Call for help
user name
2007-01-30 09:15:25
On Tue, Jan 30, 2007 at 12:13:10AM -0800, Titus Brown
wrote:
> I would *really* like to put the tests and the code in
the same
> repository, but it's difficult with the current
structure of Quixote.
> Would it be possible to make more of a directory
hierarchy, e.g.
> move the Quixote package into a 'quixote'
subdirectory?

That change would be a good idea.

  Neil
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

Re: Re: Call for help
user name
2007-01-30 09:16:03
On Tue, Jan 30, 2007 at 12:13:34AM -0800, Titus Brown
wrote:
> On Sun, Jan 21, 2007 at 08:25:34PM +0000, Neil
Schemenauer wrote:
> -> Also Damjan <gdamjanmail.net.mk> patch to
add support for Unix
> -> domain sockets to scgi_server should be merged.
> 
> This is part of the scgi package, not Quixote proper,
yah?

Yes, sorry.

  Neil
_______________________________________________
Quixote-users mailing list
Quixote-usersmems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixo
te-users

[1-10] [11-20] [21-24]

about | contact  Other archives ( Real Estate discussion Medical topics )