[web2py] Re: web2py 2.0.2 is out

2012-08-30 Thread jotbe
Congratulations to Massimo and all contributors! Great job! :) Jan Am Donnerstag, 30. August 2012 05:41:34 UTC+2 schrieb Massimo Di Pierro: > > After 5 months. It is done. This is the most waited and the most > feature-packed release. > > I am sure we'll find some corners that need to be ironed

[web2py] Issues with TAG() encoding and XML().flatten()

2011-09-11 Thread jotbe
Hi List, I just started my first Web2Py sample project (the Wiki from the book) and got it even managed to integrate the HTML5 editor Aloha: http://aloha-editor.org/ My pages should use Markmin instead of HTML and therefore I am converting the HTML to Markmin using TAG().flatten() and markmin_ser

[web2py] Re: Issues with TAG() encoding and XML().flatten()

2011-09-13 Thread jotbe
; >> go bad there. I suspect your input has not been parsed at all into the > > >> web2py object representation. > > > > Not sure - I am quite new to Python and am not so skilled in dealing with > > > Unicode issues. > > > > I just appended my las

[web2py] Re: Problem with private mode of fluxflex

2011-10-01 Thread jotbe
I got a similar issue just right now and contacted the fluxflex service. Was your problem resolved meanwhile? Regards, Jan On 14 Sep., 07:20, Martin Weissenboeck wrote: > Hi, > > has somebody tried the private mode of fluxflex? I have done it two times > with crazy results: > > Some days ago I h

[web2py] Re: Making slides with web2py and markmin

2011-10-11 Thread jotbe
Thanks for the module, Massimo! Unfortunately, it is not working in a test app: ## snip ## $ python web2py.py -P -M -S slides web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.99.3 (2011-09-26 10:32:57) dev Database drivers available: SQLite3, pymysql Python 2.7.2 (

[web2py] Re: Making slides with web2py and markmin

2011-10-12 Thread jotbe
tting it in modules while it has to be in models. > > if you want it in modules you will need to explicitely import all web2py > helpers and context. > > from gluon import * > > http://zerp.ly/rochacbruno > Em 11/10/2011 16:28, "jotbe" escreveu: > &

[web2py] Re: Making slides with web2py and markmin

2011-10-12 Thread jotbe
Your example code seems to trigger a bug in MARKMIN, when using the link and the image tag in a list: ## snip ## >>> content = """... # My slides title... ## Slide One... this allows you to >>> create slides using markmin... ## Slide Two... - you can use lists... - you >>> can use [[links http:/

[web2py] Re: Making slides with web2py and markmin

2011-10-12 Thread jotbe
Regards, Jan On 12 Okt., 15:29, Massimo Di Pierro wrote: > Can you try the latest markmin (from trunk)? > > On Oct 12, 2:37 am, jotbe wrote: > > > > > > > > > Your example code seems to trigger a bug in MARKMIN, when using the > > link and the image tag i

[web2py] Re: Making slides with web2py and markmin

2011-10-12 Thread jotbe
ww.google.com";>links > ... - you can use images > ... > > > > Which incorrect because of the inside a but otherwise correct. > Are you using jython? > > On Oct 12, 9:07 am, jotbe wrote: > > > > > > > > > Still not working: > > >

[web2py] Re: Making slides with web2py and markmin

2011-10-12 Thread jotbe
ot;jot.be" wrote: > > > > > > > > > markmin2html attached. > > > Sample code/CLI-snippet (same as > > below):https://gist.github.com/90231ab4713fb2e6588b > > > On Wed, Oct 12, 2011 at 5:14 PM, Massimo Di Pierro < > > > massimo.dipie...@gmail.com>

Re: [web2py] web2py book 4th Edition

2011-12-09 Thread jotbe
Really nice! On Fri, Dec 9, 2011 at 6:30 PM, Massimo Di Pierro wrote: > The book 4th edition (in print) is available here: > > http://www.lulu.com/product/paperback/web2py-book-4th-edition/18738286 > > I will post it on the web site asap and in PDF. > > The book described web2py 1.99.3 and later.