diff options
author | Bence Babati <b.baabsi@gmail.com> | 2012-09-04 17:49:52 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-10 21:33:21 +0200 |
commit | 7017654a70f7e55e5c608a196b58eeb3d859c066 (patch) | |
tree | 027023cb9f59983d8fa3b8655276e1a04f8c1b5c /swext/mediawiki | |
parent | ad050e40f1eb05c49b116ec9d856142f8dc4f635 (diff) |
add help.tree files to extensions' help
Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
Diffstat (limited to 'swext/mediawiki')
-rw-r--r-- | swext/mediawiki/help/help.tree | 22 | ||||
-rw-r--r-- | swext/mediawiki/help/tree_strings.xhp | 29 |
2 files changed, 51 insertions, 0 deletions
diff --git a/swext/mediawiki/help/help.tree b/swext/mediawiki/help/help.tree new file mode 100644 index 000000000000..d258c948bdbb --- /dev/null +++ b/swext/mediawiki/help/help.tree @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> + +<tree_view> +<help_section application="swriter" id="02" title="MediaWiki"> + <node id="0224" title="MediaWiki"> + <topic id="help/help/wiki.xhp">MediaWiki</topic> + <topic id="help/help/wikiaccount.xhp">Wiki Publisher</topic> + <topic id="help/help/wikiformats.xhp">MediaWiki Formats</topic> + <topic id="help/help/wikisend.xhp">Send to MediaWiki</topic> + <topic id="help/help/wikisettings.xhp">MediaWiki Options</topic> + </node> +</help_section> +</tree_view> diff --git a/swext/mediawiki/help/tree_strings.xhp b/swext/mediawiki/help/tree_strings.xhp new file mode 100644 index 000000000000..2ccabc71c7b9 --- /dev/null +++ b/swext/mediawiki/help/tree_strings.xhp @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> + +<meta> + <topic id="tree_stringsxml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit" localize="false">Note to translators:</title> + <filename>/mediawiki/help/treestrings.xhp</filename> + </topic> +</meta> + +<body> + <comment>This file contains extra strings for the contents (*.tree) files. No indexing!</comment> + <switch select="sys"> <case select="OS2"> + <paragraph role="heading" level="1" id="hd_id3150150" xml-lang="en-US" localize="false">File: help.tree</paragraph> + <paragraph role="paragraph" id="par_id3160160" xml-lang="en-US"><help_section application="swriter" id="02" title="MediaWiki"></paragraph> + <paragraph role="paragraph" id="par_id3170170" xml-lang="en-US"><node id="0224" title="MediaWiki"></paragraph> + </case> </switch> +</body> + +</helpdocument> |