new features:
rpx login
tagging
minimal comments (this will be improved when I find out how to get the
markmin editor working for the comments)

On Aug 9, 11:10 am, selecta <gr...@delarue-berlin.de> wrote:
> default color is now black
> the expanding of the tree is a "bug" caused by the async jquery
> treeview widget
> the objects that can be expandable do have a plus sign and are
> expandable, however on clicking on the plus the requested object is
> loaded and may not contain expandable information thus the placeholder
> from the treeview is removed again
> I will see if there is a way to fix that,
> thanks for reporting
>
> On Aug 6, 7:12 pm, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
>
>
>
> > I like your app a few things bugging it.
>
> > - All the text are wayy too light , cannot read at all. Whiet on black
> > will be most assessible.
> > - Sometimes Tree view close after expanded
>
> > On 8/6/10, selecta <gr...@delarue-berlin.de> wrote:
>
> > > fixed both requests :)
> > > now loads the tree async and the headers are readable
>
> > > also improved displaying of doc for objects of type "type"
>
> > > On Aug 6, 9:29 am, selecta <gr...@delarue-berlin.de> wrote:
> > >> Yes sorry i just tested in opera 10.60 which has a very fast javascrip
> > >> engine.
> > >> The problem is that I expose the whole tree from modules to instance
> > >> methods and variables at once and render it with jquery treeview.
> > >> This is most likely too much for other browsers than the latest opera
> > >> or chrome.
> > >> I have seen that jquery treeview allows a async load of tree elements,
> > >> I will have to get into that.
>
> > >> For the section headings I will see what I can do, but I want them to
> > >> be as unobtrusive as possible.
>
> > >> I will get back to you when the changes are ready ...
>
> > >> On Aug 5, 7:48 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > >> > It broke mine when I tried change the dropbox to gluon.
>
> > >> > On Aug 5, 12:46 pm, mikech <mp.ch...@gmail.com> wrote:
>
> > >> > > Works on mine but the section headings are very light.
>
> > >> > > On Aug 5, 9:47 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > >> > > > seems to crash my browser. :-(
>
> > >> > > > On Aug 5, 9:36 am, selecta <gr...@delarue-berlin.de> wrote:
>
> > >> > > > > here is a online test version where you can also browse the gluon
> > >> > > > > source codehttp://semanticsbml.org/doc2py
>
> > >> > > > > new features:
> > >> > > > > source code view
> > >> > > > > parsing of epydoc for function headers
>
> > >> > > > > ... and as I said before if you are interested in developing this
> > >> > > > > app
> > >> > > > > with me, drop a line here
>
> > >> > > > > On Jul 15, 10:55 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > >> > > > > > Thank you! I will take a look.
>
> > >> > > > > > On 15 Lug, 11:02, selecta <gr...@delarue-berlin.de> wrote:
>
> > >> > > > > > > Since I like the idea of having a php.net like documentation
> > >> > > > > > > application I took some time and created a basic application
> > >> > > > > > > that may
> > >> > > > > > > kick-start the development of a web2py app that is just that.
> > >> > > > > > > So far only few features are implemented and this is rather a
> > >> > > > > > > proof of
> > >> > > > > > > concept than the real thing.
> > >> > > > > > > I will be in holidays for the next 2 weeks so I thought I 
> > >> > > > > > > will
> > >> > > > > > > share
> > >> > > > > > > what I have for now in case somebody wants to really start
> > >> > > > > > > developing
> > >> > > > > > > the whole thing. If somebody is interested she/he could set 
> > >> > > > > > > up
> > >> > > > > > > a
> > >> > > > > > > project on sf/bitbucket/... and recruit developers ...
> > >> > > > > > > If you cannot spend time helping to develop then just enjoy
> > >> > > > > > > another
> > >> > > > > > > web2py powerd app and steal the best ideas for your project 
> > >> > > > > > > :P
>
> > >> > > > > > > Download:
> > >> > > > > > >  http://jaguar.biologie.hu-berlin.de/~fkrause/web2py.app.doc2py.w2p
> > >> > > > > > > Screenshot:http://jaguar.biologie.hu-berlin.de/~fkrause/screenshot_doc2py.png
>
> > >> > > > > > > Some milestones that could/should be achieved (in no
> > >> > > > > > > particular order)
>
> > >> > > > > > > User Management
> > >> > > > > > >  - i created a user management plugin that could be added
> > >> > > > > > > Module Management
> > >> > > > > > >  - manage modules that should be documented
> > >> > > > > > >  - make modules available in dropdown list (so far this is
> > >> > > > > > > hard coded)
> > >> > > > > > > Translations
> > >> > > > > > >  - make everything translatable
> > >> > > > > > > Comments
> > >> > > > > > >  - enable users to comment each function
> > >> > > > > > >  - use plugin_wiki from cube2py for that (so users can add
> > >> > > > > > > python code
> > >> > > > > > > that is displayed nicely)
> > >> > > > > > > Tagging
> > >> > > > > > >  - I created a tagging plugin that could be added
> > >> > > > > > > Enhance Display of documentation
> > >> > > > > > >  - show the source code a function/class
> > >> > > > > > >  - show function header without def (reuse logic from the
> > >> > > > > > > arguments
> > >> > > > > > > section)
> > >> > > > > > >  - parse epydoc of documentation strings and add info to
> > >> > > > > > > Arguments
> > >> > > > > > > section
> > >> > > > > > > Example Section
> > >> > > > > > >  - add an examples section
> > >> > > > > > >  - pull examples from docstring (e.g. from gluon docs
> > >> > > > > > > example::)
> > >> > > > > > > Search
> > >> > > > > > >  - live serach for object names in tree
> > >> > > > > > >  - full text search (needs some index over all text to be
> > >> > > > > > > build up,
> > >> > > > > > > maybe there is a py module for that already)
> > >> > > > > > > php.net Features
> > >> > > > > > >  - copy all nice features from php.net doc and make them look
> > >> > > > > > > nice
> > >> > > > > > > (not purple on purple :P)

Reply via email to