1 2010-08-07T00:00:50 <diofeher> hm, it's true..
2 2010-08-07T00:01:38 <diofeher> so, what i get it: we can iterate over plugin directory and register one as module?
3 2010-08-07T00:03:13 <ThomasWaldmann> there are already some modules in apps/...
4 2010-08-07T00:03:32 <diofeher> i know
5 2010-08-07T00:03:48 <diofeher> but we can use plugins as apps folders too?
6 2010-08-07T00:04:06 <ThomasWaldmann> maybe for starting just try to make a main theme module there
7 2010-08-07T00:04:29 <diofeher> ok
8 2010-08-07T00:04:55 <diofeher> gonna save my patch in case of future use :)
9 2010-08-07T00:06:01 <ThomasWaldmann> moin knows wanted theme name before it feeds the template
10 2010-08-07T00:06:14 <ThomasWaldmann> template can use themename to create urls like url_for('theme.themename', filename="css/whatever.css")
11 2010-08-07T00:06:41 <ThomasWaldmann> the css could be there ever, even if it just imports the respective main css
12 2010-08-07T00:06:47 <diofeher> hm, get it the global picture to use static files of themes :P
13 2010-08-07T00:06:56 <ThomasWaldmann> if the theme needs some more css than the main one, it can call super() in the template block and do more css links afterwards
14 2010-08-07T00:07:12 <ThomasWaldmann> similar for js
15 2010-08-07T00:07:26 <ThomasWaldmann> for smileys we could start with requiring that every theme has them, so we don't need to check if the theme has them and fall back to main theme if not
16 2010-08-07T00:07:39 <ThomasWaldmann> and later have some code in the theme itself that does the fallback
17 2010-08-07T00:07:52 <ThomasWaldmann> for the template loading, it should just load stuff them using the load of the respective theme flask Module
18 2010-08-07T00:08:06 <ThomasWaldmann> the loader in the module could be maybe modified to be a choiceloader with self, main
19 2010-08-07T00:08:38 <ThomasWaldmann> ^^ take that with a grain of salt, it's just an idea, not proven yet
20 2010-08-07T00:09:31 <ThomasWaldmann> maybe first merge main again
21 2010-08-07T00:10:39 <diofeher> ok, helped to give me ideas
22 2010-08-07T00:10:41 <diofeher> thz
23 2010-08-07T00:10:44 <diofeher> thx*
24 2010-08-07T00:12:08 <dreimark> gn
25 2010-08-07T00:12:17 *** RogerHaase
26 2010-08-07T00:12:17 <ThomasWaldmann> btw, maybe "frontend" is already that "main theme"
27 2010-08-07T00:12:33 <ThomasWaldmann> except that it hasn't got the templates and static stuff yet
28 2010-08-07T00:15:24 <ThomasWaldmann> diofeher: and see my recent changeset about how to force loading static stuff from main app's static folder
29 2010-08-07T00:16:12 <ThomasWaldmann> (and, obviously, as it was before is how one loads static stuff from current module, but of course it should be there, then)
30 2010-08-07T00:18:52 <diofeher> looking your patch
31 2010-08-07T00:19:35 <diofeher> yes, i think frontend is already main app
32 2010-08-07T00:24:23 <ThomasWaldmann> no, it is just the stuff a normal user uses
33 2010-08-07T00:55:00 <CIA-50> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9403:a6b7669b5b7b 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (__init__.py theme/__init__.py): [templating] registered theme as module of app
34 2010-08-07T00:55:12 <diofeher> hm, for plugin we can only replace app.modules['theme'] :D
35 2010-08-07T00:56:23 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9403:381a3c5e2613 2.0-dev/MoinMoin/converter2/moinwiki_in.py: moin 1.9 attachment:file -> 2.0 subitem /file
36 2010-08-07T00:56:45 *** eSyr
37 2010-08-07T01:02:57 *** eSyr
38 2010-08-07T01:06:23 *** xjjk
39 2010-08-07T01:16:54 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9404:9e8332fb4c22 2.0-dev/MoinMoin/converter2/creole_in.py: moin 1.9 attachment:file -> 2.0 subitem /file (for creole)
40 2010-08-07T02:16:18 *** grzywacz
41 2010-08-07T06:34:10 *** kursor
42 2010-08-07T07:58:28 *** valeuf_
43 2010-08-07T07:58:37 *** valeuf
44 2010-08-07T08:15:36 *** DmitryAndreev_
45 2010-08-07T08:18:19 *** DmitryAndreev
46 2010-08-07T11:10:36 <valeuf> moin
47 2010-08-07T11:26:04 *** kursor
48 2010-08-07T12:04:20 <ThomasWaldmann> moin
49 2010-08-07T13:56:19 * ThomasWaldmann works on csv (and other table-like data) converters
50 2010-08-07T14:05:24 *** grzywacz
51 2010-08-07T14:16:44 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9405:c225dd932b15 2.0-dev/MoinMoin/ (7 files in 6 dirs): move clock to flaskg
52 2010-08-07T14:16:48 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9406:ed7f30008efd 2.0-dev/MoinMoin/converter2/ (_table.py text_csv_in.py): add a simple text/csv input converter, add generic dom table building support in converter2._table
53 2010-08-07T14:56:52 *** kursor
54 2010-08-07T15:01:03 * ThomasWaldmann works on zip/tar converter
55 2010-08-07T15:01:47 <valeuf> ThomasWaldmann: what's the purpose of such converter?
56 2010-08-07T15:02:53 <ThomasWaldmann> to return a dom table with a listing of the zip/tar
57 2010-08-07T15:03:48 <ThomasWaldmann> so you can use {{my.zip}} on a wiki page and have a nice listing :)
58 2010-08-07T15:04:11 <ThomasWaldmann> same thing for default rendering of the zip item
59 2010-08-07T15:04:12 <valeuf> ok
60 2010-08-07T15:04:42 <ThomasWaldmann> currently handled by items code, but that only works for viewing zip items, not for transclude
61 2010-08-07T15:04:44 <valeuf> if there is an image in the zip, do you think we could imagine to be able to use {{my.zip/pics}} ?
62 2010-08-07T15:05:26 <ThomasWaldmann> well, we have from_tar, I already thought of including links in the tar listing that link to individual files in the tar
63 2010-08-07T15:06:06 <ThomasWaldmann> not sure if we should extend that to rendering
64 2010-08-07T15:06:40 <ThomasWaldmann> the main problem right now for me is that content param that converters get
65 2010-08-07T15:06:53 <ThomasWaldmann> that "list of lines" is rather for text
66 2010-08-07T15:07:32 <ThomasWaldmann> for an image, i could get away with just putting the name of the image item into content, because I just needed a href to it
67 2010-08-07T15:07:50 <ThomasWaldmann> for tar, I now really need access to the revision data
68 2010-08-07T15:08:45 <valeuf> there is no solution yet to access to revision data?
69 2010-08-07T15:09:37 <ThomasWaldmann> well, for text, the revision data was in content
70 2010-08-07T15:10:25 <ThomasWaldmann> maybe we just need to give item_name and rev_no to input converters
71 2010-08-07T15:12:04 <ThomasWaldmann> and provide some converter environment that has some methods to help the converter get what it wants
72 2010-08-07T15:14:21 <valeuf> ThomasWaldmann: in _table.py, line 28
73 2010-08-07T15:14:28 <valeuf> you wrote: return moin_page.table(children=[table_body, ])
74 2010-08-07T15:14:45 <valeuf> why [table_body, ], and not simply [table_body] ?
75 2010-08-07T15:15:23 <ThomasWaldmann> the rule is to add x, when editing
76 2010-08-07T15:15:33 <ThomasWaldmann> start from [] and you get that
77 2010-08-07T15:16:07 <ThomasWaldmann> this is especially important if one does
78 2010-08-07T15:16:10 <ThomasWaldmann> t = [
79 2010-08-07T15:16:13 <ThomasWaldmann> x,
80 2010-08-07T15:16:15 <ThomasWaldmann> ]
81 2010-08-07T15:16:43 <ThomasWaldmann> if you don't have the , there, you need to change 2 lines when adding an element (on the next line)
82 2010-08-07T15:17:04 <valeuf> I see
83 2010-08-07T15:17:35 <valeuf> because I am always doing [element] when I add children like that, so I was afraid to do something quite wrong
84 2010-08-07T15:17:54 <ThomasWaldmann> no, it is not wrong, it just makes diffs bigger for some cases
85 2010-08-07T15:18:02 <valeuf> ThomasWaldmann: get it
86 2010-08-07T15:18:04 <valeuf> *got
87 2010-08-07T15:18:13 <ThomasWaldmann> another thing is consistency with tuples
88 2010-08-07T15:18:18 <CIA-50> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9404:51e64a88c7d6 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/__init__.py: [templating] fixed pep8 in theme init
89 2010-08-07T15:18:20 <CIA-50> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9405:7f6df192abef 2.0-dev-jinja2-plugins-dfeher/MoinMoin/static/modernized/css/ (common.css screen.css): [templating] refactored css, mixed some selectors
90 2010-08-07T15:18:23 <ThomasWaldmann> for tuples you MUST use (x, )
91 2010-08-07T15:18:44 <valeuf> ThomasWaldmann: I know for tuples, so I thought maybe there is some rules like this in newer version ofpython
92 2010-08-07T15:18:48 <diofeher> moin
93 2010-08-07T15:18:58 <ThomasWaldmann> moin dio
94 2010-08-07T15:19:02 <TheSheep> diofeher: how are things?
95 2010-08-07T15:19:14 <diofeher> i'm becoming old today xD twenty yrs
96 2010-08-07T15:19:43 <ThomasWaldmann> hah, happy birthday!
97 2010-08-07T15:19:54 <valeuf> diofeher: bon anniversaire :p
98 2010-08-07T15:20:31 <TheSheep> congrats
99 2010-08-07T15:20:55 <diofeher> thx valeuf TheSheep ThomasWaldmann
100 2010-08-07T15:21:36 <diofeher> TheSheep, about css rewrite stuff, i was thinking to apply css reset
101 2010-08-07T15:21:38 <diofeher> http://www.html-advisor.com/css/what-is-global-css-reset/
102 2010-08-07T15:25:31 <TheSheep> diofeher: I'd advise concentrating on the plugin/theme stuff
103 2010-08-07T15:27:48 <TheSheep> diofeher: And on making things user-customizable
104 2010-08-07T15:27:58 <TheSheep> Good defaults can be done after gsoc
105 2010-08-07T15:29:14 <diofeher> ok so
106 2010-08-07T15:29:25 <diofeher> how can i test change of theme? userprefs is not working
107 2010-08-07T15:30:59 <TheSheep> have a global for now
108 2010-08-07T15:47:05 <ThomasWaldmann> yay, tar and zip converter works :)
109 2010-08-07T15:47:24 <ThomasWaldmann> i just used that feed_input_conv like for image :)
110 2010-08-07T15:56:44 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9410:e98d6c6a745f 2.0-dev-docbook-html-vjaniaut/ (95 files in 37 dirs): Merge against moin/2.0-dev repos
111 2010-08-07T15:56:48 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9411:fef00b12f986 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/ (_tests/test_docbook_in.py docbook_in.py): Keep the new line when converting DocBook document
112 2010-08-07T16:03:11 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9407:9cfb98f154da 2.0-dev/MoinMoin/ (items/__init__.py converter2/archive_in.py): new archives_in converter, supports tar/tgz/zip, removed old archives support code from items
113 2010-08-07T16:07:37 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9408:c6cd4c5117db 2.0-dev/MoinMoin/items/__init__.py: cosmetic: items: move zip class near to a similar class for tar
114 2010-08-07T16:08:10 <diofeher> http://lucumr.pocoo.org/2006/7/3/python-plugin-system
115 2010-08-07T16:08:33 <ThomasWaldmann> ok, now only the drawing items do not use the dom-based stuff for _render_data
116 2010-08-07T16:09:23 <ThomasWaldmann> dreimark: can you please clean up the drawing items?
117 2010-08-07T16:09:48 <ThomasWaldmann> + add documentation for params
118 2010-08-07T16:14:33 <ThomasWaldmann> valeuf: i don't think we'll have from_zip (like from_tar support)
119 2010-08-07T16:14:43 <valeuf> ThomasWaldmann: ok
120 2010-08-07T16:15:09 <ThomasWaldmann> python's zipfile class has only read(name) and returns bytes, not a file
121 2010-08-07T16:15:33 <ThomasWaldmann> so we would have to read the whole zip member into memory
122 2010-08-07T16:17:23 <ThomasWaldmann> ehrm, no
123 2010-08-07T16:17:30 <ThomasWaldmann> it has open(name)
124 2010-08-07T16:19:04 <ThomasWaldmann> New in version 2.6.
125 2010-08-07T16:19:06 <ThomasWaldmann> hah!
126 2010-08-07T16:20:06 <ThomasWaldmann> took from python 1.6 to 2.6 until they made an open() for zip members
127 2010-08-07T16:37:15 <ThomasWaldmann> http://localhost:8080/+get/zip?from_zip=license.txt works! :)
128 2010-08-07T16:39:01 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9409:63204ab61827 2.0-dev/MoinMoin/items/__init__.py: items.do_get: implement from_zip=filename support to get content files out of zip archives
129 2010-08-07T16:45:43 <valeuf> ThomasWaldmann: nice
130 2010-08-07T17:05:25 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9410:2ab981cf60fb 2.0-dev/MoinMoin/converter2/archive_in.py: refactor archive_in, make ArchiveConverter base class
131 2010-08-07T17:06:46 <ThomasWaldmann> it'll get even nicer soon
132 2010-08-07T17:07:10 * ThomasWaldmann prepares doing get links for archive members :)
133 2010-08-07T17:10:10 <diofeher> nice
134 2010-08-07T17:10:50 <diofeher> ThomasWaldmann, a missing question... about structure of theme plugin...
135 2010-08-07T17:11:02 <diofeher> i mean in folders/files
136 2010-08-07T17:11:59 <diofeher> plugabble theme gonna be put in plugins/theme with its name in folder?
137 2010-08-07T17:17:16 <ThomasWaldmann> maybe you could just make first experiments with existing "frontend" module
138 2010-08-07T17:17:50 <ThomasWaldmann> (we can rename that later to "default_theme" or so)
139 2010-08-07T17:19:19 <diofeher> flask module gonna deal just with static/templates folder... module doesn't "carry" classes (i was trying to access ThemeBase)
140 2010-08-07T17:19:42 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9411:8e27a1adfc33 2.0-dev/MoinMoin/ (5 files in 3 dirs): getting of an archive member: rename from_tar/from_zip param to member (same functionality, same code)
141 2010-08-07T17:20:06 <ThomasWaldmann> diofeher: before moving templates, merge main
142 2010-08-07T17:21:12 <ThomasWaldmann> diofeher: each flask Module can have as much code as it wants
143 2010-08-07T17:21:33 <ThomasWaldmann> but you can first ignore the code part and just assume that all use same code
144 2010-08-07T17:23:37 <CIA-50> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9415:e74923a30cdc 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (17 files in 8 dirs): [templating] merge with main repo
145 2010-08-07T17:23:40 <diofeher> ThomasWaldmann, but you cannot access ThemeBase from app.modules['theme'] for example
146 2010-08-07T17:34:41 <ThomasWaldmann> well, the current code is working and it is already in frontend Module, so what's the problem exactly?
147 2010-08-07T17:38:47 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9412:bf94ca33dca4 2.0-dev/MoinMoin/converter2/archive_in.py: archive_in: improve exception handling
148 2010-08-07T17:38:55 <ThomasWaldmann> diofeher: ^^
149 2010-08-07T17:45:30 <diofeher> ThomasWaldmann, sorry, was lunching
150 2010-08-07T17:46:03 <diofeher> to change themes... load from plugin and use app.modules to change too
151 2010-08-07T17:59:40 <ThomasWaldmann> (17:21) < ThomasWal> but you can first ignore the code part and just assume that all use same code
152 2010-08-07T18:06:08 <diofeher> what you mean? :S
153 2010-08-07T18:07:21 <ThomasWaldmann> all themes at first can use same theme code
154 2010-08-07T18:10:23 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9413:6fdf8ce57444 2.0-dev/MoinMoin/converter2/archive_in.py: archive_in: use datetime module, processing methods for everything put into table
155 2010-08-07T18:12:17 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9412:c2908b153ee9 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add tests for <code>, <computeroutput> and <markup> elements for DocBook_in converter
156 2010-08-07T18:12:19 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9413:8aac08190acf 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add support for <code>, <computeroutput> and <markup> elements for DocBook_in converter
157 2010-08-07T18:12:21 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9414:4a602b78f9f5 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_out.py: Replace para by simpara for the tests of the DocBook_OUT converter
158 2010-08-07T18:12:23 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9415:9963d2a4c9b3 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_out.py: Use simpara instead of para if no title for the DocBook_OUT converter
159 2010-08-07T18:12:25 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9416:a484f5157fae 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_out.py: Add tests for <p> with title attribute for DocBook_OUT converter
160 2010-08-07T18:12:27 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9417:fd440a5d3028 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add tests for <simpara> and <formalpara> for DocBook_IN converter
161 2010-08-07T18:12:29 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9418:dfc92aaac14d 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_out.py: Remove debug print statement
162 2010-08-07T18:20:43 <diofeher> (Pdb) flaskg*** AttributeError: 'NoneType' object has no attribute 'g'
163 2010-08-07T18:20:46 <diofeher> lol
164 2010-08-07T18:55:23 *** kursor
165 2010-08-07T19:03:32 <diofeher> i'm trying to iterate over plugin and import all themes to register as app.module
166 2010-08-07T19:11:49 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9419:b778f8ef619f 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Edit test to fix minor typo for <simpara> test for DocBook_IN converter
167 2010-08-07T19:11:49 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9420:96627e206458 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add <simpara> conversion for DocBook_OUT converter
168 2010-08-07T19:11:49 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9421:8430c7ceb09a 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add html namespace to the output for DocBook_IN tests
169 2010-08-07T19:11:49 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9422:ad05c2e6fa5b 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add conversion for <formalpara> element for DocBook_IN converter
170 2010-08-07T19:13:07 * ThomasWaldmann tries to find some double-urlquoting problem for the query string
171 2010-08-07T19:32:24 <diofeher> brb
172 2010-08-07T19:35:36 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9414:61ff8ea1c7bf 2.0-dev/MoinMoin/converter2/ (_table.py archive_in.py):
173 2010-08-07T19:35:36 <CIA-50> archives_in converter: add support for having links to member files instead of just the names
174 2010-08-07T19:35:36 <CIA-50> TODO: converter doesn't know the item_name, sane feeding infrastructure missing
175 2010-08-07T20:08:02 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9423:731a2e8fea19 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add test for block element not handeld by the DOM Tree for DocBook_IN support
176 2010-08-07T20:08:05 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9424:cb9dfaa1bd33 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add conversion for block elements not handled by our DOM Tree for DocBook_IN converter
177 2010-08-07T20:08:07 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9425:88956dcfc4bd 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Change do_children to be able to return also attribute for the parent element
178 2010-08-07T20:13:36 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9415:1bb6cb8e5158 2.0-dev/MoinMoin/converter2/link.py: link converter: fix double encoding in query string
179 2010-08-07T20:13:39 <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9416:559a79caa1df 2.0-dev/MoinMoin/items/__init__.py: items: get member (from archive): use last part of member path as filename
180 2010-08-07T21:08:09 * ThomasWaldmann reads include converter
181 2010-08-07T21:25:58 <valeuf> ThomasWaldmann: what are you looking for in include converter?
182 2010-08-07T21:34:59 <ThomasWaldmann> the code is quite old, i am adapting it to not use Page and rootpage.getPageList
183 2010-08-07T21:35:22 <ThomasWaldmann> but Item
184 2010-08-07T22:06:01 <ThomasWaldmann> also, I'll change {{foo}} to generate xinclude element instead of object
185 2010-08-07T22:15:35 *** valeuf_
186 2010-08-07T22:17:51 *** valeuf
187 2010-08-07T22:24:08 *** valeuf_
188 2010-08-07T22:25:33 *** valeuf
189 2010-08-07T22:42:01 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9426:9ee99bf3ef8d 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add tests for <anchor> element conversion for DocBook_IN converter
190 2010-08-07T22:42:04 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9427:b73baf62359a 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add conversion for <anchor> element for DocBook_IN converter
191 2010-08-07T22:42:05 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9428:2efc523427b3 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Edit object tests for DocBook_IN converter
192 2010-08-07T22:42:07 <CIA-50> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 9429:89186770276b 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add different elements to ignore, inline and block tags
193 2010-08-07T22:59:37 <ThomasWaldmann> yay, transclusion starts to work :)
194 2010-08-07T23:00:19 <ThomasWaldmann> = zip listing =\n{{zip}} -> shows zip listing table in a wiki page
195 2010-08-07T23:01:47 <valeuf> nice :)
196 2010-08-07T23:02:02 * valeuf just discovered that his implementation of xml:base was a little bit wrong
197 2010-08-07T23:10:00 <ThomasWaldmann> hmm, include did strange stuff
198 2010-08-07T23:10:14 <ThomasWaldmann> like patching an element to be a div