FAQ: What am I missing?
-
bq. Marius wrote "here":http://developer.qt.nokia.com/forums/viewthread/1079
To answer the OPs question; the FAQs are edited by the Qt Support team. And each night we get a fresh copy of their FAQ database. The actual source is in the customer support systems we use.I’ve cleaned up some of them, removed the “please fix this / now it’s fixed” comments and removed the tag. But more work is needed there, clearly.
So it comes from the support database. And I think, the support database is dilled by supprt cases?
-
It goes like this: Qt Support (the fantastic Trolls responding to support requests from "paying customers":http://shop.qt.nokia.com/en/support.html) have a support system, this system stores questions that they get with the answers they have. They have had this FAQ database for years and years.
The ones that are thought to be of general good value for anyone gets tagged with "OK to put on the web" or something like that.
Every night we get this set of FAQs over the wire from that support system and we turn it into the FAQ section here. So even though I can edit a FAQ here it's going to be overwritten later.
We have made an RSS feed of FAQ comments that Qt Support checks up on and slowly but surely they are updating the FAQs at the source. And there is a set of tags used by the moderators on the FAQs to identify improvements.
We've had some good old challenges with this, since the source is in pure text with limited or no indentation. All the syntax-highlighting is added by a regex on import and it's not water tight. Also some FAQs have attachments and they don't make it over (and they need a legal check).
I'm thinking of adding some text above the comment box on FAQs, asking that questions should go to the forum but if you have something to add to the FAQ it's great to add it as a comment. Hopefully that would help with expectations, any thoughts?
-
Just to make sure: the FAQ contents are overwritten every night but the comments added "by us" not. Right?
I have to say that the "FAQ" name throws me off a bit and by the posts on this thread I am not the only one. My "first instinct" was to assume that FAQ somehow was a sub set of the forum questions that were answered and highly rated. After I couldn't find any relation between the two contents my next impulse was to try to figure out how to ask a question on the FAQ section...
I don't know how but I would suggest that there is something that can be done either to the title of the section ("Support FAQ?") and/or maybe adding an explaining paragraph (with a link to the support page?) on the top of the FAQ page. It may actually work as an incentive for people to try to buy support :)
-
Yes, question on question.
Maybe is a good idea only the FAQ on the qt site.
Some people look that, not a FAQ in a wiki.[quote author="Gerolf Reinwardt" date="1292759426"]So in addition to the wiki? as part of the wiki?
And who should fill it? only mad scientist? all? questions on questions :-))[/quote] -
[quote author="Vass" date="1292768981"][quote author="Volker" date="1292767407"]
I too like the idea of a community maintained FAQ.[/quote]QtDN wiki is community maintained FAQ now. Why do make something else?[/quote]
Because the wiki lacks the form of a Q/A database. I'd say it's much more suitable for articles, tutorials or so, while FAQs are good for "How I do this?" kind of things. My 2 cents.
-
peppe, What about this category: "Category:HowTo":http://developer.qt.nokia.com/wiki/Category:HowTo
-
So, I think it could be a new section in DevNet, like the Trolls FAQ just DevNet driven. But then the access should be somehow be secured? I think it's agood idea, as you have additional questions on the same page, not searching the forum for discussions on the topic.
-
[quote author="Gerolf" date="1292772503"]So, I think it could be a new section in DevNet, like the Trolls FAQ just DevNet driven. But then the access should be somehow be secured? [/quote]
Yes, rank-based, exactly like everything else in DevNet right now.
[quote]I think it's agood idea, as you have additional questions on the same page, not searching the forum for discussions on the topic.[/quote]
What do you mean? Additional questions about an entry should go in the forum and be debated there ("I did this but I didn't get the expected results..."); comments could instead add valuable content and/or suggestions to the entry ("On lines 4-6 instead of doing X, you can do Y"), and they can periodically get merged into the entry itself.
At the same time, forum threads can get "promoted" to FAQs when problems are solved.
-
peppe, Goods idea! Discussion page are needed. In wiki help wrote – use forum for discussion, but is bad, because we don’t have link to discussion from wiki page. I created "suggestion":http://developer.qt.nokia.com/forums/viewthread/2615/.
-
I don't think we need one "more" section. For me the community FAQ could/should be resolved by:
-
Any necessary changes to the search engine (may be nothing is needed here). Mainly we want to make sure that one can easily limit a search to the "question" tag. The rating system will cover the "frequent criteria"
-
Add to the forum a way for the user to identify the post(s) that actually answer his question (these would be show just after the question).
-
the current FAQ search would also include all the posts flagged with "question"
EDIT: maybe we want to have the search criteria to limit the results to the ones that were simultaneously by "question" and "solved" tags. I haven't made my mind yet but wonder if we shouldn't close the thread after the original author confirms that a (and which) solution was reached.
-