2006-07-01T01:12:27  * xorAxAx freedmercurial's ancient bdiff algorithm in python from mercurial-specific stuff
2006-07-01T01:12:42  <xorAxAx> now i can use it for wikisync :)
2006-07-01T07:10:03  <ThomasWaldmann> xorAxAx: you could also make a py-only hg
2006-07-01T08:57:15  <Kepplar> other mimetypes?
2006-07-01T09:02:37  <ThomasWaldmann> ?
2006-07-01T09:49:15  <Kepplar> saw something up there regarding movie and other mimetypes
2006-07-01T09:49:47  <Kepplar> oh, i was going to ask you yesterday what header regex in Page actually does.. whats a header - there is no definition
2006-07-01T09:50:57  <Kepplar> I'm trying to also do a step through a file with readline() checking if its metadata and ends when it reaches the main data in a one line lambda but im not convinced its possible
2006-07-01T09:57:45  <Kepplar> nm solved it
2006-07-01T09:57:53  <Kepplar> going to alter the parse_metadata
2006-07-01T09:57:59  <Kepplar> from sorting if once extracting
2006-07-01T09:58:33  <Kepplar> to sorting it AND extracting .. basically takes a filepointer instead of the dictionary
2006-07-01T10:00:02  <Kepplar> hmm
2006-07-01T10:00:08  <Kepplar> heres and intriging concept
2006-07-01T10:00:24  <Kepplar> lambda which uses variables when its declared
2006-07-01T10:00:42  <Kepplar> do the references still stand when its run elsewhere?
2006-07-01T11:23:25  <Kepplar> you there?
2006-07-01T11:23:27  <Kepplar> ThomasWaldmann:?
2006-07-01T11:23:31  <Kepplar> Hmm
2006-07-01T11:23:32  <Kepplar> also
2006-07-01T11:23:45  <Kepplar> does metadata HAVE to be at the top of the file in the current system
2006-07-01T11:23:52  <Kepplar> what if you # etc half way through
2006-07-01T11:23:55  <Kepplar> should I ignore it?
2006-07-01T11:24:08  <Kepplar> Should pulling out the raw content of the file also pull out the metadata?
2006-07-01T11:24:16  <Kepplar> i need to know the answers of this before i can continue.
2006-07-01T11:24:22  <Kepplar> i'll push what i have.
2006-07-01T12:30:34  <ThomasWaldmann> Kepplar: a header is a line with # at the beginning, see many examples on moinmaster wiki
2006-07-01T12:31:05  <ThomasWaldmann> it is the 1.5 (and older) way to have metadata
2006-07-01T12:32:30  <ThomasWaldmann> your last question before "you there" is unclear
2006-07-01T12:33:29  <ThomasWaldmann> yes, #xxx stuff it has to be at the top - except for comments (##...) which are also ignored in mid of a page.
2006-07-01T12:34:27  <ThomasWaldmann> yes, currently get_raw_text also returns the # stuff
2006-07-01T12:35:07  <ThomasWaldmann> for first implementation of new stuff, we could simulate that way
2006-07-01T12:35:40  <ThomasWaldmann> (if it doesnt make too much trouble)
2006-07-01T13:08:56  <Kepplar> cool
2006-07-01T13:36:59  <xorAxAx> Kepplar: you still havent edited http://moinmoin.wikiwikiweb.de/EuroPython2006/Sprint
2006-07-01T13:41:00  * xorAxAx starts preparing the presentation

MoinMoin: MoinMoinChat/Logs/moin-dev/2006-07-01 (last edited 2007-10-29 19:07:48 by localhost)