Hello,
I have been thinking about the help system.
In designing the PQA manual, I had the the help system in mind.
Most systems I came accross during my reaserch used some online server which contained their manaul.
PQA manual is based on wordpress so it there anyway we can load the individual help pages from the pqa manual maybe via rss or any other method.
The manual structure is like this
Powerqa.org/manual/ ------------> Main Server
-------->----------->/admin ---------> Admin Manaul Main Page
---------> ---------->/user -------------> User Manaul Main Page
-----------> --------->/program ---------> Program Manual Main page
Now assuming an admin is configuring pqa on
http://example.com/admin/layout
Each layout setting can be retrived with the url
http://powerqa.org/manual/admin/layout#name_of_layout_setting
So Online help for the layout setting (show site icon in page hearder ) can be loaded with
http://powerqa.org/manual/admin/layout#show_site_icon_in_page_header
If we can write an rss program that can query each manual setting from
http://powerqa.org/manual to every indiviadual pqa installation help icons, the we can have a centralized and moderated help system.
Example : see image below;
What do you think of this?
This is the reason why the manual has delayed.
I was researching on a manual that can also be used as a help server.