Bonjour, Voici donc la réponse d'Andras. J'ai un peu cherché dans le svn, mais je suis pas très douée pour ça. Cédric, tu pourrais m'aider à touver cette extension, après je me débrouillerai avec. Merci par avance
À bientôt Sophie -------- Original Message -------- Subject: Re: How-to to write help content ? Date: Fri, 1 Feb 2013 08:14:16 +0100 From: Andras Timar <[email protected]> To: Sophie Gautier <[email protected]> CC: libreoffice <[email protected]> Hi Sophie, On Thu, Jan 31, 2013 at 9:34 PM, Sophie Gautier <[email protected]> wrote: > Hi all, > > The FR project has a team willing to work on the help files to follow > the feature implementation. If I'm able to map the files to the code and > retrieve them (with the help of my old documentation [1]), generate the > xml tags, etc. there is still some obscures areas. > So: > - do you have an how-to write help content > - how the id like id="bm_id3154751" or id="hd_id3156042" are generated > > In short, what would be the best way for us to provide help content. > There is a help authoring extension for OpenOffice, topics can be added/edited in Writer. AFAIK help was authored with this tool. It is available from AOO SVN. I have never used it, it may take some time to learn. IDs in xhp files are just random strings. It is just a convention, that you identify a bookmark with bm_xxxx, a heading with hd_xxxx, etc. These random identifiers were assigned by the tool mentioned above. If you edit the new xhp file in a plain text editor, you can use consecutive numbers, eg. bm_0001, bm_0002, etc. The only rule is that identifiers must be unique in a single xhp file. There are some obsolete attributes, that should be be used in new content, e.g. l10n and oldref. Best regards, Andras -- Envoyez un mail à [email protected] pour savoir comment vous désinscrire Les archives de la liste sont disponibles à http://listarchives.libreoffice.org/fr/qa/ Tous les messages envoyés sur cette liste seront archivés publiquement et ne pourront pas être supprimés
