View | Details | Raw Unified | Return to bug 85698
Collapse All | Expand All

(-)amaya/Makefile (-49 / +33 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	amaya
8
PORTNAME=	amaya
9
PORTVERSION=	8.5
9
PORTVERSION=	9.2.1
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.w3.org/Amaya/Distribution/ \
11
MASTER_SITES=	http://www.w3.org/Amaya/Distribution/ \
12
		ftp://ftp.w3.org/pub/amaya/ \
12
		ftp://ftp.w3.org/pub/amaya/ \
Lines 18-97 Link Here
18
		ftp://ftp.ntua.gr/pub/www/W3C/amaya/ \
18
		ftp://ftp.ntua.gr/pub/www/W3C/amaya/ \
19
		ftp://nic.funet.fi/index/WWW/W3/amaya/ \
19
		ftp://nic.funet.fi/index/WWW/W3/amaya/ \
20
		http://www.nic.funet.fi/index/WWW/W3/amaya/
20
		http://www.nic.funet.fi/index/WWW/W3/amaya/
21
DISTNAME=	${PORTNAME}-src-${PORTVERSION}
21
DISTNAME=	${PORTNAME}-fullsrc-${PORTVERSION}
22
EXTRACT_SUFX=	.tgz
22
EXTRACT_SUFX=	.tgz
23
DIST_SUBDIR=	amaya
24
23
25
MAINTAINER=	adam-ports@blacktabby.org
24
MAINTAINER=	adam-ports@blacktabby.org
26
COMMENT=	The W3C's testbed web editor/browser
25
COMMENT=	The W3C's testbed web editor/browser
27
26
27
LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft \
28
		jpeg.9:${PORTSDIR}/graphics/jpeg \
29
		png.5:${PORTSDIR}/graphics/png
30
28
WRKSRC=		${WRKDIR}/Amaya/obj
31
WRKSRC=		${WRKDIR}/Amaya/obj
29
32
30
USE_GNOME=	gnometarget imlib
31
USE_REINPLACE=	yes
32
USE_GMAKE=	yes
33
USE_GMAKE=	yes
34
USE_REINPLACE=	yes
35
USE_GNOME=	gtk12 imlib
36
USE_ICONV=	yes
37
33
GNU_CONFIGURE=	yes
38
GNU_CONFIGURE=	yes
34
CONFIGURE_SCRIPT=	../configure
39
CONFIGURE_SCRIPT=	../configure
35
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LIBS="${LDFLAGS}"
40
CONFIGURE_ARGS=		--with-gtk
36
41
37
CFLAGS+=	-fpermissive
42
OPTIONS=	BOOKMARKS "Enable bookmark support (experimental)" off \
38
43
		OPENGL "Enable OpenGL support" off \
39
CPPFLAGS=	-I${LOCALBASE}/include
44
		TEMPLATES "Enable template support (experimental)" off
40
LDFLAGS=	-L${LOCALBASE}/lib
45
41
46
REALVERSION=	8.8.1
42
DICT?=		none
47
DATADIR=	${PREFIX}/Amaya-${REALVERSION}
43
48
PLIST_SUB=	REALVERSION="${REALVERSION}"
44
.if ${DICT} != "none"
45
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
46
.if ${DICT} == "all"
47
DISTFILES+=	Dutch.tgz
48
DISTFILES+=	English.tgz
49
DISTFILES+=	French.tgz
50
DISTFILES+=	German.tgz
51
DISTFILES+=	Italian.tgz
52
DISTFILES+=	Spanish.tgz
53
DISTFILES+=	Swedish.tgz
54
.else
55
DISTFILES+=	${DICT:S/$/.tgz/g}
56
.endif
57
.endif
58
49
59
.include <bsd.port.pre.mk>
50
.include <bsd.port.pre.mk>
60
51
61
.if ${ARCH} == "alpha"
52
.if defined(WITH_BOOKMARKS)
62
BROKEN=		"Does not compile on alpha"
53
CONFIGURE_ARGS+=	--enable-bookmarks
54
.else
55
CONFIGURE_ARGS+=	--disable-bookmarks
63
.endif
56
.endif
64
57
65
.if ${X_WINDOW_SYSTEM:L} != xfree86-3 && defined(WITH_OPENGL)
58
.if defined(WITH_OPENGL)
66
LIB_DEPENDS+=	gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
59
LIB_DEPENDS+=	gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
67
USE_GL=		yes
60
USE_GL=		yes
68
CONFIGURE_ARGS+=	--with-gl
61
CONFIGURE_ARGS+=	--with-gl
69
CFLAGS+=	${PTHREAD_CFLAGS}
62
CONFIGURE_ENV+=	LIBS="-lcompat"
70
LDFLAGS+=	-lcompat ${PTHREAD_LIBS}
63
PLIST_SUB+=	GUI="gl"
64
.else
65
PLIST_SUB+=	GUI="gtk"
71
.endif
66
.endif
72
67
73
pre-everything::
68
.if defined(WITH_TEMPLATES)
74
.if ${DICT} == "none"
69
CONFIGURE_ARGS+=	--enable-templates
75
	@${ECHO_MSG} Several spellchecking dictionaries are available.  To use
70
.else
76
	@${ECHO_MSG} one of them, define DICT to be the appropriate language.
71
CONFIGURE_ARGS+=	--disable-templates
77
.endif
72
.endif
78
73
79
post-extract:
74
post-extract:
80
	@${MKDIR} ${WRKSRC}
75
	@${MKDIR} ${WRKSRC}
81
76
82
post-patch:
77
post-patch:
83
	@${GREP} -lR "<malloc\.h>" ${WRKDIR} | ${XARGS} ${REINPLACE_CMD} -e \
78
	@${GREP} -lR "<malloc\.h>" ${WRKDIR} | \
84
		's|<malloc\.h>|<stdlib.h>|g'
79
		${XARGS} ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g'
85
86
post-install:
87
	${INSTALL_DATA} ${WRKSRC}/../amaya/COPYRIGHT.html ${PREFIX}/Amaya/amaya
88
.if ${DICT} != "none"
89
	${INSTALL_DATA} ${WRKDIR}/*.dic ${PREFIX}/Amaya/dicopar
90
	${MV} ${TMPPLIST} ${TMPPLIST}.new
91
	cd ${WRKDIR} && ${LS} -1 *.dic | \
92
		${SED} -e 's|^|Amaya/dicopar/|' > ${TMPPLIST}
93
	${CAT} ${TMPPLIST}.new >> ${TMPPLIST}
94
	${RM} ${TMPPLIST}.new
95
.endif
96
80
97
.include <bsd.port.post.mk>
81
.include <bsd.port.post.mk>
(-)amaya/distinfo (-16 / +2 lines)
Lines 1-16 Link Here
1
MD5 (amaya/amaya-src-8.5.tgz) = 0ee123988b2e09fe60f9120df8dc9012
1
MD5 (amaya-fullsrc-9.2.1.tgz) = 7941bbbae65619f16b41f431210b7e39
2
SIZE (amaya/amaya-src-8.5.tgz) = 9713795
2
SIZE (amaya-fullsrc-9.2.1.tgz) = 23112083
3
MD5 (amaya/Dutch.tgz) = 3edb9cce5ce160d7270b23808c1d5981
4
SIZE (amaya/Dutch.tgz) = 1228989
5
MD5 (amaya/English.tgz) = c1f7122288329dc3cbb3871ea00eb4b4
6
SIZE (amaya/English.tgz) = 619699
7
MD5 (amaya/French.tgz) = 2412b593ec42c7aac2a341e54a7bb936
8
SIZE (amaya/French.tgz) = 803561
9
MD5 (amaya/German.tgz) = 400eeeae974a64d23de4fcdd609c30bc
10
SIZE (amaya/German.tgz) = 1132270
11
MD5 (amaya/Italian.tgz) = 05e2d25ee8af11faaaa25a33da89d504
12
SIZE (amaya/Italian.tgz) = 323845
13
MD5 (amaya/Spanish.tgz) = b504a75cd0f789a3046bf2041067b18b
14
SIZE (amaya/Spanish.tgz) = 525267
15
MD5 (amaya/Swedish.tgz) = 6536ab2e31e3f58618ba79d9fddc7f76
16
SIZE (amaya/Swedish.tgz) = 96316
(-)amaya/files/patch-ad (-13 lines)
Lines 1-13 Link Here
1
--- ../Options.in.orig	Fri Jan 30 01:06:42 2004
2
+++ ../Options.in	Wed Mar 10 14:37:42 2004
3
@@ -27,8 +27,8 @@
4
 DIFF	= @DIFF@
5
 INSTALL	= @INSTALL@
6
 
7
-INSTALL_DATA= $(INSTALL) -m 444
8
-INSTALL_BIN= $(INSTALL) -m 755
9
+INSTALL_DATA=@INSTALL_DATA@
10
+INSTALL_BIN=@INSTALL_PROGRAM@
11
 
12
 CEXTRACT_FLAGS=@CEXTRACT_FLAGS@
13
 
(-)amaya/files/patch-configure (-24 lines)
Lines 1-24 Link Here
1
--- ../configure.orig	Thu Apr 15 16:39:55 2004
2
+++ ../configure	Sat Apr 17 19:02:52 2004
3
@@ -13851,9 +13851,9 @@
4
     fi
5
   done
6
 
7
-  GTK_INCLUDES="${GTK_INCLUDES} `gtk-config --cflags`"
8
+  GTK_INCLUDES="${GTK_INCLUDES} `imlib-config --cflags-gdk`"
9
 
10
-  GTK_LIBRARIES="`gtk-config --libs`"
11
+  GTK_LIBRARIES="`imlib-config --libs-gdk`"
12
     if test "${with_gl}" != "yes" ; then
13
    GTK_LIBRARIES="${GTK_LIBRARIES} -lgdk_imlib"
14
   fi
15
@@ -14849,6 +14849,9 @@
16
 if test "$with_dav" = "yes" ; then
17
 
18
     dav_frag=$srcdir/davlib/Makefile.dav
19
+else
20
+
21
+    dav_frag=/dev/null
22
 fi
23
 
24
 
(-)amaya/files/patch-libwww-Library-src-wwwsys.h (+13 lines)
Line 0 Link Here
1
--- ../../libwww/Library/src/wwwsys.h.orig	Fri Aug 12 20:41:18 2005
2
+++ ../../libwww/Library/src/wwwsys.h	Sun Aug 14 11:16:55 2005
3
@@ -1320,10 +1320,6 @@
4
 #define socerrno errno
5
 #endif
6
 
7
-#ifndef HAVE_STRERROR				  /* Otherwise use the table */
8
-extern char *sys_errlist[];
9
-extern int sys_nerr;
10
-#endif
11
 
12
 /*
13
 .
(-)amaya/files/patch-thotlib-internals-h-picture.h (+11 lines)
Line 0 Link Here
1
--- ../thotlib/internals/h/picture.h.orig	Thu Jun  2 07:12:22 2005
2
+++ ../thotlib/internals/h/picture.h	Mon Aug 15 16:39:55 2005
3
@@ -9,6 +9,8 @@
4
  * Definition for picture management
5
  */
6
 
7
+#include <gdk_imlib.h>
8
+
9
 #ifdef _WINGUI
10
 #include <windows.h>
11
 #endif /* _WINGUI */
(-)amaya/files/patch-thotlib-presentation-presvariables.c (+20 lines)
Line 0 Link Here
1
--- ../thotlib/presentation/presvariables.c.orig	Tue Jun  7 10:37:13 2005
2
+++ ../thotlib/presentation/presvariables.c	Sat Aug 13 10:24:34 2005
3
@@ -1263,7 +1263,7 @@
4
 	    /* date en anglais */
5
 	    pt = &tod;
6
 	    *pt = time (NULL);
7
-	    ptm = localtime (pt);
8
+	    ptm = localtime ((const time_t *)pt);
9
 	    GetCounterValue (ptm->tm_year, CntDecimal, number, &l);
10
 	    CopyStringToBuffer ((unsigned char *)number, pAb->AbText, &l);
11
 	    pAb->AbVolume += l;
12
@@ -1283,7 +1283,7 @@
13
 	    /* date en francais */
14
 	    pt = &tod;
15
 	    *pt = time (NULL);
16
-	    ptm = localtime (pt);
17
+	    ptm = localtime ((const time_t *)pt);
18
 	    GetCounterValue (ptm->tm_mday, CntDecimal, number, &l);
19
 	    CopyStringToBuffer ((unsigned char *)number, pAb->AbText, &l);
20
 	    pAb->AbVolume += l;
(-)amaya/pkg-plist (-911 / +1471 lines)
Lines 1-911 Link Here
1
Amaya/amaya/Amaya.svg
1
bin/amaya
2
Amaya/amaya/AmayaPage.html
2
bin/amaya-%%GUI%%
3
Amaya/amaya/AmayaPage.html.de
3
%%DATADIR%%/amaya/Amaya.svg
4
Amaya/amaya/AmayaPage.html.es
4
%%DATADIR%%/amaya/AmayaPage.html
5
Amaya/amaya/AmayaPage.html.fr
5
%%DATADIR%%/amaya/AmayaPage.html.de
6
Amaya/amaya/AmayaSrcSyncIndex.gif
6
%%DATADIR%%/amaya/AmayaPage.html.es
7
Amaya/amaya/Annot.conf
7
%%DATADIR%%/amaya/AmayaPage.html.fr
8
Amaya/amaya/COPYRIGHT.html
8
%%DATADIR%%/amaya/AmayaPage_WX.html
9
Amaya/amaya/HTML.STR
9
%%DATADIR%%/amaya/AmayaPage_WX.html.de
10
Amaya/amaya/HTML.conf
10
%%DATADIR%%/amaya/AmayaPage_WX.html.es
11
Amaya/amaya/HTML.en
11
%%DATADIR%%/amaya/AmayaPage_WX.html.fr
12
Amaya/amaya/HTML.trans
12
%%DATADIR%%/amaya/AmayaPage_WX.html.ru
13
Amaya/amaya/HTML.trans.es
13
%%DATADIR%%/amaya/AmayaSrcSyncIndex.gif
14
Amaya/amaya/HTML.trans.fr
14
%%DATADIR%%/amaya/Annot.conf
15
Amaya/amaya/HTMLP.PRS
15
%%DATADIR%%/amaya/HTML.STR
16
Amaya/amaya/HTMLPBW.PRS
16
%%DATADIR%%/amaya/HTML.conf
17
Amaya/amaya/HTMLPL.PRS
17
%%DATADIR%%/amaya/HTML.en
18
Amaya/amaya/HTMLPLL.PRS
18
%%DATADIR%%/amaya/HTML.trans
19
Amaya/amaya/HTMLPLP.PRS
19
%%DATADIR%%/amaya/HTML.trans.es
20
Amaya/amaya/HTMLPLPUS.PRS
20
%%DATADIR%%/amaya/HTML.trans.fr
21
Amaya/amaya/HTMLPP.PRS
21
%%DATADIR%%/amaya/HTMLP.PRS
22
Amaya/amaya/HTMLPPUS.PRS
22
%%DATADIR%%/amaya/HTMLPBW.PRS
23
Amaya/amaya/HTMLT.TRA
23
%%DATADIR%%/amaya/HTMLPL.PRS
24
Amaya/amaya/HTMLT11.TRA
24
%%DATADIR%%/amaya/HTMLPLL.PRS
25
Amaya/amaya/HTMLTT.TRA
25
%%DATADIR%%/amaya/HTMLPLP.PRS
26
Amaya/amaya/HTMLTX.TRA
26
%%DATADIR%%/amaya/HTMLPLPUS.PRS
27
Amaya/amaya/HTMLUSL.PRS
27
%%DATADIR%%/amaya/HTMLPP.PRS
28
Amaya/amaya/HTMLUSLL.PRS
28
%%DATADIR%%/amaya/HTMLPPUS.PRS
29
Amaya/amaya/MathML.STR
29
%%DATADIR%%/amaya/HTMLT.TRA
30
Amaya/amaya/MathML.conf
30
%%DATADIR%%/amaya/HTMLT11.TRA
31
Amaya/amaya/MathML.en
31
%%DATADIR%%/amaya/HTMLTT.TRA
32
Amaya/amaya/MathML.trans
32
%%DATADIR%%/amaya/HTMLTX.TRA
33
Amaya/amaya/MathML.trans.es
33
%%DATADIR%%/amaya/HTMLUSL.PRS
34
Amaya/amaya/MathML.trans.fr
34
%%DATADIR%%/amaya/HTMLUSLL.PRS
35
Amaya/amaya/MathMLP.PRS
35
%%DATADIR%%/amaya/MathML.STR
36
Amaya/amaya/MathMLT.TRA
36
%%DATADIR%%/amaya/MathML.conf
37
Amaya/amaya/MathMLTX.TRA
37
%%DATADIR%%/amaya/MathML.en
38
Amaya/amaya/SVG.STR
38
%%DATADIR%%/amaya/MathML.trans
39
Amaya/amaya/SVG.conf
39
%%DATADIR%%/amaya/MathML.trans.es
40
Amaya/amaya/SVG.en
40
%%DATADIR%%/amaya/MathML.trans.fr
41
Amaya/amaya/SVGP.PRS
41
%%DATADIR%%/amaya/MathMLP.PRS
42
Amaya/amaya/SVGT.TRA
42
%%DATADIR%%/amaya/MathMLT.TRA
43
Amaya/amaya/SVGTX.TRA
43
%%DATADIR%%/amaya/MathMLTX.TRA
44
Amaya/amaya/TextFile.STR
44
%%DATADIR%%/amaya/SVG.STR
45
Amaya/amaya/TextFile.conf
45
%%DATADIR%%/amaya/SVG.conf
46
Amaya/amaya/TextFile.en
46
%%DATADIR%%/amaya/SVG.en
47
Amaya/amaya/TextFileP.PRS
47
%%DATADIR%%/amaya/SVGP.PRS
48
Amaya/amaya/TextFilePL.PRS
48
%%DATADIR%%/amaya/SVGT.TRA
49
Amaya/amaya/TextFilePP.PRS
49
%%DATADIR%%/amaya/SVGTX.TRA
50
Amaya/amaya/TextFilePPUS.PRS
50
%%DATADIR%%/amaya/TextFile.STR
51
Amaya/amaya/TextFileT.TRA
51
%%DATADIR%%/amaya/TextFile.conf
52
Amaya/amaya/TextFileUSL.PRS
52
%%DATADIR%%/amaya/TextFile.en
53
Amaya/amaya/Timeline.STR
53
%%DATADIR%%/amaya/TextFileP.PRS
54
Amaya/amaya/Timeline.conf
54
%%DATADIR%%/amaya/TextFilePL.PRS
55
Amaya/amaya/Timeline.en
55
%%DATADIR%%/amaya/TextFilePP.PRS
56
Amaya/amaya/TimelineP.PRS
56
%%DATADIR%%/amaya/TextFilePPUS.PRS
57
Amaya/amaya/TimelineT.TRA
57
%%DATADIR%%/amaya/TextFileT.TRA
58
Amaya/amaya/TimelineTX.TRA
58
%%DATADIR%%/amaya/TextFileUSL.PRS
59
Amaya/amaya/Topics.conf
59
%%DATADIR%%/amaya/Timeline.STR
60
Amaya/amaya/XLink.STR
60
%%DATADIR%%/amaya/Timeline.conf
61
Amaya/amaya/XLink.en
61
%%DATADIR%%/amaya/Timeline.en
62
Amaya/amaya/XLinkP.PRS
62
%%DATADIR%%/amaya/TimelineP.PRS
63
Amaya/amaya/XLinkT.TRA
63
%%DATADIR%%/amaya/TimelineT.TRA
64
Amaya/amaya/XML.STR
64
%%DATADIR%%/amaya/TimelineTX.TRA
65
Amaya/amaya/XML.conf
65
%%DATADIR%%/amaya/Topics.conf
66
Amaya/amaya/XML.en
66
%%DATADIR%%/amaya/XLink.STR
67
Amaya/amaya/XMLP.PRS
67
%%DATADIR%%/amaya/XLink.en
68
Amaya/amaya/XMLPL.PRS
68
%%DATADIR%%/amaya/XLinkP.PRS
69
Amaya/amaya/XMLPP.PRS
69
%%DATADIR%%/amaya/XLinkT.TRA
70
Amaya/amaya/XMLPPUS.PRS
70
%%DATADIR%%/amaya/XML.STR
71
Amaya/amaya/XMLT.TRA
71
%%DATADIR%%/amaya/XML.conf
72
Amaya/amaya/XMLUSL.PRS
72
%%DATADIR%%/amaya/XML.en
73
Amaya/amaya/advice.png
73
%%DATADIR%%/amaya/XMLP.PRS
74
Amaya/amaya/amaya.png
74
%%DATADIR%%/amaya/XMLPL.PRS
75
Amaya/amaya/anim_color_sh.png
75
%%DATADIR%%/amaya/XMLPP.PRS
76
Amaya/amaya/anim_color_sh_db.png
76
%%DATADIR%%/amaya/XMLPPUS.PRS
77
Amaya/amaya/anim_help_sh.png
77
%%DATADIR%%/amaya/XMLT.TRA
78
Amaya/amaya/anim_motion_sh.png
78
%%DATADIR%%/amaya/XMLUSL.PRS
79
Amaya/amaya/anim_motion_sh_db.png
79
%%DATADIR%%/amaya/advice.png
80
Amaya/amaya/annot.gif
80
%%DATADIR%%/amaya/amaya.css
81
Amaya/amaya/annot.png
81
%%DATADIR%%/amaya/amaya.png
82
Amaya/amaya/annotorp.gif
82
%%DATADIR%%/amaya/anim_color_sh.png
83
Amaya/amaya/change.png
83
%%DATADIR%%/amaya/anim_color_sh_db.png
84
Amaya/amaya/collapse1.png
84
%%DATADIR%%/amaya/anim_help_sh.png
85
Amaya/amaya/collapse2.png
85
%%DATADIR%%/amaya/anim_motion_sh.png
86
Amaya/amaya/comment.png
86
%%DATADIR%%/amaya/anim_motion_sh_db.png
87
Amaya/amaya/example.png
87
%%DATADIR%%/amaya/annot.gif
88
Amaya/amaya/explanation.png
88
%%DATADIR%%/amaya/annot.png
89
Amaya/amaya/lost.gif
89
%%DATADIR%%/amaya/annotorp.gif
90
Amaya/amaya/option.gif
90
%%DATADIR%%/amaya/change.png
91
Amaya/amaya/question.png
91
%%DATADIR%%/amaya/collapse1.png
92
Amaya/amaya/radio-s.gif
92
%%DATADIR%%/amaya/collapse2.png
93
Amaya/amaya/radio.gif
93
%%DATADIR%%/amaya/comment.png
94
Amaya/amaya/seealso.png
94
%%DATADIR%%/amaya/example.png
95
Amaya/amaya/slider.gif
95
%%DATADIR%%/amaya/explanation.png
96
Amaya/amaya/slidergl.gif
96
%%DATADIR%%/amaya/lost.gif
97
Amaya/amaya/target.gif
97
%%DATADIR%%/amaya/option.gif
98
Amaya/amaya/timeline_arrow.gif
98
%%DATADIR%%/amaya/question.png
99
Amaya/amaya/timeline_cross.gif
99
%%DATADIR%%/amaya/radio-s.gif
100
Amaya/amaya/timelinetoolbar_sh4.png
100
%%DATADIR%%/amaya/radio.gif
101
Amaya/amaya/toggle-s.gif
101
%%DATADIR%%/amaya/seealso.png
102
Amaya/amaya/toggle.gif
102
%%DATADIR%%/amaya/slider.gif
103
Amaya/annotlib/Annot.STR
103
%%DATADIR%%/amaya/slidergl.gif
104
Amaya/annotlib/AnnotP.PRS
104
%%DATADIR%%/amaya/target.gif
105
Amaya/annotlib/AnnotT.TRA
105
%%DATADIR%%/amaya/timeline_arrow.gif
106
Amaya/annotlib/Topics.STR
106
%%DATADIR%%/amaya/timeline_cross.gif
107
Amaya/annotlib/Topics.en
107
%%DATADIR%%/amaya/timelinetoolbar_sh4.png
108
Amaya/annotlib/TopicsP.PRS
108
%%DATADIR%%/amaya/toggle-s.gif
109
Amaya/annotlib/closed.png
109
%%DATADIR%%/amaya/toggle.gif
110
Amaya/annotlib/open.png
110
%%DATADIR%%/annotlib/Annot.STR
111
Amaya/annotlib/selected.gif
111
%%DATADIR%%/annotlib/AnnotP.PRS
112
Amaya/applis/bin/amaya
112
%%DATADIR%%/annotlib/AnnotT.TRA
113
@exec ln -sf %D/%F %D/bin/amaya
113
%%DATADIR%%/annotlib/Topics.STR
114
@unexec rm -f %D/bin/amaya
114
%%DATADIR%%/annotlib/Topics.en
115
Amaya/applis/bin/print
115
%%DATADIR%%/annotlib/TopicsP.PRS
116
Amaya/config/XKeysymDB
116
%%DATADIR%%/annotlib/closed.png
117
Amaya/config/amaya.emacs
117
%%DATADIR%%/annotlib/open.png
118
Amaya/config/amaya.keyboard
118
%%DATADIR%%/annotlib/selected.gif
119
Amaya/config/amaya.profiles
119
%%DATADIR%%/config/XKeysymDB
120
Amaya/config/annot.schemas
120
%%DATADIR%%/config/amaya.emacs
121
Amaya/config/annotschema.rdf
121
%%DATADIR%%/config/amaya.kb
122
Amaya/config/annottypes.rdf
122
%%DATADIR%%/config/amaya.keyboard
123
Amaya/config/de-amayadialogue
123
%%DATADIR%%/config/amaya.profiles
124
Amaya/config/de-amayamsg
124
%%DATADIR%%/config/annot.schemas
125
Amaya/config/de-corrdialogue
125
%%DATADIR%%/config/annotschema.rdf
126
Amaya/config/de-libdialogue
126
%%DATADIR%%/config/annottypes.rdf
127
Amaya/config/en-amayadialogue
127
%%DATADIR%%/config/de-amayadialogue
128
Amaya/config/en-amayamsg
128
%%DATADIR%%/config/de-amayamsg
129
Amaya/config/en-corrdialogue
129
%%DATADIR%%/config/de-libdialogue
130
Amaya/config/en-libdialogue
130
%%DATADIR%%/config/en-amayadialogue
131
Amaya/config/es-amayadialogue
131
%%DATADIR%%/config/en-amayamsg
132
Amaya/config/es-amayamsg
132
%%DATADIR%%/config/en-libdialogue
133
Amaya/config/es-corrdialogue
133
%%DATADIR%%/config/es-amayadialogue
134
Amaya/config/es-libdialogue
134
%%DATADIR%%/config/es-amayamsg
135
Amaya/config/fi-amayadialogue
135
%%DATADIR%%/config/es-libdialogue
136
Amaya/config/fi-amayamsg
136
%%DATADIR%%/config/fi-amayadialogue
137
Amaya/config/fi-corrdialogue
137
%%DATADIR%%/config/fi-amayamsg
138
Amaya/config/fi-libdialogue
138
%%DATADIR%%/config/fi-libdialogue
139
Amaya/config/fonts.gl
139
%%DATADIR%%/config/fonts.gl
140
Amaya/config/fonts.gl.deb
140
%%DATADIR%%/config/fonts.gl.deb
141
Amaya/config/fonts.gl.win
141
%%DATADIR%%/config/fonts.gl.mac
142
Amaya/config/fonts.tmpl
142
%%DATADIR%%/config/fonts.gl.mac.def
143
Amaya/config/fonts.unix
143
%%DATADIR%%/config/fonts.gl.rd
144
Amaya/config/fonts.unix.deb
144
%%DATADIR%%/config/fonts.gl.win
145
Amaya/config/fonts.win
145
%%DATADIR%%/config/fonts.gl.win.nt
146
Amaya/config/fr-amayadialogue
146
%%DATADIR%%/config/fonts.tmpl
147
Amaya/config/fr-amayamsg
147
%%DATADIR%%/config/fonts.unix
148
Amaya/config/fr-corrdialogue
148
%%DATADIR%%/config/fonts.unix.deb
149
Amaya/config/fr-libdialogue
149
%%DATADIR%%/config/fonts.win
150
Amaya/config/it-amayadialogue
150
%%DATADIR%%/config/fr-amayadialogue
151
Amaya/config/it-amayamsg
151
%%DATADIR%%/config/fr-amayamsg
152
Amaya/config/it-corrdialogue
152
%%DATADIR%%/config/fr-libdialogue
153
Amaya/config/it-libdialogue
153
%%DATADIR%%/config/gtkrc
154
Amaya/config/libconfig/Forward.png
154
%%DATADIR%%/config/hu-amayadialogue
155
Amaya/config/libconfig/Forward.svg
155
%%DATADIR%%/config/hu-amayamsg
156
Amaya/config/libconfig/arrow1.png
156
%%DATADIR%%/config/hu-libdialogue
157
Amaya/config/libconfig/arrow1.svg
157
%%DATADIR%%/config/it-amayadialogue
158
Amaya/config/libconfig/arrow2.png
158
%%DATADIR%%/config/it-amayamsg
159
Amaya/config/libconfig/arrow2.svg
159
%%DATADIR%%/config/it-libdialogue
160
Amaya/config/libconfig/arrow3.png
160
%%DATADIR%%/config/libconfig/Forward.png
161
Amaya/config/libconfig/arrow3.svg
161
%%DATADIR%%/config/libconfig/Forward.svg
162
Amaya/config/libconfig/arrow4.png
162
%%DATADIR%%/config/libconfig/arrow1.png
163
Amaya/config/libconfig/arrow4.svg
163
%%DATADIR%%/config/libconfig/arrow1.svg
164
Amaya/config/libconfig/arrow5.png
164
%%DATADIR%%/config/libconfig/arrow2.png
165
Amaya/config/libconfig/arrow5.svg
165
%%DATADIR%%/config/libconfig/arrow2.svg
166
Amaya/config/libconfig/arrow6.png
166
%%DATADIR%%/config/libconfig/arrow3.png
167
Amaya/config/libconfig/arrow6.svg
167
%%DATADIR%%/config/libconfig/arrow3.svg
168
Amaya/config/libconfig/arrow7.png
168
%%DATADIR%%/config/libconfig/arrow4.png
169
Amaya/config/libconfig/arrow7.svg
169
%%DATADIR%%/config/libconfig/arrow4.svg
170
Amaya/config/libconfig/audio.png
170
%%DATADIR%%/config/libconfig/arrow5.png
171
Amaya/config/libconfig/audio.svg
171
%%DATADIR%%/config/libconfig/arrow5.svg
172
Amaya/config/libconfig/catalogue.css
172
%%DATADIR%%/config/libconfig/arrow6.png
173
Amaya/config/libconfig/colorbox.png
173
%%DATADIR%%/config/libconfig/arrow6.svg
174
Amaya/config/libconfig/colorbox.svg
174
%%DATADIR%%/config/libconfig/arrow7.png
175
Amaya/config/libconfig/default_cat.lhtml
175
%%DATADIR%%/config/libconfig/arrow7.svg
176
Amaya/config/libconfig/trash.png
176
%%DATADIR%%/config/libconfig/audio.png
177
Amaya/config/libconfig/trash.svg
177
%%DATADIR%%/config/libconfig/audio.svg
178
Amaya/config/pt-amayadialogue
178
%%DATADIR%%/config/libconfig/catalogue.css
179
Amaya/config/pt-amayamsg
179
%%DATADIR%%/config/libconfig/colorbox.png
180
Amaya/config/pt-corrdialogue
180
%%DATADIR%%/config/libconfig/colorbox.svg
181
Amaya/config/pt-libdialogue
181
%%DATADIR%%/config/libconfig/default_cat.lhtml
182
Amaya/config/replytypes.rdf
182
%%DATADIR%%/config/libconfig/trash.png
183
Amaya/config/thread.rdf
183
%%DATADIR%%/config/libconfig/trash.svg
184
Amaya/config/tr-amayadialogue
184
%%DATADIR%%/config/pt-amayadialogue
185
Amaya/config/tr-amayamsg
185
%%DATADIR%%/config/pt-amayamsg
186
Amaya/config/tr-corrdialogue
186
%%DATADIR%%/config/pt-libdialogue
187
Amaya/config/tr-libdialogue
187
%%DATADIR%%/config/replytypes.rdf
188
Amaya/config/typeIcon.rdf
188
%%DATADIR%%/config/ru-amayadialogue
189
Amaya/config/unix-thot.rc
189
%%DATADIR%%/config/ru-amayamsg
190
Amaya/dicopar/Eperso.dic
190
%%DATADIR%%/config/ru-libdialogue
191
Amaya/dicopar/Eprinc.dic
191
%%DATADIR%%/config/thread.rdf
192
Amaya/dicopar/Fperso.dic
192
%%DATADIR%%/config/tr-amayadialogue
193
Amaya/dicopar/Fprinc.dic
193
%%DATADIR%%/config/tr-amayamsg
194
Amaya/dicopar/alphabet
194
%%DATADIR%%/config/tr-libdialogue
195
Amaya/dicopar/american.ptn
195
%%DATADIR%%/config/typeIcon.rdf
196
Amaya/dicopar/clavier
196
%%DATADIR%%/config/unix-thot.rc
197
Amaya/dicopar/deutsch.ptn
197
%%DATADIR%%/dicopar/Eperso.dic
198
Amaya/dicopar/english.ptn
198
%%DATADIR%%/dicopar/Eprinc.dic
199
Amaya/dicopar/espanol.ptn
199
%%DATADIR%%/dicopar/Fperso.dic
200
Amaya/dicopar/finish.ptn
200
%%DATADIR%%/dicopar/Fprinc.dic
201
Amaya/dicopar/francais.ptn
201
%%DATADIR%%/dicopar/alphabet
202
Amaya/dicopar/italiano.ptn
202
%%DATADIR%%/dicopar/american.ptn
203
Amaya/dicopar/nederl.ptn
203
%%DATADIR%%/dicopar/clavier
204
Amaya/dicopar/portug.ptn
204
%%DATADIR%%/dicopar/deutsch.ptn
205
Amaya/dicopar/swedish.ptn
205
%%DATADIR%%/dicopar/english.ptn
206
Amaya/doc/html/Access.html
206
%%DATADIR%%/dicopar/espanol.ptn
207
Amaya/doc/html/Access.html.de
207
%%DATADIR%%/dicopar/finish.ptn
208
Amaya/doc/html/Access.html.es
208
%%DATADIR%%/dicopar/francais.ptn
209
Amaya/doc/html/Access.html.fr
209
%%DATADIR%%/dicopar/italiano.ptn
210
Amaya/doc/html/Annotations.html
210
%%DATADIR%%/dicopar/nederl.ptn
211
Amaya/doc/html/Annotations.html.de
211
%%DATADIR%%/dicopar/portug.ptn
212
Amaya/doc/html/Annotations.html.es
212
%%DATADIR%%/dicopar/swedish.ptn
213
Amaya/doc/html/Annotations.html.fr
213
%%DATADIR%%/doc/WX/Access.html
214
Amaya/doc/html/Attributes.html
214
%%DATADIR%%/doc/WX/Access.html.fr
215
Amaya/doc/html/Attributes.html.de
215
%%DATADIR%%/doc/WX/Animation.html.fr
216
Amaya/doc/html/Attributes.html.es
216
%%DATADIR%%/doc/WX/Annotations.html
217
Amaya/doc/html/Attributes.html.fr
217
%%DATADIR%%/doc/WX/Annotations.html.fr
218
Amaya/doc/html/Browsing.html
218
%%DATADIR%%/doc/WX/Attributes.html
219
Amaya/doc/html/Browsing.html.de
219
%%DATADIR%%/doc/WX/Attributes.html.fr
220
Amaya/doc/html/Browsing.html.es
220
%%DATADIR%%/doc/WX/Browsing.html
221
Amaya/doc/html/Browsing.html.fr
221
%%DATADIR%%/doc/WX/Browsing.html.fr
222
Amaya/doc/html/Changing.html
222
%%DATADIR%%/doc/WX/Changing.html
223
Amaya/doc/html/Changing.html.de
223
%%DATADIR%%/doc/WX/Changing.html.fr
224
Amaya/doc/html/Changing.html.es
224
%%DATADIR%%/doc/WX/Configure.html
225
Amaya/doc/html/Changing.html.fr
225
%%DATADIR%%/doc/WX/Configure.html.fr
226
Amaya/doc/html/Configure.html
226
%%DATADIR%%/doc/WX/Creating.html
227
Amaya/doc/html/Configure.html.de
227
%%DATADIR%%/doc/WX/Creating.html.fr
228
Amaya/doc/html/Configure.html.es
228
%%DATADIR%%/doc/WX/Document.html
229
Amaya/doc/html/Configure.html.fr
229
%%DATADIR%%/doc/WX/Document.html.fr
230
Amaya/doc/html/Cover.html.de
230
%%DATADIR%%/doc/WX/EditChar.html
231
Amaya/doc/html/Creating.html
231
%%DATADIR%%/doc/WX/EditChar.html.fr
232
Amaya/doc/html/Creating.html.de
232
%%DATADIR%%/doc/WX/HTML-elements/40styling.html
233
Amaya/doc/html/Creating.html.es
233
%%DATADIR%%/doc/WX/HTML-elements/40styling.html.de
234
Amaya/doc/html/Creating.html.fr
234
%%DATADIR%%/doc/WX/HTML-elements/40styling.html.es
235
Amaya/doc/html/Document.html
235
%%DATADIR%%/doc/WX/HTML-elements/40styling.html.fr
236
Amaya/doc/html/Document.html.de
236
%%DATADIR%%/doc/WX/HTML-elements/40styling.html.ru
237
Amaya/doc/html/Document.html.es
237
%%DATADIR%%/doc/WX/HTML-elements/address.html
238
Amaya/doc/html/Document.html.fr
238
%%DATADIR%%/doc/WX/HTML-elements/address.html.de
239
Amaya/doc/html/EditChar.html
239
%%DATADIR%%/doc/WX/HTML-elements/address.html.es
240
Amaya/doc/html/EditChar.html.de
240
%%DATADIR%%/doc/WX/HTML-elements/address.html.fr
241
Amaya/doc/html/EditChar.html.es
241
%%DATADIR%%/doc/WX/HTML-elements/address.html.ru
242
Amaya/doc/html/EditChar.html.fr
242
%%DATADIR%%/doc/WX/HTML-elements/headings.html
243
Amaya/doc/html/HTML-elements/40styling.html
243
%%DATADIR%%/doc/WX/HTML-elements/headings.html.de
244
Amaya/doc/html/HTML-elements/40styling.html.de
244
%%DATADIR%%/doc/WX/HTML-elements/headings.html.es
245
Amaya/doc/html/HTML-elements/40styling.html.es
245
%%DATADIR%%/doc/WX/HTML-elements/headings.html.fr
246
Amaya/doc/html/HTML-elements/40styling.html.fr
246
%%DATADIR%%/doc/WX/HTML-elements/headings.html.ru
247
Amaya/doc/html/HTML-elements/address.html
247
%%DATADIR%%/doc/WX/HTML-elements/infoTypes.html
248
Amaya/doc/html/HTML-elements/address.html.de
248
%%DATADIR%%/doc/WX/HTML-elements/infoTypes.html.de
249
Amaya/doc/html/HTML-elements/address.html.es
249
%%DATADIR%%/doc/WX/HTML-elements/infoTypes.html.es
250
Amaya/doc/html/HTML-elements/address.html.fr
250
%%DATADIR%%/doc/WX/HTML-elements/infoTypes.html.fr
251
Amaya/doc/html/HTML-elements/creating_new_documents.html.de
251
%%DATADIR%%/doc/WX/HTML-elements/infoTypes.html.ru
252
Amaya/doc/html/HTML-elements/headings.html
252
%%DATADIR%%/doc/WX/HTML-elements/inline.html
253
Amaya/doc/html/HTML-elements/headings.html.de
253
%%DATADIR%%/doc/WX/HTML-elements/inline.html.de
254
Amaya/doc/html/HTML-elements/headings.html.es
254
%%DATADIR%%/doc/WX/HTML-elements/inline.html.es
255
Amaya/doc/html/HTML-elements/headings.html.fr
255
%%DATADIR%%/doc/WX/HTML-elements/inline.html.fr
256
Amaya/doc/html/HTML-elements/infoTypes.html
256
%%DATADIR%%/doc/WX/HTML-elements/inline.html.ru
257
Amaya/doc/html/HTML-elements/infoTypes.html.de
257
%%DATADIR%%/doc/WX/HTML-elements/lists.html
258
Amaya/doc/html/HTML-elements/infoTypes.html.es
258
%%DATADIR%%/doc/WX/HTML-elements/lists.html.de
259
Amaya/doc/html/HTML-elements/infoTypes.html.fr
259
%%DATADIR%%/doc/WX/HTML-elements/lists.html.es
260
Amaya/doc/html/HTML-elements/inline.html
260
%%DATADIR%%/doc/WX/HTML-elements/lists.html.fr
261
Amaya/doc/html/HTML-elements/inline.html.de
261
%%DATADIR%%/doc/WX/HTML-elements/lists.html.ru
262
Amaya/doc/html/HTML-elements/inline.html.es
262
%%DATADIR%%/doc/WX/HTML-elements/structure.html
263
Amaya/doc/html/HTML-elements/inline.html.fr
263
%%DATADIR%%/doc/WX/HTML-elements/structure.html.de
264
Amaya/doc/html/HTML-elements/lists.html
264
%%DATADIR%%/doc/WX/HTML-elements/structure.html.es
265
Amaya/doc/html/HTML-elements/lists.html.de
265
%%DATADIR%%/doc/WX/HTML-elements/structure.html.fr
266
Amaya/doc/html/HTML-elements/lists.html.es
266
%%DATADIR%%/doc/WX/HTML-elements/structure.html.ru
267
Amaya/doc/html/HTML-elements/lists.html.fr
267
%%DATADIR%%/doc/WX/HTML.html
268
Amaya/doc/html/HTML-elements/structure.html
268
%%DATADIR%%/doc/WX/HTML.html.de
269
Amaya/doc/html/HTML-elements/structure.html.de
269
%%DATADIR%%/doc/WX/HTML.html.es
270
Amaya/doc/html/HTML-elements/structure.html.es
270
%%DATADIR%%/doc/WX/HTML.html.fr
271
Amaya/doc/html/HTML-elements/structure.html.fr
271
%%DATADIR%%/doc/WX/HTML.html.ru
272
Amaya/doc/html/HTML.html
272
%%DATADIR%%/doc/WX/ImageMaps.html
273
Amaya/doc/html/HTML.html.de
273
%%DATADIR%%/doc/WX/ImageMaps.html.fr
274
Amaya/doc/html/HTML.html.es
274
%%DATADIR%%/doc/WX/Index.html
275
Amaya/doc/html/HTML.html.fr
275
%%DATADIR%%/doc/WX/Index.html.fr
276
Amaya/doc/html/ImageMaps.html
276
%%DATADIR%%/doc/WX/Links.html
277
Amaya/doc/html/ImageMaps.html.de
277
%%DATADIR%%/doc/WX/Links.html.fr
278
Amaya/doc/html/ImageMaps.html.es
278
%%DATADIR%%/doc/WX/MakeBook.html
279
Amaya/doc/html/ImageMaps.html.fr
279
%%DATADIR%%/doc/WX/MakeBook.html.fr
280
Amaya/doc/html/Index-org.html.de
280
%%DATADIR%%/doc/WX/Manual.html
281
Amaya/doc/html/Index.html
281
%%DATADIR%%/doc/WX/Manual.html.fr
282
Amaya/doc/html/Index.html.de
282
%%DATADIR%%/doc/WX/Math.html
283
Amaya/doc/html/Index.html.es
283
%%DATADIR%%/doc/WX/Math.html.fr
284
Amaya/doc/html/Index.html.fr
284
%%DATADIR%%/doc/WX/Numbering.html
285
Amaya/doc/html/Keyboard.html.es
285
%%DATADIR%%/doc/WX/Numbering.html.fr
286
Amaya/doc/html/Links.html
286
%%DATADIR%%/doc/WX/Printing.html
287
Amaya/doc/html/Links.html.de
287
%%DATADIR%%/doc/WX/Printing.html.fr
288
Amaya/doc/html/Links.html.es
288
%%DATADIR%%/doc/WX/Publishing.html
289
Amaya/doc/html/Links.html.fr
289
%%DATADIR%%/doc/WX/Publishing.html.fr
290
Amaya/doc/html/MakeBook.html
290
%%DATADIR%%/doc/WX/SVG.html
291
Amaya/doc/html/MakeBook.html.de
291
%%DATADIR%%/doc/WX/SVG.html.fr
292
Amaya/doc/html/MakeBook.html.es
292
%%DATADIR%%/doc/WX/Searching.html
293
Amaya/doc/html/MakeBook.html.fr
293
%%DATADIR%%/doc/WX/Searching.html.fr
294
Amaya/doc/html/Manual.html
294
%%DATADIR%%/doc/WX/Selecting.html
295
Amaya/doc/html/Manual.html.de
295
%%DATADIR%%/doc/WX/Selecting.html.fr
296
Amaya/doc/html/Manual.html.es
296
%%DATADIR%%/doc/WX/ShortCuts.html
297
Amaya/doc/html/Manual.html.fr
297
%%DATADIR%%/doc/WX/ShortCuts.html.fr
298
Amaya/doc/html/Math.html
298
%%DATADIR%%/doc/WX/SpellChecking.html
299
Amaya/doc/html/Math.html.de
299
%%DATADIR%%/doc/WX/SpellChecking.html.fr
300
Amaya/doc/html/Math.html.es
300
%%DATADIR%%/doc/WX/StyleSheets.html
301
Amaya/doc/html/Math.html.fr
301
%%DATADIR%%/doc/WX/StyleSheets.html.fr
302
Amaya/doc/html/Numbering.html
302
%%DATADIR%%/doc/WX/Tables.html
303
Amaya/doc/html/Numbering.html.de
303
%%DATADIR%%/doc/WX/Tables.html.fr
304
Amaya/doc/html/Numbering.html.es
304
%%DATADIR%%/doc/WX/Transform.html
305
Amaya/doc/html/Numbering.html.fr
305
%%DATADIR%%/doc/WX/Tutorial.html.fr
306
Amaya/doc/html/Printing.html
306
%%DATADIR%%/doc/WX/Views.html
307
Amaya/doc/html/Printing.html.de
307
%%DATADIR%%/doc/WX/Views.html.fr
308
Amaya/doc/html/Printing.html.es
308
%%DATADIR%%/doc/WX/WebDAV.html
309
Amaya/doc/html/Printing.html.fr
309
%%DATADIR%%/doc/WX/Xml.html
310
Amaya/doc/html/Publishing.html
310
%%DATADIR%%/doc/WX/Xml.html.fr
311
Amaya/doc/html/Publishing.html.de
311
%%DATADIR%%/doc/WX/bookmarks.html
312
Amaya/doc/html/Publishing.html.es
312
%%DATADIR%%/doc/WX/style.css
313
Amaya/doc/html/Publishing.html.fr
313
%%DATADIR%%/doc/WX/timeline_help.html
314
Amaya/doc/html/SVG.html
314
%%DATADIR%%/doc/html/Access.html
315
Amaya/doc/html/SVG.html.de
315
%%DATADIR%%/doc/html/Access.html.de
316
Amaya/doc/html/SVG.html.es
316
%%DATADIR%%/doc/html/Access.html.es
317
Amaya/doc/html/SVG.html.fr
317
%%DATADIR%%/doc/html/Access.html.fr
318
Amaya/doc/html/Searching.html
318
%%DATADIR%%/doc/html/Access.html.ru
319
Amaya/doc/html/Searching.html.de
319
%%DATADIR%%/doc/html/Animation.html.fr
320
Amaya/doc/html/Searching.html.es
320
%%DATADIR%%/doc/html/Annotations.html
321
Amaya/doc/html/Searching.html.fr
321
%%DATADIR%%/doc/html/Annotations.html.de
322
Amaya/doc/html/Selecting.html
322
%%DATADIR%%/doc/html/Annotations.html.es
323
Amaya/doc/html/Selecting.html.de
323
%%DATADIR%%/doc/html/Annotations.html.fr
324
Amaya/doc/html/Selecting.html.es
324
%%DATADIR%%/doc/html/Annotations.html.ru
325
Amaya/doc/html/Selecting.html.fr
325
%%DATADIR%%/doc/html/Attributes.html
326
Amaya/doc/html/ShortCuts.html
326
%%DATADIR%%/doc/html/Attributes.html.de
327
Amaya/doc/html/ShortCuts.html.de
327
%%DATADIR%%/doc/html/Attributes.html.es
328
Amaya/doc/html/ShortCuts.html.es
328
%%DATADIR%%/doc/html/Attributes.html.fr
329
Amaya/doc/html/ShortCuts.html.fr
329
%%DATADIR%%/doc/html/Attributes.html.ru
330
Amaya/doc/html/SpellChecking.html
330
%%DATADIR%%/doc/html/Browsing.html
331
Amaya/doc/html/SpellChecking.html.de
331
%%DATADIR%%/doc/html/Browsing.html.de
332
Amaya/doc/html/SpellChecking.html.es
332
%%DATADIR%%/doc/html/Browsing.html.es
333
Amaya/doc/html/SpellChecking.html.fr
333
%%DATADIR%%/doc/html/Browsing.html.fr
334
Amaya/doc/html/StyleSheets.html
334
%%DATADIR%%/doc/html/Browsing.html.ru
335
Amaya/doc/html/StyleSheets.html.de
335
%%DATADIR%%/doc/html/Changing.html
336
Amaya/doc/html/StyleSheets.html.es
336
%%DATADIR%%/doc/html/Changing.html.de
337
Amaya/doc/html/StyleSheets.html.fr
337
%%DATADIR%%/doc/html/Changing.html.es
338
Amaya/doc/html/Tables.html
338
%%DATADIR%%/doc/html/Changing.html.fr
339
Amaya/doc/html/Tables.html.de
339
%%DATADIR%%/doc/html/Changing.html.ru
340
Amaya/doc/html/Tables.html.es
340
%%DATADIR%%/doc/html/Configure.html
341
Amaya/doc/html/Tables.html.fr
341
%%DATADIR%%/doc/html/Configure.html.de
342
Amaya/doc/html/Transform.html
342
%%DATADIR%%/doc/html/Configure.html.es
343
Amaya/doc/html/Transform.html.es
343
%%DATADIR%%/doc/html/Configure.html.fr
344
Amaya/doc/html/Tutorial.html.fr
344
%%DATADIR%%/doc/html/Configure.html.ru
345
Amaya/doc/html/Views.html
345
%%DATADIR%%/doc/html/Cover.html.de
346
Amaya/doc/html/Views.html.de
346
%%DATADIR%%/doc/html/Creating.html
347
Amaya/doc/html/Views.html.es
347
%%DATADIR%%/doc/html/Creating.html.de
348
Amaya/doc/html/Views.html.fr
348
%%DATADIR%%/doc/html/Creating.html.es
349
Amaya/doc/html/WebDAV.html
349
%%DATADIR%%/doc/html/Creating.html.fr
350
Amaya/doc/html/WebDAV.html.es
350
%%DATADIR%%/doc/html/Creating.html.ru
351
Amaya/doc/html/Xml.html
351
%%DATADIR%%/doc/html/Document.html
352
Amaya/doc/html/Xml.html.de
352
%%DATADIR%%/doc/html/Document.html.de
353
Amaya/doc/html/Xml.html.es
353
%%DATADIR%%/doc/html/Document.html.es
354
Amaya/doc/html/Xml.html.fr
354
%%DATADIR%%/doc/html/Document.html.fr
355
Amaya/doc/html/accessibility_in_amaya/about_amayas_accessibility_features.html
355
%%DATADIR%%/doc/html/Document.html.ru
356
Amaya/doc/html/accessibility_in_amaya/about_amayas_accessibility_features.html.de
356
%%DATADIR%%/doc/html/EditChar.html
357
Amaya/doc/html/accessibility_in_amaya/about_amayas_accessibility_features.html.es
357
%%DATADIR%%/doc/html/EditChar.html.de
358
Amaya/doc/html/accessibility_in_amaya/about_producing_accessible_content.html
358
%%DATADIR%%/doc/html/EditChar.html.es
359
Amaya/doc/html/accessibility_in_amaya/about_producing_accessible_content.html.de
359
%%DATADIR%%/doc/html/EditChar.html.fr
360
Amaya/doc/html/accessibility_in_amaya/about_producing_accessible_content.html.es
360
%%DATADIR%%/doc/html/EditChar.html.ru
361
Amaya/doc/html/accessibility_in_amaya/accessibility_in_amaya.html
361
%%DATADIR%%/doc/html/HTML-elements/40styling.html
362
Amaya/doc/html/accessibility_in_amaya/accessibility_in_amaya.html.de
362
%%DATADIR%%/doc/html/HTML-elements/40styling.html.de
363
Amaya/doc/html/accessibility_in_amaya/accessibility_in_amaya.html.es
363
%%DATADIR%%/doc/html/HTML-elements/40styling.html.es
364
Amaya/doc/html/attaching_annotations/about_reading_annotations.html
364
%%DATADIR%%/doc/html/HTML-elements/40styling.html.fr
365
Amaya/doc/html/attaching_annotations/about_reading_annotations.html.de
365
%%DATADIR%%/doc/html/HTML-elements/40styling.html.ru
366
Amaya/doc/html/attaching_annotations/about_reading_annotations.html.es
366
%%DATADIR%%/doc/html/HTML-elements/address.html
367
Amaya/doc/html/attaching_annotations/about_storing_local_annotations.html
367
%%DATADIR%%/doc/html/HTML-elements/address.html.de
368
Amaya/doc/html/attaching_annotations/about_storing_local_annotations.html.de
368
%%DATADIR%%/doc/html/HTML-elements/address.html.es
369
Amaya/doc/html/attaching_annotations/about_storing_local_annotations.html.es
369
%%DATADIR%%/doc/html/HTML-elements/address.html.fr
370
Amaya/doc/html/attaching_annotations/about_storing_remote_annotations.html
370
%%DATADIR%%/doc/html/HTML-elements/address.html.ru
371
Amaya/doc/html/attaching_annotations/about_storing_remote_annotations.html.de
371
%%DATADIR%%/doc/html/HTML-elements/creating_new_documents.html.de
372
Amaya/doc/html/attaching_annotations/about_storing_remote_annotations.html.es
372
%%DATADIR%%/doc/html/HTML-elements/headings.html
373
Amaya/doc/html/attaching_annotations/annotation_issues.html
373
%%DATADIR%%/doc/html/HTML-elements/headings.html.de
374
Amaya/doc/html/attaching_annotations/annotation_issues.html.de
374
%%DATADIR%%/doc/html/HTML-elements/headings.html.es
375
Amaya/doc/html/attaching_annotations/annotation_issues.html.es
375
%%DATADIR%%/doc/html/HTML-elements/headings.html.fr
376
Amaya/doc/html/attaching_annotations/annotation_menu.html
376
%%DATADIR%%/doc/html/HTML-elements/headings.html.ru
377
Amaya/doc/html/attaching_annotations/annotation_menu.html.de
377
%%DATADIR%%/doc/html/HTML-elements/infoTypes.html
378
Amaya/doc/html/attaching_annotations/annotation_menu.html.es
378
%%DATADIR%%/doc/html/HTML-elements/infoTypes.html.de
379
Amaya/doc/html/attaching_annotations/configuring_annotation_settings.html
379
%%DATADIR%%/doc/html/HTML-elements/infoTypes.html.es
380
Amaya/doc/html/attaching_annotations/configuring_annotation_settings.html.de
380
%%DATADIR%%/doc/html/HTML-elements/infoTypes.html.fr
381
Amaya/doc/html/attaching_annotations/configuring_annotation_settings.html.es
381
%%DATADIR%%/doc/html/HTML-elements/infoTypes.html.ru
382
Amaya/doc/html/attaching_annotations/configuring_icons.html
382
%%DATADIR%%/doc/html/HTML-elements/inline.html
383
Amaya/doc/html/attaching_annotations/configuring_icons.html.de
383
%%DATADIR%%/doc/html/HTML-elements/inline.html.de
384
Amaya/doc/html/attaching_annotations/configuring_icons.html.es
384
%%DATADIR%%/doc/html/HTML-elements/inline.html.es
385
Amaya/doc/html/attaching_annotations/creating_an_annotation.html
385
%%DATADIR%%/doc/html/HTML-elements/inline.html.fr
386
Amaya/doc/html/attaching_annotations/creating_an_annotation.html.de
386
%%DATADIR%%/doc/html/HTML-elements/inline.html.ru
387
Amaya/doc/html/attaching_annotations/creating_an_annotation.html.es
387
%%DATADIR%%/doc/html/HTML-elements/lists.html
388
Amaya/doc/html/attaching_annotations/deleting_an_annotation.html
388
%%DATADIR%%/doc/html/HTML-elements/lists.html.de
389
Amaya/doc/html/attaching_annotations/deleting_an_annotation.html.de
389
%%DATADIR%%/doc/html/HTML-elements/lists.html.es
390
Amaya/doc/html/attaching_annotations/deleting_an_annotation.html.es
390
%%DATADIR%%/doc/html/HTML-elements/lists.html.fr
391
Amaya/doc/html/attaching_annotations/loading_and_presenting_annotations.html
391
%%DATADIR%%/doc/html/HTML-elements/lists.html.ru
392
Amaya/doc/html/attaching_annotations/loading_and_presenting_annotations.html.de
392
%%DATADIR%%/doc/html/HTML-elements/structure.html
393
Amaya/doc/html/attaching_annotations/loading_and_presenting_annotations.html.es
393
%%DATADIR%%/doc/html/HTML-elements/structure.html.de
394
Amaya/doc/html/attaching_annotations/moving_annotations.html
394
%%DATADIR%%/doc/html/HTML-elements/structure.html.es
395
Amaya/doc/html/attaching_annotations/moving_annotations.html.de
395
%%DATADIR%%/doc/html/HTML-elements/structure.html.fr
396
Amaya/doc/html/attaching_annotations/moving_annotations.html.es
396
%%DATADIR%%/doc/html/HTML-elements/structure.html.ru
397
Amaya/doc/html/attaching_annotations/navigating_annotations.html
397
%%DATADIR%%/doc/html/HTML.html
398
Amaya/doc/html/attaching_annotations/navigating_annotations.html.de
398
%%DATADIR%%/doc/html/HTML.html.de
399
Amaya/doc/html/attaching_annotations/navigating_annotations.html.es
399
%%DATADIR%%/doc/html/HTML.html.es
400
Amaya/doc/html/attaching_annotations/replying_to_annotations.html
400
%%DATADIR%%/doc/html/HTML.html.fr
401
Amaya/doc/html/attaching_annotations/replying_to_annotations.html.de
401
%%DATADIR%%/doc/html/HTML.html.ru
402
Amaya/doc/html/attaching_annotations/replying_to_annotations.html.es
402
%%DATADIR%%/doc/html/ImageMaps.html
403
Amaya/doc/html/attaching_annotations/what_is_an_annotation.html
403
%%DATADIR%%/doc/html/ImageMaps.html.de
404
Amaya/doc/html/attaching_annotations/what_is_an_annotation.html.de
404
%%DATADIR%%/doc/html/ImageMaps.html.es
405
Amaya/doc/html/attaching_annotations/what_is_an_annotation.html.es
405
%%DATADIR%%/doc/html/ImageMaps.html.fr
406
Amaya/doc/html/bookmarks.html
406
%%DATADIR%%/doc/html/ImageMaps.html.ru
407
Amaya/doc/html/bookmarks.html.es
407
%%DATADIR%%/doc/html/Index-org.html.de
408
Amaya/doc/html/browsing/about_access_keys.html
408
%%DATADIR%%/doc/html/Index.html
409
Amaya/doc/html/browsing/about_access_keys.html.de
409
%%DATADIR%%/doc/html/Index.html.de
410
Amaya/doc/html/browsing/about_access_keys.html.es
410
%%DATADIR%%/doc/html/Index.html.es
411
Amaya/doc/html/browsing/about_moving_backward_and_forward.html
411
%%DATADIR%%/doc/html/Index.html.fr
412
Amaya/doc/html/browsing/about_moving_backward_and_forward.html.de
412
%%DATADIR%%/doc/html/Index.html.ru
413
Amaya/doc/html/browsing/about_moving_backward_and_forward.html.es
413
%%DATADIR%%/doc/html/Keyboard.html.es
414
Amaya/doc/html/browsing/about_target_anchors.html
414
%%DATADIR%%/doc/html/Links.html
415
Amaya/doc/html/browsing/about_target_anchors.html.de
415
%%DATADIR%%/doc/html/Links.html.de
416
Amaya/doc/html/browsing/about_target_anchors.html.es
416
%%DATADIR%%/doc/html/Links.html.es
417
Amaya/doc/html/browsing/activating_a_link.html
417
%%DATADIR%%/doc/html/Links.html.fr
418
Amaya/doc/html/browsing/activating_a_link.html.de
418
%%DATADIR%%/doc/html/Links.html.ru
419
Amaya/doc/html/browsing/activating_a_link.html.es
419
%%DATADIR%%/doc/html/MakeBook.html
420
Amaya/doc/html/browsing/forms.html
420
%%DATADIR%%/doc/html/MakeBook.html.de
421
Amaya/doc/html/browsing/forms.html.de
421
%%DATADIR%%/doc/html/MakeBook.html.es
422
Amaya/doc/html/browsing/forms.html.es
422
%%DATADIR%%/doc/html/MakeBook.html.fr
423
Amaya/doc/html/browsing/opening_documents.html
423
%%DATADIR%%/doc/html/MakeBook.html.ru
424
Amaya/doc/html/browsing/opening_documents.html.de
424
%%DATADIR%%/doc/html/Manual.html
425
Amaya/doc/html/browsing/opening_documents.html.es
425
%%DATADIR%%/doc/html/Manual.html.de
426
Amaya/doc/html/browsing/reloading_a_page.html
426
%%DATADIR%%/doc/html/Manual.html.es
427
Amaya/doc/html/browsing/reloading_a_page.html.de
427
%%DATADIR%%/doc/html/Manual.html.fr
428
Amaya/doc/html/browsing/reloading_a_page.html.es
428
%%DATADIR%%/doc/html/Manual.html.ru
429
Amaya/doc/html/browsing/working_with_the_amaya_browser_and_editor.html
429
%%DATADIR%%/doc/html/Math.html
430
Amaya/doc/html/browsing/working_with_the_amaya_browser_and_editor.html.de
430
%%DATADIR%%/doc/html/Math.html.de
431
Amaya/doc/html/browsing/working_with_the_amaya_browser_and_editor.html.es
431
%%DATADIR%%/doc/html/Math.html.es
432
Amaya/doc/html/configuring_amaya/about_configuration_directory_and_file_conventions.html
432
%%DATADIR%%/doc/html/Math.html.fr
433
Amaya/doc/html/configuring_amaya/about_configuration_directory_and_file_conventions.html.de
433
%%DATADIR%%/doc/html/Math.html.ru
434
Amaya/doc/html/configuring_amaya/about_configuration_directory_and_file_conventions.html.es
434
%%DATADIR%%/doc/html/Numbering.html
435
Amaya/doc/html/configuring_amaya/about_keyboard_shortcuts.html
435
%%DATADIR%%/doc/html/Numbering.html.de
436
Amaya/doc/html/configuring_amaya/about_keyboard_shortcuts.html.de
436
%%DATADIR%%/doc/html/Numbering.html.es
437
Amaya/doc/html/configuring_amaya/about_keyboard_shortcuts.html.es
437
%%DATADIR%%/doc/html/Numbering.html.fr
438
Amaya/doc/html/configuring_amaya/configuring_amaya.html
438
%%DATADIR%%/doc/html/Numbering.html.ru
439
Amaya/doc/html/configuring_amaya/configuring_amaya.html.de
439
%%DATADIR%%/doc/html/Printing.html
440
Amaya/doc/html/configuring_amaya/configuring_amaya.html.es
440
%%DATADIR%%/doc/html/Printing.html.de
441
Amaya/doc/html/configuring_amaya/menu_preferences.html
441
%%DATADIR%%/doc/html/Printing.html.es
442
Amaya/doc/html/configuring_amaya/menu_preferences.html.de
442
%%DATADIR%%/doc/html/Printing.html.fr
443
Amaya/doc/html/configuring_amaya/menu_preferences.html.es
443
%%DATADIR%%/doc/html/Printing.html.ru
444
Amaya/doc/html/editing_attributes/copying_attributes.html
444
%%DATADIR%%/doc/html/Publishing.html
445
Amaya/doc/html/editing_attributes/copying_attributes.html.de
445
%%DATADIR%%/doc/html/Publishing.html.de
446
Amaya/doc/html/editing_attributes/copying_attributes.html.es
446
%%DATADIR%%/doc/html/Publishing.html.es
447
Amaya/doc/html/editing_attributes/editing_attributes_in_the_structure_view.html
447
%%DATADIR%%/doc/html/Publishing.html.fr
448
Amaya/doc/html/editing_attributes/editing_attributes_in_the_structure_view.html.de
448
%%DATADIR%%/doc/html/Publishing.html.ru
449
Amaya/doc/html/editing_attributes/editing_attributes_in_the_structure_view.html.es
449
%%DATADIR%%/doc/html/SVG.html
450
Amaya/doc/html/editing_attributes/editing_attributes_through_the_attributes_menu.html
450
%%DATADIR%%/doc/html/SVG.html.de
451
Amaya/doc/html/editing_attributes/editing_attributes_through_the_attributes_menu.html.de
451
%%DATADIR%%/doc/html/SVG.html.es
452
Amaya/doc/html/editing_attributes/editing_attributes_through_the_attributes_menu.html.es
452
%%DATADIR%%/doc/html/SVG.html.fr
453
Amaya/doc/html/editing_attributes/working_with_attributes.html
453
%%DATADIR%%/doc/html/SVG.html.ru
454
Amaya/doc/html/editing_attributes/working_with_attributes.html.de
454
%%DATADIR%%/doc/html/Searching.html
455
Amaya/doc/html/editing_attributes/working_with_attributes.html.es
455
%%DATADIR%%/doc/html/Searching.html.de
456
Amaya/doc/html/editing_documents/Transform.html.de
456
%%DATADIR%%/doc/html/Searching.html.es
457
Amaya/doc/html/editing_documents/about_inserting_a_division.html
457
%%DATADIR%%/doc/html/Searching.html.fr
458
Amaya/doc/html/editing_documents/about_inserting_a_division.html.de
458
%%DATADIR%%/doc/html/Searching.html.ru
459
Amaya/doc/html/editing_documents/about_inserting_a_division.html.es
459
%%DATADIR%%/doc/html/Selecting.html
460
Amaya/doc/html/editing_documents/about_merging_elements.html
460
%%DATADIR%%/doc/html/Selecting.html.de
461
Amaya/doc/html/editing_documents/about_merging_elements.html.de
461
%%DATADIR%%/doc/html/Selecting.html.es
462
Amaya/doc/html/editing_documents/about_merging_elements.html.es
462
%%DATADIR%%/doc/html/Selecting.html.fr
463
Amaya/doc/html/editing_documents/changing_the_document_structure.html
463
%%DATADIR%%/doc/html/Selecting.html.ru
464
Amaya/doc/html/editing_documents/changing_the_document_structure.html.de
464
%%DATADIR%%/doc/html/ShortCuts.html
465
Amaya/doc/html/editing_documents/changing_the_document_structure.html.es
465
%%DATADIR%%/doc/html/ShortCuts.html.de
466
Amaya/doc/html/editing_documents/creating_new_documents.html
466
%%DATADIR%%/doc/html/ShortCuts.html.es
467
Amaya/doc/html/editing_documents/creating_new_documents.html.es
467
%%DATADIR%%/doc/html/ShortCuts.html.fr
468
Amaya/doc/html/editing_documents/the_transform_command.html
468
%%DATADIR%%/doc/html/ShortCuts.html.ru
469
Amaya/doc/html/editing_documents/the_transform_command.html.de
469
%%DATADIR%%/doc/html/SpellChecking.html
470
Amaya/doc/html/editing_documents/the_transform_command.html.es
470
%%DATADIR%%/doc/html/SpellChecking.html.de
471
Amaya/doc/html/editing_iso-latin-1_characters/about_standard_multikey_support.html
471
%%DATADIR%%/doc/html/SpellChecking.html.es
472
Amaya/doc/html/editing_iso-latin-1_characters/about_standard_multikey_support.html.de
472
%%DATADIR%%/doc/html/SpellChecking.html.fr
473
Amaya/doc/html/editing_iso-latin-1_characters/about_standard_multikey_support.html.es
473
%%DATADIR%%/doc/html/SpellChecking.html.ru
474
Amaya/doc/html/editing_iso-latin-1_characters/about_white_space_handling.html
474
%%DATADIR%%/doc/html/StyleSheets.html
475
Amaya/doc/html/editing_iso-latin-1_characters/about_white_space_handling.html.de
475
%%DATADIR%%/doc/html/StyleSheets.html.de
476
Amaya/doc/html/editing_iso-latin-1_characters/about_white_space_handling.html.es
476
%%DATADIR%%/doc/html/StyleSheets.html.es
477
Amaya/doc/html/editing_iso-latin-1_characters/entering_ISOLatin1_characters_in_amaya.html
477
%%DATADIR%%/doc/html/StyleSheets.html.fr
478
Amaya/doc/html/editing_iso-latin-1_characters/entering_ISOLatin1_characters_in_amaya.html.de
478
%%DATADIR%%/doc/html/StyleSheets.html.ru
479
Amaya/doc/html/editing_iso-latin-1_characters/entering_ISOLatin1_characters_in_amaya.html.es
479
%%DATADIR%%/doc/html/Tables.html
480
Amaya/doc/html/editing_mathematics/about_entering_math_characters.html
480
%%DATADIR%%/doc/html/Tables.html.de
481
Amaya/doc/html/editing_mathematics/about_entering_math_characters.html.de
481
%%DATADIR%%/doc/html/Tables.html.es
482
Amaya/doc/html/editing_mathematics/about_entering_math_characters.html.es
482
%%DATADIR%%/doc/html/Tables.html.fr
483
Amaya/doc/html/editing_mathematics/about_entering_math_constructs_using_the_keyboard.html
483
%%DATADIR%%/doc/html/Tables.html.ru
484
Amaya/doc/html/editing_mathematics/about_entering_math_constructs_using_the_keyboard.html.de
484
%%DATADIR%%/doc/html/Transform.html
485
Amaya/doc/html/editing_mathematics/about_entering_math_constructs_using_the_keyboard.html.es
485
%%DATADIR%%/doc/html/Transform.html.es
486
Amaya/doc/html/editing_mathematics/about_linking_in_mathml.html
486
%%DATADIR%%/doc/html/Transform.html.ru
487
Amaya/doc/html/editing_mathematics/about_linking_in_mathml.html.de
487
%%DATADIR%%/doc/html/Tutorial.html.fr
488
Amaya/doc/html/editing_mathematics/about_linking_in_mathml.html.es
488
%%DATADIR%%/doc/html/Views.html
489
Amaya/doc/html/editing_mathematics/editing_math_expressions.html
489
%%DATADIR%%/doc/html/Views.html.de
490
Amaya/doc/html/editing_mathematics/editing_math_expressions.html.de
490
%%DATADIR%%/doc/html/Views.html.es
491
Amaya/doc/html/editing_mathematics/editing_math_expressions.html.es
491
%%DATADIR%%/doc/html/Views.html.fr
492
Amaya/doc/html/editing_mathematics/math_issues.html
492
%%DATADIR%%/doc/html/Views.html.ru
493
Amaya/doc/html/editing_mathematics/math_issues.html.de
493
%%DATADIR%%/doc/html/WebDAV.html
494
Amaya/doc/html/editing_mathematics/math_issues.html.es
494
%%DATADIR%%/doc/html/WebDAV.html.es
495
Amaya/doc/html/editing_mathematics/the_math_palette_and_the_types.html
495
%%DATADIR%%/doc/html/WebDAV.html.ru
496
Amaya/doc/html/editing_mathematics/the_math_palette_and_the_types.html.de
496
%%DATADIR%%/doc/html/Xml.html
497
Amaya/doc/html/editing_mathematics/the_math_palette_and_the_types.html.es
497
%%DATADIR%%/doc/html/Xml.html.de
498
Amaya/doc/html/editing_mathematics/viewing_structure_in_mathml.html
498
%%DATADIR%%/doc/html/Xml.html.es
499
Amaya/doc/html/editing_mathematics/viewing_structure_in_mathml.html.de
499
%%DATADIR%%/doc/html/Xml.html.fr
500
Amaya/doc/html/editing_mathematics/viewing_structure_in_mathml.html.es
500
%%DATADIR%%/doc/html/Xml.html.ru
501
Amaya/doc/html/editing_mathematics/working_with_math_expressions.html
501
%%DATADIR%%/doc/html/accessibility_in_amaya/about_amayas_accessibility_features.html
502
Amaya/doc/html/editing_mathematics/working_with_math_expressions.html.de
502
%%DATADIR%%/doc/html/accessibility_in_amaya/about_amayas_accessibility_features.html.de
503
Amaya/doc/html/editing_mathematics/working_with_math_expressions.html.es
503
%%DATADIR%%/doc/html/accessibility_in_amaya/about_amayas_accessibility_features.html.es
504
Amaya/doc/html/editing_tables/add_column.html
504
%%DATADIR%%/doc/html/accessibility_in_amaya/about_amayas_accessibility_features.html.ru
505
Amaya/doc/html/editing_tables/add_column.html.de
505
%%DATADIR%%/doc/html/accessibility_in_amaya/about_producing_accessible_content.html
506
Amaya/doc/html/editing_tables/add_column.html.es
506
%%DATADIR%%/doc/html/accessibility_in_amaya/about_producing_accessible_content.html.de
507
Amaya/doc/html/editing_tables/add_row.html
507
%%DATADIR%%/doc/html/accessibility_in_amaya/about_producing_accessible_content.html.es
508
Amaya/doc/html/editing_tables/add_row.html.de
508
%%DATADIR%%/doc/html/accessibility_in_amaya/about_producing_accessible_content.html.ru
509
Amaya/doc/html/editing_tables/add_row.html.es
509
%%DATADIR%%/doc/html/accessibility_in_amaya/accessibility_in_amaya.html
510
Amaya/doc/html/editing_tables/add_tbody.html
510
%%DATADIR%%/doc/html/accessibility_in_amaya/accessibility_in_amaya.html.de
511
Amaya/doc/html/editing_tables/add_tbody.html.de
511
%%DATADIR%%/doc/html/accessibility_in_amaya/accessibility_in_amaya.html.es
512
Amaya/doc/html/editing_tables/add_tbody.html.es
512
%%DATADIR%%/doc/html/accessibility_in_amaya/accessibility_in_amaya.html.ru
513
Amaya/doc/html/editing_tables/create_table.html
513
%%DATADIR%%/doc/html/attaching_annotations/about_reading_annotations.html
514
Amaya/doc/html/editing_tables/create_table.html.de
514
%%DATADIR%%/doc/html/attaching_annotations/about_reading_annotations.html.de
515
Amaya/doc/html/editing_tables/create_table.html.es
515
%%DATADIR%%/doc/html/attaching_annotations/about_reading_annotations.html.es
516
Amaya/doc/html/editing_tables/remove_column.html
516
%%DATADIR%%/doc/html/attaching_annotations/about_reading_annotations.html.ru
517
Amaya/doc/html/editing_tables/remove_column.html.de
517
%%DATADIR%%/doc/html/attaching_annotations/about_storing_local_annotations.html
518
Amaya/doc/html/editing_tables/remove_column.html.es
518
%%DATADIR%%/doc/html/attaching_annotations/about_storing_local_annotations.html.de
519
Amaya/doc/html/editing_tables/working_with_tables.html
519
%%DATADIR%%/doc/html/attaching_annotations/about_storing_local_annotations.html.es
520
Amaya/doc/html/editing_tables/working_with_tables.html.de
520
%%DATADIR%%/doc/html/attaching_annotations/about_storing_local_annotations.html.ru
521
Amaya/doc/html/editing_tables/working_with_tables.html.es
521
%%DATADIR%%/doc/html/attaching_annotations/about_storing_remote_annotations.html
522
Amaya/doc/html/elements/buttons_and_types_menu.html
522
%%DATADIR%%/doc/html/attaching_annotations/about_storing_remote_annotations.html.de
523
Amaya/doc/html/elements/buttons_and_types_menu.html.de
523
%%DATADIR%%/doc/html/attaching_annotations/about_storing_remote_annotations.html.es
524
Amaya/doc/html/elements/buttons_and_types_menu.html.es
524
%%DATADIR%%/doc/html/attaching_annotations/about_storing_remote_annotations.html.ru
525
Amaya/doc/html/elements/changing_the_document_title.html
525
%%DATADIR%%/doc/html/attaching_annotations/annotation_issues.html
526
Amaya/doc/html/elements/changing_the_document_title.html.de
526
%%DATADIR%%/doc/html/attaching_annotations/annotation_issues.html.de
527
Amaya/doc/html/elements/changing_the_document_title.html.es
527
%%DATADIR%%/doc/html/attaching_annotations/annotation_issues.html.es
528
Amaya/doc/html/elements/creating_nested_structures.html
528
%%DATADIR%%/doc/html/attaching_annotations/annotation_issues.html.ru
529
Amaya/doc/html/elements/creating_nested_structures.html.de
529
%%DATADIR%%/doc/html/attaching_annotations/annotation_menu.html
530
Amaya/doc/html/elements/creating_nested_structures.html.es
530
%%DATADIR%%/doc/html/attaching_annotations/annotation_menu.html.de
531
Amaya/doc/html/elements/exiting_anchors.html
531
%%DATADIR%%/doc/html/attaching_annotations/annotation_menu.html.es
532
Amaya/doc/html/elements/exiting_anchors.html.de
532
%%DATADIR%%/doc/html/attaching_annotations/annotation_menu.html.ru
533
Amaya/doc/html/elements/exiting_anchors.html.es
533
%%DATADIR%%/doc/html/attaching_annotations/configuring_annotation_settings.html
534
Amaya/doc/html/elements/the_enter_key.html
534
%%DATADIR%%/doc/html/attaching_annotations/configuring_annotation_settings.html.de
535
Amaya/doc/html/elements/the_enter_key.html.de
535
%%DATADIR%%/doc/html/attaching_annotations/configuring_annotation_settings.html.es
536
Amaya/doc/html/elements/the_enter_key.html.es
536
%%DATADIR%%/doc/html/attaching_annotations/configuring_annotation_settings.html.ru
537
Amaya/doc/html/elements/the_structure_menu.html
537
%%DATADIR%%/doc/html/attaching_annotations/configuring_icons.html
538
Amaya/doc/html/elements/the_structure_menu.html.de
538
%%DATADIR%%/doc/html/attaching_annotations/configuring_icons.html.de
539
Amaya/doc/html/elements/the_structure_menu.html.es
539
%%DATADIR%%/doc/html/attaching_annotations/configuring_icons.html.es
540
Amaya/doc/html/index.css
540
%%DATADIR%%/doc/html/attaching_annotations/configuring_icons.html.ru
541
Amaya/doc/html/linking/changing_a_link.html
541
%%DATADIR%%/doc/html/attaching_annotations/creating_an_annotation.html
542
Amaya/doc/html/linking/changing_a_link.html.de
542
%%DATADIR%%/doc/html/attaching_annotations/creating_an_annotation.html.de
543
Amaya/doc/html/linking/changing_a_link.html.es
543
%%DATADIR%%/doc/html/attaching_annotations/creating_an_annotation.html.es
544
Amaya/doc/html/linking/creating_a_target_anchor.html
544
%%DATADIR%%/doc/html/attaching_annotations/creating_an_annotation.html.ru
545
Amaya/doc/html/linking/creating_a_target_anchor.html.de
545
%%DATADIR%%/doc/html/attaching_annotations/deleting_an_annotation.html
546
Amaya/doc/html/linking/creating_a_target_anchor.html.es
546
%%DATADIR%%/doc/html/attaching_annotations/deleting_an_annotation.html.de
547
Amaya/doc/html/linking/creating_a_target_element.html
547
%%DATADIR%%/doc/html/attaching_annotations/deleting_an_annotation.html.es
548
Amaya/doc/html/linking/creating_a_target_element.html.de
548
%%DATADIR%%/doc/html/attaching_annotations/deleting_an_annotation.html.ru
549
Amaya/doc/html/linking/creating_a_target_element.html.es
549
%%DATADIR%%/doc/html/attaching_annotations/loading_and_presenting_annotations.html
550
Amaya/doc/html/linking/creating_an_external_link.html
550
%%DATADIR%%/doc/html/attaching_annotations/loading_and_presenting_annotations.html.de
551
Amaya/doc/html/linking/creating_an_external_link.html.de
551
%%DATADIR%%/doc/html/attaching_annotations/loading_and_presenting_annotations.html.es
552
Amaya/doc/html/linking/creating_an_external_link.html.es
552
%%DATADIR%%/doc/html/attaching_annotations/loading_and_presenting_annotations.html.ru
553
Amaya/doc/html/linking/creating_an_internal_link.html
553
%%DATADIR%%/doc/html/attaching_annotations/moving_annotations.html
554
Amaya/doc/html/linking/creating_an_internal_link.html.de
554
%%DATADIR%%/doc/html/attaching_annotations/moving_annotations.html.de
555
Amaya/doc/html/linking/creating_an_internal_link.html.es
555
%%DATADIR%%/doc/html/attaching_annotations/moving_annotations.html.es
556
Amaya/doc/html/linking/removing_a_link_or_a_target_anchor.html
556
%%DATADIR%%/doc/html/attaching_annotations/moving_annotations.html.ru
557
Amaya/doc/html/linking/removing_a_link_or_a_target_anchor.html.de
557
%%DATADIR%%/doc/html/attaching_annotations/navigating_annotations.html
558
Amaya/doc/html/linking/removing_a_link_or_a_target_anchor.html.es
558
%%DATADIR%%/doc/html/attaching_annotations/navigating_annotations.html.de
559
Amaya/doc/html/numbering_sections/numbering_sections.html
559
%%DATADIR%%/doc/html/attaching_annotations/navigating_annotations.html.es
560
Amaya/doc/html/numbering_sections/numbering_sections.html.de
560
%%DATADIR%%/doc/html/attaching_annotations/navigating_annotations.html.ru
561
Amaya/doc/html/numbering_sections/numbering_sections.html.es
561
%%DATADIR%%/doc/html/attaching_annotations/replying_to_annotations.html
562
Amaya/doc/html/printing/about_controlling_printing_with_css.html
562
%%DATADIR%%/doc/html/attaching_annotations/replying_to_annotations.html.de
563
Amaya/doc/html/printing/about_controlling_printing_with_css.html.de
563
%%DATADIR%%/doc/html/attaching_annotations/replying_to_annotations.html.es
564
Amaya/doc/html/printing/about_controlling_printing_with_css.html.es
564
%%DATADIR%%/doc/html/attaching_annotations/replying_to_annotations.html.ru
565
Amaya/doc/html/printing/print_command.html
565
%%DATADIR%%/doc/html/attaching_annotations/what_is_an_annotation.html
566
Amaya/doc/html/printing/print_command.html.de
566
%%DATADIR%%/doc/html/attaching_annotations/what_is_an_annotation.html.de
567
Amaya/doc/html/printing/print_command.html.es
567
%%DATADIR%%/doc/html/attaching_annotations/what_is_an_annotation.html.es
568
Amaya/doc/html/printing/printing_documents.html
568
%%DATADIR%%/doc/html/attaching_annotations/what_is_an_annotation.html.ru
569
Amaya/doc/html/printing/printing_documents.html.de
569
%%DATADIR%%/doc/html/bookmarks.html
570
Amaya/doc/html/printing/printing_documents.html.es
570
%%DATADIR%%/doc/html/bookmarks.html.es
571
Amaya/doc/html/printing/unix_platforms.html
571
%%DATADIR%%/doc/html/bookmarks.html.ru
572
Amaya/doc/html/printing/unix_platforms.html.de
572
%%DATADIR%%/doc/html/browsing/about_access_keys.html
573
Amaya/doc/html/printing/unix_platforms.html.es
573
%%DATADIR%%/doc/html/browsing/about_access_keys.html.de
574
Amaya/doc/html/printing/using_the_setup_and_print_command.html
574
%%DATADIR%%/doc/html/browsing/about_access_keys.html.es
575
Amaya/doc/html/printing/using_the_setup_and_print_command.html.de
575
%%DATADIR%%/doc/html/browsing/about_access_keys.html.ru
576
Amaya/doc/html/printing/using_the_setup_and_print_command.html.es
576
%%DATADIR%%/doc/html/browsing/about_moving_backward_and_forward.html
577
Amaya/doc/html/printing/windows_platforms.html
577
%%DATADIR%%/doc/html/browsing/about_moving_backward_and_forward.html.de
578
Amaya/doc/html/printing/windows_platforms.html.de
578
%%DATADIR%%/doc/html/browsing/about_moving_backward_and_forward.html.es
579
Amaya/doc/html/printing/windows_platforms.html.es
579
%%DATADIR%%/doc/html/browsing/about_moving_backward_and_forward.html.ru
580
Amaya/doc/html/saving_and_publishing_documents/about_saving_in_html.html
580
%%DATADIR%%/doc/html/browsing/about_target_anchors.html
581
Amaya/doc/html/saving_and_publishing_documents/about_saving_in_html.html.de
581
%%DATADIR%%/doc/html/browsing/about_target_anchors.html.de
582
Amaya/doc/html/saving_and_publishing_documents/about_saving_in_html.html.es
582
%%DATADIR%%/doc/html/browsing/about_target_anchors.html.es
583
Amaya/doc/html/saving_and_publishing_documents/saving_and_publishing_documents.html
583
%%DATADIR%%/doc/html/browsing/about_target_anchors.html.ru
584
Amaya/doc/html/saving_and_publishing_documents/saving_and_publishing_documents.html.de
584
%%DATADIR%%/doc/html/browsing/activating_a_link.html
585
Amaya/doc/html/saving_and_publishing_documents/saving_and_publishing_documents.html.es
585
%%DATADIR%%/doc/html/browsing/activating_a_link.html.de
586
Amaya/doc/html/saving_and_publishing_documents/saving_documents_as_text.html
586
%%DATADIR%%/doc/html/browsing/activating_a_link.html.es
587
Amaya/doc/html/saving_and_publishing_documents/saving_documents_as_text.html.de
587
%%DATADIR%%/doc/html/browsing/activating_a_link.html.ru
588
Amaya/doc/html/saving_and_publishing_documents/saving_documents_as_text.html.es
588
%%DATADIR%%/doc/html/browsing/forms.html
589
Amaya/doc/html/saving_and_publishing_documents/the_save_command.html
589
%%DATADIR%%/doc/html/browsing/forms.html.de
590
Amaya/doc/html/saving_and_publishing_documents/the_save_command.html.de
590
%%DATADIR%%/doc/html/browsing/forms.html.es
591
Amaya/doc/html/saving_and_publishing_documents/the_save_command.html.es
591
%%DATADIR%%/doc/html/browsing/forms.html.ru
592
Amaya/doc/html/saving_and_publishing_documents/the_saveas_command.html
592
%%DATADIR%%/doc/html/browsing/opening_documents.html
593
Amaya/doc/html/saving_and_publishing_documents/the_saveas_command.html.de
593
%%DATADIR%%/doc/html/browsing/opening_documents.html.de
594
Amaya/doc/html/saving_and_publishing_documents/the_saveas_command.html.es
594
%%DATADIR%%/doc/html/browsing/opening_documents.html.es
595
Amaya/doc/html/searching_and_replacing_text/searching_and_replacing_text.html
595
%%DATADIR%%/doc/html/browsing/opening_documents.html.ru
596
Amaya/doc/html/searching_and_replacing_text/searching_and_replacing_text.html.de
596
%%DATADIR%%/doc/html/browsing/reloading_a_page.html
597
Amaya/doc/html/searching_and_replacing_text/searching_and_replacing_text.html.es
597
%%DATADIR%%/doc/html/browsing/reloading_a_page.html.de
598
Amaya/doc/html/selecting/selecting_by_structure.html
598
%%DATADIR%%/doc/html/browsing/reloading_a_page.html.es
599
Amaya/doc/html/selecting/selecting_by_structure.html.de
599
%%DATADIR%%/doc/html/browsing/reloading_a_page.html.ru
600
Amaya/doc/html/selecting/selecting_by_structure.html.es
600
%%DATADIR%%/doc/html/browsing/working_with_the_amaya_browser_and_editor.html
601
Amaya/doc/html/selecting/selecting_images.html
601
%%DATADIR%%/doc/html/browsing/working_with_the_amaya_browser_and_editor.html.de
602
Amaya/doc/html/selecting/selecting_images.html.de
602
%%DATADIR%%/doc/html/browsing/working_with_the_amaya_browser_and_editor.html.es
603
Amaya/doc/html/selecting/selecting_images.html.es
603
%%DATADIR%%/doc/html/browsing/working_with_the_amaya_browser_and_editor.html.ru
604
Amaya/doc/html/selecting/selecting_with_keyboard_and_mouse.html
604
%%DATADIR%%/doc/html/configuring_amaya/about_configuration_directory_and_file_conventions.html
605
Amaya/doc/html/selecting/selecting_with_keyboard_and_mouse.html.de
605
%%DATADIR%%/doc/html/configuring_amaya/about_configuration_directory_and_file_conventions.html.de
606
Amaya/doc/html/selecting/selecting_with_keyboard_and_mouse.html.es
606
%%DATADIR%%/doc/html/configuring_amaya/about_configuration_directory_and_file_conventions.html.es
607
Amaya/doc/html/spell_checking/spell_checking.html
607
%%DATADIR%%/doc/html/configuring_amaya/about_configuration_directory_and_file_conventions.html.ru
608
Amaya/doc/html/spell_checking/spell_checking.html.de
608
%%DATADIR%%/doc/html/configuring_amaya/about_keyboard_shortcuts.html
609
Amaya/doc/html/spell_checking/spell_checking.html.es
609
%%DATADIR%%/doc/html/configuring_amaya/about_keyboard_shortcuts.html.de
610
Amaya/doc/html/style.css
610
%%DATADIR%%/doc/html/configuring_amaya/about_keyboard_shortcuts.html.es
611
Amaya/doc/html/style_sheets/about_applying_style_using_html_elements.html
611
%%DATADIR%%/doc/html/configuring_amaya/about_keyboard_shortcuts.html.ru
612
Amaya/doc/html/style_sheets/about_applying_style_using_html_elements.html.de
612
%%DATADIR%%/doc/html/configuring_amaya/configuring_amaya.html
613
Amaya/doc/html/style_sheets/about_applying_style_using_html_elements.html.es
613
%%DATADIR%%/doc/html/configuring_amaya/configuring_amaya.html.de
614
Amaya/doc/html/style_sheets/about_linking_external_and_user_style_sheets.html
614
%%DATADIR%%/doc/html/configuring_amaya/configuring_amaya.html.es
615
Amaya/doc/html/style_sheets/about_linking_external_and_user_style_sheets.html.de
615
%%DATADIR%%/doc/html/configuring_amaya/configuring_amaya.html.ru
616
Amaya/doc/html/style_sheets/about_linking_external_and_user_style_sheets.html.es
616
%%DATADIR%%/doc/html/configuring_amaya/menu_preferences.html
617
Amaya/doc/html/style_sheets/creating_and_updating_a_style_attribute.html
617
%%DATADIR%%/doc/html/configuring_amaya/menu_preferences.html.de
618
Amaya/doc/html/style_sheets/creating_and_updating_a_style_attribute.html.de
618
%%DATADIR%%/doc/html/configuring_amaya/menu_preferences.html.es
619
Amaya/doc/html/style_sheets/creating_and_updating_a_style_attribute.html.es
619
%%DATADIR%%/doc/html/configuring_amaya/menu_preferences.html.ru
620
Amaya/doc/html/style_sheets/creating_generic_style_for_an_element_or_a_class.html
620
%%DATADIR%%/doc/html/editing_attributes/copying_attributes.html
621
Amaya/doc/html/style_sheets/creating_generic_style_for_an_element_or_a_class.html.de
621
%%DATADIR%%/doc/html/editing_attributes/copying_attributes.html.de
622
Amaya/doc/html/style_sheets/creating_generic_style_for_an_element_or_a_class.html.es
622
%%DATADIR%%/doc/html/editing_attributes/copying_attributes.html.es
623
Amaya/doc/html/style_sheets/creating_html_style_elements.html
623
%%DATADIR%%/doc/html/editing_attributes/copying_attributes.html.ru
624
Amaya/doc/html/style_sheets/creating_html_style_elements.html.de
624
%%DATADIR%%/doc/html/editing_attributes/editing_attributes_in_the_structure_view.html
625
Amaya/doc/html/style_sheets/creating_html_style_elements.html.es
625
%%DATADIR%%/doc/html/editing_attributes/editing_attributes_in_the_structure_view.html.de
626
Amaya/doc/html/style_sheets/handling_external_css.html
626
%%DATADIR%%/doc/html/editing_attributes/editing_attributes_in_the_structure_view.html.es
627
Amaya/doc/html/style_sheets/handling_external_css.html.de
627
%%DATADIR%%/doc/html/editing_attributes/editing_attributes_in_the_structure_view.html.ru
628
Amaya/doc/html/style_sheets/handling_external_css.html.es
628
%%DATADIR%%/doc/html/editing_attributes/editing_attributes_through_the_attributes_menu.html
629
Amaya/doc/html/style_sheets/removing_style.html
629
%%DATADIR%%/doc/html/editing_attributes/editing_attributes_through_the_attributes_menu.html.de
630
Amaya/doc/html/style_sheets/removing_style.html.de
630
%%DATADIR%%/doc/html/editing_attributes/editing_attributes_through_the_attributes_menu.html.es
631
Amaya/doc/html/style_sheets/removing_style.html.es
631
%%DATADIR%%/doc/html/editing_attributes/editing_attributes_through_the_attributes_menu.html.ru
632
Amaya/doc/html/style_sheets/working_with_styles.html
632
%%DATADIR%%/doc/html/editing_attributes/working_with_attributes.html
633
Amaya/doc/html/style_sheets/working_with_styles.html.de
633
%%DATADIR%%/doc/html/editing_attributes/working_with_attributes.html.de
634
Amaya/doc/html/style_sheets/working_with_styles.html.es
634
%%DATADIR%%/doc/html/editing_attributes/working_with_attributes.html.es
635
Amaya/doc/html/tans_annot.html.de
635
%%DATADIR%%/doc/html/editing_attributes/working_with_attributes.html.ru
636
Amaya/doc/html/timeline_help.html
636
%%DATADIR%%/doc/html/editing_documents/Transform.html.de
637
Amaya/doc/html/using_graphics/AddSVGLib.html
637
%%DATADIR%%/doc/html/editing_documents/about_inserting_a_division.html
638
Amaya/doc/html/using_graphics/AddSVGLib.html.es
638
%%DATADIR%%/doc/html/editing_documents/about_inserting_a_division.html.de
639
Amaya/doc/html/using_graphics/ChangeSVGLibPresentation.html
639
%%DATADIR%%/doc/html/editing_documents/about_inserting_a_division.html.es
640
Amaya/doc/html/using_graphics/ChangeSVGLibPresentation.html.es
640
%%DATADIR%%/doc/html/editing_documents/about_inserting_a_division.html.ru
641
Amaya/doc/html/using_graphics/SVGLibrary.html
641
%%DATADIR%%/doc/html/editing_documents/about_merging_elements.html
642
Amaya/doc/html/using_graphics/SVGLibrary.html.es
642
%%DATADIR%%/doc/html/editing_documents/about_merging_elements.html.de
643
Amaya/doc/html/using_graphics/UseSVGLib.html
643
%%DATADIR%%/doc/html/editing_documents/about_merging_elements.html.es
644
Amaya/doc/html/using_graphics/UseSVGLib.html.es
644
%%DATADIR%%/doc/html/editing_documents/about_merging_elements.html.ru
645
Amaya/doc/html/using_graphics/creating_graphics_with_the_palette.html
645
%%DATADIR%%/doc/html/editing_documents/changing_the_document_structure.html
646
Amaya/doc/html/using_graphics/creating_graphics_with_the_palette.html.de
646
%%DATADIR%%/doc/html/editing_documents/changing_the_document_structure.html.de
647
Amaya/doc/html/using_graphics/creating_graphics_with_the_palette.html.es
647
%%DATADIR%%/doc/html/editing_documents/changing_the_document_structure.html.es
648
Amaya/doc/html/using_graphics/moving_graphics.html
648
%%DATADIR%%/doc/html/editing_documents/changing_the_document_structure.html.ru
649
Amaya/doc/html/using_graphics/moving_graphics.html.de
649
%%DATADIR%%/doc/html/editing_documents/creating_new_documents.html
650
Amaya/doc/html/using_graphics/moving_graphics.html.es
650
%%DATADIR%%/doc/html/editing_documents/creating_new_documents.html.es
651
Amaya/doc/html/using_graphics/painting_graphics.html
651
%%DATADIR%%/doc/html/editing_documents/creating_new_documents.html.ru
652
Amaya/doc/html/using_graphics/painting_graphics.html.de
652
%%DATADIR%%/doc/html/editing_documents/the_transform_command.html
653
Amaya/doc/html/using_graphics/painting_graphics.html.es
653
%%DATADIR%%/doc/html/editing_documents/the_transform_command.html.de
654
Amaya/doc/html/using_graphics/resizing_graphics.html
654
%%DATADIR%%/doc/html/editing_documents/the_transform_command.html.es
655
Amaya/doc/html/using_graphics/resizing_graphics.html.de
655
%%DATADIR%%/doc/html/editing_documents/the_transform_command.html.ru
656
Amaya/doc/html/using_graphics/resizing_graphics.html.es
656
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/about_standard_multikey_support.html
657
Amaya/doc/html/using_graphics/working_with_graphics.html
657
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/about_standard_multikey_support.html.de
658
Amaya/doc/html/using_graphics/working_with_graphics.html.de
658
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/about_standard_multikey_support.html.es
659
Amaya/doc/html/using_graphics/working_with_graphics.html.es
659
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/about_standard_multikey_support.html.ru
660
Amaya/doc/html/using_image_maps/about_alternative_text_and_long_descriptions.html
660
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/about_white_space_handling.html
661
Amaya/doc/html/using_image_maps/about_alternative_text_and_long_descriptions.html.de
661
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/about_white_space_handling.html.de
662
Amaya/doc/html/using_image_maps/about_alternative_text_and_long_descriptions.html.es
662
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/about_white_space_handling.html.es
663
Amaya/doc/html/using_image_maps/adding_an_image.html
663
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/about_white_space_handling.html.ru
664
Amaya/doc/html/using_image_maps/adding_an_image.html.de
664
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/entering_ISOLatin1_characters_in_amaya.html
665
Amaya/doc/html/using_image_maps/adding_an_image.html.es
665
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/entering_ISOLatin1_characters_in_amaya.html.de
666
Amaya/doc/html/using_image_maps/creating_clientside_image_maps.html
666
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/entering_ISOLatin1_characters_in_amaya.html.es
667
Amaya/doc/html/using_image_maps/creating_clientside_image_maps.html.de
667
%%DATADIR%%/doc/html/editing_iso-latin-1_characters/entering_ISOLatin1_characters_in_amaya.html.ru
668
Amaya/doc/html/using_image_maps/creating_clientside_image_maps.html.es
668
%%DATADIR%%/doc/html/editing_mathematics/about_entering_math_characters.html
669
Amaya/doc/html/using_image_maps/moving_image_map_areas.html
669
%%DATADIR%%/doc/html/editing_mathematics/about_entering_math_characters.html.de
670
Amaya/doc/html/using_image_maps/moving_image_map_areas.html.de
670
%%DATADIR%%/doc/html/editing_mathematics/about_entering_math_characters.html.es
671
Amaya/doc/html/using_image_maps/moving_image_map_areas.html.es
671
%%DATADIR%%/doc/html/editing_mathematics/about_entering_math_characters.html.ru
672
Amaya/doc/html/using_image_maps/resizing_image_map_areas.html
672
%%DATADIR%%/doc/html/editing_mathematics/about_entering_math_constructs_using_the_keyboard.html
673
Amaya/doc/html/using_image_maps/resizing_image_map_areas.html.de
673
%%DATADIR%%/doc/html/editing_mathematics/about_entering_math_constructs_using_the_keyboard.html.de
674
Amaya/doc/html/using_image_maps/resizing_image_map_areas.html.es
674
%%DATADIR%%/doc/html/editing_mathematics/about_entering_math_constructs_using_the_keyboard.html.es
675
Amaya/doc/html/using_image_maps/using_clientside_image_maps.html
675
%%DATADIR%%/doc/html/editing_mathematics/about_entering_math_constructs_using_the_keyboard.html.ru
676
Amaya/doc/html/using_image_maps/using_clientside_image_maps.html.de
676
%%DATADIR%%/doc/html/editing_mathematics/about_linking_in_mathml.html
677
Amaya/doc/html/using_image_maps/using_clientside_image_maps.html.es
677
%%DATADIR%%/doc/html/editing_mathematics/about_linking_in_mathml.html.de
678
Amaya/doc/html/using_image_maps/working_with_image_maps.html
678
%%DATADIR%%/doc/html/editing_mathematics/about_linking_in_mathml.html.es
679
Amaya/doc/html/using_image_maps/working_with_image_maps.html.de
679
%%DATADIR%%/doc/html/editing_mathematics/about_linking_in_mathml.html.ru
680
Amaya/doc/html/using_image_maps/working_with_image_maps.html.es
680
%%DATADIR%%/doc/html/editing_mathematics/editing_math_expressions.html
681
Amaya/doc/html/using_the_makebook_function/assembling_large_document_collections.html
681
%%DATADIR%%/doc/html/editing_mathematics/editing_math_expressions.html.de
682
Amaya/doc/html/using_the_makebook_function/assembling_large_document_collections.html.de
682
%%DATADIR%%/doc/html/editing_mathematics/editing_math_expressions.html.es
683
Amaya/doc/html/using_the_makebook_function/assembling_large_document_collections.html.es
683
%%DATADIR%%/doc/html/editing_mathematics/editing_math_expressions.html.ru
684
Amaya/doc/html/using_xml/editing_xml_document.html
684
%%DATADIR%%/doc/html/editing_mathematics/math_issues.html
685
Amaya/doc/html/using_xml/editing_xml_document.html.de
685
%%DATADIR%%/doc/html/editing_mathematics/math_issues.html.de
686
Amaya/doc/html/using_xml/editing_xml_document.html.es
686
%%DATADIR%%/doc/html/editing_mathematics/math_issues.html.es
687
Amaya/doc/html/using_xml/loading_xml_document.html
687
%%DATADIR%%/doc/html/editing_mathematics/math_issues.html.ru
688
Amaya/doc/html/using_xml/loading_xml_document.html.de
688
%%DATADIR%%/doc/html/editing_mathematics/the_math_palette_and_the_types.html
689
Amaya/doc/html/using_xml/loading_xml_document.html.es
689
%%DATADIR%%/doc/html/editing_mathematics/the_math_palette_and_the_types.html.de
690
Amaya/doc/html/using_xml/xml_using_style.html
690
%%DATADIR%%/doc/html/editing_mathematics/the_math_palette_and_the_types.html.es
691
Amaya/doc/html/using_xml/xml_using_style.html.de
691
%%DATADIR%%/doc/html/editing_mathematics/the_math_palette_and_the_types.html.ru
692
Amaya/doc/html/using_xml/xml_using_style.html.es
692
%%DATADIR%%/doc/html/editing_mathematics/viewing_structure_in_mathml.html
693
Amaya/doc/html/viewing/about_synchronized_views.html
693
%%DATADIR%%/doc/html/editing_mathematics/viewing_structure_in_mathml.html.de
694
Amaya/doc/html/viewing/about_synchronized_views.html.de
694
%%DATADIR%%/doc/html/editing_mathematics/viewing_structure_in_mathml.html.es
695
Amaya/doc/html/viewing/about_synchronized_views.html.es
695
%%DATADIR%%/doc/html/editing_mathematics/viewing_structure_in_mathml.html.ru
696
Amaya/doc/html/viewing/closing_a_view.html
696
%%DATADIR%%/doc/html/editing_mathematics/working_with_math_expressions.html
697
Amaya/doc/html/viewing/closing_a_view.html.de
697
%%DATADIR%%/doc/html/editing_mathematics/working_with_math_expressions.html.de
698
Amaya/doc/html/viewing/closing_a_view.html.es
698
%%DATADIR%%/doc/html/editing_mathematics/working_with_math_expressions.html.es
699
Amaya/doc/html/viewing/opening_a_view.html
699
%%DATADIR%%/doc/html/editing_mathematics/working_with_math_expressions.html.ru
700
Amaya/doc/html/viewing/opening_a_view.html.de
700
%%DATADIR%%/doc/html/editing_tables/add_column.html
701
Amaya/doc/html/viewing/opening_a_view.html.es
701
%%DATADIR%%/doc/html/editing_tables/add_column.html.de
702
Amaya/doc/html/viewing/working_with_document_views.html
702
%%DATADIR%%/doc/html/editing_tables/add_column.html.es
703
Amaya/doc/html/viewing/working_with_document_views.html.de
703
%%DATADIR%%/doc/html/editing_tables/add_column.html.ru
704
Amaya/doc/html/viewing/working_with_document_views.html.es
704
%%DATADIR%%/doc/html/editing_tables/add_row.html
705
Amaya/doc/images/Back.gif
705
%%DATADIR%%/doc/html/editing_tables/add_row.html.de
706
Amaya/doc/images/Browser.gif
706
%%DATADIR%%/doc/html/editing_tables/add_row.html.es
707
Amaya/doc/images/BrowsingMenu-fr.gif
707
%%DATADIR%%/doc/html/editing_tables/add_row.html.ru
708
Amaya/doc/images/CacheMenu-fr.gif
708
%%DATADIR%%/doc/html/editing_tables/add_tbody.html
709
Amaya/doc/images/CacheMenu.gif
709
%%DATADIR%%/doc/html/editing_tables/add_tbody.html.de
710
Amaya/doc/images/ColorMenu-de.gif
710
%%DATADIR%%/doc/html/editing_tables/add_tbody.html.es
711
Amaya/doc/images/ColorMenu-fr.gif
711
%%DATADIR%%/doc/html/editing_tables/add_tbody.html.ru
712
Amaya/doc/images/ColorMenu.gif
712
%%DATADIR%%/doc/html/editing_tables/create_table.html
713
Amaya/doc/images/CooperationMenu.gif
713
%%DATADIR%%/doc/html/editing_tables/create_table.html.de
714
Amaya/doc/images/CooperationPreferences.gif
714
%%DATADIR%%/doc/html/editing_tables/create_table.html.es
715
Amaya/doc/images/DL.gif
715
%%DATADIR%%/doc/html/editing_tables/create_table.html.ru
716
Amaya/doc/images/Editor.gif
716
%%DATADIR%%/doc/html/editing_tables/remove_column.html
717
Amaya/doc/images/Em.gif
717
%%DATADIR%%/doc/html/editing_tables/remove_column.html.de
718
Amaya/doc/images/Forward.gif
718
%%DATADIR%%/doc/html/editing_tables/remove_column.html.es
719
Amaya/doc/images/GeneralMenu-fr.gif
719
%%DATADIR%%/doc/html/editing_tables/remove_column.html.ru
720
Amaya/doc/images/GeomMenu-fr.gif
720
%%DATADIR%%/doc/html/editing_tables/working_with_tables.html
721
Amaya/doc/images/GeomMenu.gif
721
%%DATADIR%%/doc/html/editing_tables/working_with_tables.html.de
722
Amaya/doc/images/Graph.gif
722
%%DATADIR%%/doc/html/editing_tables/working_with_tables.html.es
723
Amaya/doc/images/H1.gif
723
%%DATADIR%%/doc/html/editing_tables/working_with_tables.html.ru
724
Amaya/doc/images/H2.gif
724
%%DATADIR%%/doc/html/elements/buttons_and_types_menu.html
725
Amaya/doc/images/H3.gif
725
%%DATADIR%%/doc/html/elements/buttons_and_types_menu.html.de
726
Amaya/doc/images/IDMenu.png
726
%%DATADIR%%/doc/html/elements/buttons_and_types_menu.html.es
727
Amaya/doc/images/Image.gif
727
%%DATADIR%%/doc/html/elements/buttons_and_types_menu.html.ru
728
Amaya/doc/images/Langue.png
728
%%DATADIR%%/doc/html/elements/changing_the_document_title.html
729
Amaya/doc/images/LangueNegotiation-fr.gif
729
%%DATADIR%%/doc/html/elements/changing_the_document_title.html.de
730
Amaya/doc/images/LangueNegotiation.gif
730
%%DATADIR%%/doc/html/elements/changing_the_document_title.html.es
731
Amaya/doc/images/LibraryDocDefaultStyle.gif
731
%%DATADIR%%/doc/html/elements/changing_the_document_title.html.ru
732
Amaya/doc/images/Link.gif
732
%%DATADIR%%/doc/html/elements/creating_nested_structures.html
733
Amaya/doc/images/Math.gif
733
%%DATADIR%%/doc/html/elements/creating_nested_structures.html.de
734
Amaya/doc/images/MathSymbols-de.png
734
%%DATADIR%%/doc/html/elements/creating_nested_structures.html.es
735
Amaya/doc/images/NoLibraryDocStyle.gif
735
%%DATADIR%%/doc/html/elements/creating_nested_structures.html.ru
736
Amaya/doc/images/NumList.gif
736
%%DATADIR%%/doc/html/elements/exiting_anchors.html
737
Amaya/doc/images/OList.gif
737
%%DATADIR%%/doc/html/elements/exiting_anchors.html.de
738
Amaya/doc/images/Print.gif
738
%%DATADIR%%/doc/html/elements/exiting_anchors.html.es
739
Amaya/doc/images/ProfilesMenu-fr.gif
739
%%DATADIR%%/doc/html/elements/exiting_anchors.html.ru
740
Amaya/doc/images/ProfilesMenu.gif
740
%%DATADIR%%/doc/html/elements/the_enter_key.html
741
Amaya/doc/images/ProxyMenu-fr.gif
741
%%DATADIR%%/doc/html/elements/the_enter_key.html.de
742
Amaya/doc/images/ProxyMenu.gif
742
%%DATADIR%%/doc/html/elements/the_enter_key.html.es
743
Amaya/doc/images/PublishMenu-fr.gif
743
%%DATADIR%%/doc/html/elements/the_enter_key.html.ru
744
Amaya/doc/images/PublishMenu.gif
744
%%DATADIR%%/doc/html/elements/the_structure_menu.html
745
Amaya/doc/images/Reload.gif
745
%%DATADIR%%/doc/html/elements/the_structure_menu.html.de
746
Amaya/doc/images/Reload.png
746
%%DATADIR%%/doc/html/elements/the_structure_menu.html.es
747
Amaya/doc/images/SVGLibrary.gif
747
%%DATADIR%%/doc/html/elements/the_structure_menu.html.ru
748
Amaya/doc/images/SaveAs-fr.gif
748
%%DATADIR%%/doc/html/index.css
749
Amaya/doc/images/SaveAs.gif
749
%%DATADIR%%/doc/html/linking/changing_a_link.html
750
Amaya/doc/images/Strong.gif
750
%%DATADIR%%/doc/html/linking/changing_a_link.html.de
751
Amaya/doc/images/TemplatesMenu-fr.gif
751
%%DATADIR%%/doc/html/linking/changing_a_link.html.es
752
Amaya/doc/images/TemplatesMenu.gif
752
%%DATADIR%%/doc/html/linking/changing_a_link.html.ru
753
Amaya/doc/images/View.png
753
%%DATADIR%%/doc/html/linking/creating_a_target_anchor.html
754
Amaya/doc/images/align-de.png
754
%%DATADIR%%/doc/html/linking/creating_a_target_anchor.html.de
755
Amaya/doc/images/alternateview-de.jpg
755
%%DATADIR%%/doc/html/linking/creating_a_target_anchor.html.es
756
Amaya/doc/images/alternateview.jpg
756
%%DATADIR%%/doc/html/linking/creating_a_target_anchor.html.ru
757
Amaya/doc/images/amaya.gif
757
%%DATADIR%%/doc/html/linking/creating_a_target_element.html
758
Amaya/doc/images/anim.gif
758
%%DATADIR%%/doc/html/linking/creating_a_target_element.html.de
759
Amaya/doc/images/annot.png
759
%%DATADIR%%/doc/html/linking/creating_a_target_element.html.es
760
Amaya/doc/images/annotationicon-de.png
760
%%DATADIR%%/doc/html/linking/creating_a_target_element.html.ru
761
Amaya/doc/images/annotationicon-es.png
761
%%DATADIR%%/doc/html/linking/creating_an_external_link.html
762
Amaya/doc/images/annotationicon.png
762
%%DATADIR%%/doc/html/linking/creating_an_external_link.html.de
763
Amaya/doc/images/annotationsmenu-de.png
763
%%DATADIR%%/doc/html/linking/creating_an_external_link.html.es
764
Amaya/doc/images/annotationsmenu-es.png
764
%%DATADIR%%/doc/html/linking/creating_an_external_link.html.ru
765
Amaya/doc/images/annotationsmenu-fr.png
765
%%DATADIR%%/doc/html/linking/creating_an_internal_link.html
766
Amaya/doc/images/annotationsmenu.png
766
%%DATADIR%%/doc/html/linking/creating_an_internal_link.html.de
767
Amaya/doc/images/annotationwindow-de.png
767
%%DATADIR%%/doc/html/linking/creating_an_internal_link.html.es
768
Amaya/doc/images/annotationwindow-es.png
768
%%DATADIR%%/doc/html/linking/creating_an_internal_link.html.ru
769
Amaya/doc/images/annotationwindow.png
769
%%DATADIR%%/doc/html/linking/removing_a_link_or_a_target_anchor.html
770
Amaya/doc/images/annotorp.png
770
%%DATADIR%%/doc/html/linking/removing_a_link_or_a_target_anchor.html.de
771
Amaya/doc/images/background-de.png
771
%%DATADIR%%/doc/html/linking/removing_a_link_or_a_target_anchor.html.es
772
Amaya/doc/images/bmbprop.png
772
%%DATADIR%%/doc/html/linking/removing_a_link_or_a_target_anchor.html.ru
773
Amaya/doc/images/bmmenu.png
773
%%DATADIR%%/doc/html/printing/about_controlling_printing_with_css.html
774
Amaya/doc/images/bmtprop.png
774
%%DATADIR%%/doc/html/printing/about_controlling_printing_with_css.html.de
775
Amaya/doc/images/bmview1.png
775
%%DATADIR%%/doc/html/printing/about_controlling_printing_with_css.html.es
776
Amaya/doc/images/bmview2.png
776
%%DATADIR%%/doc/html/printing/about_controlling_printing_with_css.html.ru
777
Amaya/doc/images/browser_preferences-de.png
777
%%DATADIR%%/doc/html/printing/print_command.html
778
Amaya/doc/images/browsing_preferences-es.png
778
%%DATADIR%%/doc/html/printing/print_command.html.de
779
Amaya/doc/images/browsing_preferences.png
779
%%DATADIR%%/doc/html/printing/print_command.html.es
780
Amaya/doc/images/cache_preferences-de.png
780
%%DATADIR%%/doc/html/printing/print_command.html.ru
781
Amaya/doc/images/cache_preferences-es.png
781
%%DATADIR%%/doc/html/printing/printing_documents.html
782
Amaya/doc/images/cache_preferences.png
782
%%DATADIR%%/doc/html/printing/printing_documents.html.de
783
Amaya/doc/images/check.gif
783
%%DATADIR%%/doc/html/printing/printing_documents.html.es
784
Amaya/doc/images/closed.png
784
%%DATADIR%%/doc/html/printing/printing_documents.html.ru
785
Amaya/doc/images/code.gif
785
%%DATADIR%%/doc/html/printing/unix_platforms.html
786
Amaya/doc/images/color-de.png
786
%%DATADIR%%/doc/html/printing/unix_platforms.html.de
787
Amaya/doc/images/color_preferences-de.png
787
%%DATADIR%%/doc/html/printing/unix_platforms.html.es
788
Amaya/doc/images/color_preferences-es.png
788
%%DATADIR%%/doc/html/printing/unix_platforms.html.ru
789
Amaya/doc/images/color_preferences.png
789
%%DATADIR%%/doc/html/printing/using_the_setup_and_print_command.html
790
Amaya/doc/images/configuration_for_annotations-de.png
790
%%DATADIR%%/doc/html/printing/using_the_setup_and_print_command.html.de
791
Amaya/doc/images/configuration_for_annotations-es.png
791
%%DATADIR%%/doc/html/printing/using_the_setup_and_print_command.html.es
792
Amaya/doc/images/configuration_for_annotations.png
792
%%DATADIR%%/doc/html/printing/using_the_setup_and_print_command.html.ru
793
Amaya/doc/images/configurebox-fr.png
793
%%DATADIR%%/doc/html/printing/windows_platforms.html
794
Amaya/doc/images/configurebox.png
794
%%DATADIR%%/doc/html/printing/windows_platforms.html.de
795
Amaya/doc/images/createRule-de.png
795
%%DATADIR%%/doc/html/printing/windows_platforms.html.es
796
Amaya/doc/images/create_image-fr.png
796
%%DATADIR%%/doc/html/printing/windows_platforms.html.ru
797
Amaya/doc/images/create_link-fr.png
797
%%DATADIR%%/doc/html/saving_and_publishing_documents/about_saving_in_html.html
798
Amaya/doc/images/create_table-fr.png
798
%%DATADIR%%/doc/html/saving_and_publishing_documents/about_saving_in_html.html.de
799
Amaya/doc/images/css-fr.gif
799
%%DATADIR%%/doc/html/saving_and_publishing_documents/about_saving_in_html.html.es
800
Amaya/doc/images/css.gif
800
%%DATADIR%%/doc/html/saving_and_publishing_documents/about_saving_in_html.html.ru
801
Amaya/doc/images/dialog_save_as-de.png
801
%%DATADIR%%/doc/html/saving_and_publishing_documents/saving_and_publishing_documents.html
802
Amaya/doc/images/doc48x.gif
802
%%DATADIR%%/doc/html/saving_and_publishing_documents/saving_and_publishing_documents.html.de
803
Amaya/doc/images/enrichissement_lib.png
803
%%DATADIR%%/doc/html/saving_and_publishing_documents/saving_and_publishing_documents.html.es
804
Amaya/doc/images/find.gif
804
%%DATADIR%%/doc/html/saving_and_publishing_documents/saving_and_publishing_documents.html.ru
805
Amaya/doc/images/floppy.gif
805
%%DATADIR%%/doc/html/saving_and_publishing_documents/saving_documents_as_text.html
806
Amaya/doc/images/font-de.png
806
%%DATADIR%%/doc/html/saving_and_publishing_documents/saving_documents_as_text.html.de
807
Amaya/doc/images/formattedview-de.jpg
807
%%DATADIR%%/doc/html/saving_and_publishing_documents/saving_documents_as_text.html.es
808
Amaya/doc/images/formattedview.jpg
808
%%DATADIR%%/doc/html/saving_and_publishing_documents/saving_documents_as_text.html.ru
809
Amaya/doc/images/general_preferences-de.png
809
%%DATADIR%%/doc/html/saving_and_publishing_documents/the_save_command.html
810
Amaya/doc/images/general_preferences-es.png
810
%%DATADIR%%/doc/html/saving_and_publishing_documents/the_save_command.html.de
811
Amaya/doc/images/general_preferences.png
811
%%DATADIR%%/doc/html/saving_and_publishing_documents/the_save_command.html.es
812
Amaya/doc/images/geometry_preferences-de.png
812
%%DATADIR%%/doc/html/saving_and_publishing_documents/the_save_command.html.ru
813
Amaya/doc/images/geometry_preferences-es.png
813
%%DATADIR%%/doc/html/saving_and_publishing_documents/the_saveas_command.html
814
Amaya/doc/images/geometry_preferences.png
814
%%DATADIR%%/doc/html/saving_and_publishing_documents/the_saveas_command.html.de
815
Amaya/doc/images/graphics_palette-de.png
815
%%DATADIR%%/doc/html/saving_and_publishing_documents/the_saveas_command.html.es
816
Amaya/doc/images/home.gif
816
%%DATADIR%%/doc/html/saving_and_publishing_documents/the_saveas_command.html.ru
817
Amaya/doc/images/image_button.gif
817
%%DATADIR%%/doc/html/searching_and_replacing_text/searching_and_replacing_text.html
818
Amaya/doc/images/invalid_profile-fr.png
818
%%DATADIR%%/doc/html/searching_and_replacing_text/searching_and_replacing_text.html.de
819
Amaya/doc/images/language_negotiation-de.png
819
%%DATADIR%%/doc/html/searching_and_replacing_text/searching_and_replacing_text.html.es
820
Amaya/doc/images/language_negotiation-es.png
820
%%DATADIR%%/doc/html/searching_and_replacing_text/searching_and_replacing_text.html.ru
821
Amaya/doc/images/language_negotiation.png
821
%%DATADIR%%/doc/html/selecting/selecting_by_structure.html
822
Amaya/doc/images/left.gif
822
%%DATADIR%%/doc/html/selecting/selecting_by_structure.html.de
823
Amaya/doc/images/libsvg.gif
823
%%DATADIR%%/doc/html/selecting/selecting_by_structure.html.es
824
Amaya/doc/images/linksview-de.jpg
824
%%DATADIR%%/doc/html/selecting/selecting_by_structure.html.ru
825
Amaya/doc/images/linksview.jpg
825
%%DATADIR%%/doc/html/selecting/selecting_images.html
826
Amaya/doc/images/linkwindow.png
826
%%DATADIR%%/doc/html/selecting/selecting_images.html.de
827
Amaya/doc/images/localfilter-es.png
827
%%DATADIR%%/doc/html/selecting/selecting_images.html.es
828
Amaya/doc/images/localfilter.png
828
%%DATADIR%%/doc/html/selecting/selecting_images.html.ru
829
Amaya/doc/images/math_palette-de.png
829
%%DATADIR%%/doc/html/selecting/selecting_with_keyboard_and_mouse.html
830
Amaya/doc/images/not_well_formed-fr.png
830
%%DATADIR%%/doc/html/selecting/selecting_with_keyboard_and_mouse.html.de
831
Amaya/doc/images/open.png
831
%%DATADIR%%/doc/html/selecting/selecting_with_keyboard_and_mouse.html.es
832
Amaya/doc/images/printoptions_w32-de.png
832
%%DATADIR%%/doc/html/selecting/selecting_with_keyboard_and_mouse.html.ru
833
Amaya/doc/images/profiles_preferences-de.png
833
%%DATADIR%%/doc/html/spell_checking/spell_checking.html
834
Amaya/doc/images/profiles_preferences-es.png
834
%%DATADIR%%/doc/html/spell_checking/spell_checking.html.de
835
Amaya/doc/images/profiles_preferences.png
835
%%DATADIR%%/doc/html/spell_checking/spell_checking.html.es
836
Amaya/doc/images/proxy_preferences-de.png
836
%%DATADIR%%/doc/html/spell_checking/spell_checking.html.ru
837
Amaya/doc/images/proxy_preferences-es.png
837
%%DATADIR%%/doc/html/style.css
838
Amaya/doc/images/proxy_preferences.png
838
%%DATADIR%%/doc/html/style_sheets/about_applying_style_using_html_elements.html
839
Amaya/doc/images/publishing_preferences-de.png
839
%%DATADIR%%/doc/html/style_sheets/about_applying_style_using_html_elements.html.de
840
Amaya/doc/images/publishing_preferences-es.png
840
%%DATADIR%%/doc/html/style_sheets/about_applying_style_using_html_elements.html.es
841
Amaya/doc/images/publishing_preferences.png
841
%%DATADIR%%/doc/html/style_sheets/about_applying_style_using_html_elements.html.ru
842
Amaya/doc/images/put.gif
842
%%DATADIR%%/doc/html/style_sheets/about_linking_external_and_user_style_sheets.html
843
Amaya/doc/images/right.gif
843
%%DATADIR%%/doc/html/style_sheets/about_linking_external_and_user_style_sheets.html.de
844
Amaya/doc/images/scenario_graphique.png
844
%%DATADIR%%/doc/html/style_sheets/about_linking_external_and_user_style_sheets.html.es
845
Amaya/doc/images/search_and_replace-de.png
845
%%DATADIR%%/doc/html/style_sheets/about_linking_external_and_user_style_sheets.html.ru
846
Amaya/doc/images/search_and_replace-fr.png
846
%%DATADIR%%/doc/html/style_sheets/creating_and_updating_a_style_attribute.html
847
Amaya/doc/images/sourceview-de.jpg
847
%%DATADIR%%/doc/html/style_sheets/creating_and_updating_a_style_attribute.html.de
848
Amaya/doc/images/sourceview.jpg
848
%%DATADIR%%/doc/html/style_sheets/creating_and_updating_a_style_attribute.html.es
849
Amaya/doc/images/spellchecking-de.png
849
%%DATADIR%%/doc/html/style_sheets/creating_and_updating_a_style_attribute.html.ru
850
Amaya/doc/images/spellchecking-fr.png
850
%%DATADIR%%/doc/html/style_sheets/creating_generic_style_for_an_element_or_a_class.html
851
Amaya/doc/images/stop.gif
851
%%DATADIR%%/doc/html/style_sheets/creating_generic_style_for_an_element_or_a_class.html.de
852
Amaya/doc/images/structureview-de.jpg
852
%%DATADIR%%/doc/html/style_sheets/creating_generic_style_for_an_element_or_a_class.html.es
853
Amaya/doc/images/structureview.jpg
853
%%DATADIR%%/doc/html/style_sheets/creating_generic_style_for_an_element_or_a_class.html.ru
854
Amaya/doc/images/table.gif
854
%%DATADIR%%/doc/html/style_sheets/creating_html_style_elements.html
855
Amaya/doc/images/target.gif
855
%%DATADIR%%/doc/html/style_sheets/creating_html_style_elements.html.de
856
Amaya/doc/images/templates_preferences-de.png
856
%%DATADIR%%/doc/html/style_sheets/creating_html_style_elements.html.es
857
Amaya/doc/images/templates_preferences-es.png
857
%%DATADIR%%/doc/html/style_sheets/creating_html_style_elements.html.ru
858
Amaya/doc/images/templates_preferences.png
858
%%DATADIR%%/doc/html/style_sheets/handling_external_css.html
859
Amaya/doc/images/threads-de.png
859
%%DATADIR%%/doc/html/style_sheets/handling_external_css.html.de
860
Amaya/doc/images/threads.png
860
%%DATADIR%%/doc/html/style_sheets/handling_external_css.html.es
861
Amaya/doc/images/tocview-de.jpg
861
%%DATADIR%%/doc/html/style_sheets/handling_external_css.html.ru
862
Amaya/doc/images/tocview.jpg
862
%%DATADIR%%/doc/html/style_sheets/removing_style.html
863
Amaya/doc/images/up.gif
863
%%DATADIR%%/doc/html/style_sheets/removing_style.html.de
864
Amaya/doc/images/w3c_home
864
%%DATADIR%%/doc/html/style_sheets/removing_style.html.es
865
Amaya/fonts/Families.list
865
%%DATADIR%%/doc/html/style_sheets/removing_style.html.ru
866
Amaya/fonts/fonts.dir
866
%%DATADIR%%/doc/html/style_sheets/working_with_styles.html
867
Amaya/fonts/icones.ff
867
%%DATADIR%%/doc/html/style_sheets/working_with_styles.html.de
868
Amaya/fonts/icones.pcf
868
%%DATADIR%%/doc/html/style_sheets/working_with_styles.html.es
869
Amaya/fonts/icones1.fb
869
%%DATADIR%%/doc/html/style_sheets/working_with_styles.html.ru
870
Amaya/fonts/icones11.fb
870
%%DATADIR%%/doc/html/tans_annot.html.de
871
Amaya/resources/xrc/InitConfirmDlgWX.xrc
871
%%DATADIR%%/doc/html/timeline_help.html
872
@dirrm Amaya/resources/xrc
872
%%DATADIR%%/doc/html/translate.html.ru
873
@dirrm Amaya/resources
873
%%DATADIR%%/doc/html/using_graphics/AddSVGLib.html
874
@dirrm Amaya/fonts
874
%%DATADIR%%/doc/html/using_graphics/AddSVGLib.html.de
875
@dirrm Amaya/doc/images
875
%%DATADIR%%/doc/html/using_graphics/AddSVGLib.html.es
876
@dirrm Amaya/doc/html/viewing
876
%%DATADIR%%/doc/html/using_graphics/AddSVGLib.html.ru
877
@dirrm Amaya/doc/html/using_xml
877
%%DATADIR%%/doc/html/using_graphics/Animation.html
878
@dirrm Amaya/doc/html/using_the_makebook_function
878
%%DATADIR%%/doc/html/using_graphics/Animation.html.de
879
@dirrm Amaya/doc/html/using_image_maps
879
%%DATADIR%%/doc/html/using_graphics/Animation.html.es
880
@dirrm Amaya/doc/html/using_graphics
880
%%DATADIR%%/doc/html/using_graphics/Animation.html.ru
881
@dirrm Amaya/doc/html/style_sheets
881
%%DATADIR%%/doc/html/using_graphics/ChangeSVGLibPresentation.html
882
@dirrm Amaya/doc/html/spell_checking
882
%%DATADIR%%/doc/html/using_graphics/ChangeSVGLibPresentation.html.de
883
@dirrm Amaya/doc/html/selecting
883
%%DATADIR%%/doc/html/using_graphics/ChangeSVGLibPresentation.html.es
884
@dirrm Amaya/doc/html/searching_and_replacing_text
884
%%DATADIR%%/doc/html/using_graphics/ChangeSVGLibPresentation.html.ru
885
@dirrm Amaya/doc/html/saving_and_publishing_documents
885
%%DATADIR%%/doc/html/using_graphics/SVGLibrary.html
886
@dirrm Amaya/doc/html/printing
886
%%DATADIR%%/doc/html/using_graphics/SVGLibrary.html.de
887
@dirrm Amaya/doc/html/numbering_sections
887
%%DATADIR%%/doc/html/using_graphics/SVGLibrary.html.es
888
@dirrm Amaya/doc/html/linking
888
%%DATADIR%%/doc/html/using_graphics/SVGLibrary.html.ru
889
@dirrm Amaya/doc/html/elements
889
%%DATADIR%%/doc/html/using_graphics/UseSVGLib.html
890
@dirrm Amaya/doc/html/editing_tables
890
%%DATADIR%%/doc/html/using_graphics/UseSVGLib.html.de
891
@dirrm Amaya/doc/html/editing_mathematics
891
%%DATADIR%%/doc/html/using_graphics/UseSVGLib.html.es
892
@dirrm Amaya/doc/html/editing_iso-latin-1_characters
892
%%DATADIR%%/doc/html/using_graphics/UseSVGLib.html.ru
893
@dirrm Amaya/doc/html/editing_documents
893
%%DATADIR%%/doc/html/using_graphics/creating_graphics_with_the_palette.html
894
@dirrm Amaya/doc/html/editing_attributes
894
%%DATADIR%%/doc/html/using_graphics/creating_graphics_with_the_palette.html.de
895
@dirrm Amaya/doc/html/configuring_amaya
895
%%DATADIR%%/doc/html/using_graphics/creating_graphics_with_the_palette.html.es
896
@dirrm Amaya/doc/html/browsing
896
%%DATADIR%%/doc/html/using_graphics/creating_graphics_with_the_palette.html.ru
897
@dirrm Amaya/doc/html/attaching_annotations
897
%%DATADIR%%/doc/html/using_graphics/moving_graphics.html
898
@dirrm Amaya/doc/html/accessibility_in_amaya
898
%%DATADIR%%/doc/html/using_graphics/moving_graphics.html.de
899
@dirrm Amaya/doc/html/HTML-elements
899
%%DATADIR%%/doc/html/using_graphics/moving_graphics.html.es
900
@dirrm Amaya/doc/html
900
%%DATADIR%%/doc/html/using_graphics/moving_graphics.html.ru
901
@dirrm Amaya/doc
901
%%DATADIR%%/doc/html/using_graphics/painting_graphics.html
902
@dirrm Amaya/dicopar
902
%%DATADIR%%/doc/html/using_graphics/painting_graphics.html.de
903
@dirrm Amaya/config/libconfig
903
%%DATADIR%%/doc/html/using_graphics/painting_graphics.html.es
904
@dirrm Amaya/config
904
%%DATADIR%%/doc/html/using_graphics/painting_graphics.html.ru
905
@dirrm Amaya/applis/bin
905
%%DATADIR%%/doc/html/using_graphics/resizing_graphics.html
906
@dirrm Amaya/applis
906
%%DATADIR%%/doc/html/using_graphics/resizing_graphics.html.de
907
@dirrm Amaya/annotlib
907
%%DATADIR%%/doc/html/using_graphics/resizing_graphics.html.es
908
@dirrm Amaya/amaya
908
%%DATADIR%%/doc/html/using_graphics/resizing_graphics.html.ru
909
@exec mkdir -p %D/Amaya/davlib
909
%%DATADIR%%/doc/html/using_graphics/working_with_graphics.html
910
@unexec rmdir %D/Amaya/davlib 2>/dev/null || true
910
%%DATADIR%%/doc/html/using_graphics/working_with_graphics.html.de
911
@unexec rmdir %D/Amaya 2>/dev/null || true
911
%%DATADIR%%/doc/html/using_graphics/working_with_graphics.html.es
912
%%DATADIR%%/doc/html/using_graphics/working_with_graphics.html.ru
913
%%DATADIR%%/doc/html/using_image_maps/about_alternative_text_and_long_descriptions.html
914
%%DATADIR%%/doc/html/using_image_maps/about_alternative_text_and_long_descriptions.html.de
915
%%DATADIR%%/doc/html/using_image_maps/about_alternative_text_and_long_descriptions.html.es
916
%%DATADIR%%/doc/html/using_image_maps/about_alternative_text_and_long_descriptions.html.ru
917
%%DATADIR%%/doc/html/using_image_maps/adding_an_image.html
918
%%DATADIR%%/doc/html/using_image_maps/adding_an_image.html.de
919
%%DATADIR%%/doc/html/using_image_maps/adding_an_image.html.es
920
%%DATADIR%%/doc/html/using_image_maps/adding_an_image.html.ru
921
%%DATADIR%%/doc/html/using_image_maps/creating_clientside_image_maps.html
922
%%DATADIR%%/doc/html/using_image_maps/creating_clientside_image_maps.html.de
923
%%DATADIR%%/doc/html/using_image_maps/creating_clientside_image_maps.html.es
924
%%DATADIR%%/doc/html/using_image_maps/creating_clientside_image_maps.html.ru
925
%%DATADIR%%/doc/html/using_image_maps/moving_image_map_areas.html
926
%%DATADIR%%/doc/html/using_image_maps/moving_image_map_areas.html.de
927
%%DATADIR%%/doc/html/using_image_maps/moving_image_map_areas.html.es
928
%%DATADIR%%/doc/html/using_image_maps/moving_image_map_areas.html.ru
929
%%DATADIR%%/doc/html/using_image_maps/resizing_image_map_areas.html
930
%%DATADIR%%/doc/html/using_image_maps/resizing_image_map_areas.html.de
931
%%DATADIR%%/doc/html/using_image_maps/resizing_image_map_areas.html.es
932
%%DATADIR%%/doc/html/using_image_maps/resizing_image_map_areas.html.ru
933
%%DATADIR%%/doc/html/using_image_maps/using_clientside_image_maps.html
934
%%DATADIR%%/doc/html/using_image_maps/using_clientside_image_maps.html.de
935
%%DATADIR%%/doc/html/using_image_maps/using_clientside_image_maps.html.es
936
%%DATADIR%%/doc/html/using_image_maps/using_clientside_image_maps.html.ru
937
%%DATADIR%%/doc/html/using_image_maps/working_with_image_maps.html
938
%%DATADIR%%/doc/html/using_image_maps/working_with_image_maps.html.de
939
%%DATADIR%%/doc/html/using_image_maps/working_with_image_maps.html.es
940
%%DATADIR%%/doc/html/using_image_maps/working_with_image_maps.html.ru
941
%%DATADIR%%/doc/html/using_the_makebook_function/assembling_large_document_collections.html
942
%%DATADIR%%/doc/html/using_the_makebook_function/assembling_large_document_collections.html.de
943
%%DATADIR%%/doc/html/using_the_makebook_function/assembling_large_document_collections.html.es
944
%%DATADIR%%/doc/html/using_the_makebook_function/assembling_large_document_collections.html.ru
945
%%DATADIR%%/doc/html/using_xml/editing_xml_document.html
946
%%DATADIR%%/doc/html/using_xml/editing_xml_document.html.de
947
%%DATADIR%%/doc/html/using_xml/editing_xml_document.html.es
948
%%DATADIR%%/doc/html/using_xml/editing_xml_document.html.ru
949
%%DATADIR%%/doc/html/using_xml/loading_xml_document.html
950
%%DATADIR%%/doc/html/using_xml/loading_xml_document.html.de
951
%%DATADIR%%/doc/html/using_xml/loading_xml_document.html.es
952
%%DATADIR%%/doc/html/using_xml/loading_xml_document.html.ru
953
%%DATADIR%%/doc/html/using_xml/xml_using_style.html
954
%%DATADIR%%/doc/html/using_xml/xml_using_style.html.de
955
%%DATADIR%%/doc/html/using_xml/xml_using_style.html.es
956
%%DATADIR%%/doc/html/using_xml/xml_using_style.html.ru
957
%%DATADIR%%/doc/html/viewing/about_synchronized_views.html
958
%%DATADIR%%/doc/html/viewing/about_synchronized_views.html.de
959
%%DATADIR%%/doc/html/viewing/about_synchronized_views.html.es
960
%%DATADIR%%/doc/html/viewing/about_synchronized_views.html.ru
961
%%DATADIR%%/doc/html/viewing/closing_a_view.html
962
%%DATADIR%%/doc/html/viewing/closing_a_view.html.de
963
%%DATADIR%%/doc/html/viewing/closing_a_view.html.es
964
%%DATADIR%%/doc/html/viewing/closing_a_view.html.ru
965
%%DATADIR%%/doc/html/viewing/opening_a_view.html
966
%%DATADIR%%/doc/html/viewing/opening_a_view.html.de
967
%%DATADIR%%/doc/html/viewing/opening_a_view.html.es
968
%%DATADIR%%/doc/html/viewing/opening_a_view.html.ru
969
%%DATADIR%%/doc/html/viewing/working_with_document_views.html
970
%%DATADIR%%/doc/html/viewing/working_with_document_views.html.de
971
%%DATADIR%%/doc/html/viewing/working_with_document_views.html.es
972
%%DATADIR%%/doc/html/viewing/working_with_document_views.html.ru
973
%%DATADIR%%/doc/images/Back.gif
974
%%DATADIR%%/doc/images/Browser.gif
975
%%DATADIR%%/doc/images/BrowsingMenu-fr.gif
976
%%DATADIR%%/doc/images/CacheMenu-fr.gif
977
%%DATADIR%%/doc/images/CacheMenu.gif
978
%%DATADIR%%/doc/images/ColorMenu-de.gif
979
%%DATADIR%%/doc/images/ColorMenu-fr.gif
980
%%DATADIR%%/doc/images/ColorMenu.gif
981
%%DATADIR%%/doc/images/CooperationMenu.gif
982
%%DATADIR%%/doc/images/CooperationPreferences.gif
983
%%DATADIR%%/doc/images/DL.gif
984
%%DATADIR%%/doc/images/Editor.gif
985
%%DATADIR%%/doc/images/Em.gif
986
%%DATADIR%%/doc/images/Forward.gif
987
%%DATADIR%%/doc/images/GeneralMenu-fr.gif
988
%%DATADIR%%/doc/images/GeomMenu-fr.gif
989
%%DATADIR%%/doc/images/GeomMenu.gif
990
%%DATADIR%%/doc/images/Graph.gif
991
%%DATADIR%%/doc/images/H1.gif
992
%%DATADIR%%/doc/images/H2.gif
993
%%DATADIR%%/doc/images/H3.gif
994
%%DATADIR%%/doc/images/IDMenu.png
995
%%DATADIR%%/doc/images/Image.gif
996
%%DATADIR%%/doc/images/Langue.png
997
%%DATADIR%%/doc/images/LangueNegotiation-fr.gif
998
%%DATADIR%%/doc/images/LangueNegotiation.gif
999
%%DATADIR%%/doc/images/LibraryDocDefaultStyle.gif
1000
%%DATADIR%%/doc/images/Link.gif
1001
%%DATADIR%%/doc/images/Math.gif
1002
%%DATADIR%%/doc/images/MathSymbols-de.png
1003
%%DATADIR%%/doc/images/NoLibraryDocStyle.gif
1004
%%DATADIR%%/doc/images/NumList.gif
1005
%%DATADIR%%/doc/images/OList.gif
1006
%%DATADIR%%/doc/images/Print.gif
1007
%%DATADIR%%/doc/images/ProfilesMenu-fr.gif
1008
%%DATADIR%%/doc/images/ProfilesMenu.gif
1009
%%DATADIR%%/doc/images/ProxyMenu-fr.gif
1010
%%DATADIR%%/doc/images/ProxyMenu.gif
1011
%%DATADIR%%/doc/images/PublishMenu-fr.gif
1012
%%DATADIR%%/doc/images/PublishMenu.gif
1013
%%DATADIR%%/doc/images/Reload.gif
1014
%%DATADIR%%/doc/images/Reload.png
1015
%%DATADIR%%/doc/images/SVGLibrary.gif
1016
%%DATADIR%%/doc/images/SaveAs-fr.gif
1017
%%DATADIR%%/doc/images/SaveAs.gif
1018
%%DATADIR%%/doc/images/Strong.gif
1019
%%DATADIR%%/doc/images/align-de.png
1020
%%DATADIR%%/doc/images/alternateview-de.jpg
1021
%%DATADIR%%/doc/images/alternateview.jpg
1022
%%DATADIR%%/doc/images/amaya.gif
1023
%%DATADIR%%/doc/images/anim.gif
1024
%%DATADIR%%/doc/images/annot.png
1025
%%DATADIR%%/doc/images/annotationicon-de.png
1026
%%DATADIR%%/doc/images/annotationicon-es.png
1027
%%DATADIR%%/doc/images/annotationicon.png
1028
%%DATADIR%%/doc/images/annotationsmenu-de.png
1029
%%DATADIR%%/doc/images/annotationsmenu-es.png
1030
%%DATADIR%%/doc/images/annotationsmenu-fr.png
1031
%%DATADIR%%/doc/images/annotationsmenu.png
1032
%%DATADIR%%/doc/images/annotationwindow-de.png
1033
%%DATADIR%%/doc/images/annotationwindow-es.png
1034
%%DATADIR%%/doc/images/annotationwindow.png
1035
%%DATADIR%%/doc/images/annotorp.png
1036
%%DATADIR%%/doc/images/background-de.png
1037
%%DATADIR%%/doc/images/bmbprop.png
1038
%%DATADIR%%/doc/images/bmmenu.png
1039
%%DATADIR%%/doc/images/bmtprop.png
1040
%%DATADIR%%/doc/images/bmview1.png
1041
%%DATADIR%%/doc/images/bmview2.png
1042
%%DATADIR%%/doc/images/check.gif
1043
%%DATADIR%%/doc/images/closed.png
1044
%%DATADIR%%/doc/images/code.gif
1045
%%DATADIR%%/doc/images/color-de.png
1046
%%DATADIR%%/doc/images/configuration_for_annotations-de.png
1047
%%DATADIR%%/doc/images/configuration_for_annotations-es.png
1048
%%DATADIR%%/doc/images/configuration_for_annotations.png
1049
%%DATADIR%%/doc/images/configurebox-fr.png
1050
%%DATADIR%%/doc/images/configurebox.png
1051
%%DATADIR%%/doc/images/createRule-de.png
1052
%%DATADIR%%/doc/images/create_image-fr.png
1053
%%DATADIR%%/doc/images/create_link-fr.png
1054
%%DATADIR%%/doc/images/create_table-fr.png
1055
%%DATADIR%%/doc/images/css-fr.gif
1056
%%DATADIR%%/doc/images/css.gif
1057
%%DATADIR%%/doc/images/dialog_save_as-de.png
1058
%%DATADIR%%/doc/images/doc48x.gif
1059
%%DATADIR%%/doc/images/enrichissement_lib.png
1060
%%DATADIR%%/doc/images/find.gif
1061
%%DATADIR%%/doc/images/floppy.gif
1062
%%DATADIR%%/doc/images/font-de.png
1063
%%DATADIR%%/doc/images/formattedview-de.jpg
1064
%%DATADIR%%/doc/images/formattedview.jpg
1065
%%DATADIR%%/doc/images/graphics_palette-de.png
1066
%%DATADIR%%/doc/images/home.gif
1067
%%DATADIR%%/doc/images/image_button.gif
1068
%%DATADIR%%/doc/images/invalid_profile-fr.png
1069
%%DATADIR%%/doc/images/language_negotiation-de.png
1070
%%DATADIR%%/doc/images/language_negotiation-es.png
1071
%%DATADIR%%/doc/images/language_negotiation.png
1072
%%DATADIR%%/doc/images/left.gif
1073
%%DATADIR%%/doc/images/libsvg.gif
1074
%%DATADIR%%/doc/images/linksview-de.jpg
1075
%%DATADIR%%/doc/images/linksview.jpg
1076
%%DATADIR%%/doc/images/linkwindow.png
1077
%%DATADIR%%/doc/images/localfilter-es.png
1078
%%DATADIR%%/doc/images/localfilter.png
1079
%%DATADIR%%/doc/images/math_palette-de.png
1080
%%DATADIR%%/doc/images/not_well_formed-fr.png
1081
%%DATADIR%%/doc/images/open.png
1082
%%DATADIR%%/doc/images/printoptions_w32-de.png
1083
%%DATADIR%%/doc/images/put.gif
1084
%%DATADIR%%/doc/images/right.gif
1085
%%DATADIR%%/doc/images/scenario_graphique.png
1086
%%DATADIR%%/doc/images/search_and_replace-de.png
1087
%%DATADIR%%/doc/images/search_and_replace-fr.png
1088
%%DATADIR%%/doc/images/sourceview-de.jpg
1089
%%DATADIR%%/doc/images/sourceview.jpg
1090
%%DATADIR%%/doc/images/spellchecking-de.png
1091
%%DATADIR%%/doc/images/spellchecking-fr.png
1092
%%DATADIR%%/doc/images/stop.gif
1093
%%DATADIR%%/doc/images/structureview-de.jpg
1094
%%DATADIR%%/doc/images/structureview.jpg
1095
%%DATADIR%%/doc/images/table.gif
1096
%%DATADIR%%/doc/images/target.gif
1097
%%DATADIR%%/doc/images/threads-de.png
1098
%%DATADIR%%/doc/images/threads.png
1099
%%DATADIR%%/doc/images/timeline_view.png
1100
%%DATADIR%%/doc/images/tocview-de.jpg
1101
%%DATADIR%%/doc/images/tocview.jpg
1102
%%DATADIR%%/doc/images/up.gif
1103
%%DATADIR%%/doc/images/w3c_home
1104
%%DATADIR%%/fonts/ESSTIX10.TTF
1105
%%DATADIR%%/fonts/ESSTIX11.TTF
1106
%%DATADIR%%/fonts/ESSTIX12.TTF
1107
%%DATADIR%%/fonts/ESSTIX13.TTF
1108
%%DATADIR%%/fonts/ESSTIX14.TTF
1109
%%DATADIR%%/fonts/ESSTIX15.TTF
1110
%%DATADIR%%/fonts/ESSTIX16.TTF
1111
%%DATADIR%%/fonts/ESSTIX17.TTF
1112
%%DATADIR%%/fonts/ESSTIX1_.TTF
1113
%%DATADIR%%/fonts/ESSTIX2_.TTF
1114
%%DATADIR%%/fonts/ESSTIX3_.TTF
1115
%%DATADIR%%/fonts/ESSTIX4_.TTF
1116
%%DATADIR%%/fonts/ESSTIX5_.TTF
1117
%%DATADIR%%/fonts/ESSTIX6_.TTF
1118
%%DATADIR%%/fonts/ESSTIX7_.TTF
1119
%%DATADIR%%/fonts/ESSTIX8_.TTF
1120
%%DATADIR%%/fonts/ESSTIX9_.TTF
1121
%%DATADIR%%/fonts/Families.list
1122
%%DATADIR%%/fonts/FreeMono.ttf
1123
%%DATADIR%%/fonts/FreeMonoBold.ttf
1124
%%DATADIR%%/fonts/FreeMonoBoldOblique.ttf
1125
%%DATADIR%%/fonts/FreeMonoOblique.ttf
1126
%%DATADIR%%/fonts/FreeSans.ttf
1127
%%DATADIR%%/fonts/FreeSansBold.ttf
1128
%%DATADIR%%/fonts/FreeSansBoldOblique.ttf
1129
%%DATADIR%%/fonts/FreeSansOblique.ttf
1130
%%DATADIR%%/fonts/FreeSerif.ttf
1131
%%DATADIR%%/fonts/FreeSerifBold.ttf
1132
%%DATADIR%%/fonts/FreeSerifBoldItalic.ttf
1133
%%DATADIR%%/fonts/FreeSerifItalic.ttf
1134
%%DATADIR%%/fonts/fonts.dir
1135
%%DATADIR%%/fonts/icones.ff
1136
%%DATADIR%%/fonts/icones.pcf
1137
%%DATADIR%%/fonts/icones1.fb
1138
%%DATADIR%%/fonts/icones11.fb
1139
%%DATADIR%%/%%GUI%%/bin/amaya
1140
%%DATADIR%%/%%GUI%%/bin/print
1141
%%DATADIR%%/resources/icons/16x16/BG_norepeat.png
1142
%%DATADIR%%/resources/icons/16x16/BG_repeat.png
1143
%%DATADIR%%/resources/icons/16x16/BG_repeat_x.png
1144
%%DATADIR%%/resources/icons/16x16/BG_repeat_y.png
1145
%%DATADIR%%/resources/icons/16x16/MATHML_Bmath.png
1146
%%DATADIR%%/resources/icons/16x16/MATHML_F_divers.png
1147
%%DATADIR%%/resources/icons/16x16/MATHML_F_fleches.png
1148
%%DATADIR%%/resources/icons/16x16/MATHML_F_greek.png
1149
%%DATADIR%%/resources/icons/16x16/MATHML_F_greek_maj.png
1150
%%DATADIR%%/resources/icons/16x16/MATHML_F_maths.png
1151
%%DATADIR%%/resources/icons/16x16/MATHML_F_operateurs.png
1152
%%DATADIR%%/resources/icons/16x16/MATHML_F_relations_binaires.png
1153
%%DATADIR%%/resources/icons/16x16/MATHML_F_relations_negation.png
1154
%%DATADIR%%/resources/icons/16x16/MATHML_fence.png
1155
%%DATADIR%%/resources/icons/16x16/MATHML_frac.png
1156
%%DATADIR%%/resources/icons/16x16/MATHML_greek.png
1157
%%DATADIR%%/resources/icons/16x16/MATHML_insert.png
1158
%%DATADIR%%/resources/icons/16x16/MATHML_matrix.png
1159
%%DATADIR%%/resources/icons/16x16/MATHML_mscript.png
1160
%%DATADIR%%/resources/icons/16x16/MATHML_over.png
1161
%%DATADIR%%/resources/icons/16x16/MATHML_overunder.png
1162
%%DATADIR%%/resources/icons/16x16/MATHML_root.png
1163
%%DATADIR%%/resources/icons/16x16/MATHML_sqrt.png
1164
%%DATADIR%%/resources/icons/16x16/MATHML_sub.png
1165
%%DATADIR%%/resources/icons/16x16/MATHML_subsup.png
1166
%%DATADIR%%/resources/icons/16x16/MATHML_sup.png
1167
%%DATADIR%%/resources/icons/16x16/MATHML_under.png
1168
%%DATADIR%%/resources/icons/16x16/XHTML_B.png
1169
%%DATADIR%%/resources/icons/16x16/XHTML_Bullet.png
1170
%%DATADIR%%/resources/icons/16x16/XHTML_Comment.png
1171
%%DATADIR%%/resources/icons/16x16/XHTML_DL.png
1172
%%DATADIR%%/resources/icons/16x16/XHTML_DelTarget.png
1173
%%DATADIR%%/resources/icons/16x16/XHTML_H1.png
1174
%%DATADIR%%/resources/icons/16x16/XHTML_H2.png
1175
%%DATADIR%%/resources/icons/16x16/XHTML_H3.png
1176
%%DATADIR%%/resources/icons/16x16/XHTML_I.png
1177
%%DATADIR%%/resources/icons/16x16/XHTML_Image.png
1178
%%DATADIR%%/resources/icons/16x16/XHTML_Link.png
1179
%%DATADIR%%/resources/icons/16x16/XHTML_Num.png
1180
%%DATADIR%%/resources/icons/16x16/XHTML_T.png
1181
%%DATADIR%%/resources/icons/16x16/XHTML_Table.png
1182
%%DATADIR%%/resources/icons/16x16/XHTML_Target.png
1183
%%DATADIR%%/resources/icons/16x16/XHTML_br.png
1184
%%DATADIR%%/resources/icons/16x16/XHTML_hr.png
1185
%%DATADIR%%/resources/icons/16x16/XHTML_quote.png
1186
%%DATADIR%%/resources/icons/16x16/about.png
1187
%%DATADIR%%/resources/icons/16x16/append.png
1188
%%DATADIR%%/resources/icons/16x16/back.png
1189
%%DATADIR%%/resources/icons/16x16/border_bottom.png
1190
%%DATADIR%%/resources/icons/16x16/border_left.png
1191
%%DATADIR%%/resources/icons/16x16/border_right.png
1192
%%DATADIR%%/resources/icons/16x16/border_top.png
1193
%%DATADIR%%/resources/icons/16x16/cancel.png
1194
%%DATADIR%%/resources/icons/16x16/char.png
1195
%%DATADIR%%/resources/icons/16x16/circle.png
1196
%%DATADIR%%/resources/icons/16x16/close_tab.png
1197
%%DATADIR%%/resources/icons/16x16/colorize.png
1198
%%DATADIR%%/resources/icons/16x16/copy.png
1199
%%DATADIR%%/resources/icons/16x16/cut.png
1200
%%DATADIR%%/resources/icons/16x16/default.png
1201
%%DATADIR%%/resources/icons/16x16/document_annot.gif
1202
%%DATADIR%%/resources/icons/16x16/document_annot.png
1203
%%DATADIR%%/resources/icons/16x16/document_bookmark.gif
1204
%%DATADIR%%/resources/icons/16x16/document_bookmark.png
1205
%%DATADIR%%/resources/icons/16x16/document_css.gif
1206
%%DATADIR%%/resources/icons/16x16/document_css.png
1207
%%DATADIR%%/resources/icons/16x16/document_default.gif
1208
%%DATADIR%%/resources/icons/16x16/document_default.png
1209
%%DATADIR%%/resources/icons/16x16/document_html.gif
1210
%%DATADIR%%/resources/icons/16x16/document_html.png
1211
%%DATADIR%%/resources/icons/16x16/document_image.gif
1212
%%DATADIR%%/resources/icons/16x16/document_image.png
1213
%%DATADIR%%/resources/icons/16x16/document_info.png
1214
%%DATADIR%%/resources/icons/16x16/document_library.gif
1215
%%DATADIR%%/resources/icons/16x16/document_library.png
1216
%%DATADIR%%/resources/icons/16x16/document_log.gif
1217
%%DATADIR%%/resources/icons/16x16/document_log.png
1218
%%DATADIR%%/resources/icons/16x16/document_math.gif
1219
%%DATADIR%%/resources/icons/16x16/document_math.png
1220
%%DATADIR%%/resources/icons/16x16/document_source.gif
1221
%%DATADIR%%/resources/icons/16x16/document_source.png
1222
%%DATADIR%%/resources/icons/16x16/document_svg.gif
1223
%%DATADIR%%/resources/icons/16x16/document_svg.png
1224
%%DATADIR%%/resources/icons/16x16/document_text.gif
1225
%%DATADIR%%/resources/icons/16x16/document_text.png
1226
%%DATADIR%%/resources/icons/16x16/document_xml.gif
1227
%%DATADIR%%/resources/icons/16x16/document_xml.png
1228
%%DATADIR%%/resources/icons/16x16/dummy.gif
1229
%%DATADIR%%/resources/icons/16x16/dummy.ico
1230
%%DATADIR%%/resources/icons/16x16/dummy.png
1231
%%DATADIR%%/resources/icons/16x16/editdelete.png
1232
%%DATADIR%%/resources/icons/16x16/error.png
1233
%%DATADIR%%/resources/icons/16x16/exit.png
1234
%%DATADIR%%/resources/icons/16x16/find.png
1235
%%DATADIR%%/resources/icons/16x16/format_center.png
1236
%%DATADIR%%/resources/icons/16x16/format_justify.png
1237
%%DATADIR%%/resources/icons/16x16/format_left.png
1238
%%DATADIR%%/resources/icons/16x16/format_right.png
1239
%%DATADIR%%/resources/icons/16x16/forward.png
1240
%%DATADIR%%/resources/icons/16x16/fullscreen.png
1241
%%DATADIR%%/resources/icons/16x16/home.png
1242
%%DATADIR%%/resources/icons/16x16/insert.png
1243
%%DATADIR%%/resources/icons/16x16/insert_table_col_after.png
1244
%%DATADIR%%/resources/icons/16x16/insert_table_col_before.png
1245
%%DATADIR%%/resources/icons/16x16/insert_table_row_after.png
1246
%%DATADIR%%/resources/icons/16x16/insert_table_row_before.png
1247
%%DATADIR%%/resources/icons/16x16/ledgreen.png
1248
%%DATADIR%%/resources/icons/16x16/ledred.png
1249
%%DATADIR%%/resources/icons/16x16/logo.png
1250
%%DATADIR%%/resources/icons/16x16/ok.png
1251
%%DATADIR%%/resources/icons/16x16/open.png
1252
%%DATADIR%%/resources/icons/16x16/paste.png
1253
%%DATADIR%%/resources/icons/16x16/polygon.png
1254
%%DATADIR%%/resources/icons/16x16/preferences.png
1255
%%DATADIR%%/resources/icons/16x16/print.png
1256
%%DATADIR%%/resources/icons/16x16/rectangle.png
1257
%%DATADIR%%/resources/icons/16x16/redo.png
1258
%%DATADIR%%/resources/icons/16x16/refresh.png
1259
%%DATADIR%%/resources/icons/16x16/reload.png
1260
%%DATADIR%%/resources/icons/16x16/save.png
1261
%%DATADIR%%/resources/icons/16x16/saveas.png
1262
%%DATADIR%%/resources/icons/16x16/setup_and_print.png
1263
%%DATADIR%%/resources/icons/16x16/spellcheck.png
1264
%%DATADIR%%/resources/icons/16x16/split_horizontaly.png
1265
%%DATADIR%%/resources/icons/16x16/split_verticaly.png
1266
%%DATADIR%%/resources/icons/16x16/stop.png
1267
%%DATADIR%%/resources/icons/16x16/sub.png
1268
%%DATADIR%%/resources/icons/16x16/super.png
1269
%%DATADIR%%/resources/icons/16x16/synchronize.png
1270
%%DATADIR%%/resources/icons/16x16/trash.png
1271
%%DATADIR%%/resources/icons/16x16/undo.png
1272
%%DATADIR%%/resources/icons/16x16/zoom_minus.png
1273
%%DATADIR%%/resources/icons/16x16/zoom_plus.png
1274
%%DATADIR%%/resources/icons/22x22/BG_norepeat.png
1275
%%DATADIR%%/resources/icons/22x22/BG_repeat.png
1276
%%DATADIR%%/resources/icons/22x22/BG_repeat_x.png
1277
%%DATADIR%%/resources/icons/22x22/BG_repeat_y.png
1278
%%DATADIR%%/resources/icons/22x22/MATHML_Bmath.png
1279
%%DATADIR%%/resources/icons/22x22/MATHML_F_divers.png
1280
%%DATADIR%%/resources/icons/22x22/MATHML_F_fleches.png
1281
%%DATADIR%%/resources/icons/22x22/MATHML_F_greek.png
1282
%%DATADIR%%/resources/icons/22x22/MATHML_F_greek_maj.png
1283
%%DATADIR%%/resources/icons/22x22/MATHML_F_maths.png
1284
%%DATADIR%%/resources/icons/22x22/MATHML_F_operateurs.png
1285
%%DATADIR%%/resources/icons/22x22/MATHML_F_relations_binaires.png
1286
%%DATADIR%%/resources/icons/22x22/MATHML_F_relations_negation.png
1287
%%DATADIR%%/resources/icons/22x22/MATHML_fence.png
1288
%%DATADIR%%/resources/icons/22x22/MATHML_frac.png
1289
%%DATADIR%%/resources/icons/22x22/MATHML_greek.png
1290
%%DATADIR%%/resources/icons/22x22/MATHML_insert.png
1291
%%DATADIR%%/resources/icons/22x22/MATHML_matrix.png
1292
%%DATADIR%%/resources/icons/22x22/MATHML_mscript.png
1293
%%DATADIR%%/resources/icons/22x22/MATHML_over.png
1294
%%DATADIR%%/resources/icons/22x22/MATHML_overunder.png
1295
%%DATADIR%%/resources/icons/22x22/MATHML_root.png
1296
%%DATADIR%%/resources/icons/22x22/MATHML_sqrt.png
1297
%%DATADIR%%/resources/icons/22x22/MATHML_sub.png
1298
%%DATADIR%%/resources/icons/22x22/MATHML_subsup.png
1299
%%DATADIR%%/resources/icons/22x22/MATHML_sup.png
1300
%%DATADIR%%/resources/icons/22x22/MATHML_under.png
1301
%%DATADIR%%/resources/icons/22x22/XHTML_B.png
1302
%%DATADIR%%/resources/icons/22x22/XHTML_Bullet.png
1303
%%DATADIR%%/resources/icons/22x22/XHTML_Comment.png
1304
%%DATADIR%%/resources/icons/22x22/XHTML_DL.png
1305
%%DATADIR%%/resources/icons/22x22/XHTML_DelTarget.png
1306
%%DATADIR%%/resources/icons/22x22/XHTML_H1.png
1307
%%DATADIR%%/resources/icons/22x22/XHTML_H2.png
1308
%%DATADIR%%/resources/icons/22x22/XHTML_H3.png
1309
%%DATADIR%%/resources/icons/22x22/XHTML_I.png
1310
%%DATADIR%%/resources/icons/22x22/XHTML_Image.png
1311
%%DATADIR%%/resources/icons/22x22/XHTML_Link.png
1312
%%DATADIR%%/resources/icons/22x22/XHTML_Num.png
1313
%%DATADIR%%/resources/icons/22x22/XHTML_T.png
1314
%%DATADIR%%/resources/icons/22x22/XHTML_Table.png
1315
%%DATADIR%%/resources/icons/22x22/XHTML_Target.png
1316
%%DATADIR%%/resources/icons/22x22/XHTML_br.png
1317
%%DATADIR%%/resources/icons/22x22/XHTML_hr.png
1318
%%DATADIR%%/resources/icons/22x22/XHTML_quote.png
1319
%%DATADIR%%/resources/icons/22x22/about.png
1320
%%DATADIR%%/resources/icons/22x22/back.png
1321
%%DATADIR%%/resources/icons/22x22/border_bottom.png
1322
%%DATADIR%%/resources/icons/22x22/border_left.png
1323
%%DATADIR%%/resources/icons/22x22/border_right.png
1324
%%DATADIR%%/resources/icons/22x22/border_top.png
1325
%%DATADIR%%/resources/icons/22x22/cancel.png
1326
%%DATADIR%%/resources/icons/22x22/circle.png
1327
%%DATADIR%%/resources/icons/22x22/close_tab.png
1328
%%DATADIR%%/resources/icons/22x22/colorize.png
1329
%%DATADIR%%/resources/icons/22x22/copy.png
1330
%%DATADIR%%/resources/icons/22x22/cut.png
1331
%%DATADIR%%/resources/icons/22x22/document_info.png
1332
%%DATADIR%%/resources/icons/22x22/dummy.gif
1333
%%DATADIR%%/resources/icons/22x22/dummy.ico
1334
%%DATADIR%%/resources/icons/22x22/dummy.png
1335
%%DATADIR%%/resources/icons/22x22/editdelete.png
1336
%%DATADIR%%/resources/icons/22x22/exit.png
1337
%%DATADIR%%/resources/icons/22x22/find.png
1338
%%DATADIR%%/resources/icons/22x22/format_center.png
1339
%%DATADIR%%/resources/icons/22x22/format_justify.png
1340
%%DATADIR%%/resources/icons/22x22/format_left.png
1341
%%DATADIR%%/resources/icons/22x22/format_right.png
1342
%%DATADIR%%/resources/icons/22x22/forward.png
1343
%%DATADIR%%/resources/icons/22x22/fullscreen.png
1344
%%DATADIR%%/resources/icons/22x22/home.png
1345
%%DATADIR%%/resources/icons/22x22/insert.png
1346
%%DATADIR%%/resources/icons/22x22/insert_table_col_after.png
1347
%%DATADIR%%/resources/icons/22x22/insert_table_col_before.png
1348
%%DATADIR%%/resources/icons/22x22/insert_table_row_after.png
1349
%%DATADIR%%/resources/icons/22x22/insert_table_row_before.png
1350
%%DATADIR%%/resources/icons/22x22/ledgreen.png
1351
%%DATADIR%%/resources/icons/22x22/ledred.png
1352
%%DATADIR%%/resources/icons/22x22/logo.png
1353
%%DATADIR%%/resources/icons/22x22/ok.png
1354
%%DATADIR%%/resources/icons/22x22/open.png
1355
%%DATADIR%%/resources/icons/22x22/paste.png
1356
%%DATADIR%%/resources/icons/22x22/polygon.png
1357
%%DATADIR%%/resources/icons/22x22/preferences.png
1358
%%DATADIR%%/resources/icons/22x22/print.png
1359
%%DATADIR%%/resources/icons/22x22/rectangle.png
1360
%%DATADIR%%/resources/icons/22x22/redo.png
1361
%%DATADIR%%/resources/icons/22x22/reload.png
1362
%%DATADIR%%/resources/icons/22x22/save.png
1363
%%DATADIR%%/resources/icons/22x22/saveas.png
1364
%%DATADIR%%/resources/icons/22x22/setup_and_print.png
1365
%%DATADIR%%/resources/icons/22x22/spellcheck.png
1366
%%DATADIR%%/resources/icons/22x22/split_horizontaly.png
1367
%%DATADIR%%/resources/icons/22x22/split_verticaly.png
1368
%%DATADIR%%/resources/icons/22x22/stop.png
1369
%%DATADIR%%/resources/icons/22x22/sub.png
1370
%%DATADIR%%/resources/icons/22x22/super.png
1371
%%DATADIR%%/resources/icons/22x22/synchronize.png
1372
%%DATADIR%%/resources/icons/22x22/trash.png
1373
%%DATADIR%%/resources/icons/22x22/undo.png
1374
%%DATADIR%%/resources/icons/22x22/zoom_minus.png
1375
%%DATADIR%%/resources/icons/22x22/zoom_plus.png
1376
%%DATADIR%%/resources/icons/misc/black_white.png
1377
%%DATADIR%%/resources/icons/misc/detach.png
1378
%%DATADIR%%/resources/icons/misc/detach_floating.png
1379
%%DATADIR%%/resources/icons/misc/dummy.gif
1380
%%DATADIR%%/resources/icons/misc/dummy.ico
1381
%%DATADIR%%/resources/icons/misc/dummy.png
1382
%%DATADIR%%/resources/icons/misc/empty.png
1383
%%DATADIR%%/resources/icons/misc/expand_off.png
1384
%%DATADIR%%/resources/icons/misc/expand_on.png
1385
%%DATADIR%%/resources/icons/misc/left.png
1386
%%DATADIR%%/resources/icons/misc/logo.ico
1387
%%DATADIR%%/resources/icons/misc/right.png
1388
%%DATADIR%%/resources/icons/misc/switch_colors.png
1389
%%DATADIR%%/resources/icons/misc/up.png
1390
%%DATADIR%%/resources/xrc/AuthentDlgWX.xrc
1391
%%DATADIR%%/resources/xrc/BgImageDlgWX.xrc
1392
%%DATADIR%%/resources/xrc/CheckedListDlgWX.xrc
1393
%%DATADIR%%/resources/xrc/ConfirmCloseTab.xrc
1394
%%DATADIR%%/resources/xrc/CreateTableDlgWX.xrc
1395
%%DATADIR%%/resources/xrc/DocInfoDlgWX.xrc
1396
%%DATADIR%%/resources/xrc/EnumListDlgWX.xrc
1397
%%DATADIR%%/resources/xrc/HRefDlgWX.xrc
1398
%%DATADIR%%/resources/xrc/ImageDlgWX.xrc
1399
%%DATADIR%%/resources/xrc/InitConfirmDlgWX.xrc
1400
%%DATADIR%%/resources/xrc/ListDlgWX.xrc
1401
%%DATADIR%%/resources/xrc/ListEditDlgWX.xrc
1402
%%DATADIR%%/resources/xrc/NewTemplateDocDlgWX.xrc
1403
%%DATADIR%%/resources/xrc/NumDlgWX.xrc
1404
%%DATADIR%%/resources/xrc/ObjectDlgWX.xrc
1405
%%DATADIR%%/resources/xrc/OpenDocDlgWX.xrc
1406
%%DATADIR%%/resources/xrc/Panel.xrc
1407
%%DATADIR%%/resources/xrc/Panel_ApplyClass.xrc
1408
%%DATADIR%%/resources/xrc/Panel_Attribute.xrc
1409
%%DATADIR%%/resources/xrc/Panel_CharStyle.xrc
1410
%%DATADIR%%/resources/xrc/Panel_Colors.xrc
1411
%%DATADIR%%/resources/xrc/Panel_Format.xrc
1412
%%DATADIR%%/resources/xrc/Panel_MathML.xrc
1413
%%DATADIR%%/resources/xrc/Panel_SpeChar.xrc
1414
%%DATADIR%%/resources/xrc/Panel_XHTML.xrc
1415
%%DATADIR%%/resources/xrc/Panel_XML.xrc
1416
%%DATADIR%%/resources/xrc/PreferenceDlgWX.xrc
1417
%%DATADIR%%/resources/xrc/PrintDlgWX.xrc
1418
%%DATADIR%%/resources/xrc/SaveAsDlgWX.xrc
1419
%%DATADIR%%/resources/xrc/SearchDlgWX.xrc
1420
%%DATADIR%%/resources/xrc/SpellCheckDlgWX.xrc
1421
%%DATADIR%%/resources/xrc/StyleDlgWX.xrc
1422
%%DATADIR%%/resources/xrc/TextDlgWX.xrc
1423
%%DATADIR%%/resources/xrc/TitleDlgWX.xrc
1424
%%DATADIR%%/resources/xrc/Toolbar.xrc
1425
%%DATADIR%%/resources/xrc/WinPrintDlgWX.xrc
1426
@unexec rmdir %D/share/applications 2>/dev/null || true
1427
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
1428
@dirrm %%DATADIR%%/resources/xrc
1429
@dirrm %%DATADIR%%/resources/icons/misc
1430
@dirrm %%DATADIR%%/resources/icons/22x22
1431
@dirrm %%DATADIR%%/resources/icons/16x16
1432
@dirrm %%DATADIR%%/resources/icons
1433
@dirrm %%DATADIR%%/resources
1434
@dirrm %%DATADIR%%/%%GUI%%/bin
1435
@dirrm %%DATADIR%%/%%GUI%%
1436
@dirrm %%DATADIR%%/fonts
1437
@dirrm %%DATADIR%%/doc/images
1438
@dirrm %%DATADIR%%/doc/html/viewing
1439
@dirrm %%DATADIR%%/doc/html/using_xml
1440
@dirrm %%DATADIR%%/doc/html/using_the_makebook_function
1441
@dirrm %%DATADIR%%/doc/html/using_image_maps
1442
@dirrm %%DATADIR%%/doc/html/using_graphics
1443
@dirrm %%DATADIR%%/doc/html/style_sheets
1444
@dirrm %%DATADIR%%/doc/html/spell_checking
1445
@dirrm %%DATADIR%%/doc/html/selecting
1446
@dirrm %%DATADIR%%/doc/html/searching_and_replacing_text
1447
@dirrm %%DATADIR%%/doc/html/saving_and_publishing_documents
1448
@dirrm %%DATADIR%%/doc/html/printing
1449
@dirrm %%DATADIR%%/doc/html/linking
1450
@dirrm %%DATADIR%%/doc/html/elements
1451
@dirrm %%DATADIR%%/doc/html/editing_tables
1452
@dirrm %%DATADIR%%/doc/html/editing_mathematics
1453
@dirrm %%DATADIR%%/doc/html/editing_iso-latin-1_characters
1454
@dirrm %%DATADIR%%/doc/html/editing_documents
1455
@dirrm %%DATADIR%%/doc/html/editing_attributes
1456
@dirrm %%DATADIR%%/doc/html/configuring_amaya
1457
@dirrm %%DATADIR%%/doc/html/browsing
1458
@dirrm %%DATADIR%%/doc/html/attaching_annotations
1459
@dirrm %%DATADIR%%/doc/html/accessibility_in_amaya
1460
@dirrm %%DATADIR%%/doc/html/HTML-elements
1461
@dirrm %%DATADIR%%/doc/html
1462
@dirrm %%DATADIR%%/doc/WX/HTML-elements
1463
@dirrm %%DATADIR%%/doc/WX
1464
@dirrm %%DATADIR%%/doc
1465
@dirrm %%DATADIR%%/dicopar
1466
@dirrm %%DATADIR%%/davlib
1467
@dirrm %%DATADIR%%/config/libconfig
1468
@dirrm %%DATADIR%%/config
1469
@dirrm %%DATADIR%%/annotlib
1470
@dirrm %%DATADIR%%/amaya
1471
@dirrm %%DATADIR%%

Return to bug 85698