[Phpmyadmin-devel] Create new WiKi page?

Hi all, I'm trying to add a new page to the wiki that documents the usage of the new framework for generating pages and ajax responses, as implemented in my git tree. However, I'm unable to find an option in the wiki for creating a new page. Is it disabled, or am I just missing something? Bye, Rouslan

Hi, 2012/6/11 Rouslan Placella <rouslan@placella.com>:
Hi all,
I'm trying to add a new page to the wiki that documents the usage of the new framework for generating pages and ajax responses, as implemented in my git tree. However, I'm unable to find an option in the wiki for creating a new page. Is it disabled, or am I just missing something?
What I usually do to create a new page (there are 2 options) - create a reference to your new (to be added) page in another page. This will result in a link displayed in red because this page doesn't exist yet. Click the link and create the new page. - Change the url of a page to the name of the new page in the address bar and go to that page to create it, f.e. http://wiki.phpmyadmin.net/pma/Class_PMA_Response BTW : Don't forget to add your new classes to the overview page for classes : http://wiki.phpmyadmin.net/pma/Class_structure -- Kind regards, Dieter Adriaenssens

On 11/06/12 19:40, Dieter Adriaenssens wrote:
Hi,
2012/6/11 Rouslan Placella<rouslan@placella.com>:
Hi all,
I'm trying to add a new page to the wiki that documents the usage of the new framework for generating pages and ajax responses, as implemented in my git tree. However, I'm unable to find an option in the wiki for creating a new page. Is it disabled, or am I just missing something?
What I usually do to create a new page (there are 2 options)
- create a reference to your new (to be added) page in another page. This will result in a link displayed in red because this page doesn't exist yet. Click the link and create the new page.
- Change the url of a page to the name of the new page in the address bar and go to that page to create it, f.e. http://wiki.phpmyadmin.net/pma/Class_PMA_Response
Thanks Dieter, that worked for me :)
BTW : Don't forget to add your new classes to the overview page for classes : http://wiki.phpmyadmin.net/pma/Class_structure
Really? But that's another thing to be maintained manually... Besides we have an automatically generated class diagram from phpdoc tags here[0]. Isn't that good enough as a class overview already? Bye, Rouslan [0]: http://www.phpmyadmin.net/phpdoc/graph.html

2012/6/12 Rouslan Placella <rouslan@placella.com>:
On 11/06/12 19:40, Dieter Adriaenssens wrote:
Hi,
2012/6/11 Rouslan Placella<rouslan@placella.com>:
Hi all,
I'm trying to add a new page to the wiki that documents the usage of the new framework for generating pages and ajax responses, as implemented in my git tree. However, I'm unable to find an option in the wiki for creating a new page. Is it disabled, or am I just missing something?
What I usually do to create a new page (there are 2 options)
- create a reference to your new (to be added) page in another page. This will result in a link displayed in red because this page doesn't exist yet. Click the link and create the new page.
- Change the url of a page to the name of the new page in the address bar and go to that page to create it, f.e. http://wiki.phpmyadmin.net/pma/Class_PMA_Response
Thanks Dieter, that worked for me :)
BTW : Don't forget to add your new classes to the overview page for classes : http://wiki.phpmyadmin.net/pma/Class_structure
You're right that manually maintaining a page is cumbersome and should be avoided. The current wiki page could be replaced by a link to the class diagram. But in all honesty, I don't think the class diagram gives a good overview of the classes in PMA, but that's probably due to the immense amount of classes.
Really? But that's another thing to be maintained manually... Besides we have an automatically generated class diagram from phpdoc tags here[0]. Isn't that good enough as a class overview already?
Bye, Rouslan
-- Kind regards, Dieter Adriaenssens
participants (2)
-
Dieter Adriaenssens
-
Rouslan Placella