[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-03 Thread mdipierro
This has been in trunk for some time: from gluon.html import markmin_serializer html='divh1Header/h1pa href=http://google.com;link/abbold/b/div' TAG(html).flatten(markmin_serializer) '#Header\n\n[[link http://google.com]]**bold**\n\n' You can use it to convert markdown syntax: from

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-03 Thread mdipierro
and the markitup js that ships with plugin_wiki has been modified to support markmin too. On Aug 3, 3:20 am, mdipierro mdipie...@cs.depaul.edu wrote: This has been in trunk for some time: from gluon.html import markmin_serializer html='divh1Header/h1pa

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-03 Thread Timmie
This has been in trunk for some time: from gluon.html import markmin_serializer html='divh1Header/h1pa href=http://google.com;link/abbold/b/div' TAG(html).flatten(markmin_serializer) '#Header\n\n[[linkhttp://google.com]]**bold**\n\n' You can use it to convert markdown syntax:

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-03 Thread mdipierro
why? On Aug 3, 6:07 am, Timmie timmichel...@gmx-topmail.de wrote: This has been in trunk for some time: from gluon.html import markmin_serializer html='divh1Header/h1pa href=http://google.com;link/abbold/b/div' TAG(html).flatten(markmin_serializer)

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-02 Thread Tim Michelsen
No that I can think of. Would be good if you could use one of the major markup languages as input: http://en.wikipedia.org/wiki/List_of_lightweight_markup_languages Currently, your markmin seems to be like Texy (http://texy.info/en/) A look at converters show how is the life could be: *

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-02 Thread Bruno Rocha
Texy features are very good http://texy.info/en/syntax but the syntax is ugly... I would like markmin to implement all that features in a beauty way. 2010/8/2 Tim Michelsen timmichel...@gmx-topmail.de No that I can think of. Would be good if you could use one of the major markup languages

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-01 Thread Timmie
I foundrestructuredtext to be too complex to parse. What marup language do you use as template? Is there any markup format you use as design schedme for markmin?

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-01 Thread mdipierro
No that I can think of. On Aug 1, 1:40 pm, Timmie timmichel...@gmx-topmail.de wrote: I foundrestructuredtext to be too complex to parse. What marup language do you use as template? Is there any markup format you use as design schedme for markmin?

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-13 Thread Timmie
Hello, cube2py looks awesome. It uses markmin: -    http://web2py.com/examples/static/markmin.html - I wonder why the syntax was not derived from restructured text or alike?

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-13 Thread mdipierro
I found restructured text to be too complex to parse. On 13 Lug, 07:50, Timmie timmichel...@gmx-topmail.de wrote: Hello, cube2py looks awesome. It uses markmin: -    http://web2py.com/examples/static/markmin.html - I wonder why the syntax was not derived from restructured

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-12 Thread Jonathan Lundell
On Jul 7, 2010, at 3:47 PM, mdipierro wrote: I do not have a strong opposition and I see the advantages in terms of notation but I have two problems: The page:slug notation is handled by plugin_wiki, not by markmin. markmin just treats url, #anchor, url#anchor, page:slug all in the same

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-11 Thread aure
Comment below On Jul 10, 9:32 am, mdipierro mdipie...@cs.depaul.edu wrote: Answers below On 9 Lug, 21:42, Scott blueseas...@gmail.com wrote: I think this should replace the Welcome application and the documentation should be integrated into the web2py book.  I'm impressed with the

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-10 Thread mdipierro
Answers below On 9 Lug, 21:42, Scott blueseas...@gmail.com wrote: I think this should replace the Welcome application and the documentation should be integrated into the web2py book.  I'm impressed with the complete rewrite!  I like the way that you get web2py-admin-esque functionality

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-10 Thread Scott
Thank you Massimo! My comments are below. - Can the tag cloud be made hyper-linkable?  That is to say, clicking on a word in the tag cloud might show a list of relevant tagged pages. Can be done but right now there is a logic problem. Which pages should the tags link to? I guess wiki

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-10 Thread weheh
I am very impressed by the capabilities of this system. Less so by the name, which is non-descriptive and possibly confusing to newbies, like T2 and T3 in the past. I think it will be more self-descriptive if the name has wiki or some variant thereof in it. Nothing great is coming to mind, but

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-10 Thread Álvaro Justen
I like so much the name cube9! PLEASE don't put it 'cu29' because 'cu' in Portuguese is...well, not a good word. :-) -- Álvaro Justen - @turicas  http://blog.justen.eng.br/  21 9898-0141

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-09 Thread aure
Great news! Thanks for the work Massimo! Being new to both, I myself still hesitate for my project between choosing a CMS and struggle with the programming vs. choosing web2by and struggle with all the things which come for free in a CMS... And Cube2py starts to bridge the gap in some ways :-) I

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-09 Thread mdipierro
Please feel free to propose for new features. That was exactly the intention. On 9 Lug, 03:02, aure aureliengir...@googlemail.com wrote: Great news! Thanks for the work Massimo! Being new to both, I myself still hesitate for my project between choosing a CMS and struggle with the programming

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-09 Thread Albert Abril
I thought about the idea of making a frontend (i.e. in the web admin) to edit routes.py and make more customizable the urls. But don't know how implement it. On Fri, Jul 9, 2010 at 12:48 PM, mdipierro mdipie...@cs.depaul.edu wrote: Please feel free to propose for new features. That was

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-09 Thread mdipierro
That would belong to admin not to cube2py although we could expose it there. In principle you only need to edit routes.py (look into applications/admin/controllers/default.py, def edit()) and then call gluon.rewrite.load(routes='routes.py'). The problem is logical. If you use admin to edit routes

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-09 Thread mdipierro
I think I forgot to post this: http://www.slideshare.net/mdipierro/cube2py-4709237 It is a summary of what is available. To use this in your own app, export plugin_wiki from admin and re- import it in your app. On 9 Lug, 07:50, mdipierro mdipie...@cs.depaul.edu wrote: That would belong to

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-09 Thread Scott
I think this should replace the Welcome application and the documentation should be integrated into the web2py book. I'm impressed with the complete rewrite! I like the way that you get web2py-admin-esque functionality without having to use the admin directly, and it all works through Google App

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-08 Thread Scott
I just checked out the cube2py repository from code.google.com and am attempting to run it on the Source branch of web2py 1.79.2 (2010-06-08 22:45:26). Attempting to run it generates this error: Traceback (most recent call last): File C:\Users\scott\Documents\workspace\web2py\gluon

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-08 Thread Mathieu Clabaut
I guess you should update web2py from the development repository (on google code) -Mathieu On Thu, Jul 8, 2010 at 16:40, Scott blueseas...@gmail.com wrote: I just checked out the cube2py repository from code.google.com and am attempting to run it on the Source branch of web2py 1.79.2

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-08 Thread selecta
I like it very much, however I have the requirement of adding a wiki with a wysiwyg interface, any chances on implementing that within cube2py ... maybe using elRTE or is this just not feasible? anyway nice work :) On Jul 7, 2:27 pm, mdipierro mdipie...@cs.depaul.edu wrote: # Preamble As you

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-08 Thread Scott
I downloaded the nightly build and it's working correctly. Thanks! On Jul 8, 11:35 am, mdipierro mdipie...@cs.depaul.edu wrote: download the nigthly build from web2py.com/examples/default/dowload On 8 Lug, 09:46, Mathieu Clabaut mathieu.clab...@gmail.com wrote: I guess you should update

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-08 Thread Jonathan Lundell
On Jul 7, 2010, at 3:47 PM, mdipierro wrote: I do not have a strong opposition and I see the advantages in terms of notation but I have two problems: I'm tied up today, so just a quick note. I understand and generally agree with your caveats. I have a couple of thoughts on the subject that

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
A few clarifications The plugin_wiki that ships with cube9 has full revision history and logging (including for pages that contain code) The philosophy is the same as T3. Evey URL is a wiki. You program by editing pages. You can widgets in the code (crud, media, social, etc) or native web2py

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
You can do that. Just create logic in db.py to determine which page is being requested and then set it. On 7 Lug, 07:42, Júlio Monteiro jmonte...@gmail.com wrote: Hello Massimo, Looks very promising! Will try it today, as soon as I get home. Also I like the name too, better than T(n). :) A

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
I am going to remane this cu29 since it has been brought to my attention that there is a cube9.net and we do not want problems On 7 Lug, 07:51, mdipierro mdipie...@cs.depaul.edu wrote: You can do that. Just create logic in db.py to determine which page is being requested and then set it.

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Júlio Monteiro
Can we suggest names? What about cube2py or w2cube or even simply cube29? Julio Monteiro On Wed, Jul 7, 2010 at 10:15 AM, mdipierro mdipie...@cs.depaul.edu wrote: I am going to remane this cu29 since it has been brought to my attention that there is a cube9.net and we do not want problems

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Jonathan Lundell
On Jul 7, 2010, at 5:42 AM, mdipierro wrote: The philosophy is the same as T3. Every URL is a wiki. Would you elaborate a little on that statement, please?

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Thadeus Burgess
This looks really awesome! Name suggestion: Cube^2 -- Thadeus On Wed, Jul 7, 2010 at 10:18 AM, Jonathan Lundell jlund...@pobox.com wrote: On Jul 7, 2010, at 5:42 AM, mdipierro wrote: The philosophy is the same as T3. Every URL is a wiki. Would you elaborate a little on that statement,

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
The idea is that any web app is a set of pages that contain stuff. Some are public some are not, some have other permissions, some are listed in a hierarchical menu some not. Therefore it should be possible to develop as app as one creates a wiki, by adding pages and filling the pages. In web2py

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Jonathan Lundell
On Jul 7, 2010, at 8:30 AM, mdipierro wrote: The idea is that any web app is a set of pages that contain stuff. Some are public some are not, some have other permissions, some are listed in a hierarchical menu some not. Therefore it should be possible to develop as app as one creates a wiki,

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
I just made them up. In my IT departement they use the world cubes to diffrent ways to view the same data. Mixing numbers and text makes it less likely the name is trademarked. Turned out it is trademarked. :-( cu29 refers to copper. It does not seem to be taken. I am very bad with names. I am

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Chris S
I've just loaded this from the mercurial source listed on google code. Running on GAE (local dev server) and using the Web2py trunk I'm getting: ReservedWordError: Cannot define property using reserved word 'parent'. If you would like to use this name in the datastore consider using a different

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
There should not be a db_cube9.py in the project. Massimo On 7 Lug, 10:55, Chris S sanders.ch...@gmail.com wrote: I've just loaded this from the mercurial source listed on google code.  Running on GAE (local dev server) and using the Web2py trunk I'm getting: ReservedWordError: Cannot

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
http://vimeo.com/13154869 On 7 Lug, 07:27, mdipierro mdipie...@cs.depaul.edu wrote: # Preamble As you know T2 and T3 are deprecated. Some time ago I started a reimplementation of T3 called cube9. I got stuck. I now re-factored it completely -    

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
The google code repository is corrupted. There are lots of files that do not belong there I will close it and open a new one later today. Let's agree on a new name. On 7 Lug, 12:31, mdipierro mdipie...@cs.depaul.edu wrote: http://vimeo.com/13154869 On 7 Lug, 07:27, mdipierro

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Albert Abril
I should say that the template used (seen in the video) is very pretty. On Wed, Jul 7, 2010 at 7:35 PM, mdipierro mdipie...@cs.depaul.edu wrote: The google code repository is corrupted. There are lots of files that do not belong there I will close it and open a new one later today. Let's

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Jonathan Lundell
On Jul 7, 2010, at 8:25 AM, mdipierro wrote: you link pages with [[this is the link text page:this-is-the-slug]] So page: is recognized by the wiki plugin? If I'm understanding the syntax, and I may not be, I have a suggestion. [[name]] and [[name#anchor]] should be wiki links;

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Júlio Monteiro
Back to naming, should we vote? Here are the suggestions so far: 1) cu29 2) cube2py 3) w2cube 4) cube29 5) Cube^2 For me +1 for cube2py and +1 for cube29. Which ones do you people prefer? Cheers, Julio Monteiro

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Kenneth
I vote +1 cube2py and Cube^2 +1 Kenneth

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Albert Abril
Same as Kenneth I vote +1 cube2py and Cube^2 +1 On Wed, Jul 7, 2010 at 10:31 PM, Kenneth kenneth.t.lundst...@gmail.comwrote: I vote +1 cube2py and Cube^2 +1 Kenneth

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread yamandu
From those I prefer cube2py because of similarity with web2py and the most important, sound! I would like to sugest too, how about mix a little bit and come with Wube ? On 7 jul, 17:31, Kenneth kenneth.t.lundst...@gmail.com wrote: I vote +1 cube2py and Cube^2 +1 Kenneth

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
Right now you can do links with url [[name url]] [[name #anchor]] [[name url#anchor]] [[name page:slug]] and define an anchor with [[anchor]] If I understand your suggestions: 1) also allow [[url]] [[url#anchor]] [[#anchor]] [[page:slug]] to allow un-named links. Q: how can a link not have a

Re: [web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread Jonathan Lundell
On Jul 7, 2010, at 3:14 PM, mdipierro wrote: Right now you can do links with url [[name url]] [[name #anchor]] [[name url#anchor]] [[name page:slug]] and define an anchor with [[anchor]] If I understand your suggestions: 1) also allow [[url]] [[url#anchor]] [[#anchor]]

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-07 Thread mdipierro
I do not have a strong opposition and I see the advantages in terms of notation but I have two problems: The page:slug notation is handled by plugin_wiki, not by markmin. markmin just treats url, #anchor, url#anchor, page:slug all in the same way. plugin_wiki replaces the page:.. with