kicad-doc-devs team mailing list archive
-
kicad-doc-devs team
-
Mailing list archive
-
Message #00027
Re: [PATCH] Decrease the duplicated image data for HTML documentation
I looks like you were trying to attach an inline patch, but I can not
see it other than the header. Please try to make it as a new
attachment.
This issue is related to https://github.com/KiCad/kicad-doc/issues/170
2016-09-24 10:01 GMT+02:00 <c.schoenert@xxxxxxxxxxx>:
> From: Carsten Schoenert <c.schoenert@xxxxxxxxxxx>
>
> While working on a update of the Debian packages for the latest KiCad stable
> release the de-duplication tool [1] was again mentioning the lots of duplicated
> data [2] in the HTML documentation.
>
> I created a patch to decrease this duplication for the Debian packaging.
> Unfortunately not completely but at least to not copy every time for all
> targets the whole images folder again and again.
>
> The best solution in my eyes would be to copy the images from the English
> "mother" to the respective /share/doc/kicad/help/$LANG/images/ folder. The
> files for $LANG than should be placed in
> /share/doc/kicad/help/$LANG/images/$LANG like already done now. By this every
> single language is in itself some kind of closed and has no other dependencies.
> On the other hand all $LANG packages can be symlinked to
> /share/doc/kicad/help/en/images and the data can be de-duplicated by this. But
> this would need to change every language.
>
> The commit message is mentioning also another possibility. Place every time all
> images in and only in /share/doc/kicad/help/$LANG/images/ folder.
>
> I haven't looked into the M$ and Apple world, so maybe my intention is breaking
> there. Any thoughts how to improve teh situation here, this way or some other way?
>
> [1] https://wiki.debian.org/dedup.debian.net
> [2] https://dedup.debian.net/compare/kicad-doc-en/kicad-doc-es
>
> Carsten Schoenert (1):
> KiCadDocumentation.cmake: fix install target for HTML docu
>
> CMakeModules/KiCadDocumentation.cmake | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> --
> 2.9.3
>
>
> --
> Mailing list: https://launchpad.net/~kicad-doc-devs
> Post to : kicad-doc-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-doc-devs
> More help : https://help.launchpad.net/ListHelp
Follow ups
References