Roman Luštrik
Roman Luštrik
The [release notes state that](https://blog.getpelican.com/pelican-4.0-released.html) > For example, substitute TAG_FEED_ATOM|format(tag.slug) with TAG_FEED_ATOM.format(slug=tag.slug). That being said, this does not work for me. I get `CRITICAL: UndefinedError: 'tag' is undefined` error.
No doubt I'm doing something wrong. I'll try your approach.
Those extract functions are indeed handy. Thank you for pointing them out. I'll think about how to best implement this and get back in a while.
If that's the case, I can't really bring data from server to UI to dynamically generate name on the button (e.g. "Logout (Roman)"). Or am I missing something?
So far the only way I've seen passing data from server side to UI was by rendering UI on the server side (e.g. [here](https://stackoverflow.com/questions/23200965/how-to-get-vector-of-options-from-server-r-to-ui-r-for-selectinput-in-shiny-r-ap)).
@ifellows you are not alone. My use case is plotting many gene elements (can be several 10000 but biologists would not be averse to plotting all million elements) on a...
I'm a big fan of the KISS principle. I think a github page (README) with devel and stable sections would be sufficient.
I thought http://pillow.readthedocs.org/ was nice along side the fact that it resides on github and appears to be rendered from there.
If we want to go something like "documentation website", docster would be a nice choice. http://jekyllthemes.org/themes/docster/ There is also http://idratherbewriting.com/documentation-theme-jekyll/mydoc/home.html which appears promising (but visually docster takes the cake).
Once we settle on what should go on the website, I can try and get this in motion. The only thing that isn't yet clear to me is how to...