diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-06-27 14:28:44 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-07-02 17:52:33 +0200 |
commit | 9eb3382fc24e5d2a4a2a1024f0b4f61f9ed4c035 (patch) | |
tree | eaefac72a13a22bc8a6243a68ed000e6be29d4a2 /help3xsl/help-to-html.sh | |
parent | bfe42f086848d11c59a40f9a4dd0523df6996b42 (diff) |
Help-in-browser (vi): more improvements
Improvement:
* image search & screeshots
* inserted TechArticle schema elements from http://schema.org
* new script for usage of helpex in a build
* results in https://helponline.libreoffice.org
Change-Id: I62d1c46f260c8bd5e287df382e8db086112c4d2a
Reviewed-on: https://gerrit.libreoffice.org/39452
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/help-to-html.sh')
-rwxr-xr-x | help3xsl/help-to-html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/help-to-html.sh b/help3xsl/help-to-html.sh index 62efd87d93..1298106ec4 100755 --- a/help3xsl/help-to-html.sh +++ b/help3xsl/help-to-html.sh @@ -66,7 +66,7 @@ langDirSource=`pwd` # iterate existing languages for lang in `ls $langDirSource` -# for lang in en-US +# for lang in en-US pt-BR do echo $lang cd $langDirSource/$lang/helpcontent2/source |