I don't mind at all :) I just thought an IRC channel would provide
more natural communication.
Well here's my idea:
I was inspired by Django's instant Admin Interface feature. It helps
you tie everything together so much easily. My idea is to create a
feature that creates an automatic documentation interface. For
example, if you have a product or software that needs alot of
explaining, you can activate this feature and create help files
easily.
I think this client software best explains it :
http://www.drexplain.com/software-documentation-tool/
How would it work?
I would base it on PHP's PhD script. It sets a really powerful
standard. Ofcourse I would have to write a python version of it.
Goals:
Integration into Django would provide instant documentation setup to
integrate seemlessly into your site. In addition, if a user clicks an
unknown definition on ANY Django page, he will be redirected to the
approproate help file. ( Think of Wikipedias highlighted words).
http://doc.php.net/wiki/phd
I want to consult a mentor on this because I don't know if this
borders middleware, which doesn't improve the core function of Django,
or if a similiar function already exists.
Thank You
Stanislav Palatnik
On Mar 25, 10:53 pm, "Benjamin Slavin" <
benjamin.sla...@gmail.com>
wrote: