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
- In tips.xml
- And in the contributed button-601.xml:
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
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