1 2010-01-06T00:02:58  *** TheSheep has quit IRC
   2 2010-01-06T00:03:03  *** TheSheep has joined #moin-dev
   3 2010-01-06T00:07:54  *** grzywacz has quit IRC
   4 2010-01-06T04:10:29  <CIA-44> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5400:b7ab238032dd 1.9/MoinMoin/ (8 files in 2 dirs): (log message trimmed)
   5 2010-01-06T04:10:29  <CIA-44> fix/simplify HighlightParser and compatibility wrappers (details see below)
   6 2010-01-06T04:10:29  <CIA-44> building of extensions list: don't use regex if .startswith is enough
   7 2010-01-06T04:10:29  <CIA-44> for compat wrappers, use empty extensions list, because we have all those
   8 2010-01-06T04:10:31  <CIA-44> extensions declared in the HighlightParser itself, so moin will call that
   9 2010-01-06T04:10:33  <CIA-44> directly, without using the wrapper.
  10 2010-01-06T04:10:35  <CIA-44> make sure that the mimetypes support knows all mimetypes/filename extensions
  11 2010-01-06T04:10:47  <ThomasWaldmann> dreimark: ^^
  12 2010-01-06T04:35:21  <CIA-44> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5401:0c424b6dc029 1.9/MoinMoin/parser/text_rst.py: add extensions to the rst parser
  13 2010-01-06T05:07:31  <CIA-44> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5402:3d098b21edb5 1.9/MoinMoin/macro/TableOfContents.py: fix MoinMoinBugs/TableOfContentsBrokenForIncludedPages
  14 2010-01-06T05:30:46  <CIA-44> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5403:06f9718e37a6 1.9/docs/CHANGES: updated CHANGES
  15 2010-01-06T09:10:51  <dreimark> ahh extensions = [] thats good, haven't thought about that
  16 2010-01-06T09:14:58  <dreimark> it looks like there multiple times the some extensions is possible. list(set(extensions)) ?
  17 2010-01-06T09:15:46  <dreimark> also I wonder why pygments has '.R', '.S' as uppercase extension
  18 2010-01-06T09:18:33  <dreimark> TheSheep: ThomasWaldmann can we also set a mimetype / extension for creole and moin ?
  19 2010-01-06T09:26:21  *** xjjk has quit IRC
  20 2010-01-06T11:16:47  <ronny> moin
  21 2010-01-06T11:17:30  <ronny> dreimark: afair there are different lowercase file formats in those cases
  22 2010-01-06T11:17:59  <ronny> there are at least different asselmbler formats for .s and .S
  23 2010-01-06T11:18:10  <ronny> no idea about .R tho
  24 2010-01-06T11:19:21  <johill> usually s/S means pre-processed or not
  25 2010-01-06T11:19:51  <ronny> btw, is there a wiki page for post 2.0 ideas?
  26 2010-01-06T11:53:27  <dreimark> ronny: you mean moin-3.0 ?
  27 2010-01-06T12:09:00  <ThomasWaldmann> moin 3016 :P
  28 2010-01-06T12:48:13  <ThomasWaldmann> btw, I'ld like to get 1.9.1 out soon. so if someone plans something getting into 1.9.1, do it soon.
  29 2010-01-06T13:28:46  <ThomasWaldmann> bbl
  30 2010-01-06T14:38:33  *** johill has quit IRC
  31 2010-01-06T14:48:07  *** johill has joined #moin-dev
  32 2010-01-06T17:44:58  <ThomasWaldmann> re
  33 2010-01-06T18:06:23  <dreimark> what could be a good extension for moin or creole?
  34 2010-01-06T18:06:38  <johill> markup extension?
  35 2010-01-06T18:06:51  <dreimark> yes
  36 2010-01-06T18:07:04  <johill> what for?
  37 2010-01-06T18:07:10  <johill> I've always patched my moin to have -- and --- ;)
  38 2010-01-06T18:07:52  <johill> oh
  39 2010-01-06T18:07:57  <johill> you mean file extension?
  40 2010-01-06T18:08:13  <dreimark> yes, similiar to the rest feature we have added already
  41 2010-01-06T18:08:52  <dreimark> http://moinmo.in/MoinMoinBugs/Parser%20for%20ReST%20misses%20extensions%20definitions
  42 2010-01-06T18:09:07  <dreimark> then an wiki markup attachment can be rendered
  43 2010-01-06T18:09:42  <johill> makes sense
  44 2010-01-06T18:10:41  <dreimark> bbl
  45 2010-01-06T18:55:53  <dreimark> re
  46 2010-01-06T18:56:50  <TheSheep> dreimark: creole has no extension or mime type
  47 2010-01-06T18:57:43  <dreimark> i know for moin it is the same. we should use the pseudo mimetype we currently use in moin-2.0
  48 2010-01-06T18:58:08  <dreimark> but if we invent a extension what do you suggest for creole
  49 2010-01-06T18:58:39  <dreimark> if we don't have to care for 3chars i would name it .creole
  50 2010-01-06T18:58:43  <dreimark> and .moin
  51 2010-01-06T19:11:56  <ThomasWaldmann> maybe check wikicreole.org
  52 2010-01-06T19:20:11  <dreimark> ThomasWaldmann: we need to look at http://moinmo.in/MoinMoinBugs/Highlight%20Of%20HTML
  53 2010-01-06T19:20:23  <dreimark> that is now  also broken in 1.9
  54 2010-01-06T19:31:13  *** grzywacz has joined #moin-dev
  55 2010-01-06T19:34:59  <dreimark> wikicreole.org seems to be offline
  56 2010-01-06T19:38:59  <TheSheep> really?
  57 2010-01-06T19:39:09  <TheSheep> works for me
  58 2010-01-06T20:13:48  <dreimark> PING wikicreole.org (141.7.56.28) 56(84) bytes of data.
  59 2010-01-06T20:13:59  <dreimark> no response from two of my systems
  60 2010-01-06T20:14:31  <TheSheep> are they in China?
  61 2010-01-06T20:15:06  <dreimark> which address is it for you?
  62 2010-01-06T20:15:09  <TheSheep> plus, ping is blocked on that server
  63 2010-01-06T20:15:17  <TheSheep> same
  64 2010-01-06T20:15:47  <TheSheep> it's in Heilbronn
  65 2010-01-06T20:16:45  <dreimark> hmm, may be they also have blocked my provider
  66 2010-01-06T20:18:34  <dreimark> for the company it works
  67 2010-01-06T20:49:14  * dreimark looks at MoinMoinBugs/Highlight%20Of%20HTML in 1.8
  68 2010-01-06T20:50:13  <ThomasWaldmann> dreimark: see comment ther
  69 2010-01-06T20:50:14  <ThomasWaldmann> e
  70 2010-01-06T20:57:55  <dreimark> thats good
  71 2010-01-06T21:49:39  <dreimark> ThomasWaldmann: http://deng.com.br/
  72 2010-01-06T21:53:41  <dreimark> http://wahlers.com.br/claus/blog/display-svg-in-97-of-all-web-browsers/
  73 2010-01-06T22:12:55  <dreimark> unfortunately he didn't continue

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-01-06 (last edited 2010-01-05 23:15:02 by IrcLogImporter)