On-line help tips: how to hook with MP (1 Viewer)

A

Anonymous

Guest
Hi,
So I am interested in documentation. Someone said having summaries explaining the meaning of the controls on the live gui would be nice. I have no idea how the tips would be displayed but I think it would be nice :)

I was thinking the people who document/translate could be given a set of files similar to strings.xml. Something like this:
- In strings.xml
Code:
...
<string>
  <id>601</id> 
  <value>Enregistrer maintenant</value> 
  </string>
...

- In tips.xml
Code:
<id>XXX</id> <- Defined by MP devs/skinners
<url>http://wiki.mediaportal-fr.com/tips/v0.0.0.10/crystalcenter/button-601.xml</url> <- Defined by doc. contributer

- And in the contributed button-601.xml:
Code:
<tip><topic>myTV</topic>
<desc>Cliquez pour enregistrer</desc>
<details>
<value>Pour plus d'information sur l'utilisation de myTV lisez la section 5 de la documentation</value>
<url>http://wiki.mediaportal-fr.com/doc/v0.0.0.10/Sec5/index.html</url>
</details>
</tip>

I think a system like this should reference more items than there are in strings.xml, eg to display a tip when hovering the title of a page. Taking into account the state of controls would be nice as well.

Humm. Perhaps I should not have used some french text in the example, sorry.
Anyways, does someone feel this proposal can make sense with the proper amount of thinking ?

HTH
 
A

Anonymous

Guest
Arr. Hum. Yes, I will certainly go for wiki.

My contribution is rather set on the french translation of the doc. There was a question floating in the air as to where to put the french pages: at your site or at mediaportal-fr.com.

Right here I would like to see if the documentation task should include writing some online help. Since that requires a higher level of integration with the code, I started with this proposal.
As you may see I examplified linking to a wiki. I suppose there may be one big or multiple wikis.
 

Users who are viewing this thread

Top Bottom