Summary of recent docbook changes?
Yuri Chornoivan
yurchor at ukr.net
Mon Jan 15 20:52:47 UTC 2018
понеділок, 15 січня 2018 р. 22:36:56 EET Jack написано:
> Another question - I know there is a page about best practice in
> capturing screen shots, but I haven't been able to find it, nor can I
> find the bookmark I thought I had saved.
Hi,
There was a rearrangement in our wikis and site.
Here's what we have now:
https://userbase.kde.org/Taking_Screenshots
https://l10n.kde.org/docs//screenshots.php
Script to optimize file sizes:
#!/bin/sh
for i in *.png
do
pngnq -s 1 $i && advpng -z4 ${i%.*}-nq8.png && mv -f ${i%.*}-nq8.png $i
done
Hope this helps.
Best regards,
Yuri
More information about the kde-doc-english
mailing list