gimp-help-2 r2420 - trunk
- From: ulfehlert svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-help-2 r2420 - trunk
- Date: Sat, 29 Mar 2008 13:30:06 +0000 (GMT)
Author: ulfehlert
Date: Sat Mar 29 13:30:05 2008
New Revision: 2420
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2420&view=rev
Log:
2008-03-29 Ulf-D. Ehlert <ulfehlert svn gnome org>
* README: removed obsolete 'make lint' description; added one more
screenshot tip; described briefly the 'make *.draft' feature
* Makefile.am: minor changes in the 'make *.draft' procedure
Modified:
trunk/ChangeLog
trunk/Makefile.am
trunk/README
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat Mar 29 13:30:05 2008
@@ -227,7 +227,7 @@
@id=`sed -e 's/.*id=.//; tmatch; d; :match; s/["'"'"'].*//; q' $<`; \
test -n "$$id" || id=noname; \
for lang in $(ALL_LINGUAS); do \
- echo "Making $(builddir)/html/$$lang/$$id.html ... "; \
+ echo "Making $(builddir)/html/$$lang/$${id}-draft.html ... "; \
$(XSLTPROC) \
$(XSLTFLAGS) \
$(XSLTEXTRAFLAGS) \
@@ -246,11 +246,12 @@
--xinclude \
--stringparam l10n.gentext.default.language $* \
--novalid \
- --output $(builddir)/html/$$lang/$$id.html \
+ --output $(builddir)/html/$$lang/$${id}-draft.html \
$(srcdir)/stylesheets/drafthtml.xsl \
- \
; \
- done
+ done && \
+ echo "(Remember that links won't work in a draft file.)"
#### Language-specific HTML tarballs for distribution
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Sat Mar 29 13:30:05 2008
@@ -69,14 +69,18 @@
from your gimp-help-2 directory.
- Provided you have xmllint installed, you can check the
- well-formedness of the XML files by running
+ Provided you have xmllint installed, you can validate the XML
+ and check the well-formedness of the XML files by running
- make lint
+ make validate
- and validate the XML by running
+ When you edit an XML file and want to quickly check your changes,
+ you can create a single quick-and-dirty HMTL draft file with
- make validate
+ make src/of/the/xml-file.draft
+
+ where the target is the path name with extension ".draft" instead
+ of ".xml".
Hints for making good screenshots
@@ -86,6 +90,8 @@
is of course just the plain gtk+ default look
* use default fonts like Bitstream Vera Sans
* crop the window manager borders
+ * before saving an image as PNG, check if you can convert it to indexed
+ mode without loss of quality (saves space and bandwidth)
* provide your source images (eg. for making new screenshots in other
languages)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]