Re: [Zim-wiki] JSON file going wrong - help

2011-07-26 Thread nomnex
On Thu, 14 Jul 2011 13:47:15 +0800
"Li-aung Yip ('Lewis')"  wrote:

> Under Linux, the command
> 
> grep -P \"http://.+?\"; foo.txt --only-matching > urls.txt
> 
> will parse through foo.txt, looking for URLs that begin and end with
> ""quote marks. Any URLs found are output to



> Not quite a zim-specific solution, but grep is a better tool for this
> job. :)

Thank you so much for the grep command. That really helped :)

-- 
nomnex 

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] PyGUI

2011-07-26 Thread Brendan Kidwell
On Tue, Jul 26, 2011 at 1:18 PM, Jaap Karssenberg <
jaap.karssenb...@gmail.com> wrote:

> On Tue, Jul 26, 2011 at 7:03 PM, Jeffrey Liu  wrote:
>
>>
>> Has there been any consideration to using PyGUI?
>>
>
> No. I'm perfectly happy with Gtk.
>

And if you look at the docs, PyGUI looks like it's really BASIC right now. I
don't see Rich Text or Tree View UI control classes. Has anything resembling
a hypertext system such as Zim yet been produced using PyGUI?
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] PyGUI

2011-07-26 Thread Jaap Karssenberg
On Tue, Jul 26, 2011 at 7:25 PM, Jeffrey Liu  wrote:

> Though it sounds like PyGUI shows some promise -- it would eliminate many
> issues with regards to packaging for Windows or Mac.


Maybe for Mac - I have no direct experience there - but definitely not for
windows. Gtk runs fine on windows and with the proper theme is almost
indistinguishable from native applications. Supporting windows has the most
difficulty related to filesystem and process interfaces, no the UI toolkit.

-- Jaap
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] PyGUI

2011-07-26 Thread Jeffrey Liu
I figured as much that it would be a complete rewrite, but I had to ask.  ;)

Though it sounds like PyGUI shows some promise -- it would eliminate many
issues with regards to packaging for Windows or Mac.

Thanks,
Jeff

On Tue, Jul 26, 2011 at 1:18 PM, Jaap Karssenberg <
jaap.karssenb...@gmail.com> wrote:

> On Tue, Jul 26, 2011 at 7:03 PM, Jeffrey Liu  wrote:
>
>> Hi, I know that this is completely a new feature request on the largest
>> scale
>>
>
> Not so much a feature request as a request to completely rewrite the
> application. We did that once when moving from perl to python, and it takes
> about 2 years and a lot of work.
>
>
>> Has there been any consideration to using PyGUI?
>>
>
> No. I'm perfectly happy with Gtk.
>
>
>>
>> http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
>>
>> http://wiki.python.org/moin/PyGUI
>>
>> Thanks,
>> Jeff
>>
>
>
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] PyGUI

2011-07-26 Thread Jaap Karssenberg
On Tue, Jul 26, 2011 at 7:03 PM, Jeffrey Liu  wrote:

> Hi, I know that this is completely a new feature request on the largest
> scale
>

Not so much a feature request as a request to completely rewrite the
application. We did that once when moving from perl to python, and it takes
about 2 years and a lot of work.


> Has there been any consideration to using PyGUI?
>

No. I'm perfectly happy with Gtk.


>
> http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
>
> http://wiki.python.org/moin/PyGUI
>
> Thanks,
> Jeff
>
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] PyGUI

2011-07-26 Thread Jeffrey Liu
Hi, I know that this is completely a new feature request on the largest
scale

Has there been any consideration to using PyGUI?

http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/

http://wiki.python.org/moin/PyGUI

Thanks,
Jeff
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp