From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/documentation/data/Makefile.am | 6 ++++++ parts/documentation/data/checked.xpm | 23 +++++++++++++++++++++++ parts/documentation/data/htdig.png | Bin 0 -> 2857 bytes parts/documentation/data/long.html | 6 ++++++ parts/documentation/data/nomatch.html | 21 +++++++++++++++++++++ parts/documentation/data/short.html | 1 + parts/documentation/data/star.png | Bin 0 -> 195 bytes parts/documentation/data/star_blank.png | Bin 0 -> 151 bytes parts/documentation/data/syntax.html | 19 +++++++++++++++++++ parts/documentation/data/unchecked.xpm | 22 ++++++++++++++++++++++ parts/documentation/data/wrapper.html | 16 ++++++++++++++++ 11 files changed, 114 insertions(+) create mode 100644 parts/documentation/data/Makefile.am create mode 100644 parts/documentation/data/checked.xpm create mode 100644 parts/documentation/data/htdig.png create mode 100644 parts/documentation/data/long.html create mode 100644 parts/documentation/data/nomatch.html create mode 100644 parts/documentation/data/short.html create mode 100644 parts/documentation/data/star.png create mode 100644 parts/documentation/data/star_blank.png create mode 100644 parts/documentation/data/syntax.html create mode 100644 parts/documentation/data/unchecked.xpm create mode 100644 parts/documentation/data/wrapper.html (limited to 'parts/documentation/data') diff --git a/parts/documentation/data/Makefile.am b/parts/documentation/data/Makefile.am new file mode 100644 index 00000000..920c492a --- /dev/null +++ b/parts/documentation/data/Makefile.am @@ -0,0 +1,6 @@ +INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) +METASOURCES = AUTO +htmldir = $(kde_datadir)/kdevdocumentation/en +picsdir = $(kde_datadir)/kdevdocumentation/pics +html_DATA = long.html nomatch.html short.html syntax.html wrapper.html +pics_DATA = checked.xpm htdig.png star.png star_blank.png unchecked.xpm diff --git a/parts/documentation/data/checked.xpm b/parts/documentation/data/checked.xpm new file mode 100644 index 00000000..1ed19024 --- /dev/null +++ b/parts/documentation/data/checked.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char*unchecked[]={ +"16 16 4 1", +"# c #000000", +"+ c #ffffff", +"D c #000000", +". c None", +"................", +"............++++", +"..++++++++++DDD+", +"..+########DDD+.", +"..+#++++++DDD+..", +"+DDD+...+DDD#+..", +"++DDD+++DDD+#+..", +"..+DDDDDDD++#+..", +"..+#DDDDD+.+#+..", +"..+#++DD+..+#+..", +"..+#+++++..+#+..", +"..+#++++++++#+..", +"..+##########+..", +"..++++++++++++..", +"................", +"................"}; diff --git a/parts/documentation/data/htdig.png b/parts/documentation/data/htdig.png new file mode 100644 index 00000000..fe6e7c92 Binary files /dev/null and b/parts/documentation/data/htdig.png differ diff --git a/parts/documentation/data/long.html b/parts/documentation/data/long.html new file mode 100644 index 00000000..1d0fa4ce --- /dev/null +++ b/parts/documentation/data/long.html @@ -0,0 +1,6 @@ +
$&(TITLE)$(STARSLEFT) +
$(EXCERPT)
+$&(URL) +$(MODIFIED), $(SIZE) bytes +
+ diff --git a/parts/documentation/data/nomatch.html b/parts/documentation/data/nomatch.html new file mode 100644 index 00000000..8951a604 --- /dev/null +++ b/parts/documentation/data/nomatch.html @@ -0,0 +1,21 @@ +No match for '$&(LOGICAL_WORDS)' + +

+Search results

+
+

No matches were found for '$&(LOGICAL_WORDS)'

+

+Check the spelling of the search word(s) you used. +If the spelling is correct and you only used one word, +try using one or more similar search words with "Any." +

+If the spelling is correct and you used more than one +word with "Any," try using one or more similar search +words with "Any."

+If the spelling is correct and you used more than one +word with "All," try using one or more of the same words +with "Any."

+
+ +ht://Dig $(VERSION) + diff --git a/parts/documentation/data/short.html b/parts/documentation/data/short.html new file mode 100644 index 00000000..e3e5e447 --- /dev/null +++ b/parts/documentation/data/short.html @@ -0,0 +1 @@ +$(STARSRIGHT) $&(TITLE)
diff --git a/parts/documentation/data/star.png b/parts/documentation/data/star.png new file mode 100644 index 00000000..692cd35e Binary files /dev/null and b/parts/documentation/data/star.png differ diff --git a/parts/documentation/data/star_blank.png b/parts/documentation/data/star_blank.png new file mode 100644 index 00000000..2689281a Binary files /dev/null and b/parts/documentation/data/star_blank.png differ diff --git a/parts/documentation/data/syntax.html b/parts/documentation/data/syntax.html new file mode 100644 index 00000000..9701c37f --- /dev/null +++ b/parts/documentation/data/syntax.html @@ -0,0 +1,19 @@ +Error in Boolean search for '$&(WORDS)' + +

+Error in Boolean search for '$&(LOGICAL_WORDS)'

+
+Boolean expressions need to be 'correct' in order for the search +system to use them. +The expression you entered has errors in it.

+Examples of correct expressions are: cat and dog, cat +not dog, cat or (dog not nose).
Note that +the operator not has the meaning of 'without'. +

+$(SYNTAXERROR) +
+
+ +ht://Dig $(VERSION) + + diff --git a/parts/documentation/data/unchecked.xpm b/parts/documentation/data/unchecked.xpm new file mode 100644 index 00000000..e447281a --- /dev/null +++ b/parts/documentation/data/unchecked.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char*unchecked[]={ +"16 16 3 1", +"# c #000000", +"+ c #ffffff", +". c None", +"................", +"................", +"..++++++++++++..", +"..+##########+..", +"..+#++++++++#+..", +"..+#+......+#+..", +"..+#+......+#+..", +"..+#+......+#+..", +"..+#+......+#+..", +"..+#+......+#+..", +"..+#+......+#+..", +"..+#++++++++#+..", +"..+##########+..", +"..++++++++++++..", +"................", +"................"}; diff --git a/parts/documentation/data/wrapper.html b/parts/documentation/data/wrapper.html new file mode 100644 index 00000000..20c1bbf2 --- /dev/null +++ b/parts/documentation/data/wrapper.html @@ -0,0 +1,16 @@ +Search results for '$&(WORDS)' + +

+Search results for '$&(LOGICAL_WORDS)'

+
+ +More *'s indicate a better match. + +
+$(HTSEARCH_RESULTS) +$(PAGEHEADER) +$(PREVPAGE) $(PAGELIST) $(NEXTPAGE) +
+ +ht://Dig $(VERSION) + -- cgit v1.2.1