1 2015-08-24T00:25:57  *** eSyr has joined #moin-dev
   2 2015-08-24T00:30:29  *** eSyr has quit IRC
   3 2015-08-24T01:36:13  *** eSyr has joined #moin-dev
   4 2015-08-24T01:40:41  *** eSyr has quit IRC
   5 2015-08-24T01:41:14  *** eSyr has joined #moin-dev
   6 2015-08-24T03:38:40  *** vipul20 has quit IRC
   7 2015-08-24T06:53:57  *** yask has joined #moin-dev
   8 2015-08-24T08:00:14  *** greg_f has joined #moin-dev
   9 2015-08-24T09:50:25  *** eSyr has quit IRC
  10 2015-08-24T09:50:33  *** eSyr has joined #moin-dev
  11 2015-08-24T10:55:14  *** jek has quit IRC
  12 2015-08-24T10:56:43  *** jek has joined #moin-dev
  13 2015-08-24T11:27:15  *** eSyr has quit IRC
  14 2015-08-24T11:29:27  *** eSyr has joined #moin-dev
  15 2015-08-24T11:47:10  *** vipul20 has joined #moin-dev
  16 2015-08-24T11:49:41  *** eSyr has quit IRC
  17 2015-08-24T11:49:48  *** eSyr has joined #moin-dev
  18 2015-08-24T11:53:55  *** eSyr has quit IRC
  19 2015-08-24T11:54:56  *** eSyr has joined #moin-dev
  20 2015-08-24T12:00:14  *** eSyr has quit IRC
  21 2015-08-24T12:36:06  *** eSyr has joined #moin-dev
  22 2015-08-24T12:40:55  *** dave_largo has joined #moin-dev
  23 2015-08-24T12:41:30  *** eSyr has quit IRC
  24 2015-08-24T12:53:02  *** RogerHaase has joined #moin-dev
  25 2015-08-24T13:08:19  *** eSyr has joined #moin-dev
  26 2015-08-24T13:13:00  *** eSyr has quit IRC
  27 2015-08-24T14:44:25  *** eSyr has joined #moin-dev
  28 2015-08-24T16:38:41  *** vipul20 has quit IRC
  29 2015-08-24T17:31:25  *** greg_f has quit IRC
  30 2015-08-24T18:13:48  <RogerHaase> ThomasWaldmann: create static html dump, fixes #9  https://codereview.appspot.com/261900043/
  31 2015-08-24T18:16:58  <RogerHaase> ThomasWaldmann: add cms theme used for html dump of wiki, partial fix for #9 https://codereview.appspot.com/257550043/  http://www.digitalrockart.org/moin2/Home
  32 2015-08-24T18:45:45  *** vipul20 has joined #moin-dev
  33 2015-08-24T19:20:47  <ronny> hi RogerHaase
  34 2015-08-24T19:21:23  <RogerHaase> ronny: moin :)
  35 2015-08-24T19:21:39  <ronny> RogerHaase: at some soon point i'd like to have a discussion about theming and themes with you (next time i find time i'd like to change the mechanism without breaking your hard work)
  36 2015-08-24T19:22:35  <RogerHaase> thought we discussed that a while back, you want to replace the template loader
  37 2015-08-24T19:24:20  <ronny> RogerHaase: yes, but i didnt dig to deep into it, i'd like to get a good understanding how things work before repping the base out ^^
  38 2015-08-24T19:27:04  <RogerHaase> the loading mechanism is a mystery to me. I spent a few hours trying to determine a way to change the theme in script/maint/dump-html.py and finally gave up
  39 2015-08-24T19:33:43  <ronny> RogerHaase: i see, i intend to turn it into something that uses ONLY paths/ressource paths
  40 2015-08-24T19:33:56  <ronny> RogerHaase: do you know what ressource paths are?
  41 2015-08-24T19:35:16  <RogerHaase> no, have a link?
  42 2015-08-24T19:35:53  <ronny> RogerHaase: bascailly iys a python/pkg_resources api, it resoles files that reside inside a python package
  43 2015-08-24T19:35:58  <ronny> *resolves
  44 2015-08-24T19:37:31  <ronny> RogerHaase: btw, at frosscon we joked about having the 2.0 codename be "anticlimax"
  45 2015-08-24T19:41:49  <RogerHaase> ronny: the docs are rather large...
  46 2015-08-24T19:42:52  <ronny> RogerHaase: can you perhaps shoot me a mail about making the information comprehensible (its been a long day and i want to defer it ot later this week)
  47 2015-08-24T19:43:52  <RogerHaase> ronny: not sure what you want
  48 2015-08-24T19:45:11  <ronny> RogerHaase: that  the docs are rather large' item translated in my mind to 'oh shot, someone noticed the mess around setuptools/pkg_ressources again, i should explain in a comprehensible way'
  49 2015-08-24T19:47:15  <RogerHaase> ronny: so you are looking for my questions related to what http://pythonhosted.org/setuptools/pkg_resources.html is trying to say?
  50 2015-08-24T19:52:59  <ronny> RogerHaase: that overvire is a bit overkill
  51 2015-08-24T19:53:26  <ronny> RogerHaase: the basic gist is, there are tools to find and load files from packages, jinja has a packageloader to load templates from data in python packages
  52 2015-08-24T19:57:21  <RogerHaase> so you want to replace the jinja loading code with new code using pkg_resources?
  53 2015-08-24T20:04:16  <ronny> RogerHaase: no, different, i want to replace flask-themes with sometihn that uses plain flask and the jinja loader as addon
  54 2015-08-24T20:08:09  <RogerHaase> ronny: will that require changes to existing theme templates?
  55 2015-08-24T20:08:38  <ronny> RogerHaase: curently i think not, but im nott 10% sure
  56 2015-08-24T20:13:50  <RogerHaase> ronny: then I am not sure how I can help. Other than knowing any templates in /theme/templates override the templates in /templates, I don't know how the loading mechanism works
  57 2015-08-24T20:19:57  <ronny> RogerHaase: ok, then i'll involve you in case files/templates need to be movedd
  58 2015-08-24T20:22:36  <RogerHaase> ronny: sure, I will help if you need it
  59 2015-08-24T20:28:04  <ronny> RogerHaase: the msot important consideration is not destroying your hard work ^^
  60 2015-08-24T20:36:06  <RogerHaase> ronny: not to worry :)
  61 2015-08-24T21:04:23  *** dave_largo has quit IRC
  62 2015-08-24T22:08:26  *** RogerHaase has left #moin-dev
  63 2015-08-24T22:18:41  *** vipul20 has quit IRC
  64 2015-08-24T23:39:29  *** waldi has quit IRC
  65 2015-08-24T23:39:36  *** waldi has joined #moin-dev
  66 2015-08-24T23:39:36  *** waldi has joined #moin-dev
  67 

MoinMoin: MoinMoinChat/Logs/moin-dev/2015-08-24 (last edited 2015-08-24 00:30:03 by IrcLogImporter)