parent
9f9a029df5
commit
fd388b5303
@ -0,0 +1 @@
|
||||
no omcal build-dep
|
@ -0,0 +1,14 @@
|
||||
Blinken for Debian
|
||||
------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
The package recommends kcontrol, which contains a plugin needed to
|
||||
install a custom font used by the game the first time a user runs it.
|
||||
If you do not install kcontrol, you will need to manually copy the
|
||||
font steve.ttf from /usr/share/apps/blinken/fonts to a user directory
|
||||
or to a system directory from where it will be accessible.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org>, Tue Dec 13 23:02:13 2005
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/blinken/AUTHORS
|
||||
build-tree/tdeedu-*/blinken/README.packagers
|
@ -0,0 +1,15 @@
|
||||
usr/bin/blinken
|
||||
/usr/share/applications/tde/blinken.desktop
|
||||
/usr/share/apps/blinken/images
|
||||
/usr/share/apps/blinken/sounds
|
||||
/usr/share/config.kcfg/blinken.kcfg
|
||||
/usr/share/doc/tde/HTML/en/blinken
|
||||
/usr/share/icons/hicolor/16x16/apps/blinken.png
|
||||
/usr/share/icons/hicolor/22x22/apps/blinken.png
|
||||
/usr/share/icons/hicolor/32x32/apps/blinken.png
|
||||
/usr/share/icons/hicolor/48x48/apps/blinken.png
|
||||
/usr/share/icons/hicolor/64x64/apps/blinken.png
|
||||
/usr/share/icons/hicolor/128x128/apps/blinken.png
|
||||
/usr/share/icons/hicolor/scalable/apps/blinken.svgz
|
||||
/usr/share/man/man1/blinken.1
|
||||
../icons/blinken.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(blinken-trinity):needs="X11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE"\
|
||||
title="Blinken"\
|
||||
longtitle="Blinken (Memory Game)"\
|
||||
command="/usr/bin/blinken"\
|
||||
icon="/usr/share/pixmaps/blinken.xpm"
|
@ -0,0 +1,218 @@
|
||||
# -*- mode: makefile; coding: utf-8 -*-
|
||||
# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
|
||||
# Copyright © 2019 TDE Team
|
||||
# Description: A class for TDE packages; sets TDE environment variables, etc
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License as
|
||||
# published by the Free Software Foundation; either version 2, or (at
|
||||
# your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
# 02111-1307 USA.
|
||||
|
||||
ifndef _cdbs_bootstrap
|
||||
_cdbs_scripts_path ?= /usr/lib/cdbs
|
||||
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
|
||||
_cdbs_class_path ?= /usr/share/cdbs/1/class
|
||||
endif
|
||||
|
||||
ifndef _cdbs_class_debian-qt-kde
|
||||
_cdbs_class_debian-qt-kde := 1
|
||||
|
||||
# for dh_icons
|
||||
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
|
||||
|
||||
# Note: This _must_ be included before autotools.mk, or it won't work.
|
||||
common-configure-arch common-configure-indep:: debian/stamp-cvs-make
|
||||
debian/stamp-cvs-make:
|
||||
ifndef _cdbs_class_cmake
|
||||
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
|
||||
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
||||
endif
|
||||
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
|
||||
cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
|
||||
endif
|
||||
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
|
||||
endif
|
||||
touch debian/stamp-cvs-make
|
||||
|
||||
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
|
||||
|
||||
ifdef _cdbs_tarball_dir
|
||||
DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
|
||||
else
|
||||
DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
|
||||
endif
|
||||
|
||||
ifndef _cdbs_class_cmake
|
||||
include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
|
||||
endif
|
||||
|
||||
ifndef _cdbs_rules_patchsys_quilt
|
||||
DEB_PATCHDIRS := debian/patches/common debian/patches
|
||||
endif
|
||||
|
||||
export kde_cgidir = \$${libdir}/cgi-bin
|
||||
export kde_confdir = \$${sysconfdir}/trinity
|
||||
export kde_htmldir = \$${datadir}/doc/tde/HTML
|
||||
|
||||
DEB_KDE_ENABLE_FINAL := yes
|
||||
DEB_INSTALL_DOCS_ALL :=
|
||||
|
||||
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
|
||||
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib/$(DEB_HOST_MULTIARCH))
|
||||
|
||||
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
|
||||
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include"
|
||||
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
|
||||
|
||||
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
|
||||
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
|
||||
else
|
||||
cdbs_kde_enable_final =
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
cdbs_kde_enable_final =
|
||||
cdbs_kde_enable_debug = --enable-debug=yes
|
||||
else
|
||||
cdbs_kde_enable_debug = --disable-debug
|
||||
endif
|
||||
|
||||
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
|
||||
cdbs_kde_enable_debug = --enable-debug=full
|
||||
endif
|
||||
|
||||
DEB_BUILD_PARALLEL ?= true
|
||||
|
||||
cdbs_configure_flags += \
|
||||
--with-qt-dir=/usr/share/qt3 \
|
||||
--disable-rpath \
|
||||
--with-xinerama \
|
||||
$(cdbs_kde_enable_final) \
|
||||
$(cdbs_kde_enable_debug)
|
||||
|
||||
|
||||
# This is a convenience target for calling manually.
|
||||
# It's not part of the build process.
|
||||
buildprep: clean apply-patches
|
||||
ifndef _cdbs_class_cmake
|
||||
$(MAKE) -f admin/Makefile.common dist
|
||||
endif
|
||||
debian/rules clean
|
||||
|
||||
common-build-arch:: debian/stamp-man-pages
|
||||
debian/stamp-man-pages:
|
||||
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
|
||||
for f in $$(find debian/man -name '*.sgml'); do \
|
||||
docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
|
||||
done
|
||||
for f in $$(find debian/man -name '*.man'); do \
|
||||
soelim -I debian/man $$f \
|
||||
> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
|
||||
done
|
||||
touch debian/stamp-man-pages
|
||||
|
||||
common-binary-indep::
|
||||
( set -e; \
|
||||
tmpf=`mktemp debian/versions.XXXXXX`; \
|
||||
perl debian/cdbs/versions.pl >$$tmpf; \
|
||||
for p in $(DEB_INDEP_PACKAGES); do \
|
||||
cat $$tmpf >>debian/$$p.substvars; \
|
||||
done; \
|
||||
rm -f $$tmpf )
|
||||
|
||||
common-binary-arch::
|
||||
( set -e; \
|
||||
tmpf=`mktemp debian/versions.XXXXXX`; \
|
||||
perl debian/cdbs/versions.pl >$$tmpf; \
|
||||
for p in $(DEB_ARCH_PACKAGES); do \
|
||||
cat $$tmpf >>debian/$$p.substvars; \
|
||||
done; \
|
||||
rm -f $$tmpf )
|
||||
# update multi-arch path in install files
|
||||
ls -d debian/* | \
|
||||
grep -E "(install|links)$$" | \
|
||||
while read a; do \
|
||||
[ -d $$a ] || [ -f $$a.arch ] || \
|
||||
! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \
|
||||
sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \
|
||||
done
|
||||
|
||||
clean::
|
||||
rm -rf debian/man/out
|
||||
-rmdir debian/man
|
||||
rm -f debian/stamp-man-pages
|
||||
rm -rf debian/shlibs-check
|
||||
# revert multi-arch path in install files
|
||||
ls -d debian/* | \
|
||||
grep -E "(install|links)$$" | \
|
||||
while read a; do \
|
||||
[ ! -f $$a.arch ] || \
|
||||
mv $$a.arch $$a; \
|
||||
done
|
||||
|
||||
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
|
||||
if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
|
||||
if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
|
||||
if test -e debian/$(cdbs_curpkg).lintian; then \
|
||||
install -p -D -m644 debian/$(cdbs_curpkg).lintian \
|
||||
debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
|
||||
fi
|
||||
if test -e debian/$(cdbs_curpkg).presubj; then \
|
||||
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
|
||||
debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
|
||||
fi
|
||||
|
||||
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
|
||||
set -e; \
|
||||
for doc in `cd $(DEB_DESTDIR)/usr/share/doc/tde/HTML/en; find . -name index.docbook`; do \
|
||||
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
|
||||
echo Building $$pkg HTML docs...; \
|
||||
mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/tde/HTML/en/$$pkg; \
|
||||
cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/tde/HTML/en/$$pkg; \
|
||||
/usr/bin/meinproc $(DEB_DESTDIR)/usr/share/doc/tde/HTML/en/$$pkg/index.docbook; \
|
||||
done
|
||||
for pkg in $(DOC_HTML_PRUNE) ; do \
|
||||
rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/tde/HTML/en/$$pkg; \
|
||||
done
|
||||
|
||||
common-build-indep:: debian/stamp-kde-apidox
|
||||
debian/stamp-kde-apidox:
|
||||
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
|
||||
touch $@
|
||||
|
||||
common-install-indep:: common-install-kde-apidox
|
||||
common-install-kde-apidox::
|
||||
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
|
||||
|
||||
cleanbuilddir::
|
||||
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
|
||||
|
||||
clean::
|
||||
ifndef _cdbs_class_cmake
|
||||
if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
|
||||
cd $(DEB_SRCDIR); \
|
||||
find . -name Makefile.in -print | \
|
||||
xargs --no-run-if-empty rm -f; \
|
||||
rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
|
||||
configure configure.files configure.in stamp-h.in \
|
||||
subdirs; \
|
||||
fi
|
||||
endif
|
||||
rm -f debian/stamp-kde-apidox
|
||||
rm -f debian/stamp-cvs-make
|
||||
|
||||
endif
|
@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
|
||||
my ($version3, $version3_next);
|
||||
my ($version2, $version2_next);
|
||||
|
||||
($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
|
||||
($version2 = $version3) =~ s/\.[^.]+$//;
|
||||
|
||||
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
|
||||
($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
|
||||
|
||||
print "TDE-Version3=$version3\n";
|
||||
print "TDE-Version2=$version2\n";
|
||||
print "TDE-Next-Version3=$version3_next\n";
|
||||
print "TDE-Next-Version2=$version2_next\n";
|
@ -0,0 +1,815 @@
|
||||
tdeedu-trinity (4:3.5.10-0ubuntu5) karmic; urgency=low
|
||||
|
||||
* Karmic rebuild number 2
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 13 Dec 2009 01:19:00 -0600
|
||||
|
||||
tdeedu-trinity (4:3.5.10-0ubuntu4) karmic; urgency=low
|
||||
|
||||
* Karmic rebuild
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
|
||||
|
||||
tdeedu-trinity (4:3.5.10-0ubuntu1~intrepid4) intrepid; urgency=low
|
||||
|
||||
* Moved Trinity to /opt/trinity
|
||||
* Integrated properly with KDE4.2+
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 March 2009 17:24:00 -0600
|
||||
|
||||
tdeedu-trinity (4:3.5.10-0ubuntu1~intrepid3) intrepid; urgency=low
|
||||
|
||||
* SVN Import
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 29 Sep 2008 15:17:00 -0600
|
||||
|
||||
tdeedu (4:3.5.10-0ubuntu1~hardy1) hardy-backports; urgency=low
|
||||
|
||||
* New upstream bugfix release (LP: #261366)
|
||||
- Bump version of tdelibs4-dev build-dep to 3.5.10
|
||||
- Drop usr/bin/test_extdate and usr/bin/test_extdatepicker from
|
||||
debian/libtdeedu-dev.install
|
||||
|
||||
-- Scott Kitterman <scott@kitterman.com> Tue, 26 Aug 2008 00:41:56 -0400
|
||||
|
||||
tdeedu (4:3.5.9-0ubuntu2) hardy; urgency=low
|
||||
|
||||
* Fix overwrite, kalzium-data conflicts/replaces old kalzium
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 18 Mar 2008 20:41:48 +0000
|
||||
|
||||
tdeedu (4:3.5.9-0ubuntu1) hardy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 14 Feb 2008 12:27:06 +0000
|
||||
|
||||
tdeedu (4:3.5.8-1ubuntu2) hardy; urgency=low
|
||||
|
||||
* Run buildprep before upload
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 15 Nov 2007 10:45:18 +0000
|
||||
|
||||
tdeedu (4:3.5.8-1ubuntu1) hardy; urgency=low
|
||||
|
||||
* Merge with Debian, remaining change:
|
||||
- No omcal build-dep
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Nov 2007 17:25:43 +0000
|
||||
|
||||
tdeedu (4:3.5.8-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
+ Patches: remove 11_kig+boost_autoconf_check, merged upstream.
|
||||
+ Update *.install files.
|
||||
* Update section in Debian menu files.
|
||||
|
||||
* Implement use of uploaders.mk and update uploaders.
|
||||
|
||||
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Tue, 16 Oct 2007 16:19:11 +0200
|
||||
|
||||
tdeedu (4:3.5.8-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 09 Oct 2007 11:41:25 +0100
|
||||
|
||||
tdeedu (4:3.5.7-1ubuntu2) gutsy; urgency=low
|
||||
|
||||
* Rebuild for boost 1.34.0 -> 1.34.1 transistion.
|
||||
|
||||
-- Steve Kowalik <stevenk@ubuntu.com> Thu, 13 Sep 2007 11:06:00 +1000
|
||||
|
||||
tdeedu (4:3.5.7-1ubuntu1) gutsy; urgency=low
|
||||
|
||||
* New Upstream Version
|
||||
* Modify Maintainer value to match Debian-Maintainer-Field Spec
|
||||
* Removed kubuntu_02_python2.5.diff - fixed upstream
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Wed, 23 May 2007 12:49:14 +1000
|
||||
|
||||
tdeedu (4:3.5.7-1) unstable; urgency=low
|
||||
|
||||
+++ Changes by Sune Vuorela:
|
||||
|
||||
* New upstream version.
|
||||
- fix issues with accented chars in ktouch. (Closes: #360985)
|
||||
- kwordquiz desktop file is now installed the right place.
|
||||
- patch upstream build system regarding boost. It doesn't find the debian
|
||||
boost version. Thanks to Daniel Schepler for doing the nice checks in
|
||||
debian/rules to catch this.
|
||||
|
||||
+++ Changes by Daniel Schepler:
|
||||
|
||||
* debian/control: Add kgeography to the tdeedu metapackage.
|
||||
|
||||
-- Sune Vuorela <debian@pusling.com> Wed, 16 May 2007 12:29:33 +0200
|
||||
|
||||
tdeedu (4:3.5.6-3ubuntu1) gutsy; urgency=low
|
||||
|
||||
* Merge with Debian
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 30 Apr 2007 20:32:54 +0100
|
||||
|
||||
tdeedu (4:3.5.6-3) unstable; urgency=low
|
||||
|
||||
+++ Changes by Daniel Schepler:
|
||||
|
||||
* debian/control: Add kgeography to the tdeedu metapackage.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Tue, 24 Apr 2007 22:37:43 -0400
|
||||
|
||||
tdeedu (4:3.5.6-2) unstable; urgency=low
|
||||
|
||||
* Upload to unstable after Etch release.
|
||||
|
||||
-- Ana Beatriz Guerrero Lopez <ana@debian.org> Wed, 18 Apr 2007 17:06:10 +0100
|
||||
|
||||
tdeedu (4:3.5.6-1) experimental; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
- fixes typo in Hercules constellation in kstars. (Closes: #395849)
|
||||
* Make tdeedu-dbg depend on tdelibs-dbg to get useful backtraces when
|
||||
debugging.
|
||||
|
||||
+++ Changes by Sune Vuorela:
|
||||
* Update kfreebsd install files. (Closes: 399235)
|
||||
* Remove patch 12_fr_keyboard (applied upstream).
|
||||
* Enable more keyboardlayouts in ktouch. (Closes: #398735)
|
||||
* Don't relibtoolize on-the-fly, but use buildprep instead.
|
||||
- adapt build depends accordingly.
|
||||
* Okay. Yann Dirson wins. Let us try to ship the kig python
|
||||
script api docs (Closes: #394517). Needs to build-dep on doxygen.
|
||||
This should really be moved to its own binary-indep package soonish.
|
||||
|
||||
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 20 Jan 2007 16:55:45 +0100
|
||||
|
||||
tdeedu (4:3.5.6-0ubuntu1) feisty; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Remove 12_fr_keyboard.diff
|
||||
* Add kubuntu_02_python2.5.diff for python 2.5 detection
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Wed, 17 Jan 2007 11:22:30 +0000
|
||||
|
||||
tdeedu (4:3.5.5-1ubuntu3) feisty; urgency=low
|
||||
|
||||
* Rebuild for python2.5.
|
||||
* Teach kig about python2.5.
|
||||
|
||||
-- Matthias Klose <doko@ubuntu.com> Mon, 15 Jan 2007 00:57:51 +0000
|
||||
|
||||
tdeedu (4:3.5.5-1ubuntu2) feisty; urgency=low
|
||||
|
||||
* Up the replaces on indi of kstars to fix https://launchpad.net/bugs/78964
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 14 Jan 2007 12:49:44 +0000
|
||||
|
||||
tdeedu (4:3.5.5-1ubuntu1) feisty; urgency=low
|
||||
|
||||
* Merge with Debian
|
||||
* Compile with --enable-gcc-hidden-visibility
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Nov 2006 20:14:40 +0000
|
||||
|
||||
tdeedu (4:3.5.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Remove obsolete Recommends: kcontrol, along with the accompanying
|
||||
blurb in the package description, which is no longer needed because
|
||||
of the Depends: ttf-sjfonts.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Sun, 8 Oct 2006 14:26:21 +0200
|
||||
|
||||
tdeedu (4:3.5.4-2) unstable; urgency=low
|
||||
|
||||
* KDE_3_5_BRANCH update (up to r577498).
|
||||
|
||||
+++ Changes by Christopher Martin:
|
||||
|
||||
* Packaging sync with the rest of the team KDE packages. Update
|
||||
package descriptions, sync debian-qt-kde.mk and other CDBS
|
||||
stuff (should help building on slow architectures).
|
||||
|
||||
* Rather than having packages recommend tdeedu-data, just depend
|
||||
on it.
|
||||
|
||||
* Apply the still-relevant kstars/indi part of the kFreeBSD build
|
||||
patch (libtool is now updated automatically). (Closes: #326619)
|
||||
|
||||
* Strengthen kiten's Recommends: ttf-kochi-gothic | ttf-kochi-mincho
|
||||
to a Depends. (Closes: #372112)
|
||||
|
||||
* Fix kvoctrain description typo. (Closes: #364193)
|
||||
|
||||
* Patch the ktouch French keyboard. (Closes: #347850)
|
||||
|
||||
* Split INDI out of kstars, into a new 'indi' package, which kstars
|
||||
depends on. (Closes: #267999, #365098)
|
||||
|
||||
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 26 Aug 2006 17:07:38 -0400
|
||||
|
||||
tdeedu (4:3.5.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
+ Fixes detection of autoconf 2.60. Closes: #379817.
|
||||
* Bump Standards-Version to 3.7.2 (no changes required).
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Sat, 29 Jul 2006 13:21:27 -0400
|
||||
|
||||
tdeedu (4:3.5.5-0ubuntu1) edgy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 3 Oct 2006 10:56:07 +0000
|
||||
|
||||
tdeedu (4:3.5.4-0ubuntu4) edgy; urgency=low
|
||||
|
||||
* Rebuild with latest cdbs to add gettext domain to .desktop files for
|
||||
langpacks-desktopfiles-kde, no source changes
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 5 Sep 2006 22:53:10 +0000
|
||||
|
||||
tdeedu (4:3.5.4-0ubuntu3) edgy; urgency=low
|
||||
|
||||
* Add kalzium-data Replaces: kalzium (<< 4:3.5.4)
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 1 Aug 2006 15:15:09 +0000
|
||||
|
||||
tdeedu (4:3.5.4-0ubuntu2) edgy; urgency=low
|
||||
|
||||
* Remove 30_libtool.diff
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 30 Jul 2006 16:15:24 +0100
|
||||
|
||||
tdeedu (4:3.5.4-0ubuntu1) edgy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Jul 2006 10:12:18 +0000
|
||||
|
||||
tdeedu (4:3.5.3-0ubuntu1) edgy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Mon, 03 Jul 2006 19:57:21 +0100
|
||||
|
||||
tdeedu (4:3.5.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Add blinken to tdeedu dependencies.
|
||||
* Remove copy of steve.ttf from blinken, and instead depend on
|
||||
the new ttf-sjfonts package. Closes: #344377.
|
||||
* Do the same for khangman: remove the copies of Domestic_Manners.ttf
|
||||
and Dustismo_Roman.ttf, and instead depend on ttf-dustin.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Wed, 29 Mar 2006 21:31:41 +0200
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu9) dapper; urgency=low
|
||||
|
||||
* debian/rules:
|
||||
- added dh_iconcache.
|
||||
|
||||
-- Daniel Holbach <daniel.holbach@ubuntu.com> Thu, 18 May 2006 15:16:34 +0200
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu8) dapper; urgency=low
|
||||
|
||||
* Add EXTRACTATTR to .pot generation rule
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 9 May 2006 18:31:07 +0300
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu7) dapper; urgency=low
|
||||
|
||||
* Add build-dep on gawk so that kstars.pot gets generated
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 9 May 2006 17:42:58 +0300
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu6) dapper; urgency=low
|
||||
|
||||
* Remove html docs in kanagram, they are in tdeedu-doc-html.
|
||||
* Move kgeography html docs to tdeedu-doc-html.
|
||||
|
||||
-- Frode M. Doeving <frode@lnix.net> Tue, 2 May 2006 18:41:09 +0200
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu5) dapper; urgency=low
|
||||
|
||||
* Make kgeorgraphy Replaces kgeography-data, closes Malone #42192
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 1 May 2006 17:20:59 +0100
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu4) dapper; urgency=low
|
||||
|
||||
* Remove references in debian/tdeedu-doc-html* to KMessedwords,
|
||||
now Kanagram, Closes Malone #30732
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 28 Apr 2006 16:25:37 +0100
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu3) dapper; urgency=low
|
||||
|
||||
* Updated debian/rules to install docs for the correct list of packages
|
||||
|
||||
-- Frode M. Doeving <frode@lnix.net> Wed, 26 Apr 2006 19:11:21 +0200
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Edit debian/rules to mark .po files as UTF-8
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 21 Apr 2006 19:11:11 +0100
|
||||
|
||||
tdeedu (4:3.5.2-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 20 Mar 2006 12:06:28 +0000
|
||||
|
||||
tdeedu (4:3.5.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Adjust dependencies on *-data to be binNMU-safe.
|
||||
Closes: #348644, #348687, #348690, #348692.
|
||||
* New patch 10_lib_link.diff: Link libkvoctrain.so against -lkio to
|
||||
resolve as many undefined symbols as possible. Unfortunately, that
|
||||
library still needs a couple symbols from the kvoctrain binary itself.
|
||||
* Remove obsolete kmessedwords doc-base file. Closes: #350297.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Thu, 2 Feb 2006 09:49:13 +0100
|
||||
|
||||
tdeedu (4:3.5.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 23 Jan 2006 14:26:06 +0000
|
||||
|
||||
tdeedu (4:3.5.0-4) unstable; urgency=low
|
||||
|
||||
* New package: tdeedu-dbg, to make debugging symbols available.
|
||||
* Include uuencoded tar file of binary files changed on branch.
|
||||
* Rebuild against boost 1.33.1.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Tue, 17 Jan 2006 09:44:35 +0100
|
||||
|
||||
tdeedu (4:3.5.0-3) unstable; urgency=low
|
||||
|
||||
* Upload to unstable.
|
||||
* No longer build with g++-3.4 on any architecture, since g++-4.0
|
||||
should be fixed.
|
||||
* Update to SVN branches/KDE/3.5, up to revision 496050.
|
||||
* Tighten versioning of Build-Depends on tdelibs4-dev. Closes: #344765.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Mon, 9 Jan 2006 22:39:22 +0100
|
||||
|
||||
tdeedu (4:3.5.0-2) experimental; urgency=low
|
||||
|
||||
* Upload to experimental.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Tue, 20 Dec 2005 10:47:44 +0100
|
||||
|
||||
tdeedu (4:3.5.0-1) alioth; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Rename package kmessedwords to kanagram.
|
||||
* Rename libtdeedu1 to libtdeedu3 due to SONAME change of libtdeeduui.
|
||||
* New packages: blinken, kgeography, kgeography-data.
|
||||
* New split-off data package: kalzium-data.
|
||||
* Regenerate all Debian menu icons, since several of the upstream icons
|
||||
were improved.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Wed, 14 Dec 2005 00:31:49 +0100
|
||||
|
||||
tdeedu (4:3.5.0-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* rebuild for new libboost
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 13 Jan 2006 15:31:57 +0100
|
||||
|
||||
tdeedu (4:3.5.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Remove GCC 3.4 on hppa
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 6 Dec 2005 12:27:39 +0000
|
||||
|
||||
tdeedu (4:3.5-rc2-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream pre-release
|
||||
* Generate .pot files
|
||||
* Sync with Debian
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 21 Nov 2005 19:43:59 +0000
|
||||
|
||||
tdeedu (4:3.5-rc1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream pre-release
|
||||
* kmessedwords replaced with kanagram
|
||||
* libtdeedu1 becomes libtdeedu3
|
||||
* New packages kgeography, blinken
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 13 Nov 2005 20:53:20 +0000
|
||||
|
||||
tdeedu (4:3.4.3-2) unstable; urgency=low
|
||||
|
||||
* New maintainer: I'll be the primary maintainer although I'm listing
|
||||
the Debian QT/KDE group as the official maintainer. Thanks to
|
||||
Ben Burton for maintaining the package up until now.
|
||||
* Switch to CDBS.
|
||||
* Update Build-Depends to ensure getting c2a-transitioned versions of
|
||||
tdelibs and boost-python.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org> Mon, 5 Dec 2005 21:25:51 +0100
|
||||
|
||||
tdeedu (4:3.4.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Changed Maintainer to Debian Qt/KDE Maintainers
|
||||
* Acknowledge NMU (Closes: #334986).
|
||||
|
||||
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 3 Dec 2005 16:17:55 +0100
|
||||
|
||||
tdeedu (4:3.4.2-2.1) unstable; urgency=low
|
||||
|
||||
* NMU
|
||||
* Use gcc-3.4 to build in arm, m68k and hppa, closes: #334986
|
||||
|
||||
-- Isaac Clerencia <isaac@debian.org> Fri, 21 Oct 2005 13:14:31 +0200
|
||||
|
||||
tdeedu (4:3.4.2-2) unstable; urgency=low
|
||||
|
||||
* Built against libfam-dev, not libgamin-dev.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 4 Sep 2005 10:58:17 +1000
|
||||
|
||||
tdeedu (4:3.4.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* First g++-4 upload to sid.
|
||||
* Adjusted build-dependencies and shlibs files for the C++ ABI transition.
|
||||
Note that the libtdeedu1 and libkiten1 package names do not need to change.
|
||||
* Fixed tempfile handling in langen2kvtml, which is shipped in the kvoctrain
|
||||
package. See the following URL for further information:
|
||||
- http://www.kde.org/info/security/advisory-20050815-1.txt
|
||||
References: CAN-2005-2101
|
||||
* Don't use libsuff=64 on amd64/ppc64 (closes: #301796).
|
||||
* Added the new script keduca-shrinker, thanks to Mathieu Roy for providing
|
||||
it (closes: #305980).
|
||||
* Updated FSF address in the copyright file.
|
||||
* Bumped standards-version to 3.6.2.1 (no changes required).
|
||||
* KTouch now allows manual level change regardless of whether automatic
|
||||
level changing is enabled (closes: #129491).
|
||||
* Line numbers fixed in KTurtle error messages (closes: #293582).
|
||||
|
||||
-- Ben Burton <bab@debian.org> Thu, 1 Sep 2005 09:04:24 +1000
|
||||
|
||||
tdeedu (4:3.4.3-0ubuntu2) breezy; urgency=low
|
||||
|
||||
* Do not try to install missing man pages
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 9 Oct 2005 13:12:42 +0100
|
||||
|
||||
tdeedu (4:3.4.3-0ubuntu1) breezy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Build with GCC 3.4 on hppa etc
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 7 Oct 2005 18:35:59 +0000
|
||||
|
||||
tdeedu (4:3.4.2-0ubuntu4) breezy; urgency=low
|
||||
|
||||
* SECURITY UPDATE: fix insecure temporary file creation
|
||||
* The script uses known filenames in /tmp which allow an
|
||||
local attacker to overwrite files writeable by the
|
||||
user (manually) invoking the conversion script. A local
|
||||
file can overwrite files and possibly elevate privileges.
|
||||
* Add kubuntu_01_langen2kvtml_temp_file_vulnerability.diff
|
||||
* References:
|
||||
CAN-2005-2101
|
||||
http://www.kde.org/info/security/advisory-20050815-1.txt
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sat, 13 Aug 2005 12:35:52 +0000
|
||||
|
||||
tdeedu (4:3.4.2-0ubuntu3) breezy; urgency=low
|
||||
|
||||
* last rebuild didnt work it seems...
|
||||
rebuild for new boost again to make kig installable in edubuntu
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Mon, 8 Aug 2005 12:08:34 +0200
|
||||
|
||||
tdeedu (4:3.4.2-0ubuntu2) breezy; urgency=low
|
||||
|
||||
* Rebuild for new boost upload.
|
||||
|
||||
-- Matthias Klose <doko@ubuntu.com> Wed, 3 Aug 2005 23:24:48 +0200
|
||||
|
||||
tdeedu (4:3.4.2-0ubuntu1) breezy; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Build using unsermake
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 26 Jul 2005 16:24:24 +0000
|
||||
|
||||
tdeedu (4:3.4.1-0ubuntu1) breezy; urgency=low
|
||||
|
||||
* Update version number following KDE 3.4.1 release
|
||||
|
||||
-- Jonathan Riddell <jr@jriddell.org> Wed, 1 Jun 2005 00:32:27 +0000
|
||||
|
||||
tdeedu (4:3.4.1-0ubuntu0pre1) breezy; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Sync with Debian.
|
||||
|
||||
-- Jonathan Riddell <jr@jriddell.org> Sat, 28 May 2005 19:08:44 +0000
|
||||
|
||||
tdeedu (4:3.4.0-0pre2) unstable; urgency=low
|
||||
|
||||
* Merge in recent packaging changes from the 3.3 branch.
|
||||
* Now that KDE has moved to subversion, disable cvs-clean in debian/rules
|
||||
for the time being.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sat, 14 May 2005 19:20:58 +1000
|
||||
|
||||
tdeedu (4:3.4.0-0pre1) unstable; urgency=low
|
||||
|
||||
* New major upstream release.
|
||||
* New binary packages libkiten1 and libkiten-dev.
|
||||
* Removed obsolete kderemove tags from menu items.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Tue, 8 Mar 2005 07:43:35 +1100
|
||||
|
||||
tdeedu (4:3.3.2-3) unstable; urgency=low
|
||||
|
||||
* Included the full GFDL text in debian/copyright, since all of the docbook
|
||||
documentation is under this license.
|
||||
* Fixed the "umbruckan" typos in the German kturtle data (closes: #285146).
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sat, 26 Mar 2005 10:15:48 +1100
|
||||
|
||||
tdeedu (4:3.3.2-2) unstable; urgency=high
|
||||
|
||||
* Fixed buffer overflows in fliccd, one of the INDI drivers shipped with
|
||||
kstars (closes: #295499). See the following URL for further information:
|
||||
- http://www.kde.org/info/security/advisory-20050215-1.txt
|
||||
References: CAN-2005-0011
|
||||
* Patched the sources directly (i.e., the patch shows up in the usual
|
||||
debian diff but not as an extra file in debian/patches), since this is
|
||||
a non-debian-specific problem that is already fixed in upstream CVS.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Thu, 17 Feb 2005 07:53:09 +1100
|
||||
|
||||
tdeedu (4:3.3.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream bugfix release.
|
||||
* The moon images are now licensed under the GPL (closes: #266404).
|
||||
* Built against boost 1.32.0.
|
||||
* Re-enabled boost.python scripting on arm, since it now seems to be
|
||||
compiling with boost 1.32.0.
|
||||
* Added a test in debian/rules to make the build fail if the boost libraries
|
||||
are not built.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 16 Jan 2005 20:45:11 +1100
|
||||
|
||||
tdeedu (4:3.4.0-0ubuntu1) hoary; urgency=low
|
||||
|
||||
* Add directory /opt/trinity/share/doc/tde/HTML/en/flashkard to tdeedu-doc-html
|
||||
to prevent .dhelp problem.
|
||||
|
||||
-- Jonathan Riddell <jr@jriddell.org> Wed, 16 Mar 2005 18:35:25 +0000
|
||||
|
||||
tdeedu (4:3.4.0-0pre1ubuntu1) hoary; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* cleanup debian/patches dir
|
||||
|
||||
-- Andreas Mueller <amu@ubuntu.com> Wed, 9 Mar 2005 18:09:17 +0000
|
||||
|
||||
tdeedu (4:3.3.2-1ubuntu2) hoary; urgency=low
|
||||
|
||||
* SECURITY UPDATE: Buffer overflow in fliccd of tdeedu/kstars/indi
|
||||
* added 01-kstars-indi-fliccd-overflows.diff which fixes buffer overflows
|
||||
* References:
|
||||
CAN-2005-0011
|
||||
http://www.kde.org/info/security/advisory-20050215-1.txt
|
||||
|
||||
-- Jonathan Riddell <jr@jriddell.org> Thu, 17 Feb 2005 02:44:19 +0000
|
||||
|
||||
tdeedu (4:3.3.2-1ubuntu1) hoary; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Andreas Mueller <amu@canonical.com> Sun, 16 Jan 2005 03:38:05 +0100
|
||||
|
||||
tdeedu (4:3.3.1-3) unstable; urgency=medium
|
||||
|
||||
* Sigh. Patched kstars platform tests for m68k. This _really_ is
|
||||
every arch dealt with.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Fri, 12 Nov 2004 07:39:04 +1100
|
||||
|
||||
tdeedu (4:3.3.1-2) unstable; urgency=medium
|
||||
|
||||
* Patched platform tests in kstars to include mips and mipsel.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Wed, 10 Nov 2004 07:45:35 +1100
|
||||
|
||||
tdeedu (4:3.3.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream bugfix release.
|
||||
* Platform tests in kstars code now expanded to include s390 and powerpc
|
||||
(closes: #278341).
|
||||
* Build-conflicts with autoconf2.13, which does not play well with
|
||||
Makefile.common.
|
||||
* KTurtle no longer crashes on configure (closes: #278234).
|
||||
* Patched KTurtle so that the default language is in fact one of the
|
||||
supported KTurtle languages and not a different dialect. This fixes
|
||||
the broken examples directory as well as KTurtle refusing to run any
|
||||
commands.
|
||||
* Cosmetic updates to some manpages.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Thu, 28 Oct 2004 08:35:18 +1000
|
||||
|
||||
tdeedu (4:3.3.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* New binary packages klatin, kturtle and kwordquiz.
|
||||
* Package flashkard is no longer shipped with tdeedu.
|
||||
* There is no longer a need to pull data out of the upstream tarball,
|
||||
since upstream no longer ships with the (non-free) Messier images.
|
||||
* Made libtdeedu-dev depend on tdelibs4-dev.
|
||||
* KStars now shows borders between constellations (closes: #241930) and
|
||||
supports full-screen mode (closes: #219649).
|
||||
* KTouch now waits for a keypress before starting and also provides a
|
||||
pause button (closes: #129523).
|
||||
* A little more documentation is now installed for libtdeedu-dev.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sat, 16 Oct 2004 15:32:36 +1000
|
||||
|
||||
tdeedu (4:3.2.3-2) unstable; urgency=low
|
||||
|
||||
* Disable kig scripting on arm while boost.python remains broken on
|
||||
that architecture.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sat, 17 Jul 2004 11:19:00 +1000
|
||||
|
||||
tdeedu (4:3.2.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream bugfix release.
|
||||
* Added manpages for KStars INDI server and device drivers.
|
||||
* Suggests (konqueror | www-browser) for tdeedu-doc-html instead of
|
||||
just www-browser.
|
||||
* Added debian/clean-sources to simplify removal of non-DFSG-free material.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 20 Jun 2004 09:48:28 +1000
|
||||
|
||||
tdeedu (4:3.2.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream bugfix release.
|
||||
* Built against Boost.Python 1.31.0, which in turn is built against
|
||||
Python 2.3 (closes: #243079, #245135).
|
||||
|
||||
-- Ben Burton <bab@debian.org> Thu, 22 Apr 2004 18:15:48 +1000
|
||||
|
||||
tdeedu (4:3.2.1-2) unstable; urgency=low
|
||||
|
||||
* Don't use Conflicts/Replaces where we should just use Replaces.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Tue, 16 Mar 2004 09:15:01 +1100
|
||||
|
||||
tdeedu (4:3.2.1-1) unstable; urgency=low
|
||||
|
||||
* First KDE 3.2 upload to sid.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 7 Mar 2004 17:42:59 +1100
|
||||
|
||||
tdeedu (4:3.2.0.1-1) experimental; urgency=low
|
||||
|
||||
* First KDE 3.2 upload to experimental.
|
||||
* Sync from KDE_3_2_BRANCH for recent bugfixes (this requires an upstream
|
||||
version change since some binary files have been updated).
|
||||
* Split kstars into kstars / kstars-data.
|
||||
* Split klettres into klettres / klettres-data.
|
||||
* Using versioned dependencies for the tdeedu metapackage.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Mon, 23 Feb 2004 08:14:22 +1100
|
||||
|
||||
tdeedu (4:3.2.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Many thanks to Ralf Nolden for all his help with packaging KDE 3.2.
|
||||
* New binary packages kbruch and kig.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sat, 31 Jan 2004 12:08:48 +1100
|
||||
|
||||
tdeedu (4:3.1.5-2) unstable; urgency=low
|
||||
|
||||
* Building with -mieee on alpha to avoid kstars SIGFPE (closes: #226966).
|
||||
|
||||
-- Ben Burton <bab@debian.org> Tue, 20 Jan 2004 09:52:13 +1100
|
||||
|
||||
tdeedu (4:3.1.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 18 Jan 2004 12:55:12 +1100
|
||||
|
||||
tdeedu (4:3.1.4-3) unstable; urgency=low
|
||||
|
||||
* Kiten recommends Japanese fonts (closes: #216440).
|
||||
* Kiten depends on edict and kanjidic instead of supplying its own
|
||||
copies (closes: #217196).
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 21 Dec 2003 20:03:28 +1100
|
||||
|
||||
tdeedu (4:3.1.4-2) unstable; urgency=low
|
||||
|
||||
* New pull from BRANCH; includes bugfixes for kstars.
|
||||
* Fixed Saskatchewan time zones (closes: #206642).
|
||||
* Fixed incomplete sentences in tips of the day (closes: #196943).
|
||||
|
||||
-- Ben Burton <bab@debian.org> Fri, 12 Dec 2003 11:02:33 +1100
|
||||
|
||||
tdeedu (4:3.1.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Using the new debian_branch for kstars, which now uses the Hipparcos
|
||||
catalog and for which all non-DFSG-free images have been either removed or
|
||||
replaced. The copyright file has been updated accordingly, including
|
||||
license information for both the catalog and images. Thanks very much to
|
||||
Jason Harris for his hard work on this (closes: #198499).
|
||||
* KVocTrain no longer segfaults with inline editing (closes: #196211).
|
||||
* Split debian menu titles into title/longtitle (closes: #196666).
|
||||
* Changed several debian menu sections to Apps/Education.
|
||||
* Bumped standards-version to 3.6.1.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Mon, 13 Oct 2003 11:29:44 +1000
|
||||
|
||||
tdeedu (4:3.1.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Libtool updated (closes: #194479).
|
||||
* Debian menu pixmaps no longer use a restricted colour map.
|
||||
* Have kstars suggest konqueror since it offers the user online resources
|
||||
(closes: #192734).
|
||||
* Man page overhaul.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 1 Jun 2003 14:15:47 +1000
|
||||
|
||||
tdeedu (4:3.1.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Removed alpha compile flags.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 23 Mar 2003 15:23:23 +1100
|
||||
|
||||
tdeedu (4:3.1.0-3) unstable; urgency=low
|
||||
|
||||
* Uses full paths in doc-base files instead of symlinks (closes: #180332).
|
||||
|
||||
-- Ben Burton <bab@debian.org> Tue, 11 Feb 2003 14:45:59 +1100
|
||||
|
||||
tdeedu (4:3.1.0-2) unstable; urgency=low
|
||||
|
||||
* First Trinity upload to debian (closes: #119019).
|
||||
* Rolled the epoch to aid upgrades from the unofficial repository on
|
||||
ftp.kde.org.. *sigh*
|
||||
|
||||
-- Ben Burton <bab@debian.org> Sun, 2 Feb 2003 19:40:16 +1100
|
||||
|
||||
tdeedu (3.1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Ben Burton <bab@debian.org> Mon, 18 Nov 2002 14:15:59 +1100
|
||||
|
||||
tdeedu (3.0.9-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Built with g++-3.2.
|
||||
* Build-depends on automake1.7.
|
||||
|
||||
-- Ben Burton <benb@acm.org> Tue, 22 Oct 2002 11:57:39 +1000
|
||||
|
||||
tdeedu (3.0.8-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Moved to Chris Cheney's style of debian/rules.
|
||||
* Build-depends on automake1.6.
|
||||
|
||||
-- Ben Burton <benb@acm.org> Sun, 22 Sep 2002 17:57:55 +1000
|
||||
|
||||
tdeedu (3.0.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Build-depends on automake1.5.
|
||||
|
||||
-- Ben Burton <benb@acm.org> Thu, 15 Aug 2002 13:22:22 +1000
|
||||
|
||||
tdeedu (3.0.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Ben Burton <benb@acm.org> Thu, 4 Jul 2002 19:36:49 +1000
|
||||
|
||||
tdeedu (3.0.1-1) unstable; urgency=low
|
||||
|
||||
* Initial Debian release (closes: Bug#119019).
|
||||
|
||||
-- Ben Burton <benb@acm.org> Sun, 19 May 2002 18:44:16 +1000
|
@ -0,0 +1 @@
|
||||
9
|
@ -0,0 +1,617 @@
|
||||
Source: tdeedu-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
|
||||
Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Daniel Schepler <schepler@debian.org>, Sune Vuorela <debian@pusling.com>
|
||||
Build-Depends: debhelper (>= 7.0.50~), cdbs (>= 0.4.39-0.1), quilt, cmake, tdelibs14-trinity-dev, libnum-ocaml-dev | ocaml-nox (<< 4.08), libfacile-ocaml-dev, libasound2-dev [!solaris-any], gawk, libboost-python-dev (>= 1.33.1), libusb-dev, sharutils, doxygen, graphviz, texlive-latex-base, ghostscript, libogg-dev
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: tdeedu-trinity
|
||||
Architecture: all
|
||||
Section: tde
|
||||
Replaces: kdeedu-trinity (<< 4:14.0.0~)
|
||||
Breaks: kdeedu-trinity (<< 4:14.0.0~)
|
||||
Depends: blinken-trinity (>= ${source:Version}), kalzium-trinity (>= ${source:Version}), kanagram-trinity (>= ${source:Version}), kbruch-trinity (>= ${source:Version}), tdeedu-data-trinity (>= ${source:Version}), keduca-trinity (>= ${source:Version}), kgeography-trinity (>= ${source:Version}), khangman-trinity (>= ${source:Version}), kig-trinity (>= ${source:Version}), kiten-trinity (>= ${source:Version}), klatin-trinity (>= ${source:Version}), klettres-trinity (>= ${source:Version}), kmplot-trinity (>= ${source:Version}), kpercentage-trinity (>= ${source:Version}), kstars-trinity (>= ${source:Version}), ktouch-trinity (>= ${source:Version}), kturtle-trinity (>= ${source:Version}), kverbos-trinity (>= ${source:Version}), kvoctrain-trinity (>= ${source:Version}), kwordquiz-trinity (>= ${source:Version}), indi-trinity (>= ${source:Version})
|
||||
Suggests: tdeedu-trinity-doc-html
|
||||
Description: educational apps from the official Trinity release
|
||||
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
|
||||
desktop environment for Unix workstations. It combines ease of use,
|
||||
contemporary functionality, and outstanding graphical design with the
|
||||
technological superiority of the Unix operating system.
|
||||
.
|
||||
This metapackage includes educational applications provided with the
|
||||
official release of Trinity.
|
||||
|
||||
Package: tdeedu-data-trinity
|
||||
Architecture: all
|
||||
Section: tde
|
||||
Replaces: kdeedu-data-trinity (<< 4:14.0.0~)
|
||||
Breaks: kdeedu-data-trinity (<< 4:14.0.0~)
|
||||
Description: shared data for Trinity educational applications
|
||||
This package contains shared data necessary for running the
|
||||
educational applications provided with TDE (the Trinity Desktop
|
||||
Environment).
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: tdeedu-trinity-dbg
|
||||
Architecture: linux-any
|
||||
Priority: extra
|
||||
Replaces: kdeedu-trinity-dbg (<< 4:14.0.0~)
|
||||
Breaks: kdeedu-trinity-dbg (<< 4:14.0.0~)
|
||||
Depends: tdelibs-trinity-dbg
|
||||
Section: libdevel
|
||||
Description: debugging symbols for tdeedu-trinity
|
||||
This package contains the debugging symbols associated with tdeedu-trinity.
|
||||
They will automatically be used by gdb for debugging tdeedu-related
|
||||
issues.
|
||||
|
||||
Package: tdeedu-trinity-doc-html
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Replaces: kdeedu-trinity-doc-html (<< 4:14.0.0~)
|
||||
Breaks: kdeedu-trinity-doc-html (<< 4:14.0.0~)
|
||||
Suggests: konqueror-trinity | www-browser, tdeedu-trinity
|
||||
Description: Trinity edutainment documentation in HTML format
|
||||
By default the educational applications provided with TDE (the Trinity
|
||||
Desktop Environment) only provide their documentation in TDE docbook
|
||||
format, which can only be read by Konqueror or KHelpCenter. This
|
||||
package provides all of the TDE edutainment documentation converted
|
||||
to HTML format so it can be read with any web browser.
|
||||
.
|
||||
The documentation will be installed into the usual directories
|
||||
/usr/share/doc/tde/HTML/<language>/<app>/, for instance
|
||||
/usr/share/doc/tde/HTML/en/kalzium/. Documentation is provided for
|
||||
most TDE educational packages.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: blinken-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: blinken-trinity (<< 4:14.0.0~)
|
||||
Breaks: blinken-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, ttf-sjfonts, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: Trinity version of the Simon Says electronic memory game
|
||||
Blinken is based on an electronic game released in 1978, which
|
||||
challenges players to remember sequences of increasing length. On
|
||||
the face of the device, there are 4 different color buttons, each
|
||||
with its own distinctive sound. These buttons light up randomly,
|
||||
creating the sequence that the player must then recall. If the
|
||||
player is successful in remembering the sequence of lights in the
|
||||
correct order, they advance to the next stage, where an identical
|
||||
sequence with one extra step is presented.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kalzium-trinity
|
||||
Architecture: any
|
||||
Section: science
|
||||
Replaces: kalzium-trinity (<< 4:14.0.0~)
|
||||
Breaks: kalzium-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, kalzium-data-trinity (>> ${TDE-Version3}~), kalzium-data-trinity (<< ${TDE-Next-Version3}~), tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: chemistry teaching tool for Trinity
|
||||
Kalzium is a program which shows you the Periodic System of Elements
|
||||
(PSE). You can use Kalzium to search for information about the
|
||||
elements or to learn facts about the PSE.
|
||||
.
|
||||
Kalzium provides you with all kinds of information about the PSE.
|
||||
You can look up lots of information about the elements and also use
|
||||
visualisations to show them.
|
||||
.
|
||||
You can visualise the Periodic Table of the Elements by blocks,
|
||||
groups, acidic behavior or different states of matter. You can also
|
||||
plot data for a range of elements (weight, mean weight, density, IE1,
|
||||
IE2, electronegativity), and you can go back in time to see what
|
||||
elements were known at a given date. In addition, on platforms where
|
||||
OCaml supports native code generation, Kalzium includes a chemical
|
||||
equation solver.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kalzium-data-trinity
|
||||
Architecture: all
|
||||
Section: science
|
||||
Replaces: kalzium-data-trinity (<< 4:14.0.0~)
|
||||
Breaks: kalzium-data-trinity (<< 4:14.0.0~)
|
||||
Description: data files for Kalzium
|
||||
This package contains architecture-independent data files for
|
||||
Kalzium, the TDE periodic table application. This includes pictures
|
||||
of various chemical equipment and of samples of several elements, in
|
||||
addition to the actual chemical data.
|
||||
.
|
||||
See the kalzium package for further information.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kanagram-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kanagram-trinity (<< 4:14.0.0~)
|
||||
Breaks: kanagram-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: letter order game for Trinity
|
||||
KAnagram is a game that is based on the word/letter puzzles that the
|
||||
author played as a child. A word is picked at random and displayed
|
||||
with its letters in a messed order, with difficulty dependent on the
|
||||
chosen level. You have an unlimited number of attempts, and scores
|
||||
are kept.
|
||||
.
|
||||
It is a very simply constructed game, with 3 difficulty levels of
|
||||
play. It is fully customizable, allowing you to write in your own
|
||||
words and set your own 'look and feel' of the game. It is aimed for
|
||||
children aged 10+ because of the difficulty, but of course everyone
|
||||
is welcome to try.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kbruch-trinity
|
||||
Architecture: any
|
||||
Section: math
|
||||
Replaces: kbruch-trinity (<< 4:14.0.0~)
|
||||
Breaks: kbruch-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: fraction calculation teaching tool for Trinity
|
||||
KBruch is a small program to practice calculating with fractions.
|
||||
Different exercises are provided for this purpose. The program
|
||||
checks the user's input and gives feedback.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: keduca-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: keduca-trinity (<< 4:14.0.0~)
|
||||
Breaks: keduca-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: interactive form-based tests for Trinity
|
||||
KEduca is a flash-card application which allows you to make
|
||||
interactive form-based tests.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kgeography-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: kgeography-trinity (<< 4:14.0.0~)
|
||||
Breaks: kgeography-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, kgeography-data-trinity (>> ${TDE-Version3}~), kgeography-data-trinity (<< ${TDE-Next-Version3}~), tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: Geography learning tool for Trinity
|
||||
KGeography contains maps allowing you to learn various countries or
|
||||
the political divisions of several countries. It has several modes,
|
||||
including a map browser and games involving the names, capitals, or
|
||||
flags of the map divisions.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kgeography-data-trinity
|
||||
Architecture: all
|
||||
Section: tde
|
||||
Replaces: kgeography-data-trinity (<< 4:14.0.0~)
|
||||
Breaks: kgeography-data-trinity (<< 4:14.0.0~)
|
||||
Description: data files for KGeography
|
||||
This package contains architecture-independent data files for
|
||||
KGeography, the geography learning tool for TDE. This includes map
|
||||
and flag images.
|
||||
.
|
||||
See the kgeography package for further information.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: khangman-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: khangman-trinity (<< 4:14.0.0~)
|
||||
Breaks: khangman-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, fonts-dustin | ttf-dustin, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: the classical hangman game for Trinity
|
||||
KHangMan is a game based on the well known hangman game. It is aimed
|
||||
for children aged 6 and above. It has four levels of difficulty:
|
||||
Animals (animals words), Easy, Medium and Hard.
|
||||
.
|
||||
A word is picked at random and the letters are hidden. You must
|
||||
guess the word by trying one letter after another. Each time you
|
||||
guess a wrong letter, a picture of a hangman is drawn. You must
|
||||
guess the word before getting hanged! You have 10 tries.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kig-trinity
|
||||
Architecture: any
|
||||
Section: math
|
||||
Replaces: kig-trinity (<< 4:14.0.0~)
|
||||
Breaks: kig-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: interactive geometry program for TDE
|
||||
Kig is an application for interactive geometry. It is intended to
|
||||
serve two purposes:
|
||||
.
|
||||
- to allow students to interactively explore mathematical figures and
|
||||
concepts using the computer;
|
||||
- to serve as a WYSIWYG tool for drawing mathematical figures and
|
||||
including them in other documents.
|
||||
.
|
||||
With this program you can do geometry on a computer just like you
|
||||
would on a blackboard in a classroom. However, the program allows
|
||||
you to move and change parts of a geometrical drawing so that you can
|
||||
see how the other parts change as a result.
|
||||
.
|
||||
Kig supports loci and user-defined macros. It also supports imports
|
||||
and exports to/from foreign file formats including Cabri, Dr. Geo,
|
||||
KGeo, KSeg and XFig.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kiten-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: kiten-trinity (<< 4:14.0.0~)
|
||||
Breaks: kiten-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~), fonts-takao-gothic | ttf-takao-gothic | fonts-takao-mincho | ttf-takao-mincho
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: Japanese reference/study tool for Trinity
|
||||
Kiten is a Japanese reference and study tool for TDE. It is an
|
||||
application with multiple functions. Firstly, it is a convenient
|
||||
English to Japanese and Japanese to English dictionary. Secondly, it
|
||||
is a Kanji dictionary, with multiple ways to look up specific
|
||||
characters. Thirdly, it is a tool to help you learn Kanji.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: klatin-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: klatin-trinity (<< 4:14.0.0~)
|
||||
Breaks: klatin-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: application to help revise/teach Latin
|
||||
KLatin is a program to help revise Latin. There are three "sections"
|
||||
in which different aspects of the language can be revised. These are
|
||||
the vocabulary, grammar and verb testing sections. In addition there
|
||||
is a set of revision notes that can be used for self-guided revision.
|
||||
.
|
||||
In the vocabulary section an XML file is loaded containing various
|
||||
words and their local language translations. KLatin asks you what
|
||||
each of these words translate into. The questions take place in a
|
||||
multiple-choice environment.
|
||||
.
|
||||
In the grammar and verb sections KLatin asks for a particular part of
|
||||
a noun or a verb, such as the "ablative singular", or the "1st person
|
||||
indicative passive plural", and is not multiple choice.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: klettres-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: klettres-trinity (<< 4:14.0.0~)
|
||||
Breaks: klettres-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, klettres-data-trinity (>> ${TDE-Version3}~), klettres-data-trinity (<< ${TDE-Next-Version3}~), tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: foreign alphabet tutor for Trinity
|
||||
KLettres is an application specially designed to help the user to
|
||||
learn the alphabet in a new language and then to learn to read simple
|
||||
syllables. The user can be a young child aged from two and a half or
|
||||
an adult that wants to learn the basics of a foreign language.
|
||||
.
|
||||
Seven languages are currently available: Czech, Danish, Dutch,
|
||||
English, French, Italian and Slovak.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: klettres-data-trinity
|
||||
Architecture: all
|
||||
Section: tde
|
||||
Replaces: klettres-data-trinity (<< 4:14.0.0~)
|
||||
Breaks: klettres-data-trinity (<< 4:14.0.0~)
|
||||
Description: data files for KLettres foreign alphabet tutor
|
||||
This package contains architecture-independent data files for
|
||||
KLettres, the foreign alphabet tutor for TDE. This includes sound
|
||||
files and graphics.
|
||||
.
|
||||
See the klettres package for further information.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kmplot-trinity
|
||||
Architecture: any
|
||||
Section: math
|
||||
Replaces: kmplot-trinity (<< 4:14.0.0~)
|
||||
Breaks: kmplot-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: mathematical function plotter for Trinity
|
||||
KmPlot is a mathematical function plotter for TDE. It has a powerful
|
||||
built-in parser. You can plot different functions simultaneously and
|
||||
combine them to build new functions.
|
||||
.
|
||||
KmPlot supports parametric functions and functions in polar
|
||||
coordinates. Several grid modes are supported. Plots may be printed
|
||||
with high precision in the correct scale.
|
||||
.
|
||||
KmPlot also provides some numerical and visual features, like filling
|
||||
and calculating the area between the plot and the first axis, finding
|
||||
maximum and minimum values, changing function parameters dynamically
|
||||
and plotting derivatives and integral functions.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kpercentage-trinity
|
||||
Architecture: any
|
||||
Section: math
|
||||
Replaces: kpercentage-trinity (<< 4:14.0.0~)
|
||||
Breaks: kpercentage-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: percentage calculation teaching tool for Trinity
|
||||
KPercentage is a small math application that will help pupils to
|
||||
improve their skills in calculating percentages.
|
||||
.
|
||||
There is a special training section for the three basic tasks.
|
||||
Finally the pupil can select a random mode, in which all three tasks
|
||||
are mixed randomly.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kstars-trinity
|
||||
Architecture: any
|
||||
Section: science
|
||||
Replaces: kstars-trinity (<< 4:14.0.0~)
|
||||
Breaks: kstars-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, kstars-data-trinity (>> ${TDE-Version3}~), kstars-data-trinity (<< ${TDE-Next-Version3}~), tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~), indi-trinity (= ${source:Version})
|
||||
Suggests: konqueror-trinity, khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: desktop planetarium for Trinity
|
||||
KStars is a graphical desktop planetarium for TDE. It depicts an
|
||||
accurate simulation of the night sky, including stars,
|
||||
constellations, star clusters, nebulae, galaxies, all planets, the
|
||||
Sun, the Moon, comets and asteroids. You can see the sky as it
|
||||
appears from any location on Earth, on any date.
|
||||
.
|
||||
The user interface is highly intuitive and flexible. The display can
|
||||
be panned and zoomed with the mouse, and you can easily identify
|
||||
objects and track their motion across the sky. KStars includes many
|
||||
powerful features, yet the interface is clean and simple and fun to
|
||||
use.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kstars-data-trinity
|
||||
Architecture: all
|
||||
Section: science
|
||||
Replaces: kstars-data-trinity (<< 4:14.0.0~)
|
||||
Breaks: kstars-data-trinity (<< 4:14.0.0~)
|
||||
Description: data files for KStars desktop planetarium
|
||||
This package contains architecture-independent data files for KStars,
|
||||
the graphical desktop planetarium for TDE. This includes star
|
||||
catalogues and astronomical images.
|
||||
.
|
||||
See the kstars package for further information.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: ktouch-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: ktouch-trinity (<< 4:14.0.0~)
|
||||
Breaks: ktouch-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: touch typing tutor for Trinity
|
||||
KTouch is a program for learning touch typing - it helps you learn to
|
||||
type on a keyboard quickly and correctly. Every finger has its place
|
||||
on the keyboard with associated keys to press.
|
||||
.
|
||||
KTouch helps you learn to touch type by providing you with text to
|
||||
train on, and adjusts to different levels depending on how good you
|
||||
are. It can display which key to press next, and the correct finger
|
||||
to use.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kturtle-trinity
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Replaces: kturtle-trinity (<< 4:14.0.0~)
|
||||
Breaks: kturtle-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: educational Logo programming environment
|
||||
KTurtle is an educational programming environment using the Logo
|
||||
programming language. It tries to make programming as easy and
|
||||
accessible as possible. This makes KTurtle suitable for teaching
|
||||
kids the basics of mathematics, geometry and programming.
|
||||
.
|
||||
The commands used to program are in the style of the Logo programming
|
||||
language. The unique feature of Logo is that the commands are often
|
||||
translated into the speaking language of the programmer.
|
||||
.
|
||||
KTurtle is named after "the turtle" that plays a central role in the
|
||||
programming environment. The user programs the turtle, using the
|
||||
Logo commands, to draw a picture on the canvas.
|
||||
.
|
||||
Note that this version of Logo is only focused on the educational
|
||||
qualities of the programming language and will not try to suit
|
||||
professional programmers' needs.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kverbos-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: kverbos-trinity (<< 4:14.0.0~)
|
||||
Breaks: kverbos-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: Spanish verb form study application for Trinity
|
||||
Kverbos allows the user to learn the forms of Spanish verbs. The
|
||||
program suggests a verb and a time and the user enters the different
|
||||
verb forms. The program corrects the user input and gives feedback.
|
||||
.
|
||||
The user can edit the list of the verbs that can be studied. The
|
||||
program can build regular verb forms by itself. Irregular verb forms
|
||||
have to be entered by the user.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kvoctrain-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: kvoctrain-trinity (<< 4:14.0.0~)
|
||||
Breaks: kvoctrain-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, ${perl:Depends}, libwww-perl, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: vocabulary trainer for Trinity
|
||||
KVocTrain is a little utility to help you train your vocabulary when
|
||||
you are trying to learn a foreign language. You can create your own
|
||||
database with the words you need. It is intended as a replacement
|
||||
for index (flash) cards.
|
||||
.
|
||||
You probably remember flashcards from school. The teacher would
|
||||
write the original expression on the front side of the card and the
|
||||
translation on the back. Then look at the cards one after another.
|
||||
If you knew the translation, you could put it away. If you failed,
|
||||
you put it back to try again.
|
||||
.
|
||||
KVocTrain is not intended to teach you grammar or other sophisticated
|
||||
things. This is and probably will stay beyond the scope of this
|
||||
application.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: kwordquiz-trinity
|
||||
Architecture: any
|
||||
Section: tde
|
||||
Replaces: kwordquiz-trinity (<< 4:14.0.0~)
|
||||
Breaks: kwordquiz-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdeedu-data-trinity (>> ${TDE-Version3}~), tdeedu-data-trinity (<< ${TDE-Next-Version3}~)
|
||||
Suggests: khelpcenter-trinity, tdeedu-trinity-doc-html
|
||||
Description: flashcard and vocabulary learning program for Trinity
|
||||
KWordQuiz is a flashcard-based tool that helps you to master new
|
||||
vocabularies. It may be a language or any other kind of terminology.
|
||||
.
|
||||
KWordQuiz can open several types of vocabulary data. Supported are
|
||||
kvtml files used by other TDE programs such as KVocTrain, wql files
|
||||
used by WordQuiz for Windows, csv files with comma-separated text,
|
||||
and xml.gz files created by Pauker (http://pauker.sourceforge.net).
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: libtdeedu3-trinity
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Replaces: libkdeedu3-trinity (<< 4:14.0.0~)
|
||||
Breaks: libkdeedu3-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: library for use with Trinity educational apps
|
||||
The TDE-based library libtdeedu is used with educational
|
||||
applications. It currently provides support for data plotting and
|
||||
vocabulary items (including a parser for kvtml vocabulary files).
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: libtdeedu-trinity-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Replaces: libkdeedu-trinity-dev (<< 4:14.0.0~)
|
||||
Breaks: libkdeedu-trinity-dev (<< 4:14.0.0~)
|
||||
Depends: libtdeedu3-trinity (= ${source:Version}), tdelibs14-trinity-dev
|
||||
Description: development files for Trinity educational library
|
||||
The TDE-based library libtdeedu is used with educational
|
||||
applications. It currently provides support for data plotting and
|
||||
vocabulary items (including a parser for kvtml vocabulary files).
|
||||
.
|
||||
Development files for libtdeedu are included in this package.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: libkiten1-trinity
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Replaces: libkiten1-trinity (<< 4:14.0.0~)
|
||||
Breaks: libkiten1-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, edict, kanjidic
|
||||
Recommends: fonts-takao-gothic | ttf-takao-gothic | fonts-takao-mincho | ttf-takao-mincho
|
||||
Description: library for Kiten Japanese reference/study tool
|
||||
Kiten is a Japanese reference/study tool for TDE. The library
|
||||
libkiten contains portions of Kiten that may be useful for other
|
||||
applications. These portions include dictionary, character lookup
|
||||
and widget classes.
|
||||
.
|
||||
This package contains the libkiten library along with supporting
|
||||
data, such as Japanese language data files and GUI resource files.
|
||||
For further information, see the kiten package.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: libkiten-trinity-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Replaces: libkiten-trinity-dev (<< 4:14.0.0~)
|
||||
Breaks: libkiten-trinity-dev (<< 4:14.0.0~)
|
||||
Depends: libkiten1-trinity (= ${source:Version}), tdelibs14-trinity-dev
|
||||
Description: development files for Kiten library
|
||||
Kiten is a Japanese reference/study tool for TDE. The library
|
||||
libkiten contains portions of Kiten that may be useful for other
|
||||
applications. These portions include dictionary, character lookup
|
||||
and widget classes.
|
||||
.
|
||||
Development files for libkiten are included in this package. For
|
||||
further information, see the kiten package.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
||||
|
||||
Package: indi-trinity
|
||||
Architecture: any
|
||||
Section: science
|
||||
Replaces: indi-trinity (<< 4:14.0.0~)
|
||||
Breaks: indi-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Instrument Neutral Distributed Interface for astronomical devices
|
||||
INDI is an Instrument Neutral Distributed Interface control protocol for
|
||||
astronomical devices, which provides a framework that decouples low level
|
||||
hardware drivers from high level front end clients. Clients that use the
|
||||
device drivers are completely unaware of the device capabilities and
|
||||
communicate with the device drivers and build a completely dynamic GUI
|
||||
based on the services provided by the device.
|
||||
.
|
||||
This package is part of Trinity, as a component of the TDE education module.
|
||||
See the 'tde-trinity' and 'tdeedu-trinity' packages for more information.
|
@ -0,0 +1,624 @@
|
||||
This package was debianised by Ben Burton <bab@debian.org> on
|
||||
Sun, 19 May 2002 18:44:16 +1000.
|
||||
Thanks to Karl Soderstrom and Gregory J. Oschwald for originally packaging
|
||||
kstars and ktouch respectively.
|
||||
|
||||
It was downloaded from: http://www.kde.org/download
|
||||
|
||||
Upstream Authors:
|
||||
|
||||
Blinken: Albert Astals Cid <tsdgeos@terra.es>,
|
||||
Danny Allen <danny@dannyallen.co.uk>
|
||||
Kalzium: Carsten Niehaus <cniehaus@kde.org>
|
||||
KAnagram: Joshua Keel <joshuakeel@gmail.com>,
|
||||
Danny Allen <danny@dannyallen.co.uk>
|
||||
KBruch: Sebastian Stein <seb.kde@hpfsc.de>,
|
||||
Eva Brucherseifer <eva@kde.org> and others
|
||||
KEduca: Javier Campos <javi@asyris.org>, Klas Kalass <klas@kde.org>,
|
||||
Henrique Pinto <henrique.pinto@kdemail.net>,
|
||||
Anne-Marie Mahfouf <annma@kde.org>
|
||||
KGeography: Albert Astals Cid <tsdgeos@terra.es>
|
||||
KHangMan: Primoz Anzur <zerokode@gmx.net>, Anne-Marie Mahfouf <annma@kde.org>
|
||||
Kig: Dominique Devriese <devriese@kde.org>,
|
||||
Maurizio Paolini <paolini@dmf.bs.unicatt.it>,
|
||||
Franco Pasquarelli <pasqui@dmf.bs.unicatt.it>,
|
||||
Pino Toscano <toscano.pino@tiscali.it> and others
|
||||
Kiten: Jason Katz-Brown <jason@katzbrown.com>,
|
||||
Jim Breen <jwb@csse.monash.edu.au>,
|
||||
Neil Stevens <neil@qualityassistant.com>
|
||||
KLatin: George Wright <gwright@kde.org> and others
|
||||
KLettres: Anne-Marie Mahfouf <annma@kde.org> and many others
|
||||
KMathTool: Birgit Schulz <B.Schulz@Superlehrer.de>,
|
||||
Marco Wegner <mail@marcowegner.de>
|
||||
KmPlot: Klaus-Dieter Möller <tdmoeller@foni.net>,
|
||||
Matthias Messmer <bmlmessmer@web.de>,
|
||||
Fredrik Edemar <f_edemar@linux.se>
|
||||
KPercentage: Matthias Messmer <bmlmessmer@web.de>,
|
||||
Carsten Niehaus <cniehaus@gmx.de>,
|
||||
Robert Gogolok <mail@robert-gogolok.de>
|
||||
KStars: Jason Harris <jharris@30doradus.org>,
|
||||
Heiko Evermann <heiko@evermann.de>, Thomas Kabelmann <tk78@gmx.de>,
|
||||
Pablo de Vicente <pvicentea@wanadoo.es>,
|
||||
Jasem Mutlaq <mutlaqja@ikarustech.com>, Carsten Niehaus <cniehaus@gmx.de>,
|
||||
Mark Hollomon <mhh@mindspring.com>, Vincent Jagot <vincent.jagot@free.fr>,
|
||||
Martin Piskernig <martin.piskernig@stuwo.at>
|
||||
KTouch: Haavard Froeiland <haavard@users.sourceforge.net>,
|
||||
Andreas Nicolai <Andreas.Nicolai@gmx.net>
|
||||
KTurtle: Cies Breijs <cies # kde.nl>,
|
||||
Walter Schreppers <Walter.Schreppers # ua.ac.be>,
|
||||
Anne-Marie Mahfouf <annemarie.mahfouf # free.fr>
|
||||
Kverbos: Arnold Kraschinski <arnold.k67@gmx.de>
|
||||
KVocTrain: Ewald Arnold <kvoctrain@ewald-arnold.de>,
|
||||
Peter Hedlund <peter@peterandlinda.com>
|
||||
KWordQuiz: Peter Hedlund <peter@peterandlinda.com>
|
||||
libtdeedu: Scott Wheeler <wheeler@kde.org>,
|
||||
Jason Harris <jharris@30doradus.org>
|
||||
|
||||
Copyright:
|
||||
|
||||
All components of this package are released under the GNU General
|
||||
Public License (GPL), with the following exceptions. Note that the
|
||||
abbreviation LGPL refers to the GNU Library General Public License.
|
||||
|
||||
Kiten: (see below)
|
||||
KStars: (see below)
|
||||
KVocTrain: GPL, though some source files are under the LGPL
|
||||
KWordQuiz: GPL, though many source files are under the LGPL
|
||||
Libraries:
|
||||
libextdate.so: Sources under a mixture of GPL and LGPL
|
||||
libtdeeducore.so: LGPL
|
||||
DocBook documentation: (see below)
|
||||
|
||||
On Debian GNU/Linux systems, the complete texts of the GPL and the LGPL
|
||||
can be found in the files `/usr/share/common-licenses/GPL' and
|
||||
`/usr/share/common-licenses/LGPL` respectively.
|
||||
|
||||
--------------------
|
||||
|
||||
Kiten:
|
||||
|
||||
This application is released under the GPL, though a few of its
|
||||
source files are under the following license:
|
||||
|
||||
Copyright (C) 2001 Neil Stevens <neil@qualityassistant.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the "Software"), to deal in the Software without
|
||||
restriction, including without limitation the rights to use, copy,
|
||||
modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE THE AUTHOR(S) BE LIABLE
|
||||
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name(s) of the author(s)
|
||||
shall not be used in advertising or otherwise to promote the sale,
|
||||
use or other dealings in this Software without prior written
|
||||
authorization from the author(s).
|
||||
|
||||
--------------------
|
||||
|
||||
KStars:
|
||||
|
||||
While KStars itself is released under the GPL, its INDI server and
|
||||
drivers, its data catalogue and some of its images are under different
|
||||
licenses as follows.
|
||||
|
||||
INDI server and drivers:
|
||||
|
||||
Released under the LGPL, with the following exceptions:
|
||||
|
||||
The ColourConVerT library along with some related code is released
|
||||
under the GPL. This is used in the V4L and Philips webcam drivers.
|
||||
|
||||
The file celestronprotocol.c is released under the GPL. This is
|
||||
used in the Celestron GPS driver.
|
||||
|
||||
The Finger Lakes Instruments driver is released under the
|
||||
following license:
|
||||
|
||||
Copyright (c) 2000, 2002 Finger Lakes Instrumentation (FLI), L.L.C.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following
|
||||
disclaimer in the documentation and/or other materials
|
||||
provided with the distribution.
|
||||
|
||||
Neither the name of Finger Lakes Instrumentation (FLI), LLC
|
||||
nor the names of its contributors may be used to endorse or
|
||||
promote products derived from this software without specific
|
||||
prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
||||
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
The FITS reading/writing library is released under the GPL.
|
||||
This is used in the static libindicom library that is linked
|
||||
into KStars.
|
||||
|
||||
Star catalogue:
|
||||
|
||||
Star catalog derived from the Hipparcos and Tycho star catalogs.
|
||||
These catalogs are in the public domain, and can be obtained from
|
||||
http://cdsweb.u-strasbg.fr/viz-bin/Cat?I/239
|
||||
|
||||
Changes made to the raw catalog include stripping out certain data
|
||||
fields, reformatting, and manual matching up common and genetive
|
||||
star names. The modified catalog is (C) Jason Harris, 2003, and is
|
||||
licensed under the terms of the GNU General Public License (GPL):
|
||||
http://www.gnu.org/licenses/gpl.html
|
||||
|
||||
The Hipparcos data is in the public domain and may be used
|
||||
by anyone. We do request however that use of the catalogue data
|
||||
is acknowledged. Something similar to "This application
|
||||
makes use of the Hipparcos and Tycho catalogues (ESA, 1997)"
|
||||
could be appropriate, and a link to the ESA Hipparcos web pages
|
||||
(http://sci.esa.int/hipparcos) would also be appreciated.
|
||||
|
||||
Images:
|
||||
|
||||
KStars uses images in the skymap that are under copyright.
|
||||
In most cases, these images are freely available for
|
||||
non-commercial uses. When required, we have obtained
|
||||
permission from the image's author. For each image, we
|
||||
credit the author or source and provide a link to their
|
||||
website, when available.
|
||||
|
||||
Key:
|
||||
PD: Public Domain
|
||||
CR: Authorship Credit Requested
|
||||
GPL: Released under the General Public License
|
||||
|
||||
NASA/GSFC:Nat'l Aeronautics and Space Admin./Goddard Spaceflight Center
|
||||
|
||||
|
||||
Planets Inline Image Credits:
|
||||
Mercury: NASA/GSFC (PD/CR)
|
||||
Venus: NASA/GSFC (PD/CR)
|
||||
Moon: based on a photo contributed by Frank Stefani (GPL)
|
||||
Mars: NASA and Hubble Heritage team (PD/CR)
|
||||
Jupiter: NASA/GSFC (PD/CR)
|
||||
Saturn: NASA and Hubble Heritage team (PD/CR)
|
||||
Uranus: Erich Karkoschka (University of Arizona) and NASA (PD/CR)
|
||||
Neptune: NASA Voyager 2 (PD/CR)
|
||||
Pluto: NASA/GSFC (PD/CR)
|
||||
|
||||
--------------------
|
||||
|
||||
DocBook Documentation:
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation License,
|
||||
Version 1.1 or any later version published by the Free Software
|
||||
Foundation; with no Invariant Sections, with no Front-Cover Texts,
|
||||
and with no Back-Cover Texts.
|
||||
|
||||
A copy of the GNU Free Documentation License (Version 1.2) is
|
||||
included below.
|
||||
|
||||
|
||||
GNU Free Documentation License
|
||||
Version 1.2, November 2002
|
||||
|
||||
|
||||
Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
|
||||
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
||||
0. PREAMBLE
|
||||
|
||||
The purpose of this License is to make a manual, textbook, or other
|
||||
functional and useful document "free" in the sense of freedom: to
|
||||
assure everyone the effective freedom to copy and redistribute it,
|
||||
with or without modifying it, either commercially or noncommercially.
|
||||
Secondarily, this License preserves for the author and publisher a way
|
||||
to get credit for their work, while not being considered responsible
|
||||
for modifications made by others.
|
||||
|
||||
This License is a kind of "copyleft", which means that derivative
|
||||
works of the document must themselves be free in the same sense. It
|
||||
complements the GNU General Public License, which is a copyleft
|
||||
license designed for free software.
|
||||
|
||||
We have designed this License in order to use it for manuals for free
|
||||
software, because free software needs free documentation: a free
|
||||
program should come with manuals providing the same freedoms that the
|
||||
software does. But this License is not limited to software manuals;
|
||||
it can be used for any textual work, regardless of subject matter or
|
||||
whether it is published as a printed book. We recommend this License
|
||||
principally for works whose purpose is instruction or reference.
|
||||
|
||||
|
||||
1. APPLICABILITY AND DEFINITIONS
|
||||
|
||||
This License applies to any manual or other work, in any medium, that
|
||||
contains a notice placed by the copyright holder saying it can be
|
||||
distributed under the terms of this License. Such a notice grants a
|
||||
world-wide, royalty-free license, unlimited in duration, to use that
|
||||
work under the conditions stated herein. The "Document", below,
|
||||
refers to any such manual or work. Any member of the public is a
|
||||
licensee, and is addressed as "you". You accept the license if you
|
||||
copy, modify or distribute the work in a way requiring permission
|
||||
under copyright law.
|
||||
|
||||
A "Modified Version" of the Document means any work containing the
|
||||
Document or a portion of it, either copied verbatim, or with
|
||||
modifications and/or translated into another language.
|
||||
|
||||
A "Secondary Section" is a named appendix or a front-matter section of
|
||||
the Document that deals exclusively with the relationship of the
|
||||
publishers or authors of the Document to the Document's overall subject
|
||||
(or to related matters) and contains nothing that could fall directly
|
||||
within that overall subject. (Thus, if the Document is in part a
|
||||
textbook of mathematics, a Secondary Section may not explain any
|
||||
mathematics.) The relationship could be a matter of historical
|
||||
connection with the subject or with related matters, or of legal,
|
||||
commercial, philosophical, ethical or political position regarding
|
||||
them.
|
||||
|
||||
The "Invariant Sections" are certain Secondary Sections whose titles
|
||||
are designated, as being those of Invariant Sections, in the notice
|
||||
that says that the Document is released under this License. If a
|
||||
section does not fit the above definition of Secondary then it is not
|
||||
allowed to be designated as Invariant. The Document may contain zero
|
||||
Invariant Sections. If the Document does not identify any Invariant
|
||||
Sections then there are none.
|
||||
|
||||
The "Cover Texts" are certain short passages of text that are listed,
|
||||
as Front-Cover Texts or Back-Cover Texts, in the notice that says that
|
||||
the Document is released under this License. A Front-Cover Text may
|
||||
be at most 5 words, and a Back-Cover Text may be at most 25 words.
|
||||
|
||||
A "Transparent" copy of the Document means a machine-readable copy,
|
||||
represented in a format whose specification is available to the
|
||||
general public, that is suitable for revising the document
|
||||
straightforwardly with generic text editors or (for images composed of
|
||||
pixels) generic paint programs or (for drawings) some widely available
|
||||
drawing editor, and that is suitable for input to text formatters or
|
||||
for automatic translation to a variety of formats suitable for input
|
||||
to text formatters. A copy made in an otherwise Transparent file
|
||||
format whose markup, or absence of markup, has been arranged to thwart
|
||||
or discourage subsequent modification by readers is not Transparent.
|
||||
An image format is not Transparent if used for any substantial amount
|
||||
of text. A copy that is not "Transparent" is called "Opaque".
|
||||
|
||||
Examples of suitable formats for Transparent copies include plain
|
||||
ASCII without markup, Texinfo input format, LaTeX input format, SGML
|
||||
or XML using a publicly available DTD, and standard-conforming simple
|
||||
HTML, PostScript or PDF designed for human modification. Examples of
|
||||
transparent image formats include PNG, XCF and JPG. Opaque formats
|
||||
include proprietary formats that can be read and edited only by
|
||||
proprietary word processors, SGML or XML for which the DTD and/or
|
||||
processing tools are not generally available, and the
|
||||
machine-generated HTML, PostScript or PDF produced by some word
|
||||
processors for output purposes only.
|
||||
|
||||
The "Title Page" means, for a printed book, the title page itself,
|
||||
plus such following pages as are needed to hold, legibly, the material
|
||||
this License requires to appear in the title page. For works in
|
||||
formats which do not have any title page as such, "Title Page" means
|
||||
the text near the most prominent appearance of the work's title,
|
||||
preceding the beginning of the body of the text.
|
||||
|
||||
A section "Entitled XYZ" means a named subunit of the Document whose
|
||||
title either is precisely XYZ or contains XYZ in parentheses following
|
||||
text that translates XYZ in another language. (Here XYZ stands for a
|
||||
specific section name mentioned below, such as "Acknowledgements",
|
||||
"Dedications", "Endorsements", or "History".) To "Preserve the Title"
|
||||
of such a section when you modify the Document means that it remains a
|
||||
section "Entitled XYZ" according to this definition.
|
||||
|
||||
The Document may include Warranty Disclaimers next to the notice which
|
||||
states that this License applies to the Document. These Warranty
|
||||
Disclaimers are considered to be included by reference in this
|
||||
License, but only as regards disclaiming warranties: any other
|
||||
implication that these Warranty Disclaimers may have is void and has
|
||||
no effect on the meaning of this License.
|
||||
|
||||
|
||||
2. VERBATIM COPYING
|
||||
|
||||
You may copy and distribute the Document in any medium, either
|
||||
commercially or noncommercially, provided that this License, the
|
||||
copyright notices, and the license notice saying this License applies
|
||||
to the Document are reproduced in all copies, and that you add no other
|
||||
conditions whatsoever to those of this License. You may not use
|
||||
technical measures to obstruct or control the reading or further
|
||||
copying of the copies you make or distribute. However, you may accept
|
||||
compensation in exchange for copies. If you distribute a large enough
|
||||
number of copies you must also follow the conditions in section 3.
|
||||
|
||||
You may also lend copies, under the same conditions stated above, and
|
||||
you may publicly display copies.
|
||||
|
||||
|
||||
3. COPYING IN QUANTITY
|
||||
|
||||
If you publish printed copies (or copies in media that commonly have
|
||||
printed covers) of the Document, numbering more than 100, and the
|
||||
Document's license notice requires Cover Texts, you must enclose the
|
||||
copies in covers that carry, clearly and legibly, all these Cover
|
||||
Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
|
||||
the back cover. Both covers must also clearly and legibly identify
|
||||
you as the publisher of these copies. The front cover must present
|
||||
the full title with all words of the title equally prominent and
|
||||
visible. You may add other material on the covers in addition.
|
||||
Copying with changes limited to the covers, as long as they preserve
|
||||
the title of the Document and satisfy these conditions, can be treated
|
||||
as verbatim copying in other respects.
|
||||
|
||||
If the required texts for either cover are too voluminous to fit
|
||||
legibly, you should put the first ones listed (as many as fit
|
||||
reasonably) on the actual cover, and continue the rest onto adjacent
|
||||
pages.
|
||||
|
||||
If you publish or distribute Opaque copies of the Document numbering
|
||||
more than 100, you must either include a machine-readable Transparent
|
||||
copy along with each Opaque copy, or state in or with each Opaque copy
|
||||
a computer-network location from which the general network-using
|
||||
public has access to download using public-standard network protocols
|
||||
a complete Transparent copy of the Document, free of added material.
|
||||
If you use the latter option, you must take reasonably prudent steps,
|
||||
when you begin distribution of Opaque copies in quantity, to ensure
|
||||
that this Transparent copy will remain thus accessible at the stated
|
||||
location until at least one year after the last time you distribute an
|
||||
Opaque copy (directly or through your agents or retailers) of that
|
||||
edition to the public.
|
||||
|
||||
It is requested, but not required, that you contact the authors of the
|
||||
Document well before redistributing any large number of copies, to give
|
||||
them a chance to provide you with an updated version of the Document.
|
||||
|
||||
|
||||
4. MODIFICATIONS
|
||||
|
||||
You may copy and distribute a Modified Version of the Document under
|
||||
the conditions of sections 2 and 3 above, provided that you release
|
||||
the Modified Version under precisely this License, with the Modified
|
||||
Version filling the role of the Document, thus licensing distribution
|
||||
and modification of the Modified Version to whoever possesses a copy
|
||||
of it. In addition, you must do these things in the Modified Version:
|
||||
|
||||
A. Use in the Title Page (and on the covers, if any) a title distinct
|
||||
from that of the Document, and from those of previous versions
|
||||
(which should, if there were any, be listed in the History section
|
||||
of the Document). You may use the same title as a previous version
|
||||
if the original publisher of that version gives permission.
|
||||
B. List on the Title Page, as authors, one or more persons or entities
|
||||
responsible for authorship of the modifications in the Modified
|
||||
Version, together with at least five of the principal authors of the
|
||||
Document (all of its principal authors, if it has fewer than five),
|
||||
unless they release you from this requirement.
|
||||
C. State on the Title page the name of the publisher of the
|
||||
Modified Version, as the publisher.
|
||||
D. Preserve all the copyright notices of the Document.
|
||||
E. Add an appropriate copyright notice for your modifications
|
||||
adjacent to the other copyright notices.
|
||||
F. Include, immediately after the copyright notices, a license notice
|
||||
giving the public permission to use the Modified Version under the
|
||||
terms of this License, in the form shown in the Addendum below.
|
||||
G. Preserve in that license notice the full lists of Invariant Sections
|
||||
and required Cover Texts given in the Document's license notice.
|
||||
H. Include an unaltered copy of this License.
|
||||
I. Preserve the section Entitled "History", Preserve its Title, and add
|
||||
to it an item stating at least the title, year, new authors, and
|
||||
publisher of the Modified Version as given on the Title Page. If
|
||||
there is no section Entitled "History" in the Document, create one
|
||||
stating the title, year, authors, and publisher of the Document as
|
||||
given on its Title Page, then add an item describing the Modified
|
||||
Version as stated in the previous sentence.
|
||||
J. Preserve the network location, if any, given in the Document for
|
||||
public access to a Transparent copy of the Document, and likewise
|
||||
the network locations given in the Document for previous versions
|
||||
it was based on. These may be placed in the "History" section.
|
||||
You may omit a network location for a work that was published at
|
||||
least four years before the Document itself, or if the original
|
||||
publisher of the version it refers to gives permission.
|
||||
K. For any section Entitled "Acknowledgements" or "Dedications",
|
||||
Preserve the Title of the section, and preserve in the section all
|
||||
the substance and tone of each of the contributor acknowledgements
|
||||
and/or dedications given therein.
|
||||
L. Preserve all the Invariant Sections of the Document,
|
||||
unaltered in their text and in their titles. Section numbers
|
||||
or the equivalent are not considered part of the section titles.
|
||||
M. Delete any section Entitled "Endorsements". Such a section
|
||||
may not be included in the Modified Version.
|
||||
N. Do not retitle any existing section to be Entitled "Endorsements"
|
||||
or to conflict in title with any Invariant Section.
|
||||
O. Preserve any Warranty Disclaimers.
|
||||
|
||||
If the Modified Version includes new front-matter sections or
|
||||
appendices that qualify as Secondary Sections and contain no material
|
||||
copied from the Document, you may at your option designate some or all
|
||||
of these sections as invariant. To do this, add their titles to the
|
||||
list of Invariant Sections in the Modified Version's license notice.
|
||||
These titles must be distinct from any other section titles.
|
||||
|
||||
You may add a section Entitled "Endorsements", provided it contains
|
||||
nothing but endorsements of your Modified Version by various
|
||||
parties--for example, statements of peer review or that the text has
|
||||
been approved by an organization as the authoritative definition of a
|
||||
standard.
|
||||
|
||||
You may add a passage of up to five words as a Front-Cover Text, and a
|
||||
passage of up to 25 words as a Back-Cover Text, to the end of the list
|
||||
of Cover Texts in the Modified Version. Only one passage of
|
||||
Front-Cover Text and one of Back-Cover Text may be added by (or
|
||||
through arrangements made by) any one entity. If the Document already
|
||||
includes a cover text for the same cover, previously added by you or
|
||||
by arrangement made by the same entity you are acting on behalf of,
|
||||
you may not add another; but you may replace the old one, on explicit
|
||||
permission from the previous publisher that added the old one.
|
||||
|
||||
The author(s) and publisher(s) of the Document do not by this License
|
||||
give permission to use their names for publicity for or to assert or
|
||||
imply endorsement of any Modified Version.
|
||||
|
||||
|
||||
5. COMBINING DOCUMENTS
|
||||
|
||||
You may combine the Document with other documents released under this
|
||||
License, under the terms defined in section 4 above for modified
|
||||
versions, provided that you include in the combination all of the
|
||||
Invariant Sections of all of the original documents, unmodified, and
|
||||
list them all as Invariant Sections of your combined work in its
|
||||
license notice, and that you preserve all their Warranty Disclaimers.
|
||||
|
||||
The combined work need only contain one copy of this License, and
|
||||
multiple identical Invariant Sections may be replaced with a single
|
||||
copy. If there are multiple Invariant Sections with the same name but
|
||||
different contents, make the title of each such section unique by
|
||||
adding at the end of it, in parentheses, the name of the original
|
||||
author or publisher of that section if known, or else a unique number.
|
||||
Make the same adjustment to the section titles in the list of
|
||||
Invariant Sections in the license notice of the combined work.
|
||||
|
||||
In the combination, you must combine any sections Entitled "History"
|
||||
in the various original documents, forming one section Entitled
|
||||
"History"; likewise combine any sections Entitled "Acknowledgements",
|
||||
and any sections Entitled "Dedications". You must delete all sections
|
||||
Entitled "Endorsements".
|
||||
|
||||
|
||||
6. COLLECTIONS OF DOCUMENTS
|
||||
|
||||
You may make a collection consisting of the Document and other documents
|
||||
released under this License, and replace the individual copies of this
|
||||
License in the various documents with a single copy that is included in
|
||||
the collection, provided that you follow the rules of this License for
|
||||
verbatim copying of each of the documents in all other respects.
|
||||
|
||||
You may extract a single document from such a collection, and distribute
|
||||
it individually under this License, provided you insert a copy of this
|
||||
License into the extracted document, and follow this License in all
|
||||
other respects regarding verbatim copying of that document.
|
||||
|
||||
|
||||
7. AGGREGATION WITH INDEPENDENT WORKS
|
||||
|
||||
A compilation of the Document or its derivatives with other separate
|
||||
and independent documents or works, in or on a volume of a storage or
|
||||
distribution medium, is called an "aggregate" if the copyright
|
||||
resulting from the compilation is not used to limit the legal rights
|
||||
of the compilation's users beyond what the individual works permit.
|
||||
When the Document is included in an aggregate, this License does not
|
||||
apply to the other works in the aggregate which are not themselves
|
||||
derivative works of the Document.
|
||||
|
||||
If the Cover Text requirement of section 3 is applicable to these
|
||||
copies of the Document, then if the Document is less than one half of
|
||||
the entire aggregate, the Document's Cover Texts may be placed on
|
||||
covers that bracket the Document within the aggregate, or the
|
||||
electronic equivalent of covers if the Document is in electronic form.
|
||||
Otherwise they must appear on printed covers that bracket the whole
|
||||
aggregate.
|
||||
|
||||
|
||||
8. TRANSLATION
|
||||
|
||||
Translation is considered a kind of modification, so you may
|
||||
distribute translations of the Document under the terms of section 4.
|
||||
Replacing Invariant Sections with translations requires special
|
||||
permission from their copyright holders, but you may include
|
||||
translations of some or all Invariant Sections in addition to the
|
||||
original versions of these Invariant Sections. You may include a
|
||||
translation of this License, and all the license notices in the
|
||||
Document, and any Warranty Disclaimers, provided that you also include
|
||||
the original English version of this License and the original versions
|
||||
of those notices and disclaimers. In case of a disagreement between
|
||||
the translation and the original version of this License or a notice
|
||||
or disclaimer, the original version will prevail.
|
||||
|
||||
If a section in the Document is Entitled "Acknowledgements",
|
||||
"Dedications", or "History", the requirement (section 4) to Preserve
|
||||
its Title (section 1) will typically require changing the actual
|
||||
title.
|
||||
|
||||
|
||||
9. TERMINATION
|
||||
|
||||
You may not copy, modify, sublicense, or distribute the Document except
|
||||
as expressly provided for under this License. Any other attempt to
|
||||
copy, modify, sublicense or distribute the Document is void, and will
|
||||
automatically terminate your rights under this License. However,
|
||||
parties who have received copies, or rights, from you under this
|
||||
License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
|
||||
10. FUTURE REVISIONS OF THIS LICENSE
|
||||
|
||||
The Free Software Foundation may publish new, revised versions
|
||||
of the GNU Free Documentation License from time to time. Such new
|
||||
versions will be similar in spirit to the present version, but may
|
||||
differ in detail to address new problems or concerns. See
|
||||
http://www.gnu.org/copyleft/.
|
||||
|
||||
Each version of the License is given a distinguishing version number.
|
||||
If the Document specifies that a particular numbered version of this
|
||||
License "or any later version" applies to it, you have the option of
|
||||
following the terms and conditions either of that specified version or
|
||||
of any later version that has been published (not as a draft) by the
|
||||
Free Software Foundation. If the Document does not specify a version
|
||||
number of this License, you may choose any version ever published (not
|
||||
as a draft) by the Free Software Foundation.
|
||||
|
||||
|
||||
ADDENDUM: How to use this License for your documents
|
||||
|
||||
To use this License in a document you have written, include a copy of
|
||||
the License in the document and put the following copyright and
|
||||
license notices just after the title page:
|
||||
|
||||
Copyright (c) YEAR YOUR NAME.
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the GNU Free Documentation License, Version 1.2
|
||||
or any later version published by the Free Software Foundation;
|
||||
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
||||
Texts. A copy of the license is included in the section entitled
|
||||
"GNU Free Documentation License".
|
||||
|
||||
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
|
||||
replace the "with...Texts." line with this:
|
||||
|
||||
with the Invariant Sections being LIST THEIR TITLES, with the
|
||||
Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
|
||||
|
||||
If you have Invariant Sections without Cover Texts, or some other
|
||||
combination of the three, merge those two alternatives to suit the
|
||||
situation.
|
||||
|
||||
If your document contains nontrivial examples of program code, we
|
||||
recommend releasing these examples in parallel under your choice of
|
||||
free software license, such as the GNU General Public License,
|
||||
to permit their use in free software.
|
@ -0,0 +1,164 @@
|
||||
/* XPM */
|
||||
static char *blinken[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 126 2",
|
||||
" c #010000",
|
||||
". c #060904",
|
||||
"X c #06090D",
|
||||
"o c #0F0605",
|
||||
"O c #0A0C04",
|
||||
"+ c #090E15",
|
||||
"@ c #0C1209",
|
||||
"# c #0D141C",
|
||||
"$ c #170908",
|
||||
"% c #190A08",
|
||||
"& c #111004",
|
||||
"* c #131A0C",
|
||||
"= c #191607",
|
||||
"- c #1E1907",
|
||||
"; c #121313",
|
||||
": c #191919",
|
||||
"> c #121C27",
|
||||
", c #1A2611",
|
||||
"< c #1C2913",
|
||||
"1 c #192636",
|
||||
"2 c #1A2738",
|
||||
"3 c #1D2935",
|
||||
"4 c #220D0A",
|
||||
"5 c #2F120F",
|
||||
"6 c #3F1914",
|
||||
"7 c #232009",
|
||||
"8 c #2B270B",
|
||||
"9 c #223217",
|
||||
"0 c #253618",
|
||||
"q c #293719",
|
||||
"w c #293C1B",
|
||||
"e c #34300D",
|
||||
"r c #39340E",
|
||||
"t c #2A2A2A",
|
||||
"y c #343434",
|
||||
"u c #3C3C3C",
|
||||
"i c #1F3044",
|
||||
"p c #253951",
|
||||
"a c #2A3F58",
|
||||
"s c #365024",
|
||||
"d c #385225",
|
||||
"f c #3D5A29",
|
||||
"g c #2F4866",
|
||||
"h c #334F70",
|
||||
"j c #38557A",
|
||||
"k c #431A15",
|
||||
"l c #4F1F19",
|
||||
"z c #443E11",
|
||||
"x c #5F261E",
|
||||
"c c #692A21",
|
||||
"v c #783026",
|
||||
"b c #4A4412",
|
||||
"n c #514A14",
|
||||
"m c #43632D",
|
||||
"M c #4B6F32",
|
||||
"N c #4C7033",
|
||||
"B c #507636",
|
||||
"V c #527937",
|
||||
"C c #6E641B",
|
||||
"Z c #71671C",
|
||||
"A c #72681C",
|
||||
"S c #7B701E",
|
||||
"D c #424242",
|
||||
"F c #4A4A4A",
|
||||
"G c gray34",
|
||||
"H c #5C5C5C",
|
||||
"J c gray40",
|
||||
"K c #6B6B6B",
|
||||
"L c #747474",
|
||||
"P c #7A7A7A",
|
||||
"I c #3C5C82",
|
||||
"U c #436792",
|
||||
"Y c #456996",
|
||||
"T c #486E9C",
|
||||
"R c #4B73A4",
|
||||
"E c #4F79AC",
|
||||
"W c #527EB3",
|
||||
"Q c #5A853C",
|
||||
"! c #5E8A3E",
|
||||
"~ c #6EA349",
|
||||
"^ c #70A54B",
|
||||
"/ c #77AF4F",
|
||||
"( c #7AB351",
|
||||
") c #7EBA54",
|
||||
"_ c #5683BA",
|
||||
"` c #5886BE",
|
||||
"' c #5B8BC6",
|
||||
"] c #5D8ECA",
|
||||
"[ c #83342A",
|
||||
"{ c #8D382D",
|
||||
"} c #90392E",
|
||||
"| c #993D30",
|
||||
" . c #887C22",
|
||||
".. c #AB4436",
|
||||
"X. c #B04638",
|
||||
"o. c #B7493A",
|
||||
"O. c #C14C3C",
|
||||
"+. c #CA5040",
|
||||
"@. c #D25342",
|
||||
"#. c #DA5745",
|
||||
"$. c #DF5947",
|
||||
"%. c #E05947",
|
||||
"&. c #ED5E4B",
|
||||
"*. c #998B25",
|
||||
"=. c #A39528",
|
||||
"-. c #A79829",
|
||||
";. c #B6A62D",
|
||||
":. c #BDAC2F",
|
||||
">. c #DDC937",
|
||||
",. c #E0CC38",
|
||||
"<. c #EFDA3B",
|
||||
"1. c #F1DC3C",
|
||||
"2. c #FCE63E",
|
||||
"3. c #FFE940",
|
||||
"4. c gray53",
|
||||
"5. c #8C8C8C",
|
||||
"6. c #939393",
|
||||
"7. c #9A9A9A",
|
||||
"8. c #A3A3A3",
|
||||
"9. c gray67",
|
||||
"0. c #B4B4B4",
|
||||
"q. c #BBBBBB",
|
||||
"w. c #C3C3C3",
|
||||
"e. c #CBCBCB",
|
||||
"r. c gray100",
|
||||
"t. c None",
|
||||
/* pixels */
|
||||
"t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.",
|
||||
"t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.",
|
||||
"t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.",
|
||||
"t.t.t.t.t. . . t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.",
|
||||
"t.t.t.t. r Z *.=. .Z n r & t.t.t.t.t.t.t.t.t.t.t.t.",
|
||||
"t.t. Z >.2.3.3.3.3.3.2.2.2.;.b t.t.t.t.t.t.t.t.t.t.",
|
||||
"t. & :.3.3.3.3.3.2.2.3.3.2.1.,.<.,.S O t.t.t.t.t.t.t.t.t.",
|
||||
"t. :.3.3.3.3.3.3.3.3.*.7 z *.- 4 t.t.t.t.t.t.t.",
|
||||
" . O *.2.2.3.3.3.=.= . : t t y t ; | o.o t.t.t.t.t.t.",
|
||||
" R a 8 :.3.3.-. : y u u u u u u u ; | @.5 t.t.t.t.t.",
|
||||
" # ] ] E 2 n -. : u u D F u u u u u u : } &.x t.t.t.t.",
|
||||
" 1 ] ] ] ] U ; ; u u u w.9.u 5.9.H u u u : $ &.&.l t.t.t.",
|
||||
" 2 ] ] ] ] ] j u D D D q.e.P e.e.G u u u y } &.%.$ t.t.t.",
|
||||
" + ] ] ] ] ] 1 ; u 6.w.q.L F 8.e.5.F 5.w.J u : 4 &.&.o. t.t.",
|
||||
" _ ] ] ] ` t u J e.L u J e.e.8.e.e.e.9.D t &.&.&.v t.",
|
||||
" h ] ] ] W y u u 8.D u 0.e.w.e.e.7.H u u t %.&.&.&.4 t.",
|
||||
"t. # ' ] ] ' t D 8.e.D P e.q.4.e.4.u u u u t @.&.&.&.[ ",
|
||||
"t. g ] ] ' t u q.q.6.8.e.K L e.6.u u u u t %.&.&.&.#. ",
|
||||
"t.t. T ] ] # 5 p u u 0.L H u K e.8.u u u u ; k &.&.&.&.&.$ ",
|
||||
"t.t.t. + ' ] j o y u u w.e.8.q.6.e.0.u u u u { &.&.&.&.&.k ",
|
||||
"t.t.t. i ] ' + : u D 7.L D 6.q.G H u u u ; 4 ..&.&.&.&.k ",
|
||||
"t.t.t.t. p ' j : u p D u F D u u u u : V q k +.&.&.4 ",
|
||||
"t.t.t.t.t. > W I : y d u u u u u u : V ) ) ! * c O. ",
|
||||
"t.t.t.t.t.t. . X Y I ; t y t t : @ B ) ) ) ) ) N o ",
|
||||
"t.t.t.t.t.t.t. # * M 9 * N ) ) ) ) ) ) ) ) ! t.",
|
||||
"t.t.t.t.t.t.t.t.t. . f ~ / ~ / ) ) ) ) ) ) ) ) ) ) ! O t.",
|
||||
"t.t.t.t.t.t.t.t.t.t. 0 Q ) ) ) ) ) ) ) ) ) ^ d t.t.",
|
||||
"t.t.t.t.t.t.t.t.t.t.t.t. O , w s m B N d < t.t.t.t.",
|
||||
"t.t.t.t.t.t.t.t.t.t.t.t.t.t.t. t.t.t.t.t.",
|
||||
"t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.",
|
||||
"t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.",
|
||||
"t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t.t."
|
||||
};
|
@ -0,0 +1,222 @@
|
||||
/* XPM */
|
||||
static char *kalzium[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 184 2",
|
||||
" c black",
|
||||
". c #010000",
|
||||
"X c #020000",
|
||||
"o c #030000",
|
||||
"O c #020202",
|
||||
"+ c #030007",
|
||||
"@ c #040000",
|
||||
"# c #050000",
|
||||
"$ c #040003",
|
||||
"% c #060000",
|
||||
"& c #070000",
|
||||
"* c #05000D",
|
||||
"= c #06000D",
|
||||
"- c #080000",
|
||||
"; c #0A0005",
|
||||
": c gray3",
|
||||
"> c #050013",
|
||||
", c #070018",
|
||||
"< c #120000",
|
||||
"1 c #1F0000",
|
||||
"2 c #111111",
|
||||
"3 c gray7",
|
||||
"4 c #151515",
|
||||
"5 c #161616",
|
||||
"6 c #1B1B1B",
|
||||
"7 c #1D1D1D",
|
||||
"8 c #060029",
|
||||
"9 c #2A0000",
|
||||
"0 c #2D0000",
|
||||
"q c #310000",
|
||||
"w c #232323",
|
||||
"e c #0D0041",
|
||||
"r c #0F004F",
|
||||
"t c #0F0053",
|
||||
"y c #0E005E",
|
||||
"u c #090075",
|
||||
"i c #110061",
|
||||
"p c #120060",
|
||||
"a c #130067",
|
||||
"s c #130069",
|
||||
"d c #14006E",
|
||||
"f c #110074",
|
||||
"g c #150071",
|
||||
"h c #150072",
|
||||
"j c #160075",
|
||||
"k c #160076",
|
||||
"l c #160077",
|
||||
"z c #160079",
|
||||
"x c #16007A",
|
||||
"c c #16007B",
|
||||
"v c #15007F",
|
||||
"b c #16007F",
|
||||
"n c #5B0000",
|
||||
"m c #760000",
|
||||
"M c #7D0000",
|
||||
"N c #7F0000",
|
||||
"B c gray25",
|
||||
"V c #414141",
|
||||
"C c gray31",
|
||||
"Z c #505050",
|
||||
"A c #5B5B5B",
|
||||
"S c gray36",
|
||||
"D c #6A6A6A",
|
||||
"F c gray44",
|
||||
"G c #747474",
|
||||
"H c #0C0085",
|
||||
"J c #0D0095",
|
||||
"K c #0E0096",
|
||||
"L c #0F009B",
|
||||
"P c #0D009F",
|
||||
"I c #0E009C",
|
||||
"U c #0F009C",
|
||||
"Y c #120083",
|
||||
"T c #160080",
|
||||
"R c #160081",
|
||||
"E c #160083",
|
||||
"W c #160084",
|
||||
"Q c #160085",
|
||||
"! c #150088",
|
||||
"~ c #150089",
|
||||
"^ c #15008A",
|
||||
"/ c #15008B",
|
||||
"( c #14008D",
|
||||
") c #130091",
|
||||
"_ c #130092",
|
||||
"` c #110096",
|
||||
"' c #110097",
|
||||
"] c #120095",
|
||||
"[ c #110098",
|
||||
"{ c #0300A8",
|
||||
"} c #0300AB",
|
||||
"| c #0300AE",
|
||||
" . c #0600A8",
|
||||
".. c #0700A8",
|
||||
"X. c #0600AA",
|
||||
"o. c #0400AD",
|
||||
"O. c #0B00A3",
|
||||
"+. c #0900A5",
|
||||
"@. c #0800A6",
|
||||
"#. c #0800A7",
|
||||
"$. c #0900A7",
|
||||
"%. c #0C00A0",
|
||||
"&. c #0E06AB",
|
||||
"*. c #0000B3",
|
||||
"=. c #0200B0",
|
||||
"-. c #0C0CB6",
|
||||
";. c #1104A1",
|
||||
":. c #1919BA",
|
||||
">. c #1B1BBB",
|
||||
",. c #3737C3",
|
||||
"<. c #3B3BC4",
|
||||
"1. c #4638B0",
|
||||
"2. c #594FBC",
|
||||
"3. c #6D60BC",
|
||||
"4. c #6E62BF",
|
||||
"5. c #5E58C5",
|
||||
"6. c #6060CF",
|
||||
"7. c #746ECB",
|
||||
"8. c #756ECB",
|
||||
"9. c #746FCD",
|
||||
"0. c #7471D0",
|
||||
"q. c #7474D5",
|
||||
"w. c #820000",
|
||||
"e. c #850000",
|
||||
"r. c #860000",
|
||||
"t. c #870000",
|
||||
"y. c #890000",
|
||||
"u. c #8B0000",
|
||||
"i. c #8D0000",
|
||||
"p. c #8E0000",
|
||||
"a. c #8F0000",
|
||||
"s. c #900000",
|
||||
"d. c #910000",
|
||||
"f. c #920000",
|
||||
"g. c #930000",
|
||||
"h. c #940000",
|
||||
"j. c #950000",
|
||||
"k. c #960000",
|
||||
"l. c #970000",
|
||||
"z. c #980000",
|
||||
"x. c #990000",
|
||||
"c. c #9A0000",
|
||||
"v. c #9B0000",
|
||||
"b. c #9C0000",
|
||||
"n. c #9D0000",
|
||||
"m. c #9E0000",
|
||||
"M. c #9F0000",
|
||||
"N. c #A00000",
|
||||
"B. c #A10000",
|
||||
"V. c #A20000",
|
||||
"C. c #A30000",
|
||||
"Z. c #A40000",
|
||||
"A. c #A50000",
|
||||
"S. c #A50202",
|
||||
"D. c #A60000",
|
||||
"F. c #A70000",
|
||||
"G. c #A80000",
|
||||
"H. c #A90000",
|
||||
"J. c #AA0000",
|
||||
"K. c #AB0000",
|
||||
"L. c #AA0404",
|
||||
"P. c #A80C0C",
|
||||
"I. c #AD0C0C",
|
||||
"U. c #A91010",
|
||||
"Y. c #B11313",
|
||||
"T. c #B11515",
|
||||
"R. c #B32424",
|
||||
"E. c #B82B2B",
|
||||
"W. c #C34B4B",
|
||||
"Q. c #CB6363",
|
||||
"!. c #D47F7F",
|
||||
"~. c #D38484",
|
||||
"^. c #D48989",
|
||||
"/. c #DCA2A2",
|
||||
"(. c #E0A3A3",
|
||||
"). c #E1A8A8",
|
||||
"_. c #E2ACAC",
|
||||
"`. c #E2ADAD",
|
||||
"'. c #E3ACAC",
|
||||
"]. c #E2AEAE",
|
||||
"[. c #E3B0B0",
|
||||
"{. c #E5B3B3",
|
||||
"}. c gray100",
|
||||
"|. c None",
|
||||
/* pixels */
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.*.*.*.*.*.|.|.|.|.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.*.*.*.*.*.*.*.*.*.|.|.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.*.*.*.*.<.q.q.6.>.*.*.|.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.*.*.*.*.-.q.q.q.q.q.>.*.|.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.*.*.*.*.o.5.7.7.8.0.,.*.*.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.*.| ..$.O.;.1.4.4.2.&.| *.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.*.| $.P P ' ' ' ) K P P O.| |.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.$.$.J ' ) / / / / ( ( ' P @.|.",
|
||||
"|.|.|.|.|.|.|. |.|.|.|.|.|.|.|.|.; 8 = f / E E b b E / ( ' $.|.",
|
||||
"|.|.|.|. |.|.|.|.- # # # = b x x k k x b W ( @.|.",
|
||||
"|.|. 3 C Z V : # # # # # # i g s r t a k b J *.|.",
|
||||
"|.|. D G G G D 4 # # # # # e d i # # # , g Y } |.|.",
|
||||
"|. S G G G G V # # # x d y # > H } |.|.|.",
|
||||
"|. 4 A G G F w # # # # |.|.|.H u # # # + *.|.|.|.|.",
|
||||
"|. 6 7 3 # |.|.|.|.|.|.|.# # # # |.|.|.|.|.",
|
||||
"|. |.|.|.|.|.|.|.|.# # |.|.|.|.|.",
|
||||
"|. |.|.|.|.|.|.|.|. # # |.|.|.|.|.",
|
||||
"|. # |.|.|.|.|.|.|.|.|.# # # # |.|.|.|.|.",
|
||||
"|. # # |.|.|.|.|.|.|.|.< 0 1 # |.|.|.|.",
|
||||
"|.|. # # # # # # # # |.|.|.|.K.J.K.J.J.A.A.J.|.|.|.",
|
||||
"|.|. # # # # # # # # K.K.K.J.Q.(.(.!.T.K.K.|.|.",
|
||||
"|.|.|.|. # # # # # # 9 l.K.E.{.{.{.{.).Y.K.J.|.",
|
||||
"|.|.|.|.|.|.|. |.|.|.|. # # # # # n K.L.).].].].{.W.K.K.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|. # # # # m J.J.R.!././.^.I.J.K.J.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|. - q A.A.A.A.A.U.I.A.A.J.J.J.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.f.v.A.A.A.A.M.M.M.A.A.A.A.J.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.A.A.A.M.M.v.v.l.v.v.M.A.A.A.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.J.A.A.v.l.l.k.k.l.l.v.M.M.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.A.M.v.v.k.f.p.p.f.f.l.v.M.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.A.v.l.f.y.t.t.y.p.k.l.|.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.v.k.y.t.N N w.y.k.l.|.|.",
|
||||
"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.l.f.t.N M t.f.|.|.|.|."
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *kanagram[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #050209",
|
||||
"X c #000010",
|
||||
"o c #001F19",
|
||||
"O c #001D0A",
|
||||
"+ c #00231C",
|
||||
"@ c #003B0A",
|
||||
"# c #003216",
|
||||
"$ c #023817",
|
||||
"% c #002408",
|
||||
"& c #002726",
|
||||
"* c #013424",
|
||||
"= c #003A2C",
|
||||
"- c #003630",
|
||||
"; c #271212",
|
||||
": c #381717",
|
||||
"> c #3D0B0B",
|
||||
", c #00014F",
|
||||
"< c #001144",
|
||||
"1 c #001652",
|
||||
"2 c #000163",
|
||||
"3 c #001265",
|
||||
"4 c #001869",
|
||||
"5 c #001072",
|
||||
"6 c #002C75",
|
||||
"7 c #00267E",
|
||||
"8 c #00307B",
|
||||
"9 c #002B65",
|
||||
"0 c #330653",
|
||||
"q c #3E0A60",
|
||||
"w c #004806",
|
||||
"e c #004014",
|
||||
"r c #00491C",
|
||||
"t c #005900",
|
||||
"y c #015506",
|
||||
"u c #0C5D19",
|
||||
"i c #135C14",
|
||||
"p c #044521",
|
||||
"a c #0C641B",
|
||||
"s c #0F691D",
|
||||
"d c #11641D",
|
||||
"f c #156C18",
|
||||
"g c #126F24",
|
||||
"h c #137723",
|
||||
"j c #156D33",
|
||||
"k c #074862",
|
||||
"l c #451D1D",
|
||||
"z c #5B1A1A",
|
||||
"x c #520909",
|
||||
"c c #4B2222",
|
||||
"v c #472222",
|
||||
"b c #522424",
|
||||
"n c #592425",
|
||||
"m c #6B0C0D",
|
||||
"M c #681D1D",
|
||||
"N c #750001",
|
||||
"B c #790101",
|
||||
"V c #770809",
|
||||
"C c #790D16",
|
||||
"Z c #76171A",
|
||||
"A c #672223",
|
||||
"S c #722122",
|
||||
"D c #001598",
|
||||
"F c #002482",
|
||||
"G c #002C8C",
|
||||
"H c #032A9D",
|
||||
"J c #053598",
|
||||
"K c #022AA5",
|
||||
"L c #0039AB",
|
||||
"P c #0034AB",
|
||||
"I c #003DB0",
|
||||
"U c #0F3EB4",
|
||||
"Y c #072CB4",
|
||||
"T c #0436C1",
|
||||
"R c #034E99",
|
||||
"E c #0047B3",
|
||||
"W c #0052BC",
|
||||
"Q c #1345BA",
|
||||
"! c #084FA9",
|
||||
"~ c #1457D7",
|
||||
"^ c #0C4ED3",
|
||||
"/ c #0A59E2",
|
||||
"( c #1D71C3",
|
||||
") c #0560ED",
|
||||
"_ c #0668F6",
|
||||
"` c #1E72ED",
|
||||
"' c #1A73F1",
|
||||
"] c #0B74FF",
|
||||
"[ c #205AC6",
|
||||
"{ c #2669C9",
|
||||
"} c #2C6DDA",
|
||||
"| c #2666D5",
|
||||
" . c #3B7DDE",
|
||||
".. c #3479D7",
|
||||
"X. c #2E76CC",
|
||||
"o. c #2979EE",
|
||||
"O. c #1A8719",
|
||||
"+. c #1B971A",
|
||||
"@. c #198327",
|
||||
"#. c #198A32",
|
||||
"$. c #1E972F",
|
||||
"%. c #19A11E",
|
||||
"&. c #1CAB2E",
|
||||
"*. c #219936",
|
||||
"=. c #21AC33",
|
||||
"-. c #22A138",
|
||||
";. c #26B43D",
|
||||
":. c #20A62B",
|
||||
">. c #229F42",
|
||||
",. c #2BB943",
|
||||
"<. c #2AB448",
|
||||
"1. c #2DB857",
|
||||
"2. c #32BF52",
|
||||
"3. c #26AA4A",
|
||||
"4. c #2FC059",
|
||||
"5. c #3BC549",
|
||||
"6. c #3CC461",
|
||||
"7. c #4BCF4F",
|
||||
"8. c #47C766",
|
||||
"9. c #57CC69",
|
||||
"0. c #54CC72",
|
||||
"q. c #53D27C",
|
||||
"w. c #5AD164",
|
||||
"e. c #7EDF7E",
|
||||
"r. c #6AD96A",
|
||||
"t. c #33888E",
|
||||
"y. c #1D81FF",
|
||||
"u. c #308CDC",
|
||||
"i. c #2688FF",
|
||||
"p. c #3382EF",
|
||||
"a. c #388BF6",
|
||||
"s. c #3C94FD",
|
||||
"d. c #3794FF",
|
||||
"f. c #4183DF",
|
||||
"g. c #468AE5",
|
||||
"h. c #449AFF",
|
||||
"j. c #489DFF",
|
||||
"k. c #4795F5",
|
||||
"l. c #539AF2",
|
||||
"z. c #5B9EE8",
|
||||
"x. c #4AA0FF",
|
||||
"c. c #5DABFF",
|
||||
"v. c #56A3FB",
|
||||
"b. c #65ADC4",
|
||||
"n. c #63ADFF",
|
||||
"m. c #63A6F3",
|
||||
"M. c #6BB2FD",
|
||||
"N. c #64B1FE",
|
||||
"B. c #74B6FF",
|
||||
"V. c #72B8FF",
|
||||
"C. c #7BBCFF",
|
||||
"Z. c #65A6EC",
|
||||
"A. c #74D78E",
|
||||
"S. c #7ADA83",
|
||||
"D. c #65D588",
|
||||
"F. c #85191E",
|
||||
"G. c #980719",
|
||||
"H. c #93141D",
|
||||
"J. c #98111D",
|
||||
"K. c #9F1214",
|
||||
"L. c #810D16",
|
||||
"P. c #88062C",
|
||||
"I. c #AF090C",
|
||||
"U. c #BC0104",
|
||||
"Y. c #B70409",
|
||||
"T. c #BB0716",
|
||||
"R. c #A40F12",
|
||||
"E. c #AD0922",
|
||||
"W. c #B40822",
|
||||
"Q. c #B50624",
|
||||
"!. c #C40104",
|
||||
"~. c #C40109",
|
||||
"^. c #CC020E",
|
||||
"/. c #CF0A0E",
|
||||
"(. c #C90202",
|
||||
"). c #C20417",
|
||||
"_. c #D40808",
|
||||
"`. c #D40113",
|
||||
"'. c #D30317",
|
||||
"]. c #D81617",
|
||||
"[. c #D00224",
|
||||
"{. c #DB0022",
|
||||
"}. c #D6012D",
|
||||
"|. c #DA0131",
|
||||
" X c #DD1823",
|
||||
".X c #C4082C",
|
||||
"XX c #DD2529",
|
||||
"oX c #DC2527",
|
||||
"OX c #E40606",
|
||||
"+X c #E40E0E",
|
||||
"@X c #F10909",
|
||||
"#X c #FB1616",
|
||||
"$X c #FF1818",
|
||||
"%X c #F31919",
|
||||
"&X c #E4051F",
|
||||
"*X c #EB002C",
|
||||
"=X c #E2002A",
|
||||
"-X c #E92C2C",
|
||||
";X c #E53B3C",
|
||||
":X c #E83535",
|
||||
">X c #FE2424",
|
||||
",X c #F52626",
|
||||
"<X c #FF3232",
|
||||
"1X c #FF3F3F",
|
||||
"2X c #F33333",
|
||||
"3X c #CA5167",
|
||||
"4X c #E94747",
|
||||
"5X c #EB5B5B",
|
||||
"6X c #EA5151",
|
||||
"7X c #FE4B4B",
|
||||
"8X c #FE5959",
|
||||
"9X c #F65555",
|
||||
"0X c #EB6565",
|
||||
"qX c #FF6666",
|
||||
"wX c #FB6A6A",
|
||||
"eX c #F87C7C",
|
||||
"rX c #F06D75",
|
||||
"tX c #C66B8A",
|
||||
"yX c #81BEFF",
|
||||
"uX c #81DA97",
|
||||
"iX c #93E396",
|
||||
"pX c #97E2A3",
|
||||
"aX c #A9E9AF",
|
||||
"sX c #85C2FF",
|
||||
"dX c #8BC5FF",
|
||||
"fX c #93C9FF",
|
||||
"gX c #9CCDFF",
|
||||
"hX c #A1CFFF",
|
||||
"jX c #A4D2FF",
|
||||
"kX c #ACD5FF",
|
||||
"lX c #B5DBFF",
|
||||
"zX c #BBDDFF",
|
||||
"xX c #BFEEC7",
|
||||
"cX c #ADEAC1",
|
||||
"vX c #BFE0FF",
|
||||
"bX c #D5849A",
|
||||
"nX c #D997AA",
|
||||
"mX c #DB9EB1",
|
||||
"MX c #F28B8B",
|
||||
"NX c #FF9A9A",
|
||||
"BX c #FFA7A7",
|
||||
"VX c #F8A8A8",
|
||||
"CX c #FDB2B2",
|
||||
"ZX c #FDB8B8",
|
||||
"AX c #C7F1C7",
|
||||
"SX c #C7F0D3",
|
||||
"DX c #D4F4D9",
|
||||
"FX c #C1EEC9",
|
||||
"GX c #CBE5FF",
|
||||
"HX c #C6E3FF",
|
||||
"JX c #D7EBFF",
|
||||
"KX c #FFC1C1",
|
||||
"LX c #E7F9EA",
|
||||
"PX c #E9F4FF",
|
||||
"IX c #FCFEFF",
|
||||
"UX c #F3F9FF",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXW W [ ( X...u.! YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXW Z.yXsXfXfXsXz.9 YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXE M.lXUXIXIXGXm.8 YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXE { Z.N.JXUXHXm.6 YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYX8 J g.jXUXzXm.6 YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXE g.fXPXlXl.6 YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXI f.fXJXlXl.7 I L I YXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXP f.yXGXkXl.{ k.l.f.{ G YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXP .yXGXhXj.B.gXkXyXn.p.J G YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXP ..C.zXjXhXfXC.kXHXzXM.k.F YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXK ..C.lXkXj.a.} k.B.lXlXv.[ 1 YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXK } V.kXsXa.5 < H s.fXlXdXs.7 YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXB N N N N B K } M.jXsXp.4 YXH | n.jXjXh.J YXYXYXYXYX",
|
||||
"YXYXYXB G.}.=X*X*X=X|.P.| n.hXC.p.4 YXYXQ j.gXgXh.Q YXYXYXYXYX",
|
||||
"YXB V |.=X5XMXVXVXMX5X.X| n.fXV.o.4 YXYXU s.fXfXh.Q YXYXYXYXYX",
|
||||
"YXV =XXXCXZX0X;X0XCXKXmX~ v.dXM.o.3 YXYXQ s.dXdXu.k t t @ YXYXYX",
|
||||
"V G. XCXCX5X=XQ.[.XXCXmX~ v.C.N.` 3 YXD [ s.b.s #.3.1.>.a y YXYX",
|
||||
"V .X6XBXBXrX[.x m {.eXnX~ x.C.N.' 5 YXD ` t.#.q.cXDXLXSXD.@.w YX",
|
||||
"m E.XXNXNX4X[.x m [.5XbX~ x.V.V.i.^ K ~ ( #.D.LXaX1.4.SXLX8.i ",
|
||||
"YXL.{.]. X'.H.L.Q.'.6XtX/ h.N.c.N.d.' d.j 6.DXFX1.y 3.xXDXA.h ",
|
||||
"YX> C E.T.Q.[.'.XX5XeXtX/ s.d.] i.d.x.u.@.uXAXA.h e *.pXAX0.a ",
|
||||
"YXZ Z E.`.XX4XwXwX;X6XrXY _ ) D T ^ ) R -.pXaX9.s % a *.4.*.@ ",
|
||||
"Z Z '.].8XqX9X X`.'.:XqX3Xq 0 X X , 2 * -.iXaX8.a @ e e $ YX",
|
||||
"M T. X8X8X4X^.W.Z ).:X8X8X].J. YXYXYXr $.S.iX8.s O YXYXr e e YX",
|
||||
"F.^.7X7X7X^.H.> z ).-X7X7X].H. YXYXYXp @.9.e.w.@.# YXp g -.d # ",
|
||||
"H./.1X1X2X^.z YXA ).-X1X1X/.H. YXYXYXp i ;.r.r.;.u e f ;.w.:.# ",
|
||||
"H./.<X<X,X(.F.A H.(.,X<X<X_.H.n S YXYXYX* O.2.w.7.,.=.;.7.=.d O ",
|
||||
"S ~.>X>X>X].~.~./.%X,X>X>X].!.~.J.c YXYX= p +.,.5.7.7.;.&.i + ",
|
||||
"n T._.$X$X$X$X#X$X_.!.#X#X#X#X+X~.n YXYXYX- * f O.%.+.O.p + YX",
|
||||
"l S ~.(.OX@XOX_.(.Y.Y.(.OX@XOX(.I.c YXYXYXYXYX+ & & & & . YXYXYX",
|
||||
"YXl n K.I.!.U.I.F.n A K.Y.U.I.H.A ; YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYX: c b c v . : v b l ; YXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,244 @@
|
||||
/* XPM */
|
||||
static char *kbruch[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 206 2",
|
||||
" c #3B2115",
|
||||
". c #3C2216",
|
||||
"X c #3D2418",
|
||||
"o c #3E2419",
|
||||
"O c #40271B",
|
||||
"+ c #41281C",
|
||||
"@ c #432A1E",
|
||||
"# c #452C21",
|
||||
"$ c #4A3226",
|
||||
"% c #4D362B",
|
||||
"& c #4E372C",
|
||||
"* c #543E33",
|
||||
"= c #574036",
|
||||
"- c #574137",
|
||||
"; c #5B463C",
|
||||
": c #5C463C",
|
||||
"> c #437F35",
|
||||
", c #614C42",
|
||||
"< c #634E45",
|
||||
"1 c #655047",
|
||||
"2 c #68534A",
|
||||
"3 c #6A564D",
|
||||
"4 c #6B574E",
|
||||
"5 c #6B584F",
|
||||
"6 c #6F5C53",
|
||||
"7 c #715E55",
|
||||
"8 c #736158",
|
||||
"9 c #78665D",
|
||||
"0 c #78675E",
|
||||
"q c #79685F",
|
||||
"w c #7A6860",
|
||||
"e c #7B6961",
|
||||
"r c #7D6C64",
|
||||
"t c #7F6E66",
|
||||
"y c #7F6E67",
|
||||
"u c #374EBE",
|
||||
"i c #4A5EC4",
|
||||
"p c #5266C7",
|
||||
"a c #5F71CB",
|
||||
"s c #458138",
|
||||
"d c #468239",
|
||||
"f c #538B48",
|
||||
"g c #5B904F",
|
||||
"h c #5B9150",
|
||||
"j c #5C9151",
|
||||
"k c #5D9151",
|
||||
"l c #5F9353",
|
||||
"z c #609455",
|
||||
"x c #629657",
|
||||
"c c #639758",
|
||||
"v c #65975A",
|
||||
"b c #66985B",
|
||||
"n c #66985C",
|
||||
"m c #67985C",
|
||||
"M c #68995D",
|
||||
"N c #709F66",
|
||||
"B c #71A067",
|
||||
"V c #78A46E",
|
||||
"C c #78A56F",
|
||||
"Z c #79A570",
|
||||
"A c #7EA875",
|
||||
"S c #7282D1",
|
||||
"D c #7A89D4",
|
||||
"F c #817069",
|
||||
"G c #897972",
|
||||
"H c #8B7C74",
|
||||
"J c #FF0100",
|
||||
"K c #FF0201",
|
||||
"L c #FF0302",
|
||||
"P c #FF0403",
|
||||
"I c #FF0605",
|
||||
"U c #FF0706",
|
||||
"Y c #FF0807",
|
||||
"T c #FF0A09",
|
||||
"R c #FF0D0C",
|
||||
"E c #FF1110",
|
||||
"W c #FF1716",
|
||||
"Q c #FF1E1D",
|
||||
"! c #FF2221",
|
||||
"~ c #FF2423",
|
||||
"^ c #FF2726",
|
||||
"/ c #FF2A29",
|
||||
"( c #FF2B2A",
|
||||
") c #FF2E2D",
|
||||
"_ c #FF3332",
|
||||
"` c #FF3736",
|
||||
"' c #FF3837",
|
||||
"] c #FF3938",
|
||||
"[ c #FF3E3D",
|
||||
"{ c #FF4443",
|
||||
"} c #FF4746",
|
||||
"| c #FF4847",
|
||||
" . c #FF4A49",
|
||||
".. c #FF4C4B",
|
||||
"X. c #FF4E4D",
|
||||
"o. c #FF5251",
|
||||
"O. c #FF5453",
|
||||
"+. c #FF5756",
|
||||
"@. c #FF605F",
|
||||
"#. c #FF6261",
|
||||
"$. c #FF6867",
|
||||
"%. c #FF6968",
|
||||
"&. c #FF706F",
|
||||
"*. c #FF7170",
|
||||
"=. c #FF7473",
|
||||
"-. c #FF7877",
|
||||
";. c #FF7A79",
|
||||
":. c #FF7C7B",
|
||||
">. c #FF7D7C",
|
||||
",. c #85AD7D",
|
||||
"<. c #86AD7E",
|
||||
"1. c #FF807F",
|
||||
"2. c #968982",
|
||||
"3. c #978983",
|
||||
"4. c #998B85",
|
||||
"5. c #9A8D87",
|
||||
"6. c #9C8F89",
|
||||
"7. c #9D908A",
|
||||
"8. c #90B387",
|
||||
"9. c #A0938D",
|
||||
"0. c #A0948E",
|
||||
"q. c #A1958F",
|
||||
"w. c #A39791",
|
||||
"e. c #A59994",
|
||||
"r. c #A69A95",
|
||||
"t. c #A79B95",
|
||||
"y. c #ABA09B",
|
||||
"u. c #AEA39E",
|
||||
"i. c #AFA4A0",
|
||||
"p. c #B5ABA7",
|
||||
"a. c #B8AEAA",
|
||||
"s. c #BCB3AF",
|
||||
"d. c #C3BBB7",
|
||||
"f. c #FF8080",
|
||||
"g. c #FF8585",
|
||||
"h. c #FF8686",
|
||||
"j. c #FF8787",
|
||||
"k. c #FF8888",
|
||||
"l. c #FF8A8A",
|
||||
"z. c #FF8E8E",
|
||||
"x. c #FF9090",
|
||||
"c. c #FF9191",
|
||||
"v. c #FF9292",
|
||||
"b. c #FF9393",
|
||||
"n. c #FF9494",
|
||||
"m. c #FF9595",
|
||||
"M. c #FF9D9D",
|
||||
"N. c #FFA1A1",
|
||||
"B. c #FFA2A2",
|
||||
"V. c #FFA6A6",
|
||||
"C. c #FFA8A8",
|
||||
"Z. c #FFAEAE",
|
||||
"A. c #FFBEBE",
|
||||
"S. c #D2CDCA",
|
||||
"D. c #D4CECC",
|
||||
"F. c #D5CFCD",
|
||||
"G. c #D9D4D2",
|
||||
"H. c #DEDAD8",
|
||||
"J. c #DFDBD9",
|
||||
"K. c #DFE9DD",
|
||||
"L. c #E1DDDB",
|
||||
"P. c #FFC0C0",
|
||||
"I. c #FFC7C7",
|
||||
"U. c #FFCBCB",
|
||||
"Y. c #FFCDCD",
|
||||
"T. c #FFD0D0",
|
||||
"R. c #FFD2D2",
|
||||
"E. c #FFD6D6",
|
||||
"W. c #E6EEE4",
|
||||
"Q. c #E9E6E4",
|
||||
"!. c #E9E7E5",
|
||||
"~. c #EDEAE9",
|
||||
"^. c #E3E6F5",
|
||||
"/. c #EBEEF8",
|
||||
"(. c #E8F0E7",
|
||||
"). c #E9F0E8",
|
||||
"_. c #EEF3ED",
|
||||
"`. c #F0EEEE",
|
||||
"'. c #FFE6E6",
|
||||
"]. c #FFE8E8",
|
||||
"[. c #FFE9E9",
|
||||
"{. c #FFECEC",
|
||||
"}. c #F2F0EF",
|
||||
"|. c #F3F1F0",
|
||||
" X c #F4F3F2",
|
||||
".X c #F5F4F3",
|
||||
"XX c #F7F5F5",
|
||||
"oX c #F2F3FA",
|
||||
"OX c #F6F8F5",
|
||||
"+X c #F6F9F6",
|
||||
"@X c #F7F9F7",
|
||||
"#X c #F7F8FC",
|
||||
"$X c #F8F7F7",
|
||||
"%X c #FFF0F0",
|
||||
"&X c #FAFAF9",
|
||||
"*X c #FFF8F8",
|
||||
"=X c #FFF9F9",
|
||||
"-X c snow",
|
||||
";X c #FDFCFC",
|
||||
":X c #FDFDFD",
|
||||
">X c #FFFCFC",
|
||||
",X c #FFFDFD",
|
||||
"<X c #FEFEFE",
|
||||
"1X c #FFFEFE",
|
||||
"2X c gray100",
|
||||
"3X c None",
|
||||
/* pixels */
|
||||
"3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X",
|
||||
"3X3X3X3X2X2X2X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X2X2X3X3X3X3X",
|
||||
"3X3X2X2X2X2X2X2X2X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X2X2X2X2X2X3X3X3X",
|
||||
"3X2X2X*Xk.} o.N.2X2X3X3X3X3X3X3X3X3X3X3X3X3X3X2X2X~.q e.2X2X3X3X",
|
||||
"3X2X2X] J J J J k.2X2X3X3X3X3X3X3X3X3X3X3X3X3X2X.X: ; 2X2X3X3X",
|
||||
"3X2XT.J U -.| J ~ 2X2X3X3X3X3X3X3X3X3X3X3X3X2X2X9 @ D.2X2X3X3X",
|
||||
"3X2X*X>.P.2XM.J ! 2X2X3X3X3X3X3X3X3X3X3X3X2X2Xu. s.2X2X2X3X3X",
|
||||
"3X2X2X2X%X .J J N.2X2X3X3X3X3X3X3X3X3X3X3X2X|.# O = y L.2X2X3X",
|
||||
"3X3X2X2XE.J J P b.2X2X3X3X3X3X3X3X3X3X3X3X2Xt. * }.2X3X",
|
||||
"3X2X2X2X2XY.=.J J U.2X3X3X3X3X3X3X3X3X3X2X2Xy & J.d. a.2X3X",
|
||||
"2X2XZ.W C.2X*XT J b.2X3X3X3X3X2X2X3X3X3X2X2X7 e 2X2X$ 0.2X3X",
|
||||
"2X2X1.J T ;.+.J J A.2X3X3X3X2X_.+X2X3X3X3X2X6. o 3.y S.2X3X",
|
||||
"3X2X].Q J J J J { *X2X3X3X3X2XV <.2X3X3X3X2XQ.* . F ;X2X3X",
|
||||
"3X2X2X{.;.[ | h.*X2X2X3X3X3X2Xc v 2X3X3X3X2X2XQ.3.5 9 t.2X2X2X3X",
|
||||
"3X2X2X2X2X2X2X2X2X2X2X2X2X2X2Xg h 2X2X2X2X2X2X2X2X2X2X2X2X2X2X3X",
|
||||
"2X#XD a a a a a a S oX+X8.B x d d l N <.).oXS a a a a a a D #X2X",
|
||||
"2X/.p u u u u u u i ^.K.c g f > d h m A +X^.i u u u u u u p /.2X",
|
||||
"3X2X2X2X2X2X2X2X2X2X2X2X2X2X2Xl l 2X2X2X2X2X2X2X2X2X2X2X2X2X2X3X",
|
||||
"3X2X2XXX4.5 3 6..X2X3X3X3X2X2Xv M 2X3X3X3X3X2X2X2X].h.m.2X2X3X3X",
|
||||
"3X2X2X, 6 2X2X3X3X3X2XV Z 2X3X3X3X3X3X2X*X( J J z.2X3X3X",
|
||||
"3X2XG. 0.5. Q.2X3X3X3X2X(.W.2X3X3X3X3X2X2X>.J J J #.2X2X3X",
|
||||
"3X2XD. Q.D.. ~.2X3X3X3X3X2X2X3X3X3X3X3X2XT.U E O.J @.2X2X3X",
|
||||
"3X2X2X< # O e 2X2X3X3X3X3X3X3X3X3X3X3X2X2X` J z.$.J @.2X2X3X",
|
||||
"3X2X X< X . 8 &X2X3X3X3X3X3X3X3X3X3X2X2Xz.J ^ *X$.J @.2X2X2X",
|
||||
"2X2X6. % !.J.O u.2X3X3X3X3X3X3X3X3X3X2X].R J X.k.' J _ V.2X2X",
|
||||
"2X2X9 3 2X2X= H 2X3X3X3X3X3X3X3X3X3X2Xm.J J J J J J J J T.2X",
|
||||
"2X2Xw. H y p.2X3X3X3X3X3X3X3X3X3X2X'.f.&.&.&.) J ( z.2X2X",
|
||||
"3X2X~.; 2 X2X3X3X3X3X3X3X3X3X3X2X2X2X2X2X2X*.J $.2X2X2X",
|
||||
"3X2X2X`.6.8 9 e.$X2X2X3X3X3X3X3X3X3X3X3X3X3X3X3X3X2XT. .I.2X3X3X",
|
||||
"3X3X2X2X2X2X2X2X2X2X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X2X2X2X2X2X3X3X",
|
||||
"3X3X3X3X2X2X2X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X2X2X2X3X3X3X",
|
||||
"3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X"
|
||||
};
|
@ -0,0 +1,274 @@
|
||||
/* XPM */
|
||||
static char *keduca[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 236 2",
|
||||
" c #2D0000",
|
||||
". c #360000",
|
||||
"X c #3A0202",
|
||||
"o c #333A00",
|
||||
"O c #0D6600",
|
||||
"+ c #116700",
|
||||
"@ c #136A04",
|
||||
"# c #186D04",
|
||||
"$ c #227402",
|
||||
"% c #237508",
|
||||
"& c #247B00",
|
||||
"* c #2B7A0B",
|
||||
"= c #227313",
|
||||
"- c #317E0B",
|
||||
"; c #336D2D",
|
||||
": c #430304",
|
||||
"> c #4C0404",
|
||||
", c #520404",
|
||||
"< c #540808",
|
||||
"1 c #5B0909",
|
||||
"2 c #5F2323",
|
||||
"3 c #620707",
|
||||
"4 c #630B0B",
|
||||
"5 c #690505",
|
||||
"6 c #6A0E0E",
|
||||
"7 c #6D1111",
|
||||
"8 c #740505",
|
||||
"9 c #750B0B",
|
||||
"0 c #7C0303",
|
||||
"q c #7D0F0F",
|
||||
"w c #731414",
|
||||
"e c #781616",
|
||||
"r c #7C1919",
|
||||
"t c #632E00",
|
||||
"y c #6F2F2F",
|
||||
"u c #7C292A",
|
||||
"i c #7C5151",
|
||||
"p c #7E7E7E",
|
||||
"a c #358005",
|
||||
"s c #35800C",
|
||||
"d c #3A840E",
|
||||
"f c #3D880D",
|
||||
"g c #3D8711",
|
||||
"h c #3F8911",
|
||||
"j c #3C9114",
|
||||
"k c #378335",
|
||||
"l c #438C14",
|
||||
"z c #4F9305",
|
||||
"x c #4F920B",
|
||||
"c c #479016",
|
||||
"v c #489015",
|
||||
"b c #4C9318",
|
||||
"n c #519612",
|
||||
"m c #51961B",
|
||||
"M c #56991D",
|
||||
"N c #599A1F",
|
||||
"B c #5B9C21",
|
||||
"V c #619E0A",
|
||||
"C c #609F1D",
|
||||
"Z c #64A107",
|
||||
"A c #64A10B",
|
||||
"S c #69A40C",
|
||||
"D c #70A80C",
|
||||
"F c #76AC18",
|
||||
"G c #63A026",
|
||||
"H c #66A329",
|
||||
"J c #6CA621",
|
||||
"K c #6DA62D",
|
||||
"L c #70A92E",
|
||||
"P c #74AB32",
|
||||
"I c #78AD36",
|
||||
"U c #7AAF3A",
|
||||
"Y c #7FB22F",
|
||||
"T c #7BB035",
|
||||
"R c #7CB13A",
|
||||
"E c #619B46",
|
||||
"W c #6A984B",
|
||||
"Q c #810000",
|
||||
"! c #8C0304",
|
||||
"~ c #8E0808",
|
||||
"^ c #821D1D",
|
||||
"/ c #881B1B",
|
||||
"( c #910404",
|
||||
") c #930D0D",
|
||||
"_ c #9A1616",
|
||||
"` c #991A1A",
|
||||
"' c #862020",
|
||||
"] c #8B2424",
|
||||
"[ c #8E2828",
|
||||
"{ c #932B2B",
|
||||
"} c #9D2424",
|
||||
"| c #963131",
|
||||
" . c #9A3434",
|
||||
".. c #9D3A3A",
|
||||
"X. c #A32121",
|
||||
"o. c #A22C2C",
|
||||
"O. c #A92D2D",
|
||||
"+. c #A73636",
|
||||
"@. c #A13D3D",
|
||||
"#. c #AC3333",
|
||||
"$. c #AB3B3B",
|
||||
"%. c #934847",
|
||||
"&. c #956B6B",
|
||||
"*. c #A54242",
|
||||
"=. c #AC4444",
|
||||
"-. c #AA4A4A",
|
||||
";. c #AE5050",
|
||||
":. c #B24545",
|
||||
">. c #B04A4A",
|
||||
",. c #B25353",
|
||||
"<. c #B65C5C",
|
||||
"1. c #B95B5B",
|
||||
"2. c #B76A60",
|
||||
"3. c #B96262",
|
||||
"4. c #BE6D6D",
|
||||
"5. c #C06F6F",
|
||||
"6. c #C46F74",
|
||||
"7. c #C17373",
|
||||
"8. c #C67C7C",
|
||||
"9. c #CA7D84",
|
||||
"0. c #82B32A",
|
||||
"q. c #87B734",
|
||||
"w. c #81B33D",
|
||||
"e. c #8DBA36",
|
||||
"r. c #8DBA3C",
|
||||
"t. c #93BE3C",
|
||||
"y. c #84B542",
|
||||
"u. c #88B746",
|
||||
"i. c #8EBB41",
|
||||
"p. c #8DBA4A",
|
||||
"a. c #90BC44",
|
||||
"s. c #94BE4A",
|
||||
"d. c #92BE51",
|
||||
"f. c #85B379",
|
||||
"g. c #95BF6F",
|
||||
"h. c #A78756",
|
||||
"j. c #B0A661",
|
||||
"k. c #8BC233",
|
||||
"l. c #95C053",
|
||||
"z. c #9AC354",
|
||||
"x. c #9BC25B",
|
||||
"c. c #A1C663",
|
||||
"v. c #A4C06A",
|
||||
"b. c #A3CA64",
|
||||
"n. c #A5C869",
|
||||
"m. c #AACD64",
|
||||
"M. c #AACB6F",
|
||||
"N. c #ACCD74",
|
||||
"B. c #AFD079",
|
||||
"V. c #B0CF7A",
|
||||
"C. c #B2D07D",
|
||||
"Z. c #838383",
|
||||
"A. c #898989",
|
||||
"S. c #939393",
|
||||
"D. c #9D9D9E",
|
||||
"F. c #A88C8D",
|
||||
"G. c #AE9385",
|
||||
"H. c #BD9B9B",
|
||||
"J. c #B9B881",
|
||||
"K. c #AEAEAE",
|
||||
"L. c gray69",
|
||||
"P. c #BAB9BB",
|
||||
"I. c #A6C89B",
|
||||
"U. c #B8C882",
|
||||
"Y. c #B5D283",
|
||||
"T. c #B6D886",
|
||||
"R. c #B8D487",
|
||||
"E. c #BBD58B",
|
||||
"W. c #BCD790",
|
||||
"Q. c #BED993",
|
||||
"!. c #BEDA9A",
|
||||
"~. c #AFCDAA",
|
||||
"^. c #C98484",
|
||||
"/. c #CB8A8A",
|
||||
"(. c #CF9191",
|
||||
"). c #CA9C9C",
|
||||
"_. c #D19494",
|
||||
"`. c #D39B9B",
|
||||
"'. c #C8A48E",
|
||||
"]. c #C2BC8F",
|
||||
"[. c #C6A3A6",
|
||||
"{. c #D6A2A2",
|
||||
"}. c #DAA4A5",
|
||||
"|. c #DAABAB",
|
||||
" X c #DBB3B3",
|
||||
".X c #D8B8B8",
|
||||
"XX c #E1BBBB",
|
||||
"oX c #C1D995",
|
||||
"OX c #C3DB9B",
|
||||
"+X c #C7DEA1",
|
||||
"@X c #C8DEA3",
|
||||
"#X c #C2DBB0",
|
||||
"$X c #CEE1AC",
|
||||
"%X c #CBE0B5",
|
||||
"&X c #D2E5AC",
|
||||
"*X c #D2E3B2",
|
||||
"=X c #D6E0B8",
|
||||
"-X c #D9E7BC",
|
||||
";X c #DAEBB7",
|
||||
":X c #DBECB8",
|
||||
">X c #D1CED6",
|
||||
",X c #D0D1D1",
|
||||
"<X c #D7E6C1",
|
||||
"1X c #DAE9C2",
|
||||
"2X c #DDEACC",
|
||||
"3X c #E3C1C1",
|
||||
"4X c #E7C2C9",
|
||||
"5X c #E8CCCC",
|
||||
"6X c #EBD3D3",
|
||||
"7X c #EDDCDC",
|
||||
"8X c #F0DCDC",
|
||||
"9X c #E1DEE8",
|
||||
"0X c #E1EDCD",
|
||||
"qX c #E4EED2",
|
||||
"wX c #E6F3CF",
|
||||
"eX c #E7F3D0",
|
||||
"rX c #E0F1DA",
|
||||
"tX c #E9F2DA",
|
||||
"yX c #E3E0E9",
|
||||
"uX c #E9E5ED",
|
||||
"iX c #EBE8EE",
|
||||
"pX c #EEF5E3",
|
||||
"aX c #E9F0F0",
|
||||
"sX c #F3E3E3",
|
||||
"dX c #F6EAEA",
|
||||
"fX c #F9ECEE",
|
||||
"gX c #F0F6E5",
|
||||
"hX c #F3F5EA",
|
||||
"jX c #F3F9EB",
|
||||
"kX c #F7F5FA",
|
||||
"lX c #F6FAF2",
|
||||
"zX c #F5FAFA",
|
||||
"xX c #FAF4F4",
|
||||
"cX c #F9FBF5",
|
||||
"vX c #FEFEFE",
|
||||
"bX c None",
|
||||
/* pixels */
|
||||
"bXbXbXbXbXbXbXbXbXbXvXvXvXvXvXvXvXvXvXvXvXvXbXbXbXbXbXbXbXbXbXbX",
|
||||
"bXbXbXbXbXbXbXbXvXvXvXcX6X}././././.{.6XcXvXvXvXbXbXbXbXbXbXbXbX",
|
||||
"bXbXbXbXbXbXvXvXvXtX].1.<.7.^.(._.^.4.,.,./.7XvXvXvXbXbXbXbXbXbX",
|
||||
"bXbXbXbXbXvXvXcXR.x.U.XX7XsXdXdXdXdXsX8X`.3.$.9.xXvXvXbXbXbXbXbX",
|
||||
"bXbXbXbXvXvXqXz.N.0XgXhXfXxXxXdX8X5X5X5X X|.`.>.=.6XvXvXbXbXbXbX",
|
||||
"bXbXbXvXvX1Xi.@XhXgXlXcXvXvXvXvXvXfX3X|.`._._.`.3.o.3XvXvXbXbXbX",
|
||||
"bXbXvXvXqXi.*XjXgXcXvXvXvXvXvXvXvXvXsX_./././.^./.<.} 5XvXvXbXbX",
|
||||
"bXbXvXjXs.@XjXtXlXvXvXvXvXdXdXvXvXvXvX|.8.^.8.7.7.7.>.+.fXvXbXbX",
|
||||
"bXvXvXC.n.gXqX0XjXvXvXgX;X{.`.XXvXvXvX5X4.7.4.3.3.<.3.} 7.vXvXbX",
|
||||
"bXvXtXi.$X1X1X-X=XtXpX$XOX[.9./.xXvXvX6X3.3.3.<.,.;.-.=.} 6XvXvX",
|
||||
"vXvXY.c.*XOX@XOXOXQ.Q.R.T.j.7.9.xXvXvX3X-.<.;.-.-.*.@.*.` 8.vXvX",
|
||||
"vXvXs.E.@XoXQ.Q.E.R.Y.C.B.N.2.(.vXvXvX/.*.-.*.*..... .| } +.cXvX",
|
||||
"vXqXr.OXQ.E.E.Y.C.B.N.N.c.b.h.4XvXvX8X-.@.@... .| { [ ] [ ` 5XvX",
|
||||
"vX$Xi.Q.R.Y.V.N.N.n.c.c.x.l.v.xXvXvX/.{ ..| { { [ ] ' ^ ^ ) }.vX",
|
||||
"vXoXi.R.N.N.n.n.c.x.x.d.l.w.!.vXvXdX..{ { [ ] ' ' ^ r e e ~ _.vX",
|
||||
"vXQ.i.N.n.c.x.x.l.s.p.p.y.T <XvXvX X/ [ ' ' ^ r r e e 7 7 ! (.vX",
|
||||
"vXoXq.c.x.z.d.p.p.u.w.U U L 2XvXvX).q r r r e w 7 7 6 6 4 ! `.vX",
|
||||
"vX*X0.x.p.p.u.y.w.U I P L C #XvXvX.X9 r e 7 7 7 4 6 1 1 1 ~ |.vX",
|
||||
"vXtX0.u.y.y.U I P K K H G n g.vXvXvX%.5 7 6 6 1 1 1 1 < 5 _ 6XvX",
|
||||
"vXvXs.T U P L K H G B B M n v #XrXG.u 1 5 1 1 1 1 < < < 8 $.cXvX",
|
||||
"vXvXQ.F L H G B N M m b v l f l j o , , , 1 1 < < < , > ! /.vXvX",
|
||||
"bXvXgX0.J B B m m v l l f l d - & W [.H.y > < > > > : 5 X.8XvXvX",
|
||||
"bXvXvXoXD B v l l l g d - - - $ E cXvXvX7X2 > > > : < ! /.vXvXbX",
|
||||
"bXbXvXcXd.S l d d d - - - - * # I.vXvXvXvX&.X > : : Q :.xXvXbXbX",
|
||||
"bXbXvXvXpXe.V d * - - * * * % + f.vXvXvXvXi X : : 0 O.7XvXvXbXbX",
|
||||
"bXbXbXvXvXtXr.Z d % % % % % % # = ~.vXcXF.X . > Q #.6XvXvXbXbXbX",
|
||||
"bXbXbXbXvXvXjXb.D x * # @ @ # @ O O k ; : 5 ( 1.sXvXvXbXbXbXbX",
|
||||
"bXbXbXbXbXcXvXvX&Xt.S z - $ # @ @ O O & t ! #.}.vXvXcXbXbXbXbXbX",
|
||||
"bXbXbXbXbXbXbX,XkXcX&Xm.e.F S V V A F k.j.}.xXzX,XS.bXbXbXbXbXbX",
|
||||
"bXbXbXA.A.A.Z.p S.P.iXvXjXwX:X&X&X:XwXjXvXaXP.S.p Z.A.A.A.bXbXbX",
|
||||
"bXbXbXA.A.A.A.A.Z.Z.Z.D.P.>X9XiXuX9X>XP.D.A.p Z.A.A.A.A.A.bXbXbX",
|
||||
"bXbXbXbXA.A.A.A.A.A.A.Z.Z.Z.Z.Z.Z.Z.p Z.Z.A.A.A.A.A.A.A.A.bXbXbX"
|
||||
};
|
@ -0,0 +1,201 @@
|
||||
/* XPM */
|
||||
static char *kgeography[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 163 2",
|
||||
" c black",
|
||||
". c #010101",
|
||||
"X c #020202",
|
||||
"o c gray1",
|
||||
"O c #040404",
|
||||
"+ c gray2",
|
||||
"@ c #060606",
|
||||
"# c #070707",
|
||||
"$ c gray3",
|
||||
"% c #090909",
|
||||
"& c gray4",
|
||||
"* c #0B0B0B",
|
||||
"= c #0C0C0C",
|
||||
"- c gray5",
|
||||
"; c #0E0E0E",
|
||||
": c gray6",
|
||||
"> c #101010",
|
||||
", c #111111",
|
||||
"< c #131313",
|
||||
"1 c #151515",
|
||||
"2 c gray9",
|
||||
"3 c #181818",
|
||||
"4 c #191919",
|
||||
"5 c gray10",
|
||||
"6 c #1B1B1B",
|
||||
"7 c gray11",
|
||||
"8 c #1D1D1D",
|
||||
"9 c #1E1E1E",
|
||||
"0 c gray12",
|
||||
"q c #202020",
|
||||
"w c gray13",
|
||||
"e c #222222",
|
||||
"r c #232323",
|
||||
"t c gray14",
|
||||
"y c #252525",
|
||||
"u c gray15",
|
||||
"i c #282828",
|
||||
"p c gray16",
|
||||
"a c #2D2D2D",
|
||||
"s c gray18",
|
||||
"d c #2F2F2F",
|
||||
"f c gray19",
|
||||
"g c #323232",
|
||||
"h c gray20",
|
||||
"j c #343434",
|
||||
"k c gray21",
|
||||
"l c #373737",
|
||||
"z c #393939",
|
||||
"x c #3A3A3A",
|
||||
"c c gray23",
|
||||
"v c #3F3F3F",
|
||||
"b c gray25",
|
||||
"n c #414141",
|
||||
"m c gray26",
|
||||
"M c #434343",
|
||||
"N c #444444",
|
||||
"B c gray28",
|
||||
"V c #484848",
|
||||
"C c #494949",
|
||||
"Z c gray29",
|
||||
"A c #4B4B4B",
|
||||
"S c #4E4E4E",
|
||||
"D c #505050",
|
||||
"F c #535353",
|
||||
"G c gray33",
|
||||
"H c #555555",
|
||||
"J c #565656",
|
||||
"K c #585858",
|
||||
"L c gray35",
|
||||
"P c #5B5B5B",
|
||||
"I c #5F5F5F",
|
||||
"U c gray39",
|
||||
"Y c #646464",
|
||||
"T c gray40",
|
||||
"R c #676767",
|
||||
"E c DimGray",
|
||||
"W c #6A6A6A",
|
||||
"Q c #6C6C6C",
|
||||
"! c #6D6D6D",
|
||||
"~ c gray44",
|
||||
"^ c #727272",
|
||||
"/ c #747474",
|
||||
"( c gray46",
|
||||
") c #767676",
|
||||
"_ c #777777",
|
||||
"` c #7B7B7B",
|
||||
"' c #7C7C7C",
|
||||
"] c gray50",
|
||||
"[ c #838383",
|
||||
"{ c gray53",
|
||||
"} c gray54",
|
||||
"| c #909090",
|
||||
" . c gray57",
|
||||
".. c #939393",
|
||||
"X. c #959595",
|
||||
"o. c gray59",
|
||||
"O. c #979797",
|
||||
"+. c #989898",
|
||||
"@. c gray60",
|
||||
"#. c gray61",
|
||||
"$. c #9F9F9F",
|
||||
"%. c #A0A0A0",
|
||||
"&. c gray63",
|
||||
"*. c #A2A2A2",
|
||||
"=. c #A5A5A5",
|
||||
"-. c #A7A7A7",
|
||||
";. c #A9A9A9",
|
||||
":. c gray67",
|
||||
">. c #ACACAC",
|
||||
",. c gray68",
|
||||
"<. c #AFAFAF",
|
||||
"1. c #B1B1B1",
|
||||
"2. c gray70",
|
||||
"3. c #B4B4B4",
|
||||
"4. c #B9B9B9",
|
||||
"5. c #BBBBBB",
|
||||
"6. c #BCBCBC",
|
||||
"7. c gray",
|
||||
"8. c gray75",
|
||||
"9. c #C1C1C1",
|
||||
"0. c #C5C5C5",
|
||||
"q. c #C6C6C6",
|
||||
"w. c gray78",
|
||||
"e. c #C8C8C8",
|
||||
"r. c #CACACA",
|
||||
"t. c #CECECE",
|
||||
"y. c #D0D0D0",
|
||||
"u. c gray82",
|
||||
"i. c #D2D2D2",
|
||||
"p. c gray83",
|
||||
"a. c #D5D5D5",
|
||||
"s. c #D7D7D7",
|
||||
"d. c #D8D8D8",
|
||||
"f. c #DADADA",
|
||||
"g. c gray86",
|
||||
"h. c gray87",
|
||||
"j. c #DFDFDF",
|
||||
"k. c gray88",
|
||||
"l. c #E1E1E1",
|
||||
"z. c #E2E2E2",
|
||||
"x. c #E4E4E4",
|
||||
"c. c gray90",
|
||||
"v. c #E7E7E7",
|
||||
"b. c #E9E9E9",
|
||||
"n. c #EAEAEA",
|
||||
"m. c gray92",
|
||||
"M. c gray93",
|
||||
"N. c #EEEEEE",
|
||||
"B. c #F1F1F1",
|
||||
"V. c gray95",
|
||||
"C. c #F3F3F3",
|
||||
"Z. c #F4F4F4",
|
||||
"A. c #F6F6F6",
|
||||
"S. c gray97",
|
||||
"D. c #F8F8F8",
|
||||
"F. c #F9F9F9",
|
||||
"G. c gray98",
|
||||
"H. c #FBFBFB",
|
||||
"J. c gray99",
|
||||
"K. c #FDFDFD",
|
||||
"L. c #FEFEFE",
|
||||
"P. c gray100",
|
||||
"I. c None",
|
||||
/* pixels */
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
" ; ; 3 B B m K E ~ l O > ; O ; O u u % O O ",
|
||||
"; 3 C z l T ' ~ o.} K $.S.b.B w C w w m I ` 1.8.o.( ~ E m l ",
|
||||
"p C 1.$.g.J.J.S.( } ` m U ; w 0 v =.u.b.G.J.J.J.J.J.J.J.g.<.1.O.",
|
||||
" ; 3 > J s.J.J.t.k.$.d O u =.s.b.S.z.S.J.J.J.J.J.J.<.p d ; ",
|
||||
" ; } G.J.M.$.; O E $.~ o.;.u.b.J.J.J.J.z.o.l ; ",
|
||||
" 0 8.8.T d 0 1.b.t.9.u.k.w.N.J.J.J.w.z ; ",
|
||||
" O 3 F J z u O C k.J.J.J.f.8.v A } K <.3 > ",
|
||||
" O u } 5.E 3 ~ O.z.J.J.( % > 3 w F C w ",
|
||||
" 0 3.J.J.=.w 2 =.J.s.% % d C d T l ",
|
||||
" O A J.J.1.3 % o.J.=.B % O d .<.C O O ",
|
||||
" 3 G.9.; C 8.z 3 ] w.g.9. ",
|
||||
" m 5.v % u O 3 u F J O w ",
|
||||
" m l O % ",
|
||||
" O 3 % ; ; O 2 0 3 3 3 O ",
|
||||
"l l m J ! ( ( { ' o.;.C z B E $.3.w.w.f.G.J.f.N.J.J.J.J.J.N.3.T ",
|
||||
"f.g.g.b.S.G.G.J.J.J.S.g.g.z.N.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.G.k.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I."
|
||||
};
|
@ -0,0 +1,227 @@
|
||||
/* XPM */
|
||||
static char *khangman[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 189 2",
|
||||
" c #3B2115",
|
||||
". c #3C2216",
|
||||
"X c #3D2217",
|
||||
"o c #3D2317",
|
||||
"O c #3D2318",
|
||||
"+ c #3D2418",
|
||||
"@ c #3E2419",
|
||||
"# c #3F251A",
|
||||
"$ c #422315",
|
||||
"% c #432415",
|
||||
"& c #40271B",
|
||||
"* c #41281C",
|
||||
"= c #42291D",
|
||||
"- c #422A1E",
|
||||
"; c #432A1E",
|
||||
": c #432B1F",
|
||||
"> c #462A1D",
|
||||
", c #4C2614",
|
||||
"< c #5E2D17",
|
||||
"1 c #5A301D",
|
||||
"2 c #442B20",
|
||||
"3 c #452C21",
|
||||
"4 c #452D22",
|
||||
"5 c #462D22",
|
||||
"6 c #472E23",
|
||||
"7 c #472F24",
|
||||
"8 c #483025",
|
||||
"9 c #4A3227",
|
||||
"0 c #4B3328",
|
||||
"q c #4C3429",
|
||||
"w c #4C352A",
|
||||
"e c #4D352A",
|
||||
"r c #4F382D",
|
||||
"t c #50392E",
|
||||
"y c #51392F",
|
||||
"u c #533C31",
|
||||
"i c #543E33",
|
||||
"p c #563F35",
|
||||
"a c #6E3216",
|
||||
"s c #6F3216",
|
||||
"d c #703318",
|
||||
"f c #71351A",
|
||||
"g c #72361B",
|
||||
"h c #763C22",
|
||||
"j c #574036",
|
||||
"k c #594339",
|
||||
"l c #5B453B",
|
||||
"z c #5B463C",
|
||||
"x c #634638",
|
||||
"c c #784026",
|
||||
"v c #7B442A",
|
||||
"b c #7A462D",
|
||||
"n c #7E482F",
|
||||
"m c #5F4A40",
|
||||
"M c #604B41",
|
||||
"N c #624D44",
|
||||
"B c #655047",
|
||||
"V c #655147",
|
||||
"C c #665248",
|
||||
"Z c #6A564D",
|
||||
"A c #6C5950",
|
||||
"S c #6E5A52",
|
||||
"D c #71584C",
|
||||
"F c #726057",
|
||||
"G c #736158",
|
||||
"H c #746159",
|
||||
"J c #75625A",
|
||||
"K c #75635B",
|
||||
"L c #76645C",
|
||||
"P c #77655D",
|
||||
"I c #78665D",
|
||||
"U c #7E6458",
|
||||
"Y c #7B6961",
|
||||
"T c #85513A",
|
||||
"R c #87553F",
|
||||
"E c #8D5D46",
|
||||
"W c #90614C",
|
||||
"Q c #936550",
|
||||
"! c #946651",
|
||||
"~ c #817069",
|
||||
"^ c #85756D",
|
||||
"/ c #877770",
|
||||
"( c #897A73",
|
||||
") c #8A7B74",
|
||||
"_ c #8C7D76",
|
||||
"` c #8D7E77",
|
||||
"' c #9F7664",
|
||||
"] c #A27C6A",
|
||||
"[ c #A47D6B",
|
||||
"{ c #92837D",
|
||||
"} c #94867F",
|
||||
"| c #A78271",
|
||||
" . c #AA8D7F",
|
||||
".. c #AE8B7B",
|
||||
"X. c #958780",
|
||||
"o. c #968881",
|
||||
"O. c #998B84",
|
||||
"+. c #998B85",
|
||||
"@. c #9A8D87",
|
||||
"#. c #9B8E88",
|
||||
"$. c #9D908A",
|
||||
"%. c #A39791",
|
||||
"&. c #A49792",
|
||||
"*. c #A59994",
|
||||
"=. c #A99D98",
|
||||
"-. c #B39284",
|
||||
";. c #B89B8D",
|
||||
":. c #B99B8E",
|
||||
">. c #AFA4A0",
|
||||
",. c #B0A5A0",
|
||||
"<. c #B5ABA7",
|
||||
"1. c #BBB2AD",
|
||||
"2. c #BBB2AE",
|
||||
"3. c #BEB5B1",
|
||||
"4. c #BEB6B2",
|
||||
"5. c #C0A69A",
|
||||
"6. c #C1A79B",
|
||||
"7. c #C9B2A7",
|
||||
"8. c #CBB5AB",
|
||||
"9. c #C3BBB7",
|
||||
"0. c #C9C2BF",
|
||||
"q. c #D4C2BA",
|
||||
"w. c #CAC3C0",
|
||||
"e. c #CBC4C0",
|
||||
"r. c #CBC4C1",
|
||||
"t. c #CFC8C5",
|
||||
"y. c #CFC9C6",
|
||||
"u. c #D0CAC7",
|
||||
"i. c #DDCFC8",
|
||||
"p. c #D5D0CD",
|
||||
"a. c #D6D1CE",
|
||||
"s. c #DED0CA",
|
||||
"d. c #DFD1CB",
|
||||
"f. c #D9D3D1",
|
||||
"g. c #DAD5D3",
|
||||
"h. c #DCD8D6",
|
||||
"j. c #DDD9D7",
|
||||
"k. c #DEDAD8",
|
||||
"l. c #E1D4CF",
|
||||
"z. c #E2D5CF",
|
||||
"x. c #E2D6D0",
|
||||
"c. c #E4D9D4",
|
||||
"v. c #E0DCDA",
|
||||
"b. c #E2DEDC",
|
||||
"n. c #E3DFDD",
|
||||
"m. c #E8DFDA",
|
||||
"M. c #E3E0DE",
|
||||
"N. c #E4E1DF",
|
||||
"B. c #E5E2DF",
|
||||
"V. c #EBE3DF",
|
||||
"C. c #E5E1E0",
|
||||
"Z. c #E6E2E1",
|
||||
"A. c #E7E4E2",
|
||||
"S. c #E7E4E3",
|
||||
"D. c #E8E5E3",
|
||||
"F. c #EBE6E3",
|
||||
"G. c #E9E7E5",
|
||||
"H. c #EAE7E6",
|
||||
"J. c #ECE4E0",
|
||||
"K. c #EDE5E2",
|
||||
"L. c #EBE8E7",
|
||||
"P. c #ECE9E8",
|
||||
"I. c #EDEBEA",
|
||||
"U. c #EEEBEA",
|
||||
"Y. c #EEECEA",
|
||||
"T. c #EEECEB",
|
||||
"R. c #EFEDEC",
|
||||
"E. c #F0EAE7",
|
||||
"W. c #F1EBE8",
|
||||
"Q. c #F1ECE9",
|
||||
"!. c #F2F0EF",
|
||||
"~. c #F4F0EE",
|
||||
"^. c #F3F1F0",
|
||||
"/. c #F3F2F1",
|
||||
"(. c #F7F4F2",
|
||||
"). c #F7F6F6",
|
||||
"_. c #F8F5F3",
|
||||
"`. c #F8F5F4",
|
||||
"'. c #F8F7F7",
|
||||
"]. c #FAF8F7",
|
||||
"[. c #F9F8F8",
|
||||
"{. c #FAF9F8",
|
||||
"}. c #FBF9F9",
|
||||
"|. c #FAFAF9",
|
||||
" X c #FCFCFB",
|
||||
".X c #FDFCFB",
|
||||
"XX c gray99",
|
||||
"oX c gray100",
|
||||
"OX c None",
|
||||
/* pixels */
|
||||
"OXOXOXOXOXOXOXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXoXOXOXOXOXOX",
|
||||
"OXOXOXOXOXOXoXoXj.g.g.g.g.g.g.g.g.g.g.g.g.g.g.g.g.g.P.oXOXOXOXOX",
|
||||
"OXOXOXOXOXoXoX%. 9 !.oXOXOXOX",
|
||||
"OXOXOXOXOXoXoXI @ $.$.$.$.$.$.$.$.$.O.1 U $.$.$.$.$.4.oXoXOXOXOX",
|
||||
"OXOXOXOXOXoXoXI * oXoXoXoXoXoXoXoXoXoXc.:.].oXoXoXoXoXoXOXOXOXOX",
|
||||
"OXOXOXOXOXoXoXI * oXoXOXOXOXOXOXOXOXoX{.a q.oXOXOXOXOXOXOXOXOXOX",
|
||||
"OXOXOXOXOXoXoXP * oXoXOXOXOXOXOXOXOXoXoXW V.oXOXOXOXOXOXOXOXOXOX",
|
||||
"OXOXOXOXOXoXoXP * oXoXOXOXOXOXOXOXoXoXQ.W `.oXOXOXOXOXOXOXOXOXOX",
|
||||
"OXOXOXOXOXoXoXP * oXoXOXOXOXOXoXoXoX{.] c {.oXOXOXOXOXOXOXOXOXOX",
|
||||
"OXOXOXOXOXoXoXP * oXoXOXOXOXoXoX.XE.! f d s.oXOXOXOXOXOXOXOXOXOX",
|
||||
"OXOXOXOXOXoXoXK * oXoXOXOXoXoX_.T v z.Q.' 5.oXOXOXOXOXOXOXOXOXOX",
|
||||
"OXOXOXOXOXoXoXP : oXoXOXoXoXl.:.-.J.oX`.E V.oXoXoXOXoXoXoXoXOXOX",
|
||||
"OXOXOXOXOXoXoXK : oXoXOXoXoXn [ oXoXoX8.h P.B.n.oXoXoX/.oXoXoXoX",
|
||||
"OXOXOXOXOXoXoXK * oXoXOXoXoX..~.oXoXoX5.x.3 B oXoXM.3 t ~ Y.oX",
|
||||
"OXOXOXOXOXoXoXK 3 oXoXOXoXi.f W.oX/.J.a d.7 B oX{.M ( oXoX",
|
||||
"OXOXOXOXOXoXoXK : oXoXOXoX(.E 7.0.9 D R Y.3 B oX) C {.oXOX",
|
||||
"OXOXOXOXOXoXoXK 2 oXoXOXoXoXoX' b $ % < =.6 C 1. e H.oXoXOX",
|
||||
"OXOXOXOXOXoXoXH 2 oXoXOXOXoXoXJ.| x , a j.8 t 2 @ y.oXoXOXOX",
|
||||
"OXOXOXOXOXoXoXK 2 oXoXOXOXoXoXoXoX_ : .oX3 z oXoXOXOXOX",
|
||||
"OXOXOXOXOXoXoXK 3 oXoXOXOXoXoXoX].6 / oXoX3 N B O.oXoXOXOX",
|
||||
"OXOXOXOXOXoXoXG 3 oXoXOXOXoX&.m @ r.oXoX3 B M.* O t.oXoXOX",
|
||||
"OXOXOXOXOXoXoXK 3 oXoXOXOXoXI p.oXoX3 B oX>. t Q.oXOX",
|
||||
"OXOXOXOXOXoXoXF 3 oXoXOXOXoX0./ i 9.oXoX3 C oXoXG Y oXoX",
|
||||
"OXOXOXOXOXoXoXK 3 oXoXOXOXOXoXoXoXu Y oXoX7 e ^ oXoXI.9 u { Q.oX",
|
||||
"OXOXOXOXOXoXoXF 3 oXoXOXOXOXOXoXoX#. y.oX{.oXoXoXoXr.4.oXoXoXoX",
|
||||
"OXOXOXOXoXoXQ.2 B.oXoXOXOXOXoXT.t * 2..XoXoXQ.( @ 4.oXoXOX",
|
||||
"OXOXOXoXoXL.l * O r v.oXoXOXOXoXS 0 7 F k @ @ 0 @ 4.oXOX",
|
||||
"OXoXoXoXD.p l S 3 Z e j.oXoXoXoX,. { ).j.Z P D.).} 2 j.oXOX",
|
||||
"oXoX<.#.3 w X.j & O.i * o.*.{.oXoXB.oXoXoX2. 4.oXoXoXY.oXoXOX",
|
||||
"oXH.* r.oXOXOXOXOXoXH. B.oXOXOXOXOXOXOX",
|
||||
"OXoXH.g.g.g.g.g.g.g.g.g.g.b.oXoXOXOXOXOXoXoXp.f.oXoXOXOXOXOXOXOX",
|
||||
"OXOXoXoXoXoXoXoXoXoXoXoXoXoXoXOXOXOXOXOXOXOXoXoXoXOXOXOXOXOXOXOX"
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *kig[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c black",
|
||||
". c #100600",
|
||||
"X c #2F0900",
|
||||
"o c #310C00",
|
||||
"O c #351100",
|
||||
"+ c #460C00",
|
||||
"@ c #6A2701",
|
||||
"# c gray28",
|
||||
"$ c #4B4B4B",
|
||||
"% c #554C4C",
|
||||
"& c #545454",
|
||||
"* c #5B5B5B",
|
||||
"= c #644A45",
|
||||
"- c #606060",
|
||||
"; c #6C6C6C",
|
||||
": c #717171",
|
||||
"> c #6A89B3",
|
||||
", c #5E9BFC",
|
||||
"< c #6590C1",
|
||||
"1 c #6C9FDC",
|
||||
"2 c #608EEC",
|
||||
"3 c #6A9AF2",
|
||||
"4 c #7996E2",
|
||||
"5 c #68A1EC",
|
||||
"6 c #64A0FC",
|
||||
"7 c #6CA2F7",
|
||||
"8 c #6AA5FB",
|
||||
"9 c #6EABFC",
|
||||
"0 c #7EADF8",
|
||||
"q c #71A5FA",
|
||||
"w c #76B5FD",
|
||||
"e c #BC1E00",
|
||||
"r c #B11F03",
|
||||
"t c #B92B0B",
|
||||
"y c #BF391B",
|
||||
"u c #AB5F27",
|
||||
"i c #985558",
|
||||
"p c #985A53",
|
||||
"a c #8E6357",
|
||||
"s c #A04D4D",
|
||||
"d c #A7504E",
|
||||
"f c #AD514F",
|
||||
"g c #A85945",
|
||||
"h c #A55E4C",
|
||||
"j c #AF5651",
|
||||
"k c #BB5050",
|
||||
"l c #B45E5B",
|
||||
"z c #A5604E",
|
||||
"x c #B76D4D",
|
||||
"c c #B26658",
|
||||
"v c #BB764F",
|
||||
"b c #BE784B",
|
||||
"n c #AD7D6E",
|
||||
"m c #B36A6A",
|
||||
"M c #B57666",
|
||||
"N c #B47878",
|
||||
"B c #C33109",
|
||||
"V c #C03B17",
|
||||
"C c #C03C1B",
|
||||
"Z c #C03E20",
|
||||
"A c #CC5E38",
|
||||
"S c #DA573B",
|
||||
"D c #DB662F",
|
||||
"F c #DF643A",
|
||||
"G c #D36A3F",
|
||||
"H c #DE702D",
|
||||
"J c #D3782B",
|
||||
"K c #DD703A",
|
||||
"L c #D5783C",
|
||||
"P c #C6663A",
|
||||
"I c #FF7801",
|
||||
"U c #E56736",
|
||||
"Y c #E16D35",
|
||||
"T c #E37A2D",
|
||||
"R c #F57D23",
|
||||
"E c #C3554F",
|
||||
"W c #D25041",
|
||||
"Q c #D85959",
|
||||
"! c #C4694A",
|
||||
"~ c #C2754A",
|
||||
"^ c #DB7241",
|
||||
"/ c #D67B78",
|
||||
"( c #DF7575",
|
||||
") c #D46767",
|
||||
"_ c #E06F6F",
|
||||
"` c #E27C7C",
|
||||
"' c #F5777A",
|
||||
"] c #F57476",
|
||||
"[ c #807683",
|
||||
"{ c #896B86",
|
||||
"} c #DA7B8D",
|
||||
"| c #B08773",
|
||||
" . c #FF8400",
|
||||
".. c #FF9000",
|
||||
"X. c #FF910B",
|
||||
"o. c #FF9B03",
|
||||
"O. c #EE8027",
|
||||
"+. c #E9802B",
|
||||
"@. c #E18A3F",
|
||||
"#. c #ED843B",
|
||||
"$. c #F2983E",
|
||||
"%. c #FFA602",
|
||||
"&. c #FFAB01",
|
||||
"*. c #FFAC0A",
|
||||
"=. c #FFB224",
|
||||
"-. c #FFBA2A",
|
||||
";. c #FBB02E",
|
||||
":. c #FEB634",
|
||||
">. c #FFBC3C",
|
||||
",. c #D48A4D",
|
||||
"<. c #D08651",
|
||||
"1. c #DB944B",
|
||||
"2. c #DC985B",
|
||||
"3. c #DA8A70",
|
||||
"4. c #DF9962",
|
||||
"5. c #E2844C",
|
||||
"6. c #E68A4C",
|
||||
"7. c #E98D4C",
|
||||
"8. c #ED924C",
|
||||
"9. c #EB9A42",
|
||||
"0. c #E69055",
|
||||
"q. c #EA9455",
|
||||
"w. c #EA965E",
|
||||
"e. c #F0954C",
|
||||
"r. c #E99F6D",
|
||||
"t. c #F3A744",
|
||||
"y. c #F4AE5F",
|
||||
"u. c #FAB346",
|
||||
"i. c #FEBA42",
|
||||
"p. c #E5A962",
|
||||
"a. c #EBB668",
|
||||
"s. c #FCB66A",
|
||||
"d. c #F5BB73",
|
||||
"f. c #F4BC7A",
|
||||
"g. c #FFC34A",
|
||||
"h. c #FFC757",
|
||||
"j. c #FFCB5D",
|
||||
"k. c #EFC679",
|
||||
"l. c #FFCC61",
|
||||
"z. c #FFCF69",
|
||||
"x. c #F3C46D",
|
||||
"c. c #FCCB79",
|
||||
"v. c #FFD162",
|
||||
"b. c #FFD06E",
|
||||
"n. c #FFD274",
|
||||
"m. c #FED47C",
|
||||
"M. c #F4D17D",
|
||||
"N. c #FEE079",
|
||||
"B. c #8B8B8B",
|
||||
"V. c #919191",
|
||||
"C. c #A49190",
|
||||
"Z. c #AB9090",
|
||||
"A. c #AC9B99",
|
||||
"S. c #B8888C",
|
||||
"D. c #B19699",
|
||||
"F. c #B9A39D",
|
||||
"G. c gray65",
|
||||
"H. c #B7A5A4",
|
||||
"J. c #BFB4B6",
|
||||
"K. c #87B1F7",
|
||||
"L. c #8AB3F7",
|
||||
"P. c #8DBCFB",
|
||||
"I. c #9CBEE1",
|
||||
"U. c #94BEF9",
|
||||
"Y. c #A3BAD0",
|
||||
"T. c #A1B6EA",
|
||||
"R. c #96CAFE",
|
||||
"E. c #93C2FC",
|
||||
"W. c #A8C8F7",
|
||||
"Q. c #BBCDEF",
|
||||
"!. c #B2CCF4",
|
||||
"~. c #B7D4F9",
|
||||
"^. c #BCD0F2",
|
||||
"/. c #C38080",
|
||||
"(. c #C38F8F",
|
||||
"). c #C8868B",
|
||||
"_. c #C08C91",
|
||||
"`. c #C29096",
|
||||
"'. c #C89196",
|
||||
"]. c #CE9298",
|
||||
"[. c #C29298",
|
||||
"{. c #D9898E",
|
||||
"}. c #D2888C",
|
||||
"|. c #D68F90",
|
||||
" X c #D49498",
|
||||
".X c #C69CA2",
|
||||
"XX c #D48DA1",
|
||||
"oX c #C9AFB7",
|
||||
"OX c #DDA8A8",
|
||||
"+X c #E38B8E",
|
||||
"@X c #E4969A",
|
||||
"#X c #ED989C",
|
||||
"$X c #E8B19D",
|
||||
"%X c #F4BF87",
|
||||
"&X c #E7BDB7",
|
||||
"*X c #F2A0A4",
|
||||
"=X c #CFBEC6",
|
||||
"-X c #D5BFC5",
|
||||
";X c #EDC29A",
|
||||
":X c #F5C183",
|
||||
">X c #F5C288",
|
||||
",X c #FCCA82",
|
||||
"<X c #F7DA80",
|
||||
"1X c #FFD682",
|
||||
"2X c #FBD28D",
|
||||
"3X c #FFD985",
|
||||
"4X c #FEDA8C",
|
||||
"5X c #FFDC94",
|
||||
"6X c #FFDE9A",
|
||||
"7X c #ECD5B8",
|
||||
"8X c #FDDDA5",
|
||||
"9X c #FCE382",
|
||||
"0X c #F9E48B",
|
||||
"qX c #FDE985",
|
||||
"wX c #FCEA8C",
|
||||
"eX c #FFE292",
|
||||
"rX c #FFE09E",
|
||||
"tX c #FCEB92",
|
||||
"yX c #FEE99C",
|
||||
"uX c #FFE2A2",
|
||||
"iX c #FFE4AB",
|
||||
"pX c #FFE6B1",
|
||||
"aX c #FDF3A0",
|
||||
"sX c #CBCACC",
|
||||
"dX c #D9C0C7",
|
||||
"fX c #DDCAC5",
|
||||
"gX c #D4C5CA",
|
||||
"hX c #DCCDD3",
|
||||
"jX c #D2D2D4",
|
||||
"kX c #D6D6DA",
|
||||
"lX c #DAD8D9",
|
||||
"zX c #CFD9E3",
|
||||
"xX c #C0D3F1",
|
||||
"cX c #DDDDE6",
|
||||
"vX c #D9DEED",
|
||||
"bX c #D0DFF6",
|
||||
"nX c #DFE2EE",
|
||||
"mX c #D5E1F5",
|
||||
"MX c #E6C5CB",
|
||||
"NX c #EBC8CD",
|
||||
"BX c #E2D0D7",
|
||||
"VX c #E8D2D5",
|
||||
"CX c #F4E2DC",
|
||||
"ZX c #F8F1DB",
|
||||
"AX c #E1E1E1",
|
||||
"SX c #E3E3EA",
|
||||
"DX c #E8E8ED",
|
||||
"FX c #E6E8F0",
|
||||
"GX c #E7EFFA",
|
||||
"HX c #ECECF1",
|
||||
"JX c #E2E6F1",
|
||||
"KX c #F4EAEA",
|
||||
"LX c #FBEDE8",
|
||||
"PX c #F1F2F5",
|
||||
"IX c #F6F6F8",
|
||||
"UX c #FDFDFD",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYX# # # $ $ r y Z Z Z C C C C C C C C C C C C C y y y V t t ",
|
||||
"YXYXYX# $ * & & = 2.aXpXpXiXiXuXuXuX6X6X5X4X4X3X3Xm.m.m.n.b.5.+ ",
|
||||
"YXYXYX# ; AXAXAXAXA.<.wXuXuXrX6X5X4X4X3X1Xm.m.n.n.b.v.z.l.j.5.X ",
|
||||
"YXYXYX# ; UXUXUXUXUXlXx 0XyXrX5X5X8X>X>X>X:Xf.f.f.d.d.c.l.j.5.X ",
|
||||
"YXYXYX# ; UXUXUXUXUXUXPXn k.tXeX5X5Xr.B h h h h h h g 0.j.j.5.X ",
|
||||
"YXYXYX# ; UXUXUXUXUXUXUXUXH.2.wXeX4X4X%XA fXAXAXAXAXfX0.l.j.5.o ",
|
||||
"YXYXYX# ; UXUXUXUXUXUXUXUXUXgX~ wXwX4X3X2X^ &XUXUXUXCX0.l.j.6.o ",
|
||||
"YXYXYX$ ; UXUXUXUXUXUXUXUXUXUXDXM M.wX4X3X4Xw.3.UXUXCX0.l.j.6.o ",
|
||||
"YXYXYX# ; UXUXUXUXUXUXUXUXKX(.s Y.V.p.wX1Xm.1Xf.G LXCXq.j.j.7.o ",
|
||||
"YXYXYX# ; UXUXUXUXUXKX/.j M p i W.R.> b wX<Xm.n.,XK $Xq.j.j.7.o ",
|
||||
"YXYXYX# ; UXUXUXUXVXP ;XZXZXc A.IXUXUXzXa M.qXn.n.m.7.q.l.j.8.o ",
|
||||
"YXYXYX# ; UXUXUX&XL n.,Xs.7Xd kXUXUXUXUXIX[ a.qXn.b.n.2Xl.j.8.O ",
|
||||
"YXYXYX# ; UXIXOX6.m.c.X.I ! Z.PXIXUXUXIXUXIX> ,.wXn.b.b.l.j.7.O ",
|
||||
"YXYXYX# ; UX|.9.1Xb.o. .R j jXIXIXIXUXIXIXIXGX1 b N.N.v.l.j.8.o ",
|
||||
"YXYXYX# ; / t.4Xl.&...O.l sXIXIXIXIXIXIXIXIXIXw FX| x.N.l.j.8.O ",
|
||||
"YXYXYX% E u.4Xh.&.o.+.m jXPXPXIXPXIXPXPXIXPXPXR.bXPXH.1.qXv.e.O ",
|
||||
"YXYX` W u.4Xg.&.%.T N kXPXPXPXPXPXPXPXPXIXHXIXW.~.IXIXV.u wXy.O ",
|
||||
"YX` S i.6X>.&.&.H { cXPXPXPXHXPXPXPXPXPXHXIXHXP.mXPXIXG.& @ J . ",
|
||||
"_ U i.5X:.&.*.D S.5 FXHXHXHXHXPXPXPXDXDXHXHXHX9 GXDXIXG.- ",
|
||||
"Q >.m.=.%.*.Y D.nXU.!.HXHXHX*X] ] ' ' ' ' ' } 4 HXHXHXG.- YXYXYX",
|
||||
"_ #.-.*.*.F G.AXDXnX8 mXGXHX#XNXDXDXDXDXDXFX7 XXHXHXIXG.- YXYXYX",
|
||||
"YXQ $.;.S oXSXDXDXDXxX7 nXFX@XMXDXDXDXDXDX0 T.+XDXDXHXG.- YXYXYX",
|
||||
"YXYX) k * IXDXDXDXDXDX^.3 !.@XMXDXDXDX^.6 W.BX+XDXSXHXG.- YXYXYX",
|
||||
"YXYXYX# ; IXSXSXnXSXSXDXnXK.2 3 L.q , 0 vXSXBX{.DXSXHXG.- YXYXYX",
|
||||
"YXYXYX# ; IXSXSXSXSXSXSXSXSX XdXQ.SXSXSXSXSXhX}.SXSXHXG.* YXYXYX",
|
||||
"YXYXYX# ; IXSXSXcXSXSXcXSXcX X-XSXcXcXSXcXSXhX).SXcXHXG.- YXYXYX",
|
||||
"YXYXYX# ; IXcXcXcXcXcXcXcXcX'.-XcXcXcXSXcXcXhX).cXcXHXG.- YXYXYX",
|
||||
"YXYXYX# ; IXcXcXcXcXcXcXcXcX`._..X.X.X.X.X.X'.S.cXcXDXG.- YXYXYX",
|
||||
"YXYXYX# ; IXcXcXcXcXcXcXcXcXgXoXoXoXoXoXoXoXoXgXcXcXSXG.- YXYXYX",
|
||||
"YXYXYX# ; IXHXHXDXPXHXHXDXHXHXHXDXPXHXDXDXHXHXHXHXDXPXG.- YXYXYX",
|
||||
"YXYXYX# - V.V.V.V.V.V.V.B.B.B.V.B.B.B.B.B.B.B.B.B.B.B.; - YXYXYX",
|
||||
"YXYXYX# # # # $ $ $ $ $ $ & & & & & & * & & * * * * - - - YXYXYX"
|
||||
};
|
@ -0,0 +1,197 @@
|
||||
/* XPM */
|
||||
static char *kiten[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 159 2",
|
||||
" c black",
|
||||
". c #040404",
|
||||
"X c gray3",
|
||||
"o c #0C0C0C",
|
||||
"O c #0E0E0E",
|
||||
"+ c #161616",
|
||||
"@ c gray12",
|
||||
"# c gray15",
|
||||
"$ c gray19",
|
||||
"% c #323232",
|
||||
"& c #373737",
|
||||
"* c #393939",
|
||||
"= c gray23",
|
||||
"- c #3F3F3F",
|
||||
"; c gray26",
|
||||
": c #464646",
|
||||
"> c #494949",
|
||||
", c #4B4B4C",
|
||||
"< c #525253",
|
||||
"1 c #535354",
|
||||
"2 c #5D5D5D",
|
||||
"3 c #5D5D5E",
|
||||
"4 c gray37",
|
||||
"5 c #5F5F61",
|
||||
"6 c #606060",
|
||||
"7 c gray38",
|
||||
"8 c #606062",
|
||||
"9 c gray39",
|
||||
"0 c #626264",
|
||||
"q c #646464",
|
||||
"w c #656566",
|
||||
"e c #676769",
|
||||
"r c #686869",
|
||||
"t c #6A6A6C",
|
||||
"y c #6A6A6D",
|
||||
"u c #6D6D72",
|
||||
"i c #6E6E72",
|
||||
"p c #6F6F72",
|
||||
"a c #727276",
|
||||
"s c #747477",
|
||||
"d c #747479",
|
||||
"f c #7A7A7D",
|
||||
"g c #7A7A7F",
|
||||
"h c #7B7B81",
|
||||
"j c #D40000",
|
||||
"k c #D40202",
|
||||
"l c #DD0000",
|
||||
"z c #DE0000",
|
||||
"x c #DE0202",
|
||||
"c c #D83133",
|
||||
"v c #E70000",
|
||||
"b c #E70303",
|
||||
"n c #E70606",
|
||||
"m c #E71213",
|
||||
"M c #F00000",
|
||||
"N c #F10000",
|
||||
"B c #F00505",
|
||||
"V c #F10405",
|
||||
"C c #F00707",
|
||||
"Z c #FA0000",
|
||||
"A c #E72526",
|
||||
"S c #E03739",
|
||||
"D c #F63D3F",
|
||||
"F c #E25658",
|
||||
"G c #EE5B5D",
|
||||
"H c #F5484A",
|
||||
"J c #ED7376",
|
||||
"K c #F27E81",
|
||||
"L c #828287",
|
||||
"P c #86868A",
|
||||
"I c #88888E",
|
||||
"U c #8A8A90",
|
||||
"Y c #909095",
|
||||
"T c #939398",
|
||||
"R c #9797A0",
|
||||
"E c #9A9AA0",
|
||||
"W c #9D9DA4",
|
||||
"Q c #A1A1A6",
|
||||
"! c #A4A4AA",
|
||||
"~ c #A9A9B2",
|
||||
"^ c #AAAAB1",
|
||||
"/ c #ADADB6",
|
||||
"( c #AEAEB4",
|
||||
") c #B2B2B7",
|
||||
"_ c #B5B5BD",
|
||||
"` c #B6B6BC",
|
||||
"' c #B8B8C0",
|
||||
"] c #B8B8C1",
|
||||
"[ c #B9B9C1",
|
||||
"{ c #BBBBC4",
|
||||
"} c #EF898D",
|
||||
"| c #E59599",
|
||||
" . c #EE979C",
|
||||
".. c #E29DA1",
|
||||
"X. c #F09DA1",
|
||||
"o. c #E3AAAE",
|
||||
"O. c #EBA6AA",
|
||||
"+. c #EAB7BD",
|
||||
"@. c #EBBABF",
|
||||
"#. c #F0A4A8",
|
||||
"$. c #C0C0CB",
|
||||
"%. c #C3C3CE",
|
||||
"&. c #C4C4CE",
|
||||
"*. c #C7C7CE",
|
||||
"=. c #C1C1D0",
|
||||
"-. c #C2C2D0",
|
||||
";. c #C7C7D2",
|
||||
":. c #C7C7D3",
|
||||
">. c #C9C9D3",
|
||||
",. c #CCCCD6",
|
||||
"<. c #CECEDB",
|
||||
"1. c #CFCFDB",
|
||||
"2. c #D0D0D6",
|
||||
"3. c #D0D0D9",
|
||||
"4. c #D2D2DE",
|
||||
"5. c #D3D3DE",
|
||||
"6. c #D3D3DF",
|
||||
"7. c #D7D7E1",
|
||||
"8. c #D8D8E0",
|
||||
"9. c #D8D8E3",
|
||||
"0. c #DADAE0",
|
||||
"q. c #DADAE3",
|
||||
"w. c #DCDCE5",
|
||||
"e. c #DDDDE4",
|
||||
"r. c #DEDEE7",
|
||||
"t. c #DFDFE7",
|
||||
"y. c #E9C6CC",
|
||||
"u. c #EBC9CF",
|
||||
"i. c #E9CDD2",
|
||||
"p. c #E7D1D7",
|
||||
"a. c #ECD6DC",
|
||||
"s. c #EAD9DF",
|
||||
"d. c #ECD9DE",
|
||||
"f. c #E9DFE5",
|
||||
"g. c #E1E1E9",
|
||||
"h. c #E3E3EA",
|
||||
"j. c #E5E3EA",
|
||||
"k. c #E5E5EC",
|
||||
"l. c #E7E7ED",
|
||||
"z. c #E9E0E5",
|
||||
"x. c #E9E4EA",
|
||||
"c. c #E9E5EB",
|
||||
"v. c #E8E8EE",
|
||||
"b. c #E8E8EF",
|
||||
"n. c #E9E8EE",
|
||||
"m. c #E9E9EF",
|
||||
"M. c #EAEAF0",
|
||||
"N. c #EBEBF1",
|
||||
"B. c #EFEFF3",
|
||||
"V. c #F0F0F4",
|
||||
"C. c #F1F1F4",
|
||||
"Z. c #F2F2F6",
|
||||
"A. c #F4F4F7",
|
||||
"S. c #F6F6F8",
|
||||
"D. c #F7F7F9",
|
||||
"F. c #F8F8FA",
|
||||
"G. c #FCFCFD",
|
||||
"H. c #FDFDFD",
|
||||
"J. c None",
|
||||
/* pixels */
|
||||
"J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.",
|
||||
"J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.",
|
||||
"J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.",
|
||||
"J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.q 0 7 J.J.J.J.J.J.",
|
||||
"J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.7 2 0 a U ! ` ) P d 2 7 J.J.",
|
||||
"J.7 J.J.J.J.J.J.J.J.J.J.J.J.J.5 2 d / >.w.V.S.D.H.H.S.M.<.5 J.J.",
|
||||
"J.q f 2 7 J.J.J.J.J.J.7 2 y U { w.l.M.M.N.V.S.D.H.H.S.Z.k.7 J.",
|
||||
"J.r V.0.~ h e p h L T ` 3.t.M.M.l.M.M.l.N.V.S.S.H.H.S.Z.k.7 J.",
|
||||
"J.r A.S.M.w.<.<.7.w.k.M.M.M.l.l.M.M.M.M.M.C.A.F.H.D.D.Z.k.5 J.",
|
||||
"J.r A.S.N.w.7.5.7.w.k.M.l.M.M.M.M.M.k.M.N.C.A.F.H.H.D.Z.k.0 J.",
|
||||
"J.r A.S.M.w.5.5.9.k.k.k.M.M.M.p.o.| c.M.N.C.A.F.H.H.S.Z.k.5 J.",
|
||||
"J.r A.S.M.w.5.5.9.w.k.M.M.i.F j j l b O.M.C.A.F.H.H.D.Z.k.0 J.",
|
||||
"J.r A.S.M.r.5.5.9.w.k.M.@.m z j j l v C a.C.A.F.H.H.D.Z.k.0 J.",
|
||||
"J.r A.S.M.r.5.5.w.w.k.i.V v z j j l v M X.C.A.F.H.H.D.Z.k.5 J.",
|
||||
"J.r A.S.M.r.5.5.9.t.k.H N v z j j l v M K C.D.D.H.H.D.Z.k.5 J.",
|
||||
"J.r A.S.M.r.5.5.9.w.y.Z N v z j j l v M O.V.S.D.H.D.S.Z.k.7 J.",
|
||||
"J.e Z.D.N.w.<.7.w.t. .Z M v z j j l v C s.V.A.F.H.H.D.Z.k.8 J.",
|
||||
"J.y Z.D.M.w.7.<.7.w.} Z N v z j j l v J N.V.A.F.H.H.D.Z.k.7 J.",
|
||||
"J.r A.D.M.w.1.7.w.w.+.Z N v z j j x A f.N.V.A.F.H.G.S.Z.k.5 J.",
|
||||
"J.r Z.D.N.w.7.<.w.w.h.D N v z j j c z.b.M.V.A.F.H.H.S.Z.k.7 J.",
|
||||
"J.r S.S.N.w.7.7.9.t.k.f.G n z c ..N.l.M.N.V.A.F.H.H.F.Z.k.5 J.",
|
||||
"J.r Z.S.N.w.7.<.9.w.j.n.M.x.M.M.N.l.M.M.N.V.A.F.H.H.S.Z.k.0 J.",
|
||||
"J.r S.S.M.w.5.5.w.t.k.M.M.l.M.M.l.N.l.l.N.B.S.D.H.H.S.Z.k.5 J.",
|
||||
"J.r Z.S.M.w.5.5.9.w.j.M.M.l.M.M.N.l.N.j.0.:.] / Q ~ *.r.t.0 J.",
|
||||
"J.r S.S.M.w.7.5.0.w.k.M.M.M.M.k.w.%.R p , * # @ + o & > y 1 J.",
|
||||
"J.0 2.V.M.w.5.5.7.r.k.M.k.7.[ U 1 = O J.J.J.J.J.J. J.",
|
||||
"J.7 ; p W { { :.:.:.[ E q > $ . J.J.J.J.J.J.J.J.J.J.J.J.J. J.",
|
||||
"J.J. O - ; : > - $ X J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.",
|
||||
"J.J.J.J.J.J. J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.",
|
||||
"J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.",
|
||||
"J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.",
|
||||
"J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J.J."
|
||||
};
|
@ -0,0 +1,117 @@
|
||||
/* XPM */
|
||||
static char *klatin[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 79 1",
|
||||
" c black",
|
||||
". c #010101",
|
||||
"X c #020202",
|
||||
"o c gray1",
|
||||
"O c #040404",
|
||||
"+ c #060606",
|
||||
"@ c gray3",
|
||||
"# c gray4",
|
||||
"$ c #0B0B0B",
|
||||
"% c #0C0C0C",
|
||||
"& c gray5",
|
||||
"* c #0E0E0E",
|
||||
"= c gray9",
|
||||
"- c #191919",
|
||||
"; c gray10",
|
||||
": c gray11",
|
||||
"> c #1E1E1E",
|
||||
", c gray12",
|
||||
"< c gray13",
|
||||
"1 c #222222",
|
||||
"2 c gray14",
|
||||
"3 c #282828",
|
||||
"4 c #2A2A2A",
|
||||
"5 c #2D2D2D",
|
||||
"6 c gray18",
|
||||
"7 c #2F2F2F",
|
||||
"8 c #343434",
|
||||
"9 c #373737",
|
||||
"0 c #393939",
|
||||
"q c #3F3F3F",
|
||||
"w c #444444",
|
||||
"e c #464646",
|
||||
"r c #494949",
|
||||
"t c #4B4B4B",
|
||||
"y c #4C4C4C",
|
||||
"u c #4E4E4E",
|
||||
"i c #515151",
|
||||
"p c #606060",
|
||||
"a c #676767",
|
||||
"s c #6C6C6C",
|
||||
"d c #6D6D6D",
|
||||
"f c #727272",
|
||||
"g c #767676",
|
||||
"h c #777777",
|
||||
"j c #7C7C7C",
|
||||
"k c gray50",
|
||||
"l c #808080",
|
||||
"z c #818181",
|
||||
"x c #838383",
|
||||
"c c #898989",
|
||||
"v c gray55",
|
||||
"b c gray56",
|
||||
"n c #909090",
|
||||
"m c gray58",
|
||||
"M c gray62",
|
||||
"N c #AEAEAE",
|
||||
"B c gray75",
|
||||
"V c #C0C0C0",
|
||||
"C c #C1C1C1",
|
||||
"Z c gray76",
|
||||
"A c gray79",
|
||||
"S c gray82",
|
||||
"D c LightGray",
|
||||
"F c #D7D7D7",
|
||||
"G c gray86",
|
||||
"H c #DDDDDD",
|
||||
"J c #DFDFDF",
|
||||
"K c gray89",
|
||||
"L c #E7E7E7",
|
||||
"P c gray91",
|
||||
"I c #E9E9E9",
|
||||
"U c gray92",
|
||||
"Y c gray94",
|
||||
"T c #FBFBFB",
|
||||
"R c gray99",
|
||||
"E c #FDFDFD",
|
||||
"W c #FEFEFE",
|
||||
"Q c gray100",
|
||||
"! c None",
|
||||
/* pixels */
|
||||
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
|
||||
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
|
||||
"!!!!!!!!!!!!!!!QQ!!!!!!!!!!!!!!!",
|
||||
"!!!!!!!!!!!!QQQQQQQQQ!!!!!!!!!!!",
|
||||
"!!!!!!!!QQQQQUMtqbJQQQQQ!!!!!!!!",
|
||||
"!!!!!QQQQQJbw 5lSQQQQQ!!!!!",
|
||||
"!!QQQQQSl5 =8wt8,O 2hAQQQQQ!!",
|
||||
"!QQQZf< O,8tttttttt0,# ;aBQQQ!",
|
||||
"QQh* *,<,,,,,,,,,,,,* =hQQ",
|
||||
"QU; OO ;UQ",
|
||||
"!QS ikhhhhhhhhhhhhhhhhhhhhhi SQ!",
|
||||
"!QF akkkkkkkkkkkkkkkkkkkkkka FQ!",
|
||||
"!QF alkkkkkkkkkkklkkkkkkkkka FQ!",
|
||||
"!QK #************#********##OKQ!",
|
||||
"!QQZ54tbbt44bba45abb44tbbt45ZQQ!",
|
||||
"!!QQitlQQcttQQZttZQQttcQQltiQQ!!",
|
||||
"!!QQitlQQcttQQZttZQQttbQQltiQQ!!",
|
||||
"!!QQitxQQbttQQZttZQQttcQQxtiQQ!!",
|
||||
"!!QQitxQQcttQQZttZQQttcQQxtiQQ!!",
|
||||
"!!QQitlQQcttQQZttZQQttcQQltiQQ!!",
|
||||
"!!QQitxQQcttQQZttZQQttcQQxtiQQ!!",
|
||||
"!!QQitxQQcttQQZttZQQttcQQxtiQQ!!",
|
||||
"!!QQitxQQcttQQZttZQQttbQQltiQQ!!",
|
||||
"!QQTtwhKIkwwKINwwNKIwwkKIhwwQQ!!",
|
||||
"!QQ8 0QQ!",
|
||||
"QQm 800000000000000000000008OmQQ",
|
||||
"QI**444244244424424442444424**IQ",
|
||||
"QF5<<2<<<2<<<<<<<<<2<<<<<<<<<5FQ",
|
||||
"QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ",
|
||||
"!!QQQQQQQQQQQQQQQQQQQQQQQQQQQQ!!",
|
||||
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
|
||||
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
};
|
@ -0,0 +1,251 @@
|
||||
/* XPM */
|
||||
static char *klettres[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 213 2",
|
||||
" c black",
|
||||
". c #000002",
|
||||
"X c #000006",
|
||||
"o c #000007",
|
||||
"O c #040404",
|
||||
"+ c gray2",
|
||||
"@ c #00000C",
|
||||
"# c #00000D",
|
||||
"$ c #0D0000",
|
||||
"% c #0F0000",
|
||||
"& c #0E0202",
|
||||
"* c gray4",
|
||||
"= c gray5",
|
||||
"- c #000010",
|
||||
"; c #000011",
|
||||
": c #000012",
|
||||
"> c #000013",
|
||||
", c #030313",
|
||||
"< c #000014",
|
||||
"1 c #000017",
|
||||
"2 c #020215",
|
||||
"3 c #050517",
|
||||
"4 c #00001A",
|
||||
"5 c #02021B",
|
||||
"6 c #080816",
|
||||
"7 c #080817",
|
||||
"8 c #0A0A16",
|
||||
"9 c #100000",
|
||||
"0 c #110000",
|
||||
"q c #120000",
|
||||
"w c #130000",
|
||||
"e c #130101",
|
||||
"r c #120505",
|
||||
"t c #140000",
|
||||
"y c #150000",
|
||||
"u c #160000",
|
||||
"i c #170000",
|
||||
"p c #180000",
|
||||
"a c #190000",
|
||||
"s c #1A0000",
|
||||
"d c #1B0000",
|
||||
"f c #101010",
|
||||
"g c #111111",
|
||||
"h c gray7",
|
||||
"j c #131313",
|
||||
"k c #151515",
|
||||
"l c #161616",
|
||||
"z c #17171D",
|
||||
"x c #191919",
|
||||
"c c #1B191A",
|
||||
"v c #18181E",
|
||||
"b c gray11",
|
||||
"n c #1E1D1E",
|
||||
"m c #1E1E1E",
|
||||
"M c gray12",
|
||||
"N c #000021",
|
||||
"B c #000022",
|
||||
"V c #000023",
|
||||
"C c #000030",
|
||||
"Z c #00003A",
|
||||
"A c #0E0E39",
|
||||
"S c #121221",
|
||||
"D c #121222",
|
||||
"F c #131327",
|
||||
"G c #200000",
|
||||
"H c #240000",
|
||||
"J c #2A0000",
|
||||
"K c #23121D",
|
||||
"L c #281414",
|
||||
"P c #281616",
|
||||
"I c #291717",
|
||||
"U c #2D1212",
|
||||
"Y c #2F1212",
|
||||
"T c #232323",
|
||||
"R c #222224",
|
||||
"E c gray18",
|
||||
"W c #242431",
|
||||
"Q c #292938",
|
||||
"! c gray21",
|
||||
"~ c #373738",
|
||||
"^ c #010149",
|
||||
"/ c #000051",
|
||||
"( c #010153",
|
||||
") c #000063",
|
||||
"_ c #00006E",
|
||||
"` c #000070",
|
||||
"' c #020276",
|
||||
"] c #00007B",
|
||||
"[ c #3D3D4D",
|
||||
"{ c #410000",
|
||||
"} c #4C0101",
|
||||
"| c #471414",
|
||||
" . c #520606",
|
||||
".. c #560000",
|
||||
"X. c #5B0000",
|
||||
"o. c #5C0000",
|
||||
"O. c #4B1D2F",
|
||||
"+. c #472318",
|
||||
"@. c #492118",
|
||||
"#. c #453737",
|
||||
"$. c #493A3A",
|
||||
"%. c #4A3B3B",
|
||||
"&. c #610000",
|
||||
"*. c #640303",
|
||||
"=. c #650404",
|
||||
"-. c #6A0000",
|
||||
";. c #6C0101",
|
||||
":. c #6E0202",
|
||||
">. c #750000",
|
||||
",. c #780000",
|
||||
"<. c #732D32",
|
||||
"1. c #58224F",
|
||||
"2. c #662840",
|
||||
"3. c #4E4E5B",
|
||||
"4. c #5D5D5D",
|
||||
"5. c #5F5F5F",
|
||||
"6. c gray38",
|
||||
"7. c gray39",
|
||||
"8. c #646464",
|
||||
"9. c #656565",
|
||||
"0. c gray40",
|
||||
"q. c #6F6F6F",
|
||||
"w. c #7F7878",
|
||||
"e. c #7E7E7E",
|
||||
"r. c #000081",
|
||||
"t. c #000084",
|
||||
"y. c #000085",
|
||||
"u. c #000086",
|
||||
"i. c #000087",
|
||||
"p. c #00008D",
|
||||
"a. c #000097",
|
||||
"s. c #000098",
|
||||
"d. c #000099",
|
||||
"f. c #00009A",
|
||||
"g. c #1C0B8F",
|
||||
"h. c #1F0C8B",
|
||||
"j. c #12079A",
|
||||
"k. c #0000A1",
|
||||
"l. c #0000A3",
|
||||
"z. c #0000A5",
|
||||
"x. c #0000A9",
|
||||
"c. c #0000AA",
|
||||
"v. c #0000AB",
|
||||
"b. c #0301AA",
|
||||
"n. c #0000AC",
|
||||
"m. c #0000AD",
|
||||
"M. c #0904A3",
|
||||
"N. c #291081",
|
||||
"B. c #820000",
|
||||
"V. c #8C0000",
|
||||
"C. c #970000",
|
||||
"Z. c #9B0000",
|
||||
"A. c #8A360F",
|
||||
"S. c #84331B",
|
||||
"D. c #8A361A",
|
||||
"F. c #9B3C07",
|
||||
"G. c #9F3E03",
|
||||
"H. c #9E3E04",
|
||||
"J. c #993B0A",
|
||||
"K. c #AB0000",
|
||||
"L. c #AC0000",
|
||||
"P. c #AE0000",
|
||||
"I. c #AF0000",
|
||||
"U. c #B10000",
|
||||
"Y. c #A13F01",
|
||||
"T. c #A03E03",
|
||||
"R. c #A23F00",
|
||||
"E. c #97420C",
|
||||
"W. c #A24206",
|
||||
"Q. c #A6480C",
|
||||
"!. c #A7490D",
|
||||
"~. c #B2612D",
|
||||
"^. c #847D7D",
|
||||
"/. c #BB7345",
|
||||
"(. c #C48760",
|
||||
"). c #C88D68",
|
||||
"_. c #C88E68",
|
||||
"`. c #D09D7D",
|
||||
"'. c #8A8282",
|
||||
"]. c #8F8B8B",
|
||||
"[. c gray59",
|
||||
"{. c #979797",
|
||||
"}. c gray62",
|
||||
"|. c #A5A5A5",
|
||||
" X c gray65",
|
||||
".X c #AEACAC",
|
||||
"XX c #D9B197",
|
||||
"oX c #E4C8B6",
|
||||
"OX c #E7CDBD",
|
||||
"+X c #E7CEBD",
|
||||
"@X c #C1C1C1",
|
||||
"#X c #C3C3C3",
|
||||
"$X c gray79",
|
||||
"%X c #D2D2D2",
|
||||
"&X c gray86",
|
||||
"*X c gainsboro",
|
||||
"=X c gray87",
|
||||
"-X c #EAD3C5",
|
||||
";X c #ECD9CC",
|
||||
":X c #EEDDD1",
|
||||
">X c #F2E4DC",
|
||||
",X c gray90",
|
||||
"<X c #E9E9E9",
|
||||
"1X c gray94",
|
||||
"2X c #F4F4F4",
|
||||
"3X c #F6F6F6",
|
||||
"4X c #F9F5F3",
|
||||
"5X c #FBF7F4",
|
||||
"6X c gray98",
|
||||
"7X c gray99",
|
||||
"8X c #FEFEFE",
|
||||
"9X c gray100",
|
||||
"0X c None",
|
||||
/* pixels */
|
||||
"0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X & 0X0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X = m h & } X.-.>...J & 0 0X0X0X",
|
||||
"0X0X0X0X0Xh m m m 0X0X0X+ c 5. X&X8X#.V.U.U.U.U.U.U.B.s t 0X",
|
||||
"0X0X0X0X0Xm X%Xq. * j 4.=X8X8X8X8X=XU U.U.U.U.U.U.U.U.&.0 ",
|
||||
"0X0X0X0X h 3.[ D ; 4 D [.8X8X8X8X8X8X8Xw.=.U.U.U.U.U.U.U.U.X.0 ",
|
||||
"0X < ; ^ r.f.m.m.m.l.v ,X8X8X8X8X8X8X3XI K.U.U.U.U.U.U.U.K.0 ",
|
||||
"o # / p.m.m.m.m.m.m.m.m.' ~ 8X8X_.+X8X8X8X'.*.U.U.U.U.U.U.U.U.0 ",
|
||||
" ; u.m.m.m.m.m.m.m.m.m.b.K {.;XY.!.5X8X8X3XI K.U.U.U.U.U.U.U.t ",
|
||||
"0X ; f.m.m.m.m.m.m.m.h.F.S.m (.Y.).8X8X8X8X^.:.U.U.U.U.U.U.U.t ",
|
||||
"0X0X N v.m.m.m.m.m.m.M.F.W.| W.R.:X8X8X8X8X<XU U.U.U.U.U.U.U.s ",
|
||||
"0X0X0X# _ m.m.m.m.m.m.m.1.W.G.Y.~.8X8X8X8X8X8X%.Z.U.U.U.U.U.U.d ",
|
||||
"0X0X0X N m.m.m.m.m.m.m.j.G.Y.Y.R.!./.`.oX5X8X.X .U.U.U.U.U.U.G ",
|
||||
"0X0X0X0X< f.m.m.m.m.m.m.v.<.F.A.E.R.W.Y.Y.+X8X8XI U.U.U.U.U.U.s ",
|
||||
"0X0X0X0Xo / m.m.m.m.m.m.m.g.G.D.c 4X-XXX_.>X8X8X%.Z.U.U.U.U.U.t ",
|
||||
"0X0X0X0X 5 m.m.m.m.m.m.m.m.<.Y.@.@X8X8X8X8X8X8X].:.U.U.U.U.U.t ",
|
||||
"0X0X0X0X0X; m.m.m.m.m.m.m.m.N.Y.O.8.8X8X8X8X8X8X%X| U.U.U.U.U.t ",
|
||||
"0X0X0X0X0X, v.v.m.m.m.m.m.m.m.M.k.R 8X8X8X8X@Xe.! r t H { >.K.t ",
|
||||
"0X0X0X0X0X3 a.m.m.m.m.m.m.m.m.m.m.v 1X6X}.l T 0X0X 0 0 0 ",
|
||||
"0X0X0X0X0X7 u.m.m.m.m.m.m.m.m.m.m.A [.E h 0X0X0X0X0X0X0X0X ",
|
||||
"0X0X0X0X0X7 u.m.m.m.m.m.m.m.m.m.] N h + 0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0X7 u.m.m.m.m.m.l.` C ; ; 0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0X7 u.l.u.) Z 4 < o 0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0X7 F Q W 0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0Xm $X8X0. 0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0Xm $X8X0. 0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0Xm $X8X0. 0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0Xm $X8X5. 0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0Xl m m h 0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X0X"
|
||||
};
|
@ -0,0 +1,267 @@
|
||||
/* XPM */
|
||||
static char *kmplot[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 229 2",
|
||||
" c gray16",
|
||||
". c gray20",
|
||||
"X c #444445",
|
||||
"o c #464646",
|
||||
"O c #484848",
|
||||
"+ c gray29",
|
||||
"@ c #4B4B4B",
|
||||
"# c gray30",
|
||||
"$ c #4E4E4E",
|
||||
"% c gray31",
|
||||
"& c #4F4F50",
|
||||
"* c #505050",
|
||||
"= c #515151",
|
||||
"- c gray32",
|
||||
"; c #535353",
|
||||
": c gray33",
|
||||
"> c #555555",
|
||||
", c #565656",
|
||||
"< c gray34",
|
||||
"1 c #585858",
|
||||
"2 c gray35",
|
||||
"3 c #5A5A5A",
|
||||
"4 c gray36",
|
||||
"5 c #5D5D5D",
|
||||
"6 c gray37",
|
||||
"7 c #5F5F5F",
|
||||
"8 c #5F5F63",
|
||||
"9 c #626266",
|
||||
"0 c gray40",
|
||||
"q c #6E6E71",
|
||||
"w c #6E6E72",
|
||||
"e c gray47",
|
||||
"r c #7E7E7E",
|
||||
"t c #7C7B80",
|
||||
"y c #7C7C81",
|
||||
"u c #BB3F42",
|
||||
"i c #9E5257",
|
||||
"p c #847478",
|
||||
"a c #A96A6D",
|
||||
"s c #CA1B1C",
|
||||
"d c #F03E42",
|
||||
"f c #F03F43",
|
||||
"g c #F53E40",
|
||||
"h c #CB4849",
|
||||
"j c #DD7077",
|
||||
"k c #EF494D",
|
||||
"l c #EF4C50",
|
||||
"z c #EF585C",
|
||||
"x c #F24144",
|
||||
"c c #F44548",
|
||||
"v c #F1484B",
|
||||
"b c #F84D4F",
|
||||
"n c #F94D4F",
|
||||
"m c #F14F53",
|
||||
"M c #F75456",
|
||||
"N c #F1575B",
|
||||
"B c #F45759",
|
||||
"V c #F1585C",
|
||||
"C c #EA6167",
|
||||
"Z c #EA6569",
|
||||
"A c #E8666C",
|
||||
"S c #E77177",
|
||||
"D c #E4787F",
|
||||
"F c #EC7176",
|
||||
"G c #EE7A7E",
|
||||
"H c #F27275",
|
||||
"J c #897F85",
|
||||
"K c #E47C84",
|
||||
"L c #E97D82",
|
||||
"P c #838383",
|
||||
"I c #848484",
|
||||
"U c #868686",
|
||||
"Y c #848488",
|
||||
"T c #86868C",
|
||||
"R c #86868D",
|
||||
"E c #87878E",
|
||||
"W c #888888",
|
||||
"Q c #898989",
|
||||
"! c #8B8B8B",
|
||||
"~ c #88888E",
|
||||
"^ c #89898F",
|
||||
"/ c #8D8D8D",
|
||||
"( c #8E8E8E",
|
||||
") c gray56",
|
||||
"_ c #8A8A90",
|
||||
"` c #8B8B90",
|
||||
"' c #8C8C91",
|
||||
"] c #8D8D91",
|
||||
"[ c #8D8D92",
|
||||
"{ c #8E8E92",
|
||||
"} c #909090",
|
||||
"| c gray57",
|
||||
" . c #909093",
|
||||
".. c #929292",
|
||||
"X. c #939393",
|
||||
"o. c #919194",
|
||||
"O. c #939396",
|
||||
"+. c gray58",
|
||||
"@. c #959595",
|
||||
"#. c #949497",
|
||||
"$. c gray59",
|
||||
"%. c #979797",
|
||||
"&. c gray60",
|
||||
"*. c #99999B",
|
||||
"=. c #9A9A9A",
|
||||
"-. c #9B9B9B",
|
||||
";. c #9B9B9C",
|
||||
":. c gray61",
|
||||
">. c #A68384",
|
||||
",. c #A9A9AD",
|
||||
"<. c #AEAEB8",
|
||||
"1. c #AFAFB9",
|
||||
"2. c #B1B1BB",
|
||||
"3. c gray73",
|
||||
"4. c #BABAC0",
|
||||
"5. c #DF858D",
|
||||
"6. c #DF8A92",
|
||||
"7. c #DDA1AA",
|
||||
"8. c #DBA8AF",
|
||||
"9. c #DDB1BA",
|
||||
"0. c #E0848C",
|
||||
"q. c #E68C92",
|
||||
"w. c #E59198",
|
||||
"e. c #E79399",
|
||||
"r. c #EF9195",
|
||||
"t. c #F28487",
|
||||
"y. c #F39093",
|
||||
"u. c #F49A9D",
|
||||
"i. c #E199A1",
|
||||
"p. c #E6AEB5",
|
||||
"a. c #E2B1B8",
|
||||
"s. c #D7BEC9",
|
||||
"d. c #C4C4CF",
|
||||
"f. c #CECECE",
|
||||
"g. c gray81",
|
||||
"h. c #C5C5D1",
|
||||
"j. c #C6C6D2",
|
||||
"k. c #C8C8D4",
|
||||
"l. c #CACAD4",
|
||||
"z. c #CBCBD5",
|
||||
"x. c #CCCCD5",
|
||||
"c. c #CECED7",
|
||||
"v. c #CECBD8",
|
||||
"b. c #CECEDB",
|
||||
"n. c #D0CCD8",
|
||||
"m. c #DFCFD7",
|
||||
"M. c #D0D0D0",
|
||||
"N. c gray82",
|
||||
"B. c #D2D2D2",
|
||||
"V. c LightGray",
|
||||
"C. c #D3D3D4",
|
||||
"Z. c gray83",
|
||||
"A. c #D5D5D5",
|
||||
"S. c gray84",
|
||||
"D. c #D7D7D7",
|
||||
"F. c #D0D0D8",
|
||||
"G. c #D1D1D9",
|
||||
"H. c #D2D2DA",
|
||||
"J. c #D0D0DC",
|
||||
"K. c #D1D0DC",
|
||||
"L. c #D1D1DD",
|
||||
"P. c #D3D3DF",
|
||||
"I. c #D4D4DC",
|
||||
"U. c #D7D7DE",
|
||||
"Y. c #D8D8DE",
|
||||
"T. c gray87",
|
||||
"R. c #D5D5E0",
|
||||
"E. c #D6D6E1",
|
||||
"W. c #D7D7E1",
|
||||
"Q. c #D9D7E1",
|
||||
"!. c #DBD7E0",
|
||||
"~. c #D9D9E3",
|
||||
"^. c #DBD9E2",
|
||||
"/. c #DADAE0",
|
||||
"(. c #DADAE1",
|
||||
"). c #DBDBE4",
|
||||
"_. c #DDDDE3",
|
||||
"`. c #DCDCE5",
|
||||
"'. c #DDDCE5",
|
||||
"]. c #DDDDE6",
|
||||
"[. c #DEDEE7",
|
||||
"{. c #E3C3CA",
|
||||
"}. c #E6C2C8",
|
||||
"|. c #E0CFD7",
|
||||
" X c #EECDD1",
|
||||
".X c #EBD2D7",
|
||||
"XX c #E0E0E1",
|
||||
"oX c #E1E1E1",
|
||||
"OX c #E1E1E2",
|
||||
"+X c #E2E2E2",
|
||||
"@X c #E0E0E4",
|
||||
"#X c #E0E0E7",
|
||||
"$X c #E3E2E5",
|
||||
"%X c #E5E3E6",
|
||||
"&X c #E0E0E8",
|
||||
"*X c #E2E2EA",
|
||||
"=X c #E3E3EA",
|
||||
"-X c #E4E4EB",
|
||||
";X c #E6E6EC",
|
||||
":X c #E7E7EE",
|
||||
">X c #E9E7ED",
|
||||
",X c #E8E8EB",
|
||||
"<X c #E9E9EF",
|
||||
"1X c #EBEBED",
|
||||
"2X c #ECE8ED",
|
||||
"3X c #EAEAF0",
|
||||
"4X c #EBEBF0",
|
||||
"5X c #ECECF1",
|
||||
"6X c #EDEDF1",
|
||||
"7X c #EDEDF2",
|
||||
"8X c #EEEEF3",
|
||||
"9X c #EFEFF3",
|
||||
"0X c #F0F0F4",
|
||||
"qX c #F1F1F4",
|
||||
"wX c #F1F1F5",
|
||||
"eX c #F2F2F5",
|
||||
"rX c #F2F2F6",
|
||||
"tX c #F3F3F6",
|
||||
"yX c #F4F4F7",
|
||||
"uX c #F5F5F7",
|
||||
"iX c #F5F5F8",
|
||||
"pX c #F7F7F8",
|
||||
"aX c #F7F7F9",
|
||||
"sX c #F8F8FA",
|
||||
"dX c #F9F9FB",
|
||||
"fX c #FBFBFC",
|
||||
"gX c #FCFCFD",
|
||||
"hX c #FDFDFE",
|
||||
"jX c #FEFEFE",
|
||||
/* pixels */
|
||||
"0 P I P P I P P P P P P P P P P P P P P P P P P P P P P P P e o ",
|
||||
"I jXjXsXsXsXiXiXiXtXtX9X9X7X5XU.3X3X3X5X5X9X9X9X9X9XrXrXrXiXf.O ",
|
||||
"I jXaXiXtX7X7X3X;X=X&X[.W.E.P.8 <.b.P.P.R.E.W.).`.[.&X*X;X:Xf.@ ",
|
||||
"Q jXsXiXtX7X7X3X;X=X&X`.).E.<.. 9 P.b.P.R.E.).).`.[.&X*X-X:Xf.@ ",
|
||||
"Q jXaXiXtX7X7X<X;X=X&X[.~.E.h.w 2.b.P.P.I.E.).).`.`.&X=X-X:Xx.# ",
|
||||
"/ jXaXiXtX7X7X<X;X=X&X`.~.E.P.y b.P.J.P.E.E.W.).`.&X&X&X-X:XB.# ",
|
||||
"/ jXaXiXtXtX7X<X;X=X&X`.~.E.P.y b.P.b.P.P.U.).).`.&X&X=X;X:XB.* ",
|
||||
"/ jXiXtXtX7X1X<X;X=X&X`.~.E.P.y b.b.P.P.E.U.).).`.[.&X&X=X:XB.- ",
|
||||
"{ jXaXiXtX7X5X<X;X}.p.m.).E.P.t b.b.P.P.E.W.).).`.[.&X-X;X:XC.; ",
|
||||
"{ jXaXiXtX9X5X>XH M G c w.E.P.t b.P.b.P.E.E.W.).`.[.&X&X-X;XC.> ",
|
||||
"@.jXsXaXtX7X5Xt.r.=X&X`.z i.P.y b.b.b.P.E.E.W.).`.[.&X-X;X;XC.> ",
|
||||
"@.jXaXiXtX9X XM ;X=X&X`.W.v s.y b.P.P.P.E.E.).).`.[.&X&X-X3XC.2 ",
|
||||
"%.jXsXiXtX9Xb .X;X=X&X`.).9.C y b.P.b.I.E.E.).).`.[.&X-X-X:XS.3 ",
|
||||
"%.jXaXiXtXu.y.<X;X=X&X`.).E.k p b.b.P.P.E.U.W.).`.[.&X&X-X;XS.4 ",
|
||||
";.jXaXiXtXb >X<X;X=X&X`.~.E.7.u b.b.b.R.E.E.).).`.[.&X4.&X3XS.6 ",
|
||||
";.C.;.;.>.h #.#.o.o.{ { ^ ^ E s J E E E ~ ^ ^ ^ ' { a % X ,.C.8 ",
|
||||
"-.aX1X,X%X$X_._.~.U.I.J.b.z.k.i j d.d.l.l.v.v.C.b.8.A q I ~.D.6 ",
|
||||
"=.jXaXiXtX9X7X<X:X&X&X[.).E.P.y d v.P.R.P.E.~.(.`.V {.&X;X;XD.4 ",
|
||||
"%.jXaXiXqX9X5X<X;X;X&X[.E.E.P.y 5.5.b.P.E.E.).).a.V &X=X;X<XC.3 ",
|
||||
"@.jXaXuXtX9X5X<X;X&X&X).).E.P.y v.d P.P.E.E.~.~.g m.&X=X;X<XC.2 ",
|
||||
"@.jXaXiXtX7X7X<X;X&X$X`.W.E.P.y b.6.A P.P.~.).F e.[.&X*X&X:XC.1 ",
|
||||
"X.jXaXiXtX9X7X<X;X;X&X`.).E.P.y b.b.D S P.E.q.l `.[.&X*X;X;XC.> ",
|
||||
"{ jXaXiXtX7X5X3X;X=X&X`.W.E.P.y b.b.P.K v x L ).`.[.&X*X;X;XC.> ",
|
||||
"{ jXsXiXtX7X5X3X;X=X&X[.).E.P.y b.P.b.P.U.W.).).`.[.&X&X=X<XV.; ",
|
||||
") jXaXiXtX9X7X<X;X=X&X`.).E.P.y b.b.P.P.E.U.~.).`.[.&X*X;X:XC.& ",
|
||||
"/ jXaXiXtX9X7X<X;X=X&X`.).E.P.y b.b.P.P.E.U.~.).`.[.&X*X;X;XB.& ",
|
||||
"! jXaXiXtX9X5X<X;X=X&X`.).E.P.y b.P.b.P.E.E.~.).`.[.&X*X;X;XB.# ",
|
||||
"Q jXaXiXtX7X5X<X;X;X&X`.U.E.P.y b.b.P.P.E.E.~.).`.[.&X*X*X;XB.# ",
|
||||
"Q jXaXiXtX9X7X<X;X$X&X`.~.E.P.y b.J.P.P.P.~.~.`.`.[.&X=X;X:Xf.@ ",
|
||||
"I jXaXuXqX7X7X<X;X;X&X`.~.E.P.r b.b.J.P.E.U.~.(.`.[.&X&X*X:Xf.@ ",
|
||||
"r +X+X+XOXOXOXoXOXoXOXOXOXOXOXT.OXOXOXoXOXOXOXOXOXOXOXOXOXOX3.O ",
|
||||
"- - % % % % % # % % % % % # % * # % % # % % % % % % % % % % % "
|
||||
};
|
@ -0,0 +1,220 @@
|
||||
/* XPM */
|
||||
static char *kpercentage[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 182 2",
|
||||
" c black",
|
||||
". c #202121",
|
||||
"X c #123766",
|
||||
"o c #11396C",
|
||||
"O c #3D4F66",
|
||||
"+ c #354F71",
|
||||
"@ c #4E4E4E",
|
||||
"# c #777A7D",
|
||||
"$ c #7B7B7B",
|
||||
"% c #0033A5",
|
||||
"& c #003BAB",
|
||||
"* c #0A438E",
|
||||
"= c #094491",
|
||||
"- c #0140AF",
|
||||
"; c #0549A2",
|
||||
": c #0144B2",
|
||||
"> c #014AB6",
|
||||
", c #014CB9",
|
||||
"< c #0946B1",
|
||||
"1 c #0B4AB5",
|
||||
"2 c #094DBA",
|
||||
"3 c #0B51AD",
|
||||
"4 c #0A52B2",
|
||||
"5 c #0A51BE",
|
||||
"6 c #0D59BE",
|
||||
"7 c #1456BE",
|
||||
"8 c #1857BD",
|
||||
"9 c #1B5BBC",
|
||||
"0 c #37639E",
|
||||
"q c #386DB4",
|
||||
"w c #0B54C2",
|
||||
"e c #0E58C4",
|
||||
"r c #1255C2",
|
||||
"t c #135BC5",
|
||||
"y c #125BC9",
|
||||
"u c #1B5BC0",
|
||||
"i c #1460CD",
|
||||
"p c #1C62CC",
|
||||
"a c #1563D1",
|
||||
"s c #1A63D3",
|
||||
"d c #1B68D7",
|
||||
"f c #1E6AD9",
|
||||
"g c #2366CC",
|
||||
"h c #276CD1",
|
||||
"j c #226DDD",
|
||||
"k c #296FD5",
|
||||
"l c #2370DF",
|
||||
"z c #2A70D7",
|
||||
"x c #3272CD",
|
||||
"c c #377AD7",
|
||||
"v c #367CDD",
|
||||
"b c #3B7CD3",
|
||||
"n c #246FE0",
|
||||
"m c #2671E1",
|
||||
"M c #2974E4",
|
||||
"N c #2C76E8",
|
||||
"B c #357CE2",
|
||||
"V c #337CEB",
|
||||
"C c #387EE1",
|
||||
"Z c #426798",
|
||||
"A c #5E718A",
|
||||
"S c #3F81E2",
|
||||
"D c #3B82EE",
|
||||
"F c #3780F3",
|
||||
"G c #3C84F4",
|
||||
"H c #3B84F8",
|
||||
"J c #6A87AF",
|
||||
"K c #728CAE",
|
||||
"L c #4481DB",
|
||||
"P c #5386CF",
|
||||
"I c #538ADC",
|
||||
"U c #5191DF",
|
||||
"Y c #4486E2",
|
||||
"T c #4986E0",
|
||||
"R c #4F8CE7",
|
||||
"E c #4D8CEC",
|
||||
"W c #4188F1",
|
||||
"Q c #4389F9",
|
||||
"! c #4A8DF3",
|
||||
"~ c #4C91FD",
|
||||
"^ c #578FE1",
|
||||
"/ c #5692E3",
|
||||
"( c #5193EA",
|
||||
") c #5493F5",
|
||||
"_ c #5192FA",
|
||||
"` c #5999F3",
|
||||
"' c #5F9BFA",
|
||||
"] c #6696DD",
|
||||
"[ c #6196E4",
|
||||
"{ c #6D9DE6",
|
||||
"} c #659DF6",
|
||||
"| c #629CF9",
|
||||
" . c #689FF3",
|
||||
".. c #7FA3DC",
|
||||
"X. c #6AA6EE",
|
||||
"o. c #6DABEE",
|
||||
"O. c #6BA3F5",
|
||||
"+. c #6DA2F8",
|
||||
"@. c #7FA7E5",
|
||||
"#. c #7BA7EB",
|
||||
"$. c #7AA8EF",
|
||||
"%. c #72A5F5",
|
||||
"&. c #71A4F8",
|
||||
"*. c #76ADF4",
|
||||
"=. c #77A9FA",
|
||||
"-. c #7CABF5",
|
||||
";. c #7AAAF9",
|
||||
":. c #77B1F2",
|
||||
">. c #7AB2F3",
|
||||
",. c #A9A9A9",
|
||||
"<. c #8DABDD",
|
||||
"1. c #93AEDB",
|
||||
"2. c #83ADF2",
|
||||
"3. c #82AFFA",
|
||||
"4. c #8EB2EE",
|
||||
"5. c #8AB2F2",
|
||||
"6. c #8ABAF6",
|
||||
"7. c #93B6ED",
|
||||
"8. c #97B8EB",
|
||||
"9. c #98B7EB",
|
||||
"0. c #9CBAE9",
|
||||
"q. c #91B7F3",
|
||||
"w. c #97BBF5",
|
||||
"e. c #94BBFA",
|
||||
"r. c #9ABCF4",
|
||||
"t. c #99BFFB",
|
||||
"y. c #B4B4C7",
|
||||
"u. c #B6B6C8",
|
||||
"i. c #BBBBCD",
|
||||
"p. c #B5BFD8",
|
||||
"a. c #A4BCE5",
|
||||
"s. c #AABEE0",
|
||||
"d. c #A8BFEB",
|
||||
"f. c #94C1F6",
|
||||
"g. c #9EC2FC",
|
||||
"h. c #BCC5D2",
|
||||
"j. c #BBC2D9",
|
||||
"k. c #AEC1E6",
|
||||
"l. c #ABC4ED",
|
||||
"z. c #A4C2F4",
|
||||
"x. c #A1C4FB",
|
||||
"c. c #A8C4F2",
|
||||
"v. c #ADC9F7",
|
||||
"b. c #B3C3E3",
|
||||
"n. c #B3C5E8",
|
||||
"m. c #B8C7E6",
|
||||
"M. c #BECAE4",
|
||||
"N. c #BDCBEA",
|
||||
"B. c #B0C7F2",
|
||||
"V. c #B3CAF3",
|
||||
"C. c #B3CDF8",
|
||||
"Z. c #BDD2F3",
|
||||
"A. c #BFD6FC",
|
||||
"S. c #C3C3D2",
|
||||
"D. c #C7C8D7",
|
||||
"F. c #C3C8DB",
|
||||
"G. c #C8C8D6",
|
||||
"H. c #CDCDDA",
|
||||
"J. c #D5D5D5",
|
||||
"K. c #D1D1DD",
|
||||
"L. c #C4CCE2",
|
||||
"P. c #C2D0EC",
|
||||
"I. c #CCD1E3",
|
||||
"U. c #CAD4EA",
|
||||
"Y. c #C3D3F3",
|
||||
"T. c #C3D9FC",
|
||||
"R. c #CBDBF7",
|
||||
"E. c #CBDDF9",
|
||||
"W. c #D5D5E0",
|
||||
"Q. c #D1D7E9",
|
||||
"!. c #D7D8E4",
|
||||
"~. c #D4DAEB",
|
||||
"^. c #DADBE4",
|
||||
"/. c #DFDFE8",
|
||||
"(. c #DDE2EF",
|
||||
"). c #D5E2F8",
|
||||
"_. c #DCE5F6",
|
||||
"`. c #E2E3EA",
|
||||
"'. c #E8E8EE",
|
||||
"]. c #E3E6F1",
|
||||
"[. c #FEFEFE",
|
||||
"{. c None",
|
||||
/* pixels */
|
||||
"{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.",
|
||||
"{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.",
|
||||
"{.{.{.{.% % % % % % % % {.{.{.{.{.{.{.% % % % % {.{.{.{.{.{.{.{.",
|
||||
"{.{.{.% % x I o.:./ x & % {.{.{.{.{.% < b b b 8 % {.{.{.{.{.{.{.",
|
||||
"{.{.% 1 X.k.p.D.H.j.s.:.8 % {.{.{.% & >.s.s.k.f.u % {.{.{.{.{.{.",
|
||||
"{.% < >.j.^.'.].'.'./.j.6.8 % {.{.% c a.^.(.J.0.g % {.{.{.{.{.{.",
|
||||
"{.% L k.(.'.`.^.J.].'.`.j.( & {.& < *.H.'.'.D.O.& {.{.{.{.{.{.{.",
|
||||
"& 1 >.H.`.`.H.a.4.F.`.(.W.5.7 % % v a.^.`.!.8.h & {.{.{.{.{.{.{.",
|
||||
"& p 9.^.`./.s.B k 9.^.`./.a.z & 1 %.K.`.`.F.' & & {.{.{.{.{.{.{.",
|
||||
"& z a.^.^.^.9.r < 2.!././.b.C & C a.!.^.W.4.s & {.{.{.{.{.{.{.{.",
|
||||
"& B b.^.^.!.2.2 - %.K.^.^.F.W 2 O.K.^.^.L.! & {.{.{.{.{.{.{.{.{.",
|
||||
"& k b.!.!.W.-.1 < +.K.^.!.H.W V k.!.!.W.2.p & & {.{.{.{.{.{.{.{.",
|
||||
"& e 1.W.W.W.@.w 1 -.W.W.W.m.~ &.W.!.!.L.! & 2 r 2 > & & {.{.{.{.",
|
||||
"& e ..W.W.K.<.t t 4.W.K.K.d.~ b.K.K.K.-.V W ' 2.=.) F r & {.{.{.",
|
||||
": 2 I !.K.K.I.] L M.K.K.W.2.%.W.K.K.M.~ .I.!.K.K.!.L.| k : {.{.",
|
||||
"{.: d b.K.H.K.K.W.K.H.K.I.~ N.K.K.W.&.-.!.K.H.K.H.K.K.!.&.s : {.",
|
||||
"{.: w T W.K.H.H.H.H.H.^.^ [ W.H.H.N.~ Q.H.H.K.!.W.H.H.H.U.Q : {.",
|
||||
"{.{.> t B k.^.^.K.^.m.C m M.H.G.!.+.5.K.D.H.P._ &.Q.G.G.K.;.y : ",
|
||||
"{.{.{.: 2 d m Y / M m j { !.D.G.n.F B.H.D.K.q.a j d.H.G.H.r.j : ",
|
||||
"{.{.{.{.: > : 5 w 1 , z U.D.D.^.R M P.S.S.K.;.w y 5.I.S.D.B.N : ",
|
||||
"{.{.{.{.{.{.{.{.{.> a #.K.S.G.l.n M ~.S.S.!.| 2 r =.I.S.S.Y.V : ",
|
||||
"{.{.{.{.{.{.{.{.{.2 V ~.S.S.^.E e M Q.S.S.K.} w t 3.K.S.S.Y.V > ",
|
||||
"{.{.{.{.{.{.{.{.> d 4.K.i.G.c.j > n Z.i.i.H.$.t a w.H.i.S.v.N > ",
|
||||
"{.{.{.{.{.{.{.> w D (.i.i.`.! e > f c.S.i.D.r.j M V.i.i.D.q.s > ",
|
||||
"{.[.[.[.[.[.[.P j w.H.i.G.z.m > , y .^.u.i.(.w.Z./.i.u.`.) w , ",
|
||||
"J.J.J.J.J.J.J.t ! '.u.u.].! t h.J.9 V E.S.u.u.S.i.u.u.D.C.N , {.",
|
||||
",.,.,.,.,.,.J f e.K.h.K.x.m q ,.,.K i ) ).H.u.y.y.y.H.E.Q y q {.",
|
||||
"{.{.$ $ $ $ A a ~ x.x.g.Q e # $ $ $ 0 i G f.T.]._.T.e.V y Z $ $ ",
|
||||
"{.{.{.{.{.{.@ 3 a m f m e + @ @ @ @ @ + 6 j N H F N f 4 O @ @ @ ",
|
||||
"{.{.{.{.{.{.. . . o o o . . . {.{.{.. . . o = ; ; * X . . . {.{.",
|
||||
"{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.",
|
||||
"{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{.{."
|
||||
};
|
@ -0,0 +1,253 @@
|
||||
/* XPM */
|
||||
static char *kstars[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 215 2",
|
||||
" c #000000",
|
||||
". c #080800",
|
||||
"X c #1A0F04",
|
||||
"o c #111111",
|
||||
"O c #271A07",
|
||||
"+ c #3B2B10",
|
||||
"@ c gray14",
|
||||
"# c #562409",
|
||||
"$ c #5A2305",
|
||||
"% c #6F2B06",
|
||||
"& c #653D10",
|
||||
"* c #7E2E06",
|
||||
"= c #764E19",
|
||||
"- c #746048",
|
||||
"; c #802B07",
|
||||
": c #843509",
|
||||
"> c #A13607",
|
||||
", c #A33608",
|
||||
"< c #A43E0B",
|
||||
"1 c #824E15",
|
||||
"2 c #8F4C14",
|
||||
"3 c #83551A",
|
||||
"4 c #855A1C",
|
||||
"5 c #885C1D",
|
||||
"6 c #96440F",
|
||||
"7 c #86611E",
|
||||
"8 c #886220",
|
||||
"9 c #986F25",
|
||||
"0 c #9C6C3A",
|
||||
"q c #AB490F",
|
||||
"w c #B6440B",
|
||||
"e c #B64900",
|
||||
"r c #BF4000",
|
||||
"t c #BA4009",
|
||||
"y c #BE4C0F",
|
||||
"u c #BB5E17",
|
||||
"i c #A07526",
|
||||
"p c #A57926",
|
||||
"a c #AD7B25",
|
||||
"s c #AC7B3E",
|
||||
"d c #BC7C2A",
|
||||
"f c #987E4F",
|
||||
"g c #A57B6C",
|
||||
"h c #CC3300",
|
||||
"j c #C24209",
|
||||
"k c #C64A0C",
|
||||
"l c #C94C0D",
|
||||
"z c #C6550E",
|
||||
"x c #CB520E",
|
||||
"c c #C75810",
|
||||
"v c #CB5411",
|
||||
"b c #CD5A13",
|
||||
"n c #D15E15",
|
||||
"m c #CD641C",
|
||||
"M c #CC6B1D",
|
||||
"N c #D56216",
|
||||
"B c #D16519",
|
||||
"V c #D46C1C",
|
||||
"C c #D96919",
|
||||
"Z c #D6711D",
|
||||
"A c #DB7716",
|
||||
"S c #DB741E",
|
||||
"D c #D97A1A",
|
||||
"F c #D46C22",
|
||||
"G c #D77020",
|
||||
"H c #D67924",
|
||||
"J c #DF7520",
|
||||
"K c #D97922",
|
||||
"L c #D6793C",
|
||||
"P c #ED6B07",
|
||||
"I c #ED6E09",
|
||||
"U c #E57D19",
|
||||
"Y c #EE7B14",
|
||||
"T c #F17F18",
|
||||
"R c #96925E",
|
||||
"E c #9D935C",
|
||||
"W c #AB8D51",
|
||||
"Q c #DA811B",
|
||||
"! c #C18328",
|
||||
"~ c #CD892D",
|
||||
"^ c #C68D34",
|
||||
"/ c #C9903F",
|
||||
"( c #DD8126",
|
||||
") c #DF8328",
|
||||
"_ c #DE9531",
|
||||
"` c #DA9D3D",
|
||||
"' c #DEA135",
|
||||
"] c #D8A73E",
|
||||
"[ c #E5851F",
|
||||
"{ c #EF8119",
|
||||
"} c #FF8000",
|
||||
"| c #E38226",
|
||||
" . c #E18C2B",
|
||||
".. c #EE8C24",
|
||||
"X. c #EB8E2B",
|
||||
"o. c #E3912D",
|
||||
"O. c #E5982F",
|
||||
"+. c #ED902A",
|
||||
"@. c #E29430",
|
||||
"#. c #E49933",
|
||||
"$. c #E99331",
|
||||
"%. c #E99C34",
|
||||
"&. c #F08B21",
|
||||
"*. c #FF802B",
|
||||
"=. c #F09026",
|
||||
"-. c #F19228",
|
||||
";. c #F2992E",
|
||||
":. c #F39E32",
|
||||
">. c #E5A037",
|
||||
",. c #EBA335",
|
||||
"<. c #E8A53A",
|
||||
"1. c #EDAB37",
|
||||
"2. c #ECAC3A",
|
||||
"3. c #ECB23E",
|
||||
"4. c #F4A336",
|
||||
"5. c #F2A63A",
|
||||
"6. c #F1AD35",
|
||||
"7. c #F4AA3C",
|
||||
"8. c #C69B49",
|
||||
"9. c #C89745",
|
||||
"0. c #C89F4B",
|
||||
"q. c #C8A24D",
|
||||
"w. c #CAB357",
|
||||
"e. c #CCBA5B",
|
||||
"r. c #D1A84A",
|
||||
"t. c #DCB24E",
|
||||
"y. c #DBB552",
|
||||
"u. c #E6994D",
|
||||
"i. c #F39854",
|
||||
"p. c #E29C7D",
|
||||
"a. c #E2A944",
|
||||
"s. c #EFAE45",
|
||||
"d. c #E7B446",
|
||||
"f. c #EDB441",
|
||||
"g. c #EDB649",
|
||||
"h. c #ECB945",
|
||||
"j. c #E0BC56",
|
||||
"k. c #EDBB54",
|
||||
"l. c #F3AD41",
|
||||
"z. c #F5B445",
|
||||
"x. c #F4B649",
|
||||
"c. c #F1BC47",
|
||||
"v. c #F4BA4A",
|
||||
"b. c #F8BF4F",
|
||||
"n. c #F1BF57",
|
||||
"m. c #DEC35C",
|
||||
"M. c #C2C27E",
|
||||
"N. c #D9CB63",
|
||||
"B. c #DCD46B",
|
||||
"V. c #EFC55A",
|
||||
"C. c #E9CB5D",
|
||||
"Z. c #F8C04F",
|
||||
"A. c #F4C253",
|
||||
"S. c #F3C659",
|
||||
"D. c #F2C95C",
|
||||
"F. c #F8C553",
|
||||
"G. c #F9C957",
|
||||
"H. c #F8CD5A",
|
||||
"J. c #FAD35F",
|
||||
"K. c #EFC26B",
|
||||
"L. c #E3DB6E",
|
||||
"P. c #EED467",
|
||||
"I. c #EBDC6D",
|
||||
"U. c #E6DE70",
|
||||
"Y. c #F3D465",
|
||||
"T. c #F7DA67",
|
||||
"R. c #F4DB68",
|
||||
"E. c #F8D561",
|
||||
"W. c #F9D964",
|
||||
"Q. c #FADF69",
|
||||
"!. c #FBE36C",
|
||||
"~. c #F5E672",
|
||||
"^. c #F6ED77",
|
||||
"/. c #FCE770",
|
||||
"(. c #FBEB74",
|
||||
"). c #FDEF7B",
|
||||
"_. c #FBF076",
|
||||
"`. c #FBF37A",
|
||||
"'. c #8E8B89",
|
||||
"]. c #9F968A",
|
||||
"[. c #9C9A88",
|
||||
"{. c #9B9B9B",
|
||||
"}. c #A19C89",
|
||||
"|. c #B39C86",
|
||||
" X c #ADA596",
|
||||
".X c #B2A28B",
|
||||
"XX c #BEB6A8",
|
||||
"oX c #C39681",
|
||||
"OX c #EEC885",
|
||||
"+X c #E3C8A6",
|
||||
"@X c #F6F689",
|
||||
"#X c #FCF685",
|
||||
"$X c #FEFE83",
|
||||
"%X c #FEFE8F",
|
||||
"&X c #FDF692",
|
||||
"*X c #ECE7B9",
|
||||
"=X c #FEFEA0",
|
||||
"-X c #FDF5B1",
|
||||
";X c #FDF6B9",
|
||||
":X c #FEFEB1",
|
||||
">X c #CECECE",
|
||||
",X c #D5D5D5",
|
||||
"<X c #DFDAD7",
|
||||
"1X c gainsboro",
|
||||
"2X c #E8E6D2",
|
||||
"3X c #FEFECA",
|
||||
"4X c #E4E3E2",
|
||||
"5X c gray92",
|
||||
"6X c #F7F7E8",
|
||||
"7X c #FCF5E8",
|
||||
"8X c #FDFAE2",
|
||||
"9X c #F4F4F4",
|
||||
"0X c #FAF6F3",
|
||||
"qX c #FDFDFD",
|
||||
"wX c None",
|
||||
/* pixels */
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwXwXwX6.3.wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwXwX6.f.z.6.wXwXwXwXwXwXwXwXwXwXwXwXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwX<.3.&X;X3.5.wXwXwXwXwXwXwXwXwXwXwXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXZ o.W.$X=X;X3.3.wXwXwXwXwXwXwXwXwXwXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXc S x.!.$X%X-X3.6.wXwXwXwXwXwXwXwXwXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwX: V x.!.$X`.f.a wXwXwXwXwXwXwXwXwXwXwXwX",
|
||||
"wXS ( ( .o.O.%.,.1.1.1.' ! V x.E.h.!.3.1.1.1.1.1.2.2.wXwXwXwXwX",
|
||||
"wXS ( Z.F.G.H.J.W.F.5.5.G.I.w.V ( x.(._.Z.#X3X:X$Xh.i wXwXwXwX",
|
||||
"wXV K v.Z.F.G.F.:...[ U I Y C.e./ F v.~._.A.7X6X@Xh.8 wXwXwXwX",
|
||||
"wXwXS z.v.Z.Z.z.~ A I Q.B.9.F g./._.k.XXM.h.8 wXwXwXwX",
|
||||
"wXwXV 5.z.v.x.` wXwXwXwXY { `.*Xp.M x./.).d.^.h.7 wXwXwXwX",
|
||||
"wXwXB $.z.x.E.+ wXwXwXwXwX*.i.8XqX5Xg m x./.`.c.f.8 wXwXwXwX",
|
||||
"wXwXb S l.z.T. wXwXwXwXwX0XqX0X0X>X[.R 8.B z.!.`.f.p wXwXwXwX",
|
||||
"wXwXz n 7.l.(.O wXwXwXqXqX9XqX,X[.E N.^.L.0.B z.!.`.f.8 wXwXwXwX",
|
||||
"wXwXwXb X.7.R.r.wXwXqX5XqX1X].0 m.Q./.^.).L.q.B z.!.`.f.3.wXwXwX",
|
||||
"wXwXwXl N 4.l.^.K.5X9X4X{.- _ v.W.W.Q.!./.).L.q.B z.!.`.f.2.wXwX",
|
||||
"wXwXwXI v X.5.OX2X5X Xf a.x.x.H.H.5...T Y &.!.I.q.b z.W.3.9 wXwX",
|
||||
"wXwXwXwXoXL +X2X|.W j.F.x.v.F.Z.l._ 5 . 1 D P F.U.d b H = wX",
|
||||
"wXwXwX4X5X<X|.s _ 7.7.z.x.v.b.n.^ wX Q I /.] 2 $ wXwX",
|
||||
"wXwXwXwX X'.< X.:.4.7.7.z.x.v.n. wXwXwXwXwXY 5.f.7 wXwXwX",
|
||||
"wXwXwXwX@ o > b ;.:.4.4.l.z.F.t. wXwXwXwXwXwX..&.f.8 wXwXwXwX",
|
||||
"wXwXwXwXwX k N :.:.4.7.l.D.y. wXwXwXwXwXwXX.-.f.8 wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXe j C :.:.4.7.x.P. wXwXwXwXwXwX:.7.f.8 wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXh j n ;.:.:.l.~.r.wXwXwXwXwX,.:.H.2.8 wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXh t v +.:.4.l.^.V.x.wXu.l.x.x.E.<.5 wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwX, l J :.4.l.Y.`.!.Q.A.v.H.J.%.4 wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwX; w v | :.7.l.x.x.v.b.F.G.#.3 wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwXwX * y n K :.l.z.x.v.b.A.@.3 wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwX % q b B | %.l.v.Z._ 1 wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX # 6 u M Z K K & wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX X wXwXwXwX",
|
||||
"wXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwXwX wXwXwXwX"
|
||||
};
|
@ -0,0 +1,157 @@
|
||||
/* XPM */
|
||||
static char *ktouch[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 119 2",
|
||||
" c #000000",
|
||||
". c #002316",
|
||||
"X c #002A15",
|
||||
"o c #002A18",
|
||||
"O c #00380E",
|
||||
"+ c #003617",
|
||||
"@ c #003318",
|
||||
"# c #003913",
|
||||
"$ c #003C1C",
|
||||
"% c #063F27",
|
||||
"& c gray16",
|
||||
"* c #363636",
|
||||
"= c #3D3D3D",
|
||||
"- c #00411F",
|
||||
"; c #004E14",
|
||||
": c #004B1C",
|
||||
"> c #005317",
|
||||
", c #005118",
|
||||
"< c #004126",
|
||||
"1 c #044822",
|
||||
"2 c #115E2A",
|
||||
"3 c #0B6E2B",
|
||||
"4 c #02752C",
|
||||
"5 c #09782C",
|
||||
"6 c #24773E",
|
||||
"7 c #2A6146",
|
||||
"8 c #710F0B",
|
||||
"9 c #602118",
|
||||
"0 c gray28",
|
||||
"q c #494949",
|
||||
"w c #5C5C5C",
|
||||
"e c #636364",
|
||||
"r c #696969",
|
||||
"t c #727274",
|
||||
"y c #747479",
|
||||
"u c #0A9631",
|
||||
"i c #1E9E2E",
|
||||
"p c #0FA532",
|
||||
"a c #14AD33",
|
||||
"s c #19B233",
|
||||
"d c #2BAA35",
|
||||
"f c #21BA33",
|
||||
"g c #2FB14D",
|
||||
"h c #2FBC42",
|
||||
"j c #27C033",
|
||||
"k c #2CC433",
|
||||
"l c #32C139",
|
||||
"z c #33CC33",
|
||||
"x c #3DCE3D",
|
||||
"c c #438F55",
|
||||
"v c #43975C",
|
||||
"b c #41AD4E",
|
||||
"n c #4BA359",
|
||||
"m c #49AD5A",
|
||||
"M c #52AE64",
|
||||
"N c #5AAF6E",
|
||||
"B c #42CC47",
|
||||
"V c #44D044",
|
||||
"C c #54D355",
|
||||
"Z c #71D975",
|
||||
"A c #77D582",
|
||||
"S c #893535",
|
||||
"D c #9F2D2D",
|
||||
"F c #AC3434",
|
||||
"G c #AA3E3E",
|
||||
"H c #BE2D30",
|
||||
"J c #B23B3B",
|
||||
"K c #BC3031",
|
||||
"L c #C61919",
|
||||
"P c #DB0202",
|
||||
"I c #DD171A",
|
||||
"U c #CD2F2F",
|
||||
"Y c #C53E3E",
|
||||
"T c #FE0000",
|
||||
"R c #C24E4E",
|
||||
"E c #C35254",
|
||||
"W c #C4555B",
|
||||
"Q c #868686",
|
||||
"! c #86868C",
|
||||
"~ c #8C8788",
|
||||
"^ c #8A8A8C",
|
||||
"/ c #969696",
|
||||
"( c #979698",
|
||||
") c #9D9D9D",
|
||||
"_ c #9C9CA3",
|
||||
"` c #A5979A",
|
||||
"' c #A4A4A6",
|
||||
"] c #A3A3A9",
|
||||
"[ c #ACACAC",
|
||||
"{ c #BCA6AA",
|
||||
"} c #B3B3B3",
|
||||
"| c #B4B4BB",
|
||||
" . c #BABABD",
|
||||
".. c #BCBCC2",
|
||||
"X. c #96DD9F",
|
||||
"o. c #97D2A9",
|
||||
"O. c #84E084",
|
||||
"+. c #9FE79F",
|
||||
"@. c #A0E7A0",
|
||||
"#. c #ABE2B6",
|
||||
"$. c #BCEEBC",
|
||||
"%. c #BEC0C1",
|
||||
"&. c #C29298",
|
||||
"*. c #C2A6AC",
|
||||
"=. c #C2C2C4",
|
||||
"-. c #C4C4C9",
|
||||
";. c #C9C9CB",
|
||||
":. c #CECED0",
|
||||
">. c #D2D2D3",
|
||||
",. c #D6D6D9",
|
||||
"<. c #D8D8DB",
|
||||
"1. c #DDDDE0",
|
||||
"2. c #D8F3DB",
|
||||
"3. c #E1E1E5",
|
||||
"4. c #E6E6EB",
|
||||
"5. c #ECECEE",
|
||||
"6. c #EFEFF1",
|
||||
"7. c #F1F1F5",
|
||||
"8. c None",
|
||||
/* pixels */
|
||||
"8.8.8.8.8.8.8.8.8.8.8.8., , > > > > ; O 8.8.8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.8.> v 2.2.2.2.2.o.# 8.8.8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.8.: N 2.2.2.2.2.#.# 8.8.8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.8.: M $.$.$.$.$.X.+ 8.8.8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.8.1 m @.@.@.@.Z g @ 8.8.8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.- $ b O.O.Z h s p $ $ @ 8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.: i l C B f f f a u 4 X 8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.< 1 d x z z f f s 5 o 8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.8.8.< n C z k f 3 . 8.8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.8.8.8.8.8.T T 9 c V k 2 8 T 8.8.8.8.8.8.8.8.8.8.8.8.",
|
||||
"8.e _ ... . . . .| r I *.{ ~ 6 7 ` { &.P ^ . . . . . . .! 8.",
|
||||
"8.e -.:.;.:.:.:.;.:._ W ;.;.;.%.:.:.:.-.H | ;.-.;.>.;.>.;. .* 8.",
|
||||
"8.e :... ...,.>.,.>._ W >.| [ .>.,.>.:.K .:.' :.>.,.,.,...* 8.",
|
||||
"8.e :.;.} -.<.<.<.<._ W <. .} -.,.<.,.:.K ..>.} >.,.<.<.<...* 8.",
|
||||
"8.e ,.1.<.<.<.1.<.1.' W 1.1.<.1.1.1.<.<.K -.1.1.1.1.1.<.<.-.* 8.",
|
||||
"8.e ,.1.3.1.4.1.3.3.' W 3.3.3.3.3.3.3.<.K -.3.1.3.3.3.3.3.-.* 8.",
|
||||
"8.e <.4.4.4.4.4.4.5.' W 4.4.4.4.4.4.4.1.K -.4.4.4.4.5.4.4.;.* 8.",
|
||||
"8.e 3.6.7.7.7.7.7.7.( E 7.7.7.7.7.7.7.4.K ;.7.7.7.7.7.7.7.;.* 8.",
|
||||
"8.e } [ ) ) ) ) ) } ^ R } _ ) ) ) ) ] } H ' } ) ) ) ) ) [ [ * 8.",
|
||||
"8.w [ } } } } } } [ Q Y } } } } } } } } L ) } } } } } } } ) & 8.",
|
||||
"8.e w r r r r r e e q D G G J U U G G F S w e e r r r r r q 8.",
|
||||
"8.8.8.8.8.8.r =.;.;.;.;.;.-...e / -.-.;.-.;.-.;.] * 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.y ;.:.-.:.:.:.:.:.t } :...:.:.:.:.:...= 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.y :.%.} ,.>.,.>.>.t | ,.[ >.>.,.,.,.-.= 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.y ,.%. .,.<.<.<.<.y .<.| >.<.<.<.<.-.= 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.y <.1.1.<.1.1.3.<.t ..1.1.1.1.1.1.<.;.= 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.y 3.3.3.3.3.3.1.1.t ..1.3.3.4.4.3.4.:.= 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.t 5.5.4.4.4.5.5.4.t -.4.4.4.4.4.4.4.:.= 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.y 4.6.6.5.6.5.6.3.t .6.5.5.5.5.5.6.;.= 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.t } / / / / / / } t ' [ / / / / ( ' } = 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.e [ } } } } } } } w Q } } } } } } } / & 8.8.8.8.8.8.",
|
||||
"8.8.8.8.8.8.w q q q q q q q q * q q q q 0 0 0 * 8.8.8.8.8.8."
|
||||
};
|
@ -0,0 +1,278 @@
|
||||
/* XPM */
|
||||
static char *kturtle[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 240 2",
|
||||
" c black",
|
||||
". c #000200",
|
||||
"X c #000300",
|
||||
"o c #000400",
|
||||
"O c #000500",
|
||||
"+ c #000600",
|
||||
"@ c #000700",
|
||||
"# c #010600",
|
||||
"$ c #010700",
|
||||
"% c #000900",
|
||||
"& c #010801",
|
||||
"* c #000A00",
|
||||
"= c #000B00",
|
||||
"- c #010A00",
|
||||
"; c #020800",
|
||||
": c #020900",
|
||||
"> c #030900",
|
||||
", c #020B00",
|
||||
"< c #030A00",
|
||||
"1 c #020B02",
|
||||
"2 c #000D00",
|
||||
"3 c #020D00",
|
||||
"4 c #030D01",
|
||||
"5 c #030E00",
|
||||
"6 c #030E01",
|
||||
"7 c #030E03",
|
||||
"8 c #040C00",
|
||||
"9 c #040D02",
|
||||
"0 c #040E02",
|
||||
"q c #040F02",
|
||||
"w c #021002",
|
||||
"e c #031103",
|
||||
"r c #001400",
|
||||
"t c #041002",
|
||||
"y c #051202",
|
||||
"u c #041304",
|
||||
"i c #051602",
|
||||
"p c #061403",
|
||||
"a c #051505",
|
||||
"s c #041704",
|
||||
"d c #051605",
|
||||
"f c #061404",
|
||||
"g c #071704",
|
||||
"h c #001C00",
|
||||
"j c #071A05",
|
||||
"k c #051D05",
|
||||
"l c #071C05",
|
||||
"z c #0A1E00",
|
||||
"x c #081C06",
|
||||
"c c #091D06",
|
||||
"v c #0A1E06",
|
||||
"b c #0B2408",
|
||||
"n c #0D2509",
|
||||
"m c #0D240A",
|
||||
"M c #459E35",
|
||||
"N c #47A037",
|
||||
"B c #48A138",
|
||||
"V c #49A239",
|
||||
"C c #49A23A",
|
||||
"Z c #4BA33B",
|
||||
"A c #4BA43C",
|
||||
"S c #4EA63E",
|
||||
"D c #4FA63E",
|
||||
"F c #51A841",
|
||||
"G c #51A941",
|
||||
"H c #54AA43",
|
||||
"J c #57AE47",
|
||||
"K c #59AE48",
|
||||
"L c #5AAF48",
|
||||
"P c #59B049",
|
||||
"I c #5AB049",
|
||||
"U c #5BB04A",
|
||||
"Y c #5BB14A",
|
||||
"T c #5CB14B",
|
||||
"R c #5CB24B",
|
||||
"E c #5CB24C",
|
||||
"W c #5DB24D",
|
||||
"Q c #5EB34D",
|
||||
"! c #5EB34E",
|
||||
"~ c #5FB44E",
|
||||
"^ c #5FB44F",
|
||||
"/ c #60B44F",
|
||||
"( c #60B54F",
|
||||
") c #61B54F",
|
||||
"_ c #60B650",
|
||||
"` c #61B650",
|
||||
"' c #62B650",
|
||||
"] c #62B651",
|
||||
"[ c #62B751",
|
||||
"{ c #62B752",
|
||||
"} c #63B752",
|
||||
"| c #63B852",
|
||||
" . c #63B853",
|
||||
".. c #64B853",
|
||||
"X. c #64B953",
|
||||
"o. c #65B853",
|
||||
"O. c #65B954",
|
||||
"+. c #65BA54",
|
||||
"@. c #66BA54",
|
||||
"#. c #66BA55",
|
||||
"$. c #66BB55",
|
||||
"%. c #67BB55",
|
||||
"&. c #67BA56",
|
||||
"*. c #67BB56",
|
||||
"=. c #67BC56",
|
||||
"-. c #68BB56",
|
||||
";. c #68BC56",
|
||||
":. c #68BC57",
|
||||
">. c #69BC57",
|
||||
",. c #68BD58",
|
||||
"<. c #69BD58",
|
||||
"1. c #6ABD58",
|
||||
"2. c #6ABD59",
|
||||
"3. c #6ABE59",
|
||||
"4. c #6BBE59",
|
||||
"5. c #6BBE5A",
|
||||
"6. c #6BBF5A",
|
||||
"7. c #6CBE5A",
|
||||
"8. c #6CBE5B",
|
||||
"9. c #6CBF5A",
|
||||
"0. c #6CBF5B",
|
||||
"q. c #6DBF5B",
|
||||
"w. c #6DC05B",
|
||||
"e. c #6DC05C",
|
||||
"r. c #6EC05C",
|
||||
"t. c #6EC15C",
|
||||
"y. c #6FC15C",
|
||||
"u. c #6FC15D",
|
||||
"i. c #6FC15E",
|
||||
"p. c #6FC25D",
|
||||
"a. c #6FC25E",
|
||||
"s. c #70C25E",
|
||||
"d. c #70C35F",
|
||||
"f. c #71C35E",
|
||||
"g. c #71C35F",
|
||||
"h. c #71C460",
|
||||
"j. c #72C460",
|
||||
"k. c #72C461",
|
||||
"l. c #72C560",
|
||||
"z. c #73C460",
|
||||
"x. c #73C461",
|
||||
"c. c #73C561",
|
||||
"v. c #73C562",
|
||||
"b. c #73C662",
|
||||
"n. c #74C561",
|
||||
"m. c #74C562",
|
||||
"M. c #74C662",
|
||||
"N. c #74C663",
|
||||
"B. c #75C662",
|
||||
"V. c #75C663",
|
||||
"C. c #75C764",
|
||||
"Z. c #76C764",
|
||||
"A. c #77C864",
|
||||
"S. c #77C865",
|
||||
"D. c #77C866",
|
||||
"F. c #77C966",
|
||||
"G. c #78C866",
|
||||
"H. c #78C966",
|
||||
"J. c #79C967",
|
||||
"K. c #78CA66",
|
||||
"L. c #79CA67",
|
||||
"P. c #7ACA67",
|
||||
"I. c #7ACA68",
|
||||
"U. c #7ACB68",
|
||||
"Y. c #7BCB68",
|
||||
"T. c #7BCB69",
|
||||
"R. c #7BCC68",
|
||||
"E. c #7BCC69",
|
||||
"W. c #7BCC6A",
|
||||
"Q. c #7CCD6A",
|
||||
"!. c #7DCC6A",
|
||||
"~. c #7DCD6A",
|
||||
"^. c #7DCD6B",
|
||||
"/. c #7DCE6B",
|
||||
"(. c #7ECE6B",
|
||||
"). c #7FCF6B",
|
||||
"_. c #7ECF6C",
|
||||
"`. c #7FCF6C",
|
||||
"'. c #7FCF6D",
|
||||
"]. c #80CF6D",
|
||||
"[. c #80D06E",
|
||||
"{. c #81D06E",
|
||||
"}. c #81D16E",
|
||||
"|. c #81D16F",
|
||||
" X c #82D16F",
|
||||
".X c #83D170",
|
||||
"XX c #82D270",
|
||||
"oX c #83D270",
|
||||
"OX c #83D271",
|
||||
"+X c #83D371",
|
||||
"@X c #84D271",
|
||||
"#X c #84D371",
|
||||
"$X c #84D372",
|
||||
"%X c #84D471",
|
||||
"&X c #85D472",
|
||||
"*X c #85D573",
|
||||
"=X c #86D473",
|
||||
"-X c #86D573",
|
||||
";X c #86D574",
|
||||
":X c #87D674",
|
||||
">X c #88D674",
|
||||
",X c #88D675",
|
||||
"<X c #89D675",
|
||||
"1X c #89D776",
|
||||
"2X c #8AD876",
|
||||
"3X c #8AD877",
|
||||
"4X c #8BD978",
|
||||
"5X c #8BD979",
|
||||
"6X c #8CDA79",
|
||||
"7X c #8DDA79",
|
||||
"8X c #8DDA7A",
|
||||
"9X c #8EDB7A",
|
||||
"0X c #8EDB7B",
|
||||
"qX c #8FDC7B",
|
||||
"wX c #90DD7C",
|
||||
"eX c #90DD7D",
|
||||
"rX c #91DD7D",
|
||||
"tX c #91DE7E",
|
||||
"yX c #92DE7F",
|
||||
"uX c #92DF7F",
|
||||
"iX c #93DF7F",
|
||||
"pX c #92E07F",
|
||||
"aX c #94E080",
|
||||
"sX c #94E081",
|
||||
"dX c #95E181",
|
||||
"fX c #95E182",
|
||||
"gX c #96E281",
|
||||
"hX c #96E282",
|
||||
"jX c #97E283",
|
||||
"kX c #97E382",
|
||||
"lX c #97E383",
|
||||
"zX c #97E384",
|
||||
"xX c #98E484",
|
||||
"cX c #99E585",
|
||||
"vX c #99E586",
|
||||
"bX c #9AE586",
|
||||
"nX c #9AE686",
|
||||
"mX c #9BE787",
|
||||
"MX c #9CE788",
|
||||
"NX c None",
|
||||
/* pixels */
|
||||
"NXNXNXNXNXNXNXNXNXNXNXNXNXNX NXNXNXNXNXNXNXNXNXNXNXNXNXNX",
|
||||
"NXNXNXNXNXNXNXNXNXNXNXNX NXNXNXNXNXNXNXNXNXNXNXNX",
|
||||
"NXNXNXNXNXNXNXNXNXNXNX NXNXNXNXNXNXNXNXNXNXNX",
|
||||
"NXNXNXNXNXNXNXNXNXNX NXNXNXNXNXNXNXNXNXNX",
|
||||
"NXNXNXNXNXNXNXNXNX MXcXcXpX NXNXNXNXNXNXNXNXNX",
|
||||
"NXNXNXNXNXNXNXNXNX cXjXjXpX NXNXNXNXNXNXNXNXNX",
|
||||
"NXNXNXNXNXNX cXcXcXpXaXrX8X8X NXNXNXNXNXNX",
|
||||
"NXNXNXNX cXpXpXrX0X8X8X<X NXNXNXNX",
|
||||
"NXNXNX pXpXrXqX8X1X<X-X NXNXNX",
|
||||
"NXNXNX uXrXrX4X1X<X-X-X NXNXNX",
|
||||
"NXNX MXcXcXpX 4X1X-X-X o * P.G.Z.m. NXNX",
|
||||
"NXNX cXcXxXpXo 1X-X-X}. * g G.m.c.g. NXNX",
|
||||
"NXNXNX o pXrX* o 3X1X-X@X}.).).P.q j m.c.j 2 o NXNXNX",
|
||||
"NXNXNX o * rX0Xq o <X-X@X}.).^.P.F.2 j m.g.m k 2 NXNXNX",
|
||||
"NXNXNXNX * 2 t q <X-X-X X].^.W.P.F.C.c.g.v m m z h NXNXNXNX",
|
||||
"NXNXNXNX o o * -X@X}.).^.T.P.C.Z.c.g.g.2 y u 2 NXNXNXNX",
|
||||
"NXNXNXNX :X-X X}.^.^.R.G.C.c.c.a.8.8.:.$. NXNXNXNX",
|
||||
"NXNXNXNX %X X}.).^.R.G.C.C.c.a.a.8.8.%.@. NXNXNXNX",
|
||||
"NXNXNXNX }.}.^.^.G.G.V.c.g.a.8.8.%.$.@.] NXNXNXNX",
|
||||
"NXNXNXNX ).^.R.R.V.V.c.a.q.8.:.$.$.] ) ~ NXNXNXNX",
|
||||
"NXNXNXNX ^.R.G.C.c.g.a.q.8.:.$.} } ~ ! R NXNXNXNX",
|
||||
"NXNXNXNX P.C.C.m.a.a.q.6.:.%.@.} ~ ~ R Y o NXNXNXNX",
|
||||
"NXNXNXNX 2 y y 2 c.g.6.8.8.%.@.} } ~ ~ Y * * * * NXNXNXNX",
|
||||
"NXNXNXNX h z n m v a.a.8.8.$.$.} ) ~ R Y J g i j r NXNXNXNX",
|
||||
"NXNXNX 2 k m g.g.j q 8.$.$.] ) ! ! R o e H D y * NXNXNX",
|
||||
"NXNXNX * 2 g g.q.z 2 $.} ] ) ! Y K J * u D D * * NXNXNX",
|
||||
"NXNX g.a.7.:.g 2 o * > D D C M NXNX",
|
||||
"NXNX 7.8.:.&.q o A C C M NXNX",
|
||||
"NXNXNX o NXNXNX",
|
||||
"NXNXNX NXNXNX",
|
||||
"NXNXNXNX NXNXNXNXNXNXNXNX NXNXNXNX",
|
||||
"NXNXNXNXNXNX NXNXNXNXNXNXNXNXNXNXNXNX NXNXNXNXNXNX"
|
||||
};
|
@ -0,0 +1,255 @@
|
||||
/* XPM */
|
||||
static char *kverbos[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 217 2",
|
||||
" c black",
|
||||
". c #040202",
|
||||
"X c #080404",
|
||||
"o c #0C0606",
|
||||
"O c #0D0606",
|
||||
"+ c #0F0808",
|
||||
"@ c #170B0B",
|
||||
"# c #201010",
|
||||
"$ c #281414",
|
||||
"% c #321919",
|
||||
"& c #351A1A",
|
||||
"* c #3A1D1D",
|
||||
"= c #3C1E1E",
|
||||
"- c #3E1F1F",
|
||||
"; c #422121",
|
||||
": c #432121",
|
||||
"> c #452323",
|
||||
", c #492525",
|
||||
"< c #4D2727",
|
||||
"1 c #4F2626",
|
||||
"2 c #562929",
|
||||
"3 c #5A2727",
|
||||
"4 c #652C2C",
|
||||
"5 c #672D2D",
|
||||
"6 c #672E2E",
|
||||
"7 c #692727",
|
||||
"8 c #6B2525",
|
||||
"9 c #6B2727",
|
||||
"0 c #6E2121",
|
||||
"q c #6B2D2C",
|
||||
"w c #6E2B2B",
|
||||
"e c #6C2D2D",
|
||||
"r c #623030",
|
||||
"t c #623131",
|
||||
"y c #633232",
|
||||
"u c #653232",
|
||||
"i c #663333",
|
||||
"p c #693030",
|
||||
"a c #712222",
|
||||
"s c #732322",
|
||||
"d c #752121",
|
||||
"f c #762626",
|
||||
"g c #7F2020",
|
||||
"h c #7D2525",
|
||||
"j c #7E2626",
|
||||
"k c #782828",
|
||||
"l c #7D2928",
|
||||
"z c #912523",
|
||||
"x c #932523",
|
||||
"c c #9F2A21",
|
||||
"v c #96302B",
|
||||
"b c #A63D2A",
|
||||
"n c #B03223",
|
||||
"m c #A5493F",
|
||||
"M c #AC413C",
|
||||
"N c #B7482E",
|
||||
"B c #B64837",
|
||||
"V c #BC4231",
|
||||
"C c #BA4C3E",
|
||||
"Z c #D60000",
|
||||
"A c #D40A0A",
|
||||
"S c #DB170A",
|
||||
"D c #DA1A0B",
|
||||
"F c #D71F12",
|
||||
"G c #CE361A",
|
||||
"H c #CF351F",
|
||||
"J c #D42F15",
|
||||
"K c #DA2615",
|
||||
"L c #DE2E15",
|
||||
"P c #D5361C",
|
||||
"I c #DF2222",
|
||||
"U c #E10000",
|
||||
"Y c #E30F07",
|
||||
"T c #ED0000",
|
||||
"R c #ED0402",
|
||||
"E c #E31F0D",
|
||||
"W c #F80000",
|
||||
"Q c #FF0707",
|
||||
"! c #FF1818",
|
||||
"~ c #E03418",
|
||||
"^ c #F02510",
|
||||
"/ c #FF231D",
|
||||
"( c #E12C25",
|
||||
") c #EB3B3B",
|
||||
"_ c #FF2929",
|
||||
"` c #FF2A29",
|
||||
"' c #FF322D",
|
||||
"] c #FF3A3A",
|
||||
"[ c #FF3B3A",
|
||||
"{ c #C44F3F",
|
||||
"} c #CA4C38",
|
||||
"| c #CA553D",
|
||||
" . c #D14A2A",
|
||||
".. c #D8503D",
|
||||
"X. c #E6492E",
|
||||
"o. c #EB4128",
|
||||
"O. c #FB4A20",
|
||||
"+. c #F74D38",
|
||||
"@. c #FC4535",
|
||||
"#. c #FF4E30",
|
||||
"$. c #FF5E2D",
|
||||
"%. c #FF7437",
|
||||
"&. c #FC7D36",
|
||||
"*. c #D15C4D",
|
||||
"=. c #DC5A48",
|
||||
"-. c #D27267",
|
||||
";. c #FF4C4C",
|
||||
":. c #FF4E4D",
|
||||
">. c #F65353",
|
||||
",. c #FF5D5D",
|
||||
"<. c #FF5F5E",
|
||||
"1. c #E16743",
|
||||
"2. c #E46A4C",
|
||||
"3. c #EB6E4B",
|
||||
"4. c #F66053",
|
||||
"5. c #F76354",
|
||||
"6. c #FF605F",
|
||||
"7. c #F47D59",
|
||||
"8. c #FF7557",
|
||||
"9. c #FA7D5D",
|
||||
"0. c #E67062",
|
||||
"q. c #E57A6C",
|
||||
"w. c #FF6B6B",
|
||||
"e. c #FF6C6C",
|
||||
"r. c #FF6E6E",
|
||||
"t. c #F97264",
|
||||
"y. c #FB7166",
|
||||
"u. c #FC7B61",
|
||||
"i. c #FF7170",
|
||||
"p. c #FF7575",
|
||||
"a. c #FF7878",
|
||||
"s. c #FF7978",
|
||||
"d. c #FF7F7F",
|
||||
"f. c #F4884B",
|
||||
"g. c #F6964D",
|
||||
"h. c #FC9E44",
|
||||
"j. c #FA905C",
|
||||
"k. c #FF9C53",
|
||||
"l. c #FF8268",
|
||||
"z. c #F98B6B",
|
||||
"x. c #FE8F79",
|
||||
"c. c #FF9963",
|
||||
"v. c #FF9F67",
|
||||
"b. c #FF9A68",
|
||||
"n. c #FF986F",
|
||||
"m. c #FE987B",
|
||||
"M. c #F8A747",
|
||||
"N. c #FAA747",
|
||||
"B. c #F8AC4B",
|
||||
"V. c #FDB24C",
|
||||
"C. c #F6B154",
|
||||
"Z. c #FFBE51",
|
||||
"A. c #FDBF5C",
|
||||
"S. c #FFA262",
|
||||
"D. c #FFA36E",
|
||||
"F. c #FEA479",
|
||||
"G. c #FFA67A",
|
||||
"H. c #FFA87A",
|
||||
"J. c #FFAE7E",
|
||||
"K. c #FFBC65",
|
||||
"L. c #F3C64F",
|
||||
"P. c #FFC153",
|
||||
"I. c #FFC352",
|
||||
"U. c #FFC454",
|
||||
"Y. c #FFC756",
|
||||
"T. c #FCC951",
|
||||
"R. c #FFCB5D",
|
||||
"E. c #FFCF59",
|
||||
"W. c #FFD357",
|
||||
"Q. c #FFDC5C",
|
||||
"!. c #FFCE64",
|
||||
"~. c #FFCF77",
|
||||
"^. c #FFD26C",
|
||||
"/. c #FFD77B",
|
||||
"(. c #FFD87B",
|
||||
"). c #FFD97F",
|
||||
"_. c #FFE35D",
|
||||
"`. c #FEE360",
|
||||
"'. c #FFE362",
|
||||
"]. c #FFE860",
|
||||
"[. c #FFF362",
|
||||
"{. c #EE9087",
|
||||
"}. c #FF8080",
|
||||
"|. c #FF8484",
|
||||
" X c #FF8982",
|
||||
".X c #FF8A8A",
|
||||
"XX c #FF8C8B",
|
||||
"oX c #FF9182",
|
||||
"OX c #FE9984",
|
||||
"+X c #F79A91",
|
||||
"@X c #FF9090",
|
||||
"#X c #FF9494",
|
||||
"$X c #FF9796",
|
||||
"%X c #FB9E97",
|
||||
"&X c #FE9995",
|
||||
"*X c #FFAB8C",
|
||||
"=X c #FFA696",
|
||||
"-X c #FFA29C",
|
||||
";X c #FFAD9B",
|
||||
":X c #FFB98F",
|
||||
">X c #FFDE8B",
|
||||
",X c #FFCDA4",
|
||||
"<X c #FFC8AB",
|
||||
"1X c #FFD3AA",
|
||||
"2X c #FFE49A",
|
||||
"3X c #FFE49B",
|
||||
"4X c #FFE7A7",
|
||||
"5X c #FFE8A8",
|
||||
"6X c #FFEAA9",
|
||||
"7X c #FFEFB6",
|
||||
"8X c #FFF0B8",
|
||||
"9X c #FFEACA",
|
||||
"0X c #FFF6C7",
|
||||
"qX c #FFF7CF",
|
||||
"wX c #FFFAD1",
|
||||
"eX c #FFFCD6",
|
||||
"rX c None",
|
||||
/* pixels */
|
||||
"rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrX",
|
||||
"rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrX",
|
||||
"rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrX",
|
||||
"rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXi i i rXrXrXrXrXrX",
|
||||
"rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXi y i k m C } | z h t i rXrX",
|
||||
"rXi rXrXrXrXrXrXrXrXrXrXrXrXrXi t l -.{.%XXX}.p.w.r.a.x.7.7 rXrX",
|
||||
"rXp h t i rXrXrXrXrXrXi t w x =.t.i.d.XX#X.X}.p.w.w.a.|.OX9 rX",
|
||||
"rXe 9.3.N s 4 9 d g c H o.@.[ ;.,.r.d.XX#X.X}.p.w.w.a.|.OX9 rX",
|
||||
"rXe u.>.) ( F D E R W Q ! ` [ ;.,.r.|.XX#X.X}.p.w.r.a.|.OX9 rX",
|
||||
"rXe u.>.) I A Z U T W Q ! ` [ ;.,.i.}.XX#X=X*XG.v.S.n. XOX9 rX",
|
||||
"rXe u.>.) I A Z U T W Q ! ` [ ;.,.oX<X9XwX8X3X).!.E.Q.].A.9 rX",
|
||||
"rXe j.>.) I A Z U T W Q ! ' 8.J.5X8X0XeXwX7X3X).!.E.Q._.T.9 rX",
|
||||
"rXe L.`.g.X.K S Y ^ O.%.k./.>X3X5X8X0XeXwX7X3X).!.E._.].T.8 rX",
|
||||
"rXe L.[._.W.I.Z.I.U.Y.R.^./.>X3X6X8X0XeXwX7X3X).!.E.Q.].T.8 rX",
|
||||
"rXe L.[._.W.I.Z.I.U.Y.R.^./.>X3X6X8X0XeXwX7X3X).!.E.Q._.T.9 rX",
|
||||
"rXe L.[._.W.I.Z.Z.U.Y.R.^./.>X3X6X8X0XeXwX7X3X).!.E.Q._.T.9 rX",
|
||||
"rXe L.[._.W.I.Z.U.U.E.R.^./.>X3X6X8X0XeXwX8X3X).!.E.Q.].L.9 rX",
|
||||
"rXe L.[._.W.I.Z.Z.U.U.R.^./.>X3X6X8X0XeXwX8X3X).!.E.Q.].T.7 rX",
|
||||
"rXe L.[._.W.I.Z.U.U.U.R.^./.>X3X6X8X0XeXqX1X:XF.b.c.K.`.T.9 rX",
|
||||
"rXe L.[._.W.I.Z.Z.U.E.R.^./.>X3X5X,X;X-X#XXX}.a.w.w.a.|.F.9 rX",
|
||||
"rXe C.[._.W.U.Z.U.U.Y.R.^.~.D.u.w.w.}.XX$XXX}.i.w.r.a.|.OX8 rX",
|
||||
"rXe u.5.f.B.M.M.B.h.&.$.#.` [ ;.,.w.}.XX$XXX}.i.w.r.a.|.OX8 rX",
|
||||
"rXe u.>.) I A Z U T W Q ! ` [ ;.,.r.d.XX#X.X}.r.w.w.p.}.OX9 rX",
|
||||
"rXe u.>.) I A Z U T W Q ! ` [ ;.,.r.d.&X+Xq.*.*.B V 2.z.m.9 rX",
|
||||
"rXe u.>.) I A Z U T W Q ! ` [ ;.y.0.M s < = $ # @ O * < f 3 rX",
|
||||
"rX4 1.4.) ( A Z U T W Q / +...v 2 = + rXrXrXrXrXrX rX",
|
||||
"rXi > 0 b .G J L ~ P n q < & . rXrXrXrXrXrXrXrXrXrXrXrXrX rX",
|
||||
"rXrX O : : , < : % X rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrX",
|
||||
"rXrXrXrXrXrX rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrX",
|
||||
"rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrX",
|
||||
"rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrX",
|
||||
"rXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrXrX"
|
||||
};
|
@ -0,0 +1,271 @@
|
||||
/* XPM */
|
||||
static char *kvoctrain[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 233 2",
|
||||
" c black",
|
||||
". c #0D0D0C0C0202",
|
||||
"X c #0F0F0F0F0202",
|
||||
"o c #121211110202",
|
||||
"O c #131312120303",
|
||||
"+ c #1A1A19190505",
|
||||
"@ c #1D1D1B1B0505",
|
||||
"# c #1E1E1C1C0606",
|
||||
"$ c #23231D1D1414",
|
||||
"% c #24241E1E1515",
|
||||
"& c #252525250707",
|
||||
"* c #282826260707",
|
||||
"= c #2B2B29290707",
|
||||
"- c #2A2A29290808",
|
||||
"; c #2E2E2C2C0909",
|
||||
": c #2F2F2E2E0909",
|
||||
"> c #282825251A1A",
|
||||
", c #282827271919",
|
||||
"< c #30302F2F0909",
|
||||
"1 c #313130300A0A",
|
||||
"2 c #3B3B37372626",
|
||||
"3 c #070707077272",
|
||||
"4 c #080808087676",
|
||||
"5 c #080808087C7C",
|
||||
"6 c #080808087F7F",
|
||||
"7 c #41413F3F1111",
|
||||
"8 c #41413D3D2727",
|
||||
"9 c #42423E3E2828",
|
||||
"0 c #4C4C48481313",
|
||||
"q c #4F4F4B4B1313",
|
||||
"w c #52524E4E1111",
|
||||
"e c #515150501010",
|
||||
"r c #535350501010",
|
||||
"t c #5B5B59591212",
|
||||
"y c #4F4F4D4D3333",
|
||||
"u c #4E4E4A4A3838",
|
||||
"i c #4E4E4B4B3838",
|
||||
"p c #63635F5F1D1D",
|
||||
"a c #787874741E1E",
|
||||
"s c #7A7A77771E1E",
|
||||
"d c #656562623F3F",
|
||||
"f c #74746D6D2424",
|
||||
"g c #7E7E7B7B2020",
|
||||
"h c #66665F5F4040",
|
||||
"j c #7F7F72724C4C",
|
||||
"k c #090909098484",
|
||||
"l c #1A1A1A1A8D8D",
|
||||
"z c #80807C7C2727",
|
||||
"x c #81817F7F5B5B",
|
||||
"c c #F2F200000000",
|
||||
"v c #F6F600000000",
|
||||
"b c #FEFE00000000",
|
||||
"n c red",
|
||||
"m c #FFFF0D0D0D0D",
|
||||
"M c #FFFF11111111",
|
||||
"N c #FFFF19191919",
|
||||
"B c #FFFF1A1A1A1A",
|
||||
"V c #FFFF26262626",
|
||||
"C c #FFFF55555555",
|
||||
"Z c #FFFF5E5E5E5E",
|
||||
"A c #FFFF77777777",
|
||||
"S c #8E8E87873939",
|
||||
"D c #93938E8E2C2C",
|
||||
"F c #93938F8F3B3B",
|
||||
"G c #999991912F2F",
|
||||
"H c #9E9E97972F2F",
|
||||
"J c #9F9F98983030",
|
||||
"K c #A9A9A5A52F2F",
|
||||
"L c #AAAAA4A43A3A",
|
||||
"P c #838381815C5C",
|
||||
"I c #888887875D5D",
|
||||
"U c #8B8B89895E5E",
|
||||
"Y c #91918D8D5D5D",
|
||||
"T c #8D8D8B8B6060",
|
||||
"R c #959594946464",
|
||||
"E c #9A9A99996666",
|
||||
"W c #9C9C9A9A6565",
|
||||
"Q c #9E9E9C9C6A6A",
|
||||
"! c #A3A399994141",
|
||||
"~ c #A8A89F9F5252",
|
||||
"^ c #A6A699996767",
|
||||
"/ c #AEAEA9A94141",
|
||||
"( c #AFAFACAC4545",
|
||||
") c #B9B9B1B14444",
|
||||
"_ c #A9A9A7A76C6C",
|
||||
"` c #A8A8A7A76E6E",
|
||||
"' c #ACACABAB6E6E",
|
||||
"] c #AEAEADAD6D6D",
|
||||
"[ c #AFAFADAD7373",
|
||||
"{ c #B7B7ABAB6666",
|
||||
"} c #B5B5AAAA7373",
|
||||
"| c #B4B4B1B16464",
|
||||
" . c #B7B7B4B46565",
|
||||
".. c #B3B3B1B16D6D",
|
||||
"X. c #B4B4B1B16A6A",
|
||||
"o. c #B6B6B3B36969",
|
||||
"O. c #B5B5B3B36D6D",
|
||||
"+. c #B9B9B6B66161",
|
||||
"@. c #B5B5B3B37474",
|
||||
"#. c #B8B8B6B67373",
|
||||
"$. c #BBBBB9B97777",
|
||||
"%. c #BDBDBBBB7575",
|
||||
"&. c #BEBEBCBC7878",
|
||||
"*. c #C0C0BDBD4A4A",
|
||||
"=. c #C3C3BCBC4848",
|
||||
"-. c yellow",
|
||||
";. c #D3D3CCCC5A5A",
|
||||
":. c #C5C5C0C06A6A",
|
||||
">. c #C5C5C2C26B6B",
|
||||
",. c #C7C7C4C46868",
|
||||
"<. c #CBCBC4C46F6F",
|
||||
"1. c #C5C5C2C27070",
|
||||
"2. c #C4C4C1C17474",
|
||||
"3. c #C4C4C1C17777",
|
||||
"4. c #C5C5C2C27777",
|
||||
"5. c #C2C2C0C07878",
|
||||
"6. c #C3C3C1C17A7A",
|
||||
"7. c #C3C3C1C17C7C",
|
||||
"8. c #C3C3C1C17F7F",
|
||||
"9. c #CFCFCCCC7979",
|
||||
"0. c #D9D9D2D26767",
|
||||
"q. c #DBDBD8D87272",
|
||||
"w. c #DEDEDBDB7575",
|
||||
"e. c #DEDEDBDB7777",
|
||||
"r. c #DFDFDCDC7272",
|
||||
"t. c #DEDEDBDB7D7D",
|
||||
"y. c #E3E3DDDD6262",
|
||||
"u. c #E2E2DCDC6C6C",
|
||||
"i. c #E1E1D8D87070",
|
||||
"p. c #E8E8DADA7D7D",
|
||||
"a. c #F3F3EEEE7979",
|
||||
"s. c #F7F7F4F47C7C",
|
||||
"d. c #F9F9F5F57B7B",
|
||||
"f. c #FEFEFBFB7D7D",
|
||||
"g. c #ABABAAAA8B8B",
|
||||
"h. c #B8B8B4B48989",
|
||||
"j. c #B2B2B1B19292",
|
||||
"k. c #B5B5B4B49292",
|
||||
"l. c #B8B8B6B69393",
|
||||
"z. c #BEBEB9B99090",
|
||||
"x. c #DDDD93939393",
|
||||
"c. c #C4C4BFBF8C8C",
|
||||
"v. c #FFFF84848484",
|
||||
"b. c #FFFF88888888",
|
||||
"n. c #FFFF8C8C8C8C",
|
||||
"m. c #F6F6A4A4A4A4",
|
||||
"M. c #FEFEA9A9A9A9",
|
||||
"N. c #FFFFAAAAAAAA",
|
||||
"B. c #FFFFBFBFBFBF",
|
||||
"V. c #C3C3C1C18282",
|
||||
"C. c #C3C3C1C18585",
|
||||
"Z. c #C5C5C3C38787",
|
||||
"A. c #C7C7C5C59D9D",
|
||||
"S. c #CFCFCDCD9191",
|
||||
"D. c #D3D3D1D18181",
|
||||
"F. c #D5D5D2D28181",
|
||||
"G. c #DBDBD8D88383",
|
||||
"H. c #DDDDDADA8080",
|
||||
"J. c #DDDDDADA8282",
|
||||
"K. c #DCDCD9D98585",
|
||||
"L. c #DCDCDADA8989",
|
||||
"P. c #DCDCDADA8B8B",
|
||||
"I. c #DCDCDADA8F8F",
|
||||
"U. c #D9D9D4D49F9F",
|
||||
"Y. c #DCDCDADA9191",
|
||||
"T. c #DDDDDBDB9494",
|
||||
"R. c #D9D9D7D7ABAB",
|
||||
"E. c #E3E3DADA8C8C",
|
||||
"W. c #E3E3DFDF9393",
|
||||
"Q. c #E3E3E0E08181",
|
||||
"!. c #EBEBE4E48F8F",
|
||||
"~. c #ECECE7E78B8B",
|
||||
"^. c #ECECE9E98D8D",
|
||||
"/. c #E3E3E1E19A9A",
|
||||
"(. c #F1F1EDED8484",
|
||||
"). c #F2F2EFEF9898",
|
||||
"_. c #F6F6F3F38181",
|
||||
"`. c #F5F5F2F28B8B",
|
||||
"'. c #F6F6F3F38888",
|
||||
"]. c #F6F6F3F38B8B",
|
||||
"[. c #F4F4F1F18E8E",
|
||||
"{. c #F7F7F4F48888",
|
||||
"}. c #FEFEFBFB8282",
|
||||
"|. c #FFFFFCFC8686",
|
||||
" X c #FEFEFBFB8888",
|
||||
".X c #FEFEFBFB8A8A",
|
||||
"XX c #FDFDFAFA8C8C",
|
||||
"oX c #F6F6F0F09595",
|
||||
"OX c #F5F5F3F39B9B",
|
||||
"+X c #F6F6F4F49E9E",
|
||||
"@X c #F9F9F6F69E9E",
|
||||
"#X c #FEFEFCFC9F9F",
|
||||
"$X c #E3E3E1E1A0A0",
|
||||
"%X c #EEEEECECA2A2",
|
||||
"&X c #E3E3E2E2B7B7",
|
||||
"*X c #E6E6E4E4B5B5",
|
||||
"=X c #E7E7E5E5B4B4",
|
||||
"-X c #ECECEAEAB6B6",
|
||||
";X c #EEEEECECB5B5",
|
||||
":X c #F6F6EFEFB7B7",
|
||||
">X c #F7F7F5F5A0A0",
|
||||
",X c #F7F7F5F5AFAF",
|
||||
"<X c #F9F9F6F6ABAB",
|
||||
"1X c #FBFBF9F9A4A4",
|
||||
"2X c #FEFEFCFCA0A0",
|
||||
"3X c #FFFFFDFDA1A1",
|
||||
"4X c #FFFFFDFDA2A2",
|
||||
"5X c #FEFEFCFCA7A7",
|
||||
"6X c #FFFFFDFDA6A6",
|
||||
"7X c #FFFFFDFDA7A7",
|
||||
"8X c #FBFBF9F9ACAC",
|
||||
"9X c #FFFFFDFDA8A8",
|
||||
"0X c #FFFFFDFDADAD",
|
||||
"qX c #FEFEFCFCAFAF",
|
||||
"wX c #FFFFFDFDAFAF",
|
||||
"eX c #FFFFFDFDB0B0",
|
||||
"rX c #FFFFFDFDB3B3",
|
||||
"tX c #FEFEFCFCB5B5",
|
||||
"yX c #FFFFFDFDB5B5",
|
||||
"uX c #FFFFFDFDB6B6",
|
||||
"iX c #FBFBF9F9BABA",
|
||||
"pX c #FBFBF9F9BCBC",
|
||||
"aX c #FBFBF9F9BEBE",
|
||||
"sX c #FCFCFAFABBBB",
|
||||
"dX c #FFFFFDFDB8B8",
|
||||
"fX c #FFFFFDFDBABA",
|
||||
"gX c #FFFFFDFDBCBC",
|
||||
"hX c #F8F8F5F5C4C4",
|
||||
"jX c #F8F8F8F8F8F8",
|
||||
"kX c #FBFBFBFBFBFB",
|
||||
"lX c #FEFEFEFEFEFE",
|
||||
"zX c gray100",
|
||||
"xX c None",
|
||||
/* pixels */
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxX xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxX> } u > xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXu :XhXz.d xXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxX 8 % xXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxX U.h.Y j xXxXxXxXxXxX",
|
||||
"xXxXxX A.;XsXfX<X/.^ y 9 % xXxX",
|
||||
"xXxXxX n n n n n n n n n n n n n n n k.=XpXfXrX9X6X@XE.S xX",
|
||||
"xXxXxX n n n n n n n n n n n n n n n k.=XaXsXrXwX6X4XoX/ xX",
|
||||
"xXxXxX n n n n n v c c c c c c c c c g.R.;XiXrXrX9X4X(.K xX",
|
||||
"xXxXxX -.-.-.-.-. rXrX6X4Xq.< xXxX",
|
||||
"xXxXxX -.-.-.-.-. n n l k k N.n N.k k k n n ,X8X5X4X<.; xXxX",
|
||||
"xXxXxX -.-.-.-.-. zXzXn n k N.n N.k n n zXzX $X%X5X#X=.; xXxX",
|
||||
"xXxXxX k k zXzXn N.n N.n zXzXk k S./.OX4Xg O xXxX",
|
||||
"xXxXxXxXxXxXxXh j. n n n n n n n n n n n n n Z.T.+X!.t xXxX",
|
||||
"xXxXxXxXxXxX2 c.&X n n n n n n n n n n n n n C.Y.OXu.t xXxX",
|
||||
"xX N.zXn n k k V.I.).( xXxXxX",
|
||||
"xX n n n n n n n n n n n n n n m.6 jXkXn n 8.P.~.L xXxXxX",
|
||||
"xX n n n B b.B.B.M n n n n n n x.3 4 5 kXzX 8.P.w.a xXxXxX",
|
||||
"xX n n n zXzXn.n.v.V n n n n n 5.K.:.< xXxXxXxX",
|
||||
"xX n n b.zXA n n M M Z Z n n n x P T Q [ @.#.4.J.) = xXxXxXxX",
|
||||
"xX n n N.zXC n n n n N.N.n n n I U R _ $.5.4.9.Q.a O xXxXxXxX",
|
||||
"xX n n b.zXA n n M M m M n n n E W _ &.D.G.J.Q.0.r xXxXxXxX",
|
||||
"xX n n n zXzXn.n.v.V n n n n n ' ] %.F.^.[.[.{.*.@ xXxXxXxXxX",
|
||||
"xX n n n B b.B.B.M n n n n n n ..O.4.t.`.XX.Xa.J xXxXxXxXxX",
|
||||
"xX n n n n n n n n n n n n n n X.o.>.t.'..X|.;.q xXxXxXxXxX",
|
||||
"xX | .:.e._.}.d.D # xXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxX X & 7 g F ~ +.,.w.s.f.y.r xXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxX + r p ! { i.p.J xXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX X - * f G 0 xXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX xXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX"
|
||||
};
|
@ -0,0 +1,202 @@
|
||||
/* XPM */
|
||||
static char *kwordquiz[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 164 2",
|
||||
" c black",
|
||||
". c #1B1C1D",
|
||||
"X c #000060",
|
||||
"o c #473916",
|
||||
"O c blue",
|
||||
"+ c #5B63A3",
|
||||
"@ c #6C7AB3",
|
||||
"# c #7171A8",
|
||||
"$ c #727DB3",
|
||||
"% c #7480B6",
|
||||
"& c #7E86B6",
|
||||
"* c #996600",
|
||||
"= c #9E6B00",
|
||||
"- c #9D7000",
|
||||
"; c #9F7411",
|
||||
": c #AA5500",
|
||||
"> c #A16D00",
|
||||
", c #A67403",
|
||||
"< c #AF7A06",
|
||||
"1 c #AF7C0B",
|
||||
"2 c #B27D03",
|
||||
"3 c red",
|
||||
"4 c #C27823",
|
||||
"5 c #806C8D",
|
||||
"6 c #AA8000",
|
||||
"7 c #AF800E",
|
||||
"8 c #AF8010",
|
||||
"9 c #B48205",
|
||||
"0 c #B1810D",
|
||||
"q c #B98707",
|
||||
"w c #B28412",
|
||||
"e c #BC8E19",
|
||||
"r c #AA8536",
|
||||
"t c #AE8C38",
|
||||
"y c #B58C25",
|
||||
"u c #BE882D",
|
||||
"i c #BF962B",
|
||||
"p c #BC9634",
|
||||
"a c #BA993E",
|
||||
"s c #948159",
|
||||
"d c #938067",
|
||||
"f c #A48447",
|
||||
"g c #B28E42",
|
||||
"h c #BF9B45",
|
||||
"j c #BC9D4C",
|
||||
"k c #B49A53",
|
||||
"l c #A69467",
|
||||
"z c #BEA35E",
|
||||
"x c #B9A46B",
|
||||
"c c #B3A77F",
|
||||
"v c #BBA872",
|
||||
"b c #CB9A15",
|
||||
"n c #CE9F1E",
|
||||
"m c #D29B07",
|
||||
"M c #C68F24",
|
||||
"N c #C58D2B",
|
||||
"B c #C39926",
|
||||
"V c #C3992B",
|
||||
"C c #CA9D23",
|
||||
"Z c #C89D2D",
|
||||
"A c #C59E38",
|
||||
"S c #CEA42D",
|
||||
"D c #CAA231",
|
||||
"F c #D1A92D",
|
||||
"G c #D3AC33",
|
||||
"H c #DBB335",
|
||||
"J c #DBB438",
|
||||
"K c #E9AE08",
|
||||
"L c #E9B10B",
|
||||
"P c #E6B31A",
|
||||
"I c #ECB614",
|
||||
"U c #F4B808",
|
||||
"Y c #FCBD03",
|
||||
"T c #F4BB10",
|
||||
"R c #E1AF20",
|
||||
"E c #E2B428",
|
||||
"W c #E5BB2E",
|
||||
"Q c #EABC27",
|
||||
"! c #EBBC28",
|
||||
"~ c #E5BD35",
|
||||
"^ c #CB8D56",
|
||||
"/ c #C5A040",
|
||||
"( c #C2A14C",
|
||||
") c #C2A151",
|
||||
"_ c #C3AD73",
|
||||
"` c #C9B074",
|
||||
"' c #FFC105",
|
||||
"] c #FEC20B",
|
||||
"[ c #F4C11E",
|
||||
"{ c #FFC613",
|
||||
"} c #FFC817",
|
||||
"| c #FFC81B",
|
||||
" . c #F4C221",
|
||||
".. c #F6C629",
|
||||
"X. c #FFCC23",
|
||||
"o. c #FDCD2A",
|
||||
"O. c #F4C832",
|
||||
"+. c #F1CA3C",
|
||||
"@. c #FFD02E",
|
||||
"#. c #FFD233",
|
||||
"$. c #FFD53B",
|
||||
"%. c #E7C340",
|
||||
"&. c #EDC942",
|
||||
"*. c #FBD540",
|
||||
"=. c #FFD842",
|
||||
"-. c #FEDB4C",
|
||||
";. c #FEDD52",
|
||||
":. c #858CBA",
|
||||
">. c #9395BD",
|
||||
",. c #9898BF",
|
||||
"<. c #BCAF81",
|
||||
"1. c #BBB089",
|
||||
"2. c #B9B191",
|
||||
"3. c #BCB79E",
|
||||
"4. c #B6B9AE",
|
||||
"5. c #BDBAA4",
|
||||
"6. c #B9BAAC",
|
||||
"7. c #93A4CC",
|
||||
"8. c #9DA4C8",
|
||||
"9. c #9DACCF",
|
||||
"0. c #9FADD0",
|
||||
"q. c #A0A7C9",
|
||||
"w. c #A4A9CA",
|
||||
"e. c #ABACCB",
|
||||
"r. c #A1AED0",
|
||||
"t. c #A4B0D1",
|
||||
"y. c #A9B2D1",
|
||||
"u. c #B0B0CC",
|
||||
"i. c #B2BFCD",
|
||||
"p. c #BFC5C3",
|
||||
"a. c #BDC2C8",
|
||||
"s. c #BDC9CE",
|
||||
"d. c #BFCBD1",
|
||||
"f. c #B6CDE6",
|
||||
"g. c #B8CFE7",
|
||||
"h. c #BAD0E6",
|
||||
"j. c #BED2E8",
|
||||
"k. c #C2B691",
|
||||
"l. c #C6C4B4",
|
||||
"z. c #C0C7CF",
|
||||
"x. c #C7CDCA",
|
||||
"c. c #C8CECB",
|
||||
"v. c #C0CCD2",
|
||||
"b. c #C7D0D5",
|
||||
"n. c #D5D8D4",
|
||||
"m. c #D7DDDF",
|
||||
"M. c #C2D3E3",
|
||||
"N. c #C2D5E8",
|
||||
"B. c #C6D8EA",
|
||||
"V. c #CCDBEA",
|
||||
"C. c #D4DCE2",
|
||||
"Z. c #D1DEEB",
|
||||
"A. c #D1D3F3",
|
||||
"S. c #D5E0EC",
|
||||
"D. c #DAE3ED",
|
||||
"F. c #E9D2D7",
|
||||
"G. c #E0E1DF",
|
||||
"H. c #E0E7EF",
|
||||
"J. c #E2E8EF",
|
||||
"K. c #E6EBF0",
|
||||
"L. c #E9ECF0",
|
||||
"P. c #EEF0F2",
|
||||
"I. c #F1F1F2",
|
||||
"U. c None",
|
||||
/* pixels */
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.",
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.",
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.",
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.",
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U., , 2 9 q 9 1 , - U.U.U.U.U.U.",
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U., 2 m L T { | | [ P b 1 = U.U.U.U.",
|
||||
"U.# ,.,.,.,.>.,.>.>.>.>.>.>.r b Y ] ] ] { } | | o.o.o.B f :.+ U.",
|
||||
"U.u.I.I.P.P.P.L.L.L.L.L.K.j T ] ] ' ' ] ] } | X.X.o.o.#.~ _ & U.",
|
||||
"U.u.P.P.I.I.L.L.L.L.L.L._ P ] ' ' Y Y n A ( / Z .o.@.#.$.G d U.",
|
||||
"U.u.P.P.L.L.L.L.L.L.K.G.C } { ] ' K h n.D.D.S.C.z E #.#.$.$.y U.",
|
||||
"U.e.P.A.O O O O O O O # I } { ] U j D.D.D.S.S.S.S.j ..#.$.=.G - ",
|
||||
"U.u.L.L.K.L.L.K.L.L.L.u | } { ] C m.D.D.S.S.S.S.S.l.E #.$.$.+.1 ",
|
||||
"U.e.L.L.L.K.K.K.J.J.J._ R | } I ( D.S.S.S.S.S.S.Z.2. .$.$.=.*.7 ",
|
||||
"U.e.L.K.L.L.L.K.L.L.L.L.^ M N ^ L.D.D.S.S.S.S.V.Z.u #.#.$.=.+., ",
|
||||
"U.e.L.F.3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 Q #.$.$.=.y , ",
|
||||
"U.w.K.K.J.J.J.J.D.J.D.D.D.D.S.D.S.Z.S.S.S.V.c.p ..#.#.$.=.J s U.",
|
||||
"U.e.K.J.D.H.H.H.H.D.D.D.S.S.S.S.S.V.S.V.Z.l.V o.@.#.$.$.~ x % U.",
|
||||
"U.w.J.s.. . . . . . . . . . . . . . . . o w o.@.#.#.$.J x N.% U.",
|
||||
"U.w.D.K.D.D.H.D.D.S.S.S.S.S.S.Z.V.S.V.c.Z o.o.#.#.$.D 1.N.N.% U.",
|
||||
"U.w.K.D.K.D.D.D.D.S.S.S.S.S.Z.Z.V.V.V.a o.o.#.#.#.D 5.N.N.N.$ U.",
|
||||
"U.w.D.z.. . . . . . . . . . . . . a.v.S o.#.#.#.S 6.N.N.j.j.% U.",
|
||||
"U.8.D.D.D.D.D.D.D.D.D.D.S.V.Z.V.V.M.5.Q #.#.#.~ 2.N.N.j.j.j.$ U.",
|
||||
"U.8.D.D.S.S.S.S.Z.S.S.Z.V.Z.V.V.V.V.<.O.W F O.G s.j.j.j.j.h.@ U.",
|
||||
"U.8.D.D.S.S.S.S.Z.Z.Z.V.V.V.V.V.B.B.v i 2.d.k y j.j.j.h.h.h.$ U.",
|
||||
"U.8.S.S.S.S.Z.S.Z.Z.V.V.V.V.V.V.B.B.3.x.N.N.N.c j.j.h.h.j.g.@ U.",
|
||||
"U.8.S.S.S.S.Z.Z.V.Z.V.V.V.V.N.V.N.N.s.6.4.4.4.4.g.h.g.g.g.g.@ U.",
|
||||
"U.8.S.S.S.S.Z.V.V.V.V.V.V.N.B.N.N.M.a ~ ~ ~ F k h.j.g.g.f.f.@ U.",
|
||||
"U.$ y.y.t.t.t.w.t.r.0.w.0.0.0.0.9.l +.-.-.-.t 7.7.7.7.7.7.7.+ U.",
|
||||
"U.X X X X X X X X X X X X X X X X w -.;.;.&.; X X X X X X X X U.",
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.1 &.;.;.;.w U.U.U.U.U.U.U.U.U.",
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.: e %.%.%.F 8 U.U.U.U.U.U.U.U.",
|
||||
"U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.U.> > = = = = * U.U.U.U.U.U.U."
|
||||
};
|
@ -0,0 +1 @@
|
||||
build-tree/tdeedu-*/kstars/kstars/indi/README
|
@ -0,0 +1,29 @@
|
||||
usr/bin/apmount
|
||||
#usr/bin/apogee_ppi
|
||||
usr/bin/celestrongps
|
||||
usr/bin/fliccd
|
||||
usr/bin/fliwheel
|
||||
usr/bin/indiserver
|
||||
usr/bin/lx200_16
|
||||
usr/bin/lx200autostar
|
||||
usr/bin/lx200basic
|
||||
usr/bin/lx200classic
|
||||
usr/bin/lx200generic
|
||||
usr/bin/lx200gps
|
||||
#usr/bin/meade_lpi
|
||||
usr/bin/sbigccd
|
||||
usr/bin/skycommander
|
||||
usr/bin/temma
|
||||
#usr/bin/v4ldriver
|
||||
#usr/bin/v4lphilips
|
||||
usr/share/man/man1/celestrongps.1
|
||||
usr/share/man/man1/fliccd.1
|
||||
usr/share/man/man1/indiserver.1
|
||||
usr/share/man/man1/lx200_16.1
|
||||
usr/share/man/man1/lx200autostar.1
|
||||
usr/share/man/man1/lx200classic.1
|
||||
usr/share/man/man1/lx200generic.1
|
||||
usr/share/man/man1/lx200gps.1
|
||||
usr/share/man/man1/temma.1
|
||||
usr/share/man/man1/v4ldriver.1
|
||||
usr/share/man/man1/v4lphilips.1
|
@ -0,0 +1,13 @@
|
||||
usr/bin/apmount
|
||||
usr/bin/celestrongps
|
||||
usr/bin/fliccd
|
||||
usr/bin/fliwheel
|
||||
usr/bin/indiserver
|
||||
usr/bin/lx200_16
|
||||
usr/bin/lx200autostar
|
||||
usr/bin/lx200basic
|
||||
usr/bin/lx200classic
|
||||
usr/bin/lx200generic
|
||||
usr/bin/lx200gps
|
||||
usr/bin/skycommander
|
||||
usr/bin/temma
|
@ -0,0 +1 @@
|
||||
/usr/share/apps/kalzium
|
@ -0,0 +1,8 @@
|
||||
Kalzium for Debian
|
||||
------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1 @@
|
||||
build-tree/tdeedu-*/kalzium/TODO
|
@ -0,0 +1,16 @@
|
||||
usr/bin/kalzium
|
||||
/usr/share/applications/tde/kalzium.desktop
|
||||
/usr/share/config.kcfg/kalzium.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kalzium/common
|
||||
/usr/share/doc/tde/HTML/en/kalzium/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/kalzium/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kalzium/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kalzium.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kalzium.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kalzium.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kalzium.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kalzium.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kalzium.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kalzium.svgz
|
||||
/usr/share/man/man1/kalzium.1
|
||||
../icons/kalzium.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kalzium-trinity):needs="X11"\
|
||||
section="Apps/Science/Chemistry"\
|
||||
hints="TDE"\
|
||||
title="Kalzium"\
|
||||
longtitle="Kalzium (Periodic Table of Elements)"\
|
||||
command="/usr/bin/kalzium"\
|
||||
icon="/usr/share/pixmaps/kalzium.xpm"
|
@ -0,0 +1,8 @@
|
||||
KMessedWords for Debian
|
||||
-----------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/kanagram/DATA_FILE_TRANSLATION.readme
|
||||
build-tree/tdeedu-*/kanagram/TODO
|
@ -0,0 +1,16 @@
|
||||
usr/bin/kanagram
|
||||
/usr/share/applications/tde/kanagram.desktop
|
||||
/usr/share/apps/kanagram
|
||||
/usr/share/config.kcfg/kanagram.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kanagram/common
|
||||
/usr/share/doc/tde/HTML/en/kanagram/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/kanagram/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kanagram/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kanagram.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kanagram.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kanagram.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kanagram.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kanagram.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kanagram.svgz
|
||||
/usr/share/man/man1/kanagram.1
|
||||
../icons/kanagram.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kanagram-trinity):needs="X11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE"\
|
||||
title="KAnagram"\
|
||||
longtitle="KAnagram (Letter Order Game)"\
|
||||
command="/usr/bin/kanagram"\
|
||||
icon="/usr/share/pixmaps/kanagram.xpm"
|
@ -0,0 +1,8 @@
|
||||
KBruch for Debian
|
||||
-----------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Sat, 31 Jan 2004 12:08:48 +1100
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/kbruch/AUTHORS
|
||||
build-tree/tdeedu-*/kbruch/TODO
|
@ -0,0 +1,19 @@
|
||||
usr/bin/kbruch
|
||||
/usr/share/apps/kbruch/kbruchui.rc
|
||||
/usr/share/applications/tde/kbruch.desktop
|
||||
/usr/share/config.kcfg/kbruch.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kbruch/*.bz2
|
||||
/usr/share/doc/tde/HTML/en/kbruch/common
|
||||
/usr/share/doc/tde/HTML/en/kbruch/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kbruch/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kbruch.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kbruch.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kbruch.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kbruch.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kbruch.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kbruch.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kbruch.svgz
|
||||
/usr/share/icons/crystalsvg/32x32/actions/kbruch_*.png
|
||||
/usr/share/icons/crystalsvg/64x64/actions/kbruch_*.png
|
||||
/usr/share/man/man1/kbruch.1
|
||||
../icons/kbruch.xpm /usr/share/pixmaps
|
@ -0,0 +1,8 @@
|
||||
?package(kbruch-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KBruch"\
|
||||
longtitle="KBruch (Exercise Fractions)"\
|
||||
command="/usr/bin/kbruch"\
|
||||
icon="/usr/share/pixmaps/kbruch.xpm"
|
||||
|
@ -0,0 +1,154 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2005 Mathieu Roy <yeupou--gnu.org>
|
||||
# http://yeupou.coleumes.org
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
# USA
|
||||
#
|
||||
# $Id: keduca-shrinker.pl,v 1.3 2005/04/23 11:30:50 yeupou Exp $
|
||||
|
||||
use Getopt::Long;
|
||||
|
||||
my $getopt;
|
||||
my $debug;
|
||||
my $help;
|
||||
|
||||
my $input;
|
||||
my $output;
|
||||
my $number = "20";
|
||||
|
||||
|
||||
########### Get options, give help
|
||||
|
||||
eval {
|
||||
$getopt = GetOptions("debug" => \$debug,
|
||||
"help" => \$help,
|
||||
"number=s" => \$number,
|
||||
"input=s" => \$input,
|
||||
"output=s" => \$ouput);
|
||||
};
|
||||
|
||||
if ($help) {
|
||||
print STDERR <<EOF;
|
||||
Usage: $0 [OPTION] --input [FILE]
|
||||
|
||||
A small program that take a kdeduca test file (.edu) as input with say 100
|
||||
question and output a kdeduca test file with 20 questions selected randomly.
|
||||
|
||||
-i, --input=FILE Input keduca file.
|
||||
-o, --output=FILE Output keduca file, shrinked.
|
||||
(By default, the suffix -shrinked will be added)
|
||||
-n, --number=NUMBER Number expected of questions, in the shrinked
|
||||
version.
|
||||
($number by default)
|
||||
|
||||
Project Homepage: https://gna.org/projects/keduca-shrinker/
|
||||
EOF
|
||||
exit(1);
|
||||
}
|
||||
|
||||
# Test input file existence
|
||||
unless ($input) {
|
||||
print "No input file.\n";
|
||||
}
|
||||
unless (-r $input) {
|
||||
print "Input file not readable.\n";
|
||||
exit;
|
||||
}
|
||||
open(INPUT, "< $input");
|
||||
|
||||
# Test output writability
|
||||
unless ($output) {
|
||||
$output = $input;
|
||||
$output =~ s/.edu$//;
|
||||
$output .= "-shrinked.edu";
|
||||
}
|
||||
if (-e $output && ! -w $output) {
|
||||
print "Output file not writable.\n";
|
||||
exit;
|
||||
|
||||
}
|
||||
open(OUTPUT, "> $output");
|
||||
|
||||
########### Define subs
|
||||
|
||||
sub fisher_yates_shuffle {
|
||||
my $table = shift;
|
||||
my $i;
|
||||
for ($i = @$table; --$i;) {
|
||||
my $j = int rand($i+1);
|
||||
next if $i == $j;
|
||||
@$table[$i,$j] = @$table[$j,$i];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
########### Grab the file header, store questions in an array.
|
||||
# I know, it's XML, it may be simple to call an xml parser.
|
||||
# But in fact, we have nothing to parse here, we do not care about
|
||||
# the real content, so...
|
||||
my $structure = "header";
|
||||
my $header;
|
||||
my $footer;
|
||||
my @questions;
|
||||
my $newquestion;
|
||||
|
||||
while (<INPUT>) {
|
||||
## Grab the structure (footer and header)
|
||||
# the header last when data begins
|
||||
# the footer begin when data ends
|
||||
|
||||
$header .= $_ if $structure eq "header";
|
||||
|
||||
$structure = "content" if /\<Data\>/m;
|
||||
$structure = "footer" if /\<\/Data\>/m;
|
||||
|
||||
$footer .= $_ if $structure eq "footer";
|
||||
|
||||
## Grab the questions
|
||||
if ($structure eq "content") {
|
||||
$newquestion .= $_;
|
||||
|
||||
# If we found the string </question>, that the end of a question
|
||||
if (/\<\/question\>/m) {
|
||||
push(@questions, $newquestion);
|
||||
$newquestion = "";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
########### Select the number of questions we want
|
||||
# warn the user if there's nothing to do
|
||||
if (scalar(@questions) < $number) {
|
||||
print "There are only ".scalar(@questions)." questions in the input file, less than $number.\n";
|
||||
# Copy & exit
|
||||
system("cp", $input, $output);
|
||||
exit;
|
||||
} else {
|
||||
# Shuffle
|
||||
fisher_yates_shuffle(\@questions);
|
||||
# Keeps only the desired amount (number-1, as 0 is counted)
|
||||
$#questions = ($number-1);
|
||||
}
|
||||
|
||||
########### Final output
|
||||
print OUTPUT $header;
|
||||
print OUTPUT @questions;
|
||||
print OUTPUT $footer;
|
||||
|
||||
close(INPUT);
|
||||
close(OUTPUT);
|
@ -0,0 +1,8 @@
|
||||
KEduca for Debian
|
||||
-----------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/keduca/AUTHORS
|
||||
build-tree/tdeedu-*/keduca/TODO
|
@ -0,0 +1,26 @@
|
||||
usr/bin/keduca
|
||||
usr/bin/keducabuilder
|
||||
usr/lib/*/trinity/libkeducapart.la
|
||||
usr/lib/*/trinity/libkeducapart.so
|
||||
/usr/share/applications/tde/keduca.desktop
|
||||
/usr/share/applications/tde/keducabuilder.desktop
|
||||
/usr/share/apps/keduca
|
||||
/usr/share/config.kcfg/keduca.kcfg
|
||||
/usr/share/doc/tde/HTML/en/keduca/common
|
||||
/usr/share/doc/tde/HTML/en/keduca/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/keduca/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/keduca/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/keduca.png
|
||||
/usr/share/icons/hicolor/22x22/apps/keduca.png
|
||||
/usr/share/icons/hicolor/32x32/apps/keduca.png
|
||||
/usr/share/icons/hicolor/48x48/apps/keduca.png
|
||||
/usr/share/icons/hicolor/64x64/apps/keduca.png
|
||||
/usr/share/icons/hicolor/128x128/apps/keduca.png
|
||||
/usr/share/mimelnk/application/x-edu.desktop
|
||||
/usr/share/mimelnk/application/x-edugallery.desktop
|
||||
/usr/share/services/keduca_part.desktop
|
||||
/usr/share/man/man1/keduca.1
|
||||
/usr/share/man/man1/keduca-shrinker.1
|
||||
/usr/share/man/man1/keducabuilder.1
|
||||
../icons/keduca.xpm /usr/share/pixmaps
|
||||
../keduca-shrinker usr/bin
|
@ -0,0 +1,15 @@
|
||||
?package(keduca-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KEduca"\
|
||||
longtitle="KEduca (Tests and Exams)"\
|
||||
command="/usr/bin/keduca"\
|
||||
icon="/usr/share/pixmaps/keduca.xpm"
|
||||
|
||||
?package(keduca-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KEduca-Editor"\
|
||||
longtitle="KEduca-Editor (Tests and Exams Editor)"\
|
||||
command="/usr/bin/keducabuilder"\
|
||||
icon="/usr/share/pixmaps/keduca.xpm"
|
@ -0,0 +1 @@
|
||||
/usr/share/apps/kgeography
|
@ -0,0 +1,8 @@
|
||||
KGeography for Debian
|
||||
---------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Daniel Schepler <schepler@debian.org>, Tue Dec 13 23:02:33 2005
|
@ -0,0 +1,3 @@
|
||||
build-tree/tdeedu-*/kgeography/AUTHORS
|
||||
build-tree/tdeedu-*/kgeography/README
|
||||
build-tree/tdeedu-*/kgeography/TODO
|
@ -0,0 +1,20 @@
|
||||
usr/bin/kgeography
|
||||
usr/bin/kgeography_gen_map.pl
|
||||
/usr/share/applications/tde/kgeography.desktop
|
||||
/usr/share/config.kcfg/kgeography.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kgeography
|
||||
/usr/share/icons/crystalsvg/128x128/apps/kgeography.png
|
||||
/usr/share/icons/crystalsvg/16x16/apps/kgeography.png
|
||||
/usr/share/icons/crystalsvg/22x22/apps/kgeography.png
|
||||
/usr/share/icons/crystalsvg/32x32/apps/kgeography.png
|
||||
/usr/share/icons/crystalsvg/48x48/apps/kgeography.png
|
||||
/usr/share/icons/crystalsvg/64x64/apps/kgeography.png
|
||||
/usr/share/icons/crystalsvg/scalable/apps/kgeography.svgz
|
||||
/usr/share/icons/hicolor/128x128/apps/kgeography.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kgeography.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kgeography.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kgeography.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kgeography.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kgeography.png
|
||||
/usr/share/man/man1/kgeography.1
|
||||
../icons/kgeography.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kgeography-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KGeography"\
|
||||
longtitle="KGeography (Geography Learning Tool)"\
|
||||
command="/usr/bin/kgeography"\
|
||||
icon="/usr/share/pixmaps/kgeography.xpm"
|
@ -0,0 +1,8 @@
|
||||
KHangMan for Debian
|
||||
-------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/khangman/AUTHORS
|
||||
build-tree/tdeedu-*/khangman/TODO
|
@ -0,0 +1,21 @@
|
||||
etc/trinity/khangmanrc
|
||||
usr/bin/khangman
|
||||
/usr/share/applications/tde/khangman.desktop
|
||||
/usr/share/apps/khangman/data
|
||||
/usr/share/apps/khangman/khangmanui.rc
|
||||
/usr/share/apps/khangman/pics
|
||||
/usr/share/apps/khangman/sounds
|
||||
/usr/share/config.kcfg/khangman.kcfg
|
||||
/usr/share/doc/tde/HTML/en/khangman/common
|
||||
/usr/share/doc/tde/HTML/en/khangman/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/khangman/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/khangman/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/khangman.png
|
||||
/usr/share/icons/hicolor/22x22/apps/khangman.png
|
||||
/usr/share/icons/hicolor/32x32/apps/khangman.png
|
||||
/usr/share/icons/hicolor/48x48/apps/khangman.png
|
||||
/usr/share/icons/hicolor/64x64/apps/khangman.png
|
||||
/usr/share/icons/hicolor/128x128/apps/khangman.png
|
||||
/usr/share/icons/hicolor/scalable/apps/khangman.svgz
|
||||
/usr/share/man/man1/khangman.1
|
||||
../icons/khangman.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(khangman-trinity):needs="X11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE"\
|
||||
title="KHangMan"\
|
||||
longtitle="KHangMan (Hangman Game)"\
|
||||
command="/usr/bin/khangman"\
|
||||
icon="/usr/share/pixmaps/khangman.xpm"
|
@ -0,0 +1,8 @@
|
||||
Kig for Debian
|
||||
--------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Sat, 31 Jan 2004 12:08:48 +1100
|
@ -0,0 +1,3 @@
|
||||
build-tree/tdeedu-*/kig/AUTHORS
|
||||
build-tree/tdeedu-*/kig/FEATURES
|
||||
build-tree/tdeedu-*/kig/TODO
|
@ -0,0 +1,44 @@
|
||||
etc/trinity/magic/cabri.magic
|
||||
etc/trinity/magic/cabri.magic.mgc
|
||||
etc/trinity/magic/drgeo.magic
|
||||
etc/trinity/magic/drgeo.magic.mgc
|
||||
usr/bin/kig
|
||||
usr/bin/pykig.py
|
||||
usr/lib/*/trinity/tdefile_drgeo.la
|
||||
usr/lib/*/trinity/tdefile_drgeo.so
|
||||
usr/lib/*/trinity/tdefile_kig.la
|
||||
usr/lib/*/trinity/tdefile_kig.so
|
||||
usr/lib/*/trinity/libkigpart.la
|
||||
usr/lib/*/trinity/libkigpart.so
|
||||
/usr/share/applications/tde/kig.desktop
|
||||
/usr/share/apps/katepart/syntax/python-kig.xml
|
||||
/usr/share/apps/kig
|
||||
/usr/share/doc/tde/HTML/en/kig/*.bz2
|
||||
/usr/share/doc/tde/HTML/en/kig/common
|
||||
/usr/share/doc/tde/HTML/en/kig/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kig/*.png
|
||||
/usr/share/doc/tde/HTML/en/kig/scripting-api/*
|
||||
/usr/share/icons/crystalsvg/16x16/mimetypes/kig_doc.png
|
||||
/usr/share/icons/crystalsvg/22x22/mimetypes/kig_doc.png
|
||||
/usr/share/icons/crystalsvg/32x32/mimetypes/kig_doc.png
|
||||
/usr/share/icons/crystalsvg/48x48/mimetypes/kig_doc.png
|
||||
/usr/share/icons/crystalsvg/64x64/mimetypes/kig_doc.png
|
||||
/usr/share/icons/crystalsvg/128x128/mimetypes/kig_doc.png
|
||||
/usr/share/icons/crystalsvg/scalable/mimetypes/kig_doc.svgz
|
||||
/usr/share/icons/hicolor/16x16/apps/kig.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kig.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kig.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kig.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kig.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kig.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kig.svgz
|
||||
/usr/share/man/man1/kig.1
|
||||
/usr/share/mimelnk/application/x-cabri.desktop
|
||||
/usr/share/mimelnk/application/x-drgeo.desktop
|
||||
/usr/share/mimelnk/application/x-kig.desktop
|
||||
/usr/share/mimelnk/application/x-kgeo.desktop
|
||||
/usr/share/mimelnk/application/x-kseg.desktop
|
||||
/usr/share/services/tdefile_drgeo.desktop
|
||||
/usr/share/services/tdefile_kig.desktop
|
||||
/usr/share/services/kig_part.desktop
|
||||
../icons/kig.xpm /usr/share/pixmaps
|
@ -0,0 +1,8 @@
|
||||
?package(kig-trinity):needs="X11"\
|
||||
section="Applications/Science/Mathematics"\
|
||||
hints="TDE"\
|
||||
title="Kig"\
|
||||
longtitle="Kig (Interactive Geometry)"\
|
||||
command="/usr/bin/kig"\
|
||||
icon="/usr/share/pixmaps/kig.xpm"
|
||||
|
@ -0,0 +1,8 @@
|
||||
Kiten for Debian
|
||||
----------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1,3 @@
|
||||
build-tree/tdeedu-*/kiten/AUTHORS
|
||||
build-tree/tdeedu-*/kiten/README
|
||||
build-tree/tdeedu-*/kiten/TODO
|
@ -0,0 +1,15 @@
|
||||
usr/bin/kiten
|
||||
usr/bin/kitengen
|
||||
/usr/share/applications/tde/kiten.desktop
|
||||
/usr/share/doc/tde/HTML/en/kiten/common
|
||||
/usr/share/doc/tde/HTML/en/kiten/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/kiten/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kiten/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kiten.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kiten.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kiten.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kiten.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kiten.svgz
|
||||
/usr/share/man/man1/kiten.1
|
||||
/usr/share/man/man1/kitengen.1
|
||||
../icons/kiten.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kiten-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="Kiten"\
|
||||
longtitle="Kiten (Japanese Reference/Study Tool)"\
|
||||
command="/usr/bin/kiten"\
|
||||
icon="/usr/share/pixmaps/kiten.xpm"
|
@ -0,0 +1,8 @@
|
||||
KLatin for Debian
|
||||
-----------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Sat, 16 Oct 2004 15:32:36 +1000
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/klatin/AUTHORS
|
||||
build-tree/tdeedu-*/klatin/TODO
|
@ -0,0 +1,17 @@
|
||||
usr/bin/klatin
|
||||
/usr/share/applications/tde/klatin.desktop
|
||||
/usr/share/apps/klatin
|
||||
/usr/share/config.kcfg/klatin.kcfg
|
||||
/usr/share/doc/tde/HTML/en/klatin/*.bz2
|
||||
/usr/share/doc/tde/HTML/en/klatin/common
|
||||
/usr/share/doc/tde/HTML/en/klatin/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/klatin/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/klatin.png
|
||||
/usr/share/icons/hicolor/22x22/apps/klatin.png
|
||||
/usr/share/icons/hicolor/32x32/apps/klatin.png
|
||||
/usr/share/icons/hicolor/48x48/apps/klatin.png
|
||||
/usr/share/icons/hicolor/64x64/apps/klatin.png
|
||||
/usr/share/icons/hicolor/128x128/apps/klatin.png
|
||||
/usr/share/icons/hicolor/scalable/apps/klatin.svgz
|
||||
/usr/share/man/man1/klatin.1
|
||||
../icons/klatin.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(klatin-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KLatin"\
|
||||
longtitle="KLatin (Latin Reviser)"\
|
||||
command="/usr/bin/klatin"\
|
||||
icon="/usr/share/pixmaps/klatin.xpm"
|
@ -0,0 +1,7 @@
|
||||
KLettres data for Debian
|
||||
------------------------
|
||||
|
||||
This package merely provides supporting data files for KLettres. The
|
||||
KLettres application itself can be found in the klettres package.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 23 Feb 2004 08:14:22 +1100
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/klettres/AUTHORS
|
||||
build-tree/tdeedu-*/klettres/TODO
|
@ -0,0 +1 @@
|
||||
/usr/share/apps/klettres
|
@ -0,0 +1,8 @@
|
||||
KLettres for Debian
|
||||
-------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/klettres/AUTHORS
|
||||
build-tree/tdeedu-*/klettres/TODO
|
@ -0,0 +1,16 @@
|
||||
etc/trinity/klettresrc
|
||||
usr/bin/klettres
|
||||
/usr/share/applications/tde/klettres.desktop
|
||||
/usr/share/config.kcfg/klettres.kcfg
|
||||
/usr/share/doc/tde/HTML/en/klettres/common
|
||||
/usr/share/doc/tde/HTML/en/klettres/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/klettres/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/klettres/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/klettres.png
|
||||
/usr/share/icons/hicolor/22x22/apps/klettres.png
|
||||
/usr/share/icons/hicolor/32x32/apps/klettres.png
|
||||
/usr/share/icons/hicolor/48x48/apps/klettres.png
|
||||
/usr/share/icons/hicolor/128x128/apps/klettres.png
|
||||
/usr/share/icons/hicolor/scalable/apps/klettres.svgz
|
||||
/usr/share/man/man1/klettres.1
|
||||
../icons/klettres.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(klettres-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KLettres"\
|
||||
longtitle="KLettres (Learn Alphabet)"\
|
||||
command="/usr/bin/klettres"\
|
||||
icon="/usr/share/pixmaps/klettres.xpm"
|
@ -0,0 +1,8 @@
|
||||
KmPlot for Debian
|
||||
-----------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1 @@
|
||||
build-tree/tdeedu-*/kmplot/TODO
|
@ -0,0 +1,21 @@
|
||||
usr/bin/kmplot
|
||||
usr/lib/*/trinity/libkmplotpart.la
|
||||
usr/lib/*/trinity/libkmplotpart.so
|
||||
/usr/share/applications/tde/kmplot.desktop
|
||||
/usr/share/apps/kmplot
|
||||
/usr/share/config.kcfg/kmplot.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kmplot/common
|
||||
/usr/share/doc/tde/HTML/en/kmplot/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/kmplot/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kmplot/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kmplot.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kmplot.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kmplot.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kmplot.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kmplot.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kmplot.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kmplot.svgz
|
||||
/usr/share/man/man1/kmplot.1
|
||||
/usr/share/mimelnk/application/x-kmplot.desktop
|
||||
/usr/share/services/kmplot_part.desktop
|
||||
../icons/kmplot.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kmplot-trinity):needs="X11"\
|
||||
section="Applications/Science/Mathematics"\
|
||||
hints="TDE"\
|
||||
title="KmPlot"\
|
||||
longtitle="KmPlot (Mathematical Function Plotter)"\
|
||||
command="/usr/bin/kmplot"\
|
||||
icon="/usr/share/pixmaps/kmplot.xpm"
|
@ -0,0 +1,8 @@
|
||||
KPercentage for Debian
|
||||
----------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1 @@
|
||||
build-tree/tdeedu-*/kpercentage/TODO
|
@ -0,0 +1,15 @@
|
||||
usr/bin/kpercentage
|
||||
/usr/share/applications/tde/kpercentage.desktop
|
||||
/usr/share/apps/kpercentage
|
||||
/usr/share/doc/tde/HTML/en/kpercentage/common
|
||||
/usr/share/doc/tde/HTML/en/kpercentage/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/kpercentage/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kpercentage/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kpercentage.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kpercentage.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kpercentage.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kpercentage.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kpercentage.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kpercentage.svgz
|
||||
/usr/share/man/man1/kpercentage.1
|
||||
../icons/kpercentage.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kpercentage-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KPercentage"\
|
||||
longtitle="KPercentage (Exercise Percentages)"\
|
||||
command="/usr/bin/kpercentage"\
|
||||
icon="/usr/share/pixmaps/kpercentage.xpm"
|
@ -0,0 +1,7 @@
|
||||
KStars data for Debian
|
||||
----------------------
|
||||
|
||||
This package merely provides supporting data files for KStars. The
|
||||
KStars application itself can be found in the kstars package.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 23 Feb 2004 08:14:22 +1100
|
@ -0,0 +1,7 @@
|
||||
build-tree/tdeedu-*/kstars/AUTHORS
|
||||
build-tree/tdeedu-*/kstars/README
|
||||
build-tree/tdeedu-*/kstars/README.customize
|
||||
build-tree/tdeedu-*/kstars/README.ephemerides
|
||||
build-tree/tdeedu-*/kstars/README.planetmath
|
||||
build-tree/tdeedu-*/kstars/README.timekeeping
|
||||
build-tree/tdeedu-*/kstars/TODO
|
@ -0,0 +1 @@
|
||||
/usr/share/apps/kstars
|
@ -0,0 +1,8 @@
|
||||
KStars for Debian
|
||||
-----------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1,7 @@
|
||||
build-tree/tdeedu-*/kstars/AUTHORS
|
||||
build-tree/tdeedu-*/kstars/README
|
||||
build-tree/tdeedu-*/kstars/README.customize
|
||||
build-tree/tdeedu-*/kstars/README.ephemerides
|
||||
build-tree/tdeedu-*/kstars/README.planetmath
|
||||
build-tree/tdeedu-*/kstars/README.timekeeping
|
||||
build-tree/tdeedu-*/kstars/TODO
|
@ -0,0 +1,18 @@
|
||||
etc/trinity/kstarsrc
|
||||
usr/bin/kstars
|
||||
/usr/include/kstarsinterface.h
|
||||
/usr/include/simclockinterface.h
|
||||
/usr/share/applications/tde/kstars.desktop
|
||||
/usr/share/config.kcfg/kstars.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kstars/common
|
||||
/usr/share/doc/tde/HTML/en/kstars/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/kstars/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kstars/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kstars.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kstars.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kstars.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kstars.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kstars.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kstars.svgz
|
||||
/usr/share/man/man1/kstars.1
|
||||
../icons/kstars.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kstars-trinity):needs="X11"\
|
||||
section="Applications/Science/Astronomy"\
|
||||
hints="TDE"\
|
||||
title="KStars"\
|
||||
longtitle="KStars (Desktop Planetarium)"\
|
||||
command="/usr/bin/kstars"\
|
||||
icon="/usr/share/pixmaps/kstars.xpm"
|
@ -0,0 +1,8 @@
|
||||
KTouch for Debian
|
||||
-----------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1 @@
|
||||
build-tree/tdeedu-*/ktouch/AUTHORS
|
@ -0,0 +1,16 @@
|
||||
usr/bin/ktouch
|
||||
/usr/share/applications/tde/ktouch.desktop
|
||||
/usr/share/apps/ktouch
|
||||
/usr/share/config.kcfg/ktouch.kcfg
|
||||
/usr/share/doc/tde/HTML/en/ktouch/common
|
||||
/usr/share/doc/tde/HTML/en/ktouch/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/ktouch/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/ktouch/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/ktouch.png
|
||||
/usr/share/icons/hicolor/22x22/apps/ktouch.png
|
||||
/usr/share/icons/hicolor/32x32/apps/ktouch.png
|
||||
/usr/share/icons/hicolor/48x48/apps/ktouch.png
|
||||
/usr/share/icons/hicolor/128x128/apps/ktouch.png
|
||||
/usr/share/icons/hicolor/scalable/apps/ktouch.svgz
|
||||
/usr/share/man/man1/ktouch.1
|
||||
../icons/ktouch.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(ktouch-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KTouch"\
|
||||
longtitle="KTouch (Touch Typing Tutor)"\
|
||||
command="/usr/bin/ktouch"\
|
||||
icon="/usr/share/pixmaps/ktouch.xpm"
|
@ -0,0 +1,8 @@
|
||||
KTurtle for Debian
|
||||
------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Sat, 16 Oct 2004 15:32:36 +1000
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/kturtle/AUTHORS
|
||||
build-tree/tdeedu-*/kturtle/TODO
|
@ -0,0 +1,13 @@
|
||||
usr/bin/kturtle
|
||||
/usr/share/applications/tde/kturtle.desktop
|
||||
/usr/share/apps/katepart/syntax/logohighlightstyle*
|
||||
/usr/share/apps/kturtle
|
||||
/usr/share/config.kcfg/kturtle.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kturtle/*.bz2
|
||||
/usr/share/doc/tde/HTML/en/kturtle/common
|
||||
/usr/share/doc/tde/HTML/en/kturtle/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kturtle/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kturtle.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kturtle.png
|
||||
/usr/share/man/man1/kturtle.1
|
||||
../icons/kturtle.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kturtle-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KTurtle"\
|
||||
longtitle="KTurtle (Logo Programming Environment)"\
|
||||
command="/usr/bin/kturtle"\
|
||||
icon="/usr/share/pixmaps/kturtle.xpm"
|
@ -0,0 +1,8 @@
|
||||
Kverbos for Debian
|
||||
------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1 @@
|
||||
build-tree/tdeedu-*/kverbos/AUTHORS
|
@ -0,0 +1,17 @@
|
||||
usr/bin/kverbos
|
||||
/usr/share/applications/tde/kverbos.desktop
|
||||
/usr/share/apps/kverbos
|
||||
/usr/share/config.kcfg/kverbos.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kverbos/common
|
||||
/usr/share/doc/tde/HTML/en/kverbos/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/kverbos/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kverbos/*.png
|
||||
/usr/share/icons/crystalsvg/16x16/actions/kverbosuser.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kverbos.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kverbos.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kverbos.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kverbos.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kverbos.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kverbos.svgz
|
||||
/usr/share/man/man1/kverbos.1
|
||||
../icons/kverbos.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kverbos-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="Kverbos"\
|
||||
longtitle="Kverbos (Study Spanish Verbforms)"\
|
||||
command="/usr/bin/kverbos"\
|
||||
icon="/usr/share/pixmaps/kverbos.xpm"
|
@ -0,0 +1,8 @@
|
||||
KVocTrain for Debian
|
||||
--------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
@ -0,0 +1 @@
|
||||
build-tree/tdeedu-*/kvoctrain/AUTHORS
|
@ -0,0 +1,25 @@
|
||||
etc/trinity/kvoctrainrc
|
||||
usr/bin/kvoctrain
|
||||
usr/bin/spotlight2kvtml
|
||||
usr/lib/*/libkvoctraincore.la
|
||||
usr/lib/*/libkvoctraincore.so
|
||||
usr/lib/*/libkvoctraincore.so.0
|
||||
usr/lib/*/libkvoctraincore.so.0.0.0
|
||||
/usr/share/applications/tde/kvoctrain.desktop
|
||||
/usr/share/apps/kvoctrain
|
||||
/usr/share/mimelnk/text/x-kvtml.desktop
|
||||
/usr/share/config.kcfg/kvoctrain.kcfg
|
||||
/usr/share/config.kcfg/languagesettings.kcfg
|
||||
/usr/share/config.kcfg/presettings.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kvoctrain/common
|
||||
/usr/share/doc/tde/HTML/en/kvoctrain/index.cache.bz2
|
||||
/usr/share/doc/tde/HTML/en/kvoctrain/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kvoctrain/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kvoctrain.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kvoctrain.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kvoctrain.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kvoctrain.png
|
||||
/usr/share/man/man1/kvoctrain.1
|
||||
/usr/share/man/man1/langen2kvtml.1
|
||||
/usr/share/man/man1/spotlight2kvtml.1
|
||||
../icons/kvoctrain.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kvoctrain-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KVocTrain"\
|
||||
longtitle="KVocTrain (Vocabulary Trainer)"\
|
||||
command="/usr/bin/kvoctrain"\
|
||||
icon="/usr/share/pixmaps/kvoctrain.xpm"
|
@ -0,0 +1,8 @@
|
||||
KWordQuiz for Debian
|
||||
--------------------
|
||||
|
||||
This application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Sat, 16 Oct 2004 15:32:36 +1000
|
@ -0,0 +1 @@
|
||||
build-tree/tdeedu-*/kwordquiz/AUTHORS
|
@ -0,0 +1,24 @@
|
||||
etc/trinity/kwordquizrc
|
||||
usr/bin/kwordquiz
|
||||
/usr/share/applications/tde/kwordquiz.desktop
|
||||
/usr/share/apps/kwordquiz
|
||||
/usr/share/config.kcfg/kwordquiz.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kwordquiz/*.bz2
|
||||
/usr/share/doc/tde/HTML/en/kwordquiz/common
|
||||
/usr/share/doc/tde/HTML/en/kwordquiz/*.docbook
|
||||
/usr/share/doc/tde/HTML/en/kwordquiz/*.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kwordquiz.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kwordquiz.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kwordquiz.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kwordquiz.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kwordquiz.png
|
||||
/usr/share/icons/hicolor/scalable/apps/kwordquiz.svg
|
||||
/usr/share/icons/crystalsvg/16x16/mimetypes/kwordquiz_doc.png
|
||||
/usr/share/icons/crystalsvg/22x22/mimetypes/kwordquiz_doc.png
|
||||
/usr/share/icons/crystalsvg/32x32/mimetypes/kwordquiz_doc.png
|
||||
/usr/share/icons/crystalsvg/48x48/mimetypes/kwordquiz_doc.png
|
||||
/usr/share/icons/crystalsvg/128x128/mimetypes/kwordquiz_doc.png
|
||||
/usr/share/icons/crystalsvg/scalable/mimetypes/kwordquiz_doc.svg
|
||||
/usr/share/man/man1/kwordquiz.1
|
||||
/usr/share/mimelnk/application/x-kwordquiz.desktop
|
||||
../icons/kwordquiz.xpm /usr/share/pixmaps
|
@ -0,0 +1,7 @@
|
||||
?package(kwordquiz-trinity):needs="X11"\
|
||||
section="Applications/Education"\
|
||||
hints="TDE"\
|
||||
title="KWordQuiz"\
|
||||
longtitle="KWordQuiz (Vocabulary Trainer)"\
|
||||
command="/usr/bin/kwordquiz"\
|
||||
icon="/usr/share/pixmaps/kwordquiz.xpm"
|
@ -0,0 +1,3 @@
|
||||
/usr/include/libkiten
|
||||
usr/lib/*/libkiten.la
|
||||
usr/lib/*/libkiten.so
|
@ -0,0 +1,10 @@
|
||||
usr/lib/*/libkiten.so.1.0.0
|
||||
usr/lib/*/libkiten.so.1
|
||||
/usr/share/apps/kiten
|
||||
/usr/share/config.kcfg/kiten.kcfg
|
||||
/usr/share/icons/crystalsvg/16x16/actions/kanjidic.png
|
||||
/usr/share/icons/crystalsvg/22x22/actions/edit_add.png
|
||||
/usr/share/icons/crystalsvg/22x22/actions/edit_remove.png
|
||||
/usr/share/icons/crystalsvg/22x22/actions/kanjidic.png
|
||||
/usr/share/icons/locolor/16x16/actions/edit_add.png
|
||||
/usr/share/icons/locolor/16x16/actions/edit_remove.png
|
@ -0,0 +1,2 @@
|
||||
/usr/share/edict/edict /usr/share/apps/kiten/edict
|
||||
/usr/share/edict/kanjidic /usr/share/apps/kiten/kanjidic
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/libtdeedu/AUTHORS
|
||||
build-tree/tdeedu-*/libtdeedu/README
|
@ -0,0 +1,9 @@
|
||||
/usr/include/libtdeedu
|
||||
usr/lib/*/libextdate.la
|
||||
usr/lib/*/libextdate.so
|
||||
usr/lib/*/libtdeeducore.la
|
||||
usr/lib/*/libtdeeducore.so
|
||||
usr/lib/*/libtdeeduui.la
|
||||
usr/lib/*/libtdeeduui.so
|
||||
usr/lib/*/libtdeeduplot.la
|
||||
usr/lib/*/libtdeeduplot.so
|
@ -0,0 +1,2 @@
|
||||
build-tree/tdeedu-*/libtdeedu/AUTHORS
|
||||
build-tree/tdeedu-*/libtdeedu/README
|
@ -0,0 +1,8 @@
|
||||
usr/lib/*/libextdate.so.1
|
||||
usr/lib/*/libextdate.so.1.2.0
|
||||
usr/lib/*/libtdeeducore.so.1
|
||||
usr/lib/*/libtdeeducore.so.1.2.0
|
||||
usr/lib/*/libtdeeduplot.so.1
|
||||
usr/lib/*/libtdeeduplot.so.1.2.0
|
||||
usr/lib/*/libtdeeduui.so.3
|
||||
usr/lib/*/libtdeeduui.so.3.0.5
|
@ -0,0 +1,2 @@
|
||||
# This package contains several libraries.
|
||||
libtdeedu3-trinity: package-name-doesnt-match-sonames libtdeeduplot1-trinity libtdeeducore1-trinity libextdate1-trinity libtdeeduui3-trinity
|
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,26 @@
|
||||
--- kde/admin/cvs.sh 2005-11-26 02:42:02.000000000 +0000
|
||||
+++ kde/admin/cvs.sh 2005-11-26 02:42:26.000000000 +0000
|
||||
@@ -537,6 +537,8 @@
|
||||
if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
|
||||
export EXTRACTRC PREPARETIPS
|
||||
|
||||
+kdepotpath=/usr/include/tde/tde.pot
|
||||
+
|
||||
for subdir in $dirs; do
|
||||
test -z "$VERBOSE" || echo "Making messages in $subdir"
|
||||
(cd $subdir
|
||||
@@ -554,10 +556,10 @@
|
||||
fi
|
||||
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
|
||||
|
||||
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/tde.pot
|
||||
- if ! test -f $kdepotpath; then
|
||||
- kdepotpath=`tde-config --expandvars --prefix`/include/tde.pot
|
||||
- fi
|
||||
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/tde.pot
|
||||
+# if ! test -f $kdepotpath; then
|
||||
+# kdepotpath=`tde-config --expandvars --prefix`/include/tde.pot
|
||||
+# fi
|
||||
|
||||
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \
|
||||
XGETTEXT="${XGETTEXT:-xgettext} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -x $kdepotpath" messages
|
@ -0,0 +1,76 @@
|
||||
Index: tdeedu/kig/misc/conic-common.cpp
|
||||
===================================================================
|
||||
--- tdeedu.orig/kig/misc/conic-common.cpp
|
||||
+++ tdeedu/kig/misc/conic-common.cpp
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
-#ifdef HAVE_IEEEFP_H
|
||||
+#if defined(HAVE_IEEEFP_H) || defined(__dilos__)
|
||||
#include <ieeefp.h>
|
||||
#endif
|
||||
|
||||
Index: tdeedu/cmake/modules/TDEMacros.cmake
|
||||
===================================================================
|
||||
--- tdeedu.orig/cmake/modules/TDEMacros.cmake
|
||||
+++ tdeedu/cmake/modules/TDEMacros.cmake
|
||||
@@ -833,7 +833,7 @@ macro( tde_add_library _arg_target )
|
||||
|
||||
# set embedded archives
|
||||
if( _embed )
|
||||
- list( INSERT _link 0 -Wl,-whole-archive ${_embed} -Wl,-no-whole-archive )
|
||||
+ list( INSERT _link 0 -Wl,-zallextract ${_embed} -Wl,-zdefaultextract )
|
||||
endif( _embed )
|
||||
|
||||
# set link libraries
|
||||
Index: tdeedu/kstars/kstars/indi/apogee/ApogeeLinux.h
|
||||
===================================================================
|
||||
--- tdeedu.orig/kstars/kstars/indi/apogee/ApogeeLinux.h
|
||||
+++ tdeedu/kstars/kstars/indi/apogee/ApogeeLinux.h
|
||||
@@ -10,6 +10,10 @@
|
||||
#ifndef APOGEELINUX_H
|
||||
#define APOGEELINUX_H
|
||||
|
||||
+#ifdef __dilos__
|
||||
+#include <sys/ioccom.h>
|
||||
+#endif /* __dilos__ */
|
||||
+
|
||||
#define APISA_READ_USHORT _IOR('a', 0x01, unsigned int)
|
||||
#define APISA_READ_LINE _IOR('a', 0x02, unsigned int)
|
||||
#define APISA_WRITE_USHORT _IOW('a', 0x03, unsigned int)
|
||||
Index: tdeedu/kstars/kstars/indi/apogee/ApnCamera.h
|
||||
===================================================================
|
||||
--- tdeedu.orig/kstars/kstars/indi/apogee/ApnCamera.h
|
||||
+++ tdeedu/kstars/kstars/indi/apogee/ApnCamera.h
|
||||
@@ -13,6 +13,17 @@
|
||||
#if !defined(AFX_APNCAMERA_H__CF513996_359F_4103_BBA6_2C730AE2C301__INCLUDED_)
|
||||
#define AFX_APNCAMERA_H__CF513996_359F_4103_BBA6_2C730AE2C301__INCLUDED_
|
||||
|
||||
+#ifdef __dilos__
|
||||
+#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
+#include <unistd.h>
|
||||
+#include <string.h>
|
||||
+#define ULONG ulong
|
||||
+#define USHORT ushort
|
||||
+#define PUSHORT short unsigned int *
|
||||
+#define Sleep sleep
|
||||
+#endif /*__dilos__ */
|
||||
+
|
||||
#include "Apogee.h"
|
||||
#include "Apn.h"
|
||||
#include "FpgaRegs.h"
|
||||
Index: tdeedu/kig/misc/cubic-common.cc
|
||||
===================================================================
|
||||
--- tdeedu.orig/kig/misc/cubic-common.cc
|
||||
+++ tdeedu/kig/misc/cubic-common.cc
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "kignumerics.h"
|
||||
#include "kigtransform.h"
|
||||
|
||||
-#ifdef HAVE_IEEEFP_H
|
||||
+#if defined(HAVE_IEEEFP_H) || defined(__dilos__)
|
||||
#include <ieeefp.h>
|
||||
#endif
|
||||
|
@ -0,0 +1,4 @@
|
||||
common/04_am_maintainer_mode.diff
|
||||
common/06_disable_no_undefined.diff
|
||||
common/kubuntu_01_kdepot.diff
|
||||
dilos.patch
|
@ -0,0 +1,55 @@
|
||||
#! /usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include debian/cdbs/debian-tde.mk
|
||||
|
||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||
&& echo xz || echo bzip2)
|
||||
|
||||
DEB_INSTALL_DOCS_ALL :=
|
||||
|
||||
DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done)
|
||||
|
||||
DEB_DH_MAKESHLIBS_ARGS_libtdeedu3-trinity := -V'libtdeedu3-trinity'
|
||||
DEB_DH_MAKESHLIBS_ARGS_libkiten1-trinity := -V'libkiten1-trinity'
|
||||
|
||||
PACKAGES_WITH_LIBS := libtdeedu3-trinity libkiten1-trinity kvoctrain-trinity
|
||||
|
||||
# Although ocaml is available for all architectures,
|
||||
# ocamlopt for some architectures is not available.
|
||||
# Therefore, kalzium/solver build will be required
|
||||
# according to ocamlopt availability.
|
||||
HAVE_OCAMLOPT= $(if $(wildcard /usr/bin/ocamlopt),ON,OFF)
|
||||
|
||||
CPPFLAGS+= -D__dilos__
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||
-DCMAKE_SKIP_RPATH="OFF" \
|
||||
-DBUILD_ALL="ON" \
|
||||
-DWITH_ALL_OPTIONS="ON" \
|
||||
-DWITH_OCAML_SOLVER="$(HAVE_OCAMLOPT)" \
|
||||
-DCMAKE_C_COMPILER=gcc \
|
||||
-DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" \
|
||||
-DWITH_V4L="OFF"
|
||||
|
||||
DEB_MAKE_CHECK_TARGET = check
|
||||
|
||||
|
||||
# Ensure that kig's python scripting built successfully.
|
||||
common-build-arch::
|
||||
test -e $(DEB_BUILDDIR)/kig/scripting/libkigscripting.a || \
|
||||
test -e $(DEB_BUILDDIR)/kig/scripting/libscripting.la
|
||||
|
||||
common-install-prehook-arch::
|
||||
cp -f debian/indi-trinity.install.kfreebsd-i386 \
|
||||
debian/indi-trinity.install.kfreebsd-amd64
|
||||
|
||||
clean::
|
||||
rm -f debian/indi-trinity.install.kfreebsd-amd64
|
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
@ -0,0 +1,6 @@
|
||||
# Use xz instead of gzip
|
||||
compression = "xz"
|
||||
compression-level = 9
|
||||
|
||||
# Don't run differences
|
||||
diff-ignore = .*
|
@ -0,0 +1,5 @@
|
||||
/usr/share/applnk/Edutainment/Languages/.directory
|
||||
/usr/share/applnk/Edutainment/Miscellaneous/.directory
|
||||
/usr/share/applnk/Edutainment/Mathematics/.directory
|
||||
/usr/share/applnk/Edutainment/Science/.directory
|
||||
/usr/share/applnk/Edutainment/Tools/.directory
|
@ -0,0 +1,10 @@
|
||||
Document: blinken
|
||||
Title: Blinken Handbook
|
||||
Author: Danny Allen <danny@dannyallen.co.uk>
|
||||
Abstract: Blinken brings a retro electronic memory game from the 1970's
|
||||
to TDE.
|
||||
Section: Games/Puzzles
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/blinken/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/blinken/*.html
|
@ -0,0 +1,11 @@
|
||||
Document: kalzium
|
||||
Title: Kalzium Handbook
|
||||
Author: Carsten Niehaus <cniehaus@kde.org>
|
||||
Abstract: Kalzium is a program which shows you the Periodic System of
|
||||
elements (PSE). You can use Kalzium to search for information about
|
||||
the elements or to learn facts about the PSE.
|
||||
Section: Apps/Science
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kalzium/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kalzium/*.html
|
@ -0,0 +1,11 @@
|
||||
Document: kbruch
|
||||
Title: KBruch Handbook
|
||||
Author: Sebastian Stein <seb.kde@hpfsc.de>
|
||||
Abstract: KBruch is a small program to practice calculating with fractions.
|
||||
Different exercises are provided for this purpose. The program checks the
|
||||
user's input and gives feedback.
|
||||
Section: Apps/Math
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kbruch/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kbruch/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: keduca
|
||||
Title: KEduca Handbook
|
||||
Author: Javier J. Campos <javi_cms@terra.es>
|
||||
Abstract: KEduca is flash card application which allows you to make
|
||||
interactive form based tests.
|
||||
Section: Apps/Tools
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/keduca/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/keduca/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: kgeography
|
||||
Title: KGeography Handbook
|
||||
Author: Anne-Marie Mahfouf <annma@kde.org>
|
||||
Abstract: KGeography is a geography learning tool for TDE.
|
||||
Section: Apps/Education
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kgeography/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kgeography/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: khangman
|
||||
Title: KHangMan Handbook
|
||||
Author: Anne-Marie Mahfouf <annma@kde.org>
|
||||
Abstract: KHangMan is the classical hangman game for children, adapted for TDE.
|
||||
Section: Games/Puzzles
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/khangman/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/khangman/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: kig
|
||||
Title: Kig Handbook
|
||||
Author: Dominique Devriese <devriese@kde.org>
|
||||
Abstract: Kig is a TDE application for Interactive Geometry.
|
||||
Section: Apps/Math
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kig/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kig/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: kiten
|
||||
Title: Kiten Handbook
|
||||
Author: Jason Katz-Brown <jason@katzbrown.com>
|
||||
Abstract: Kiten is a Japanese reference/study tool for TDE.
|
||||
Section: Apps/Tools
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kiten/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kiten/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: klatin
|
||||
Title: KLatin Handbook
|
||||
Author: George Wright <gwright@users.sourceforge.net> and Anne-Marie Mahfouf <annma@kde.org>
|
||||
Abstract: KLatin is a TDE application to help revise/teach Latin.
|
||||
Section: Apps/Tools
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/klatin/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/klatin/*.html
|
@ -0,0 +1,12 @@
|
||||
Document: klettres
|
||||
Title: KLettres Handbook
|
||||
Author: Anne-Marie Mahfouf <annma@kde.org>
|
||||
Abstract: KLettres is an application specially designed to help the user
|
||||
to learn an alphabet in a new language and then to learn to read simple
|
||||
syllables. The user can be a young child aged from two and a half or
|
||||
an adult that wants to learn the basics of a foreign language.
|
||||
Section: Apps/Tools
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/klettres/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/klettres/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: kmplot
|
||||
Title: KmPlot Handbook
|
||||
Author: Klaus-Dieter Moeller <kd.moeller@t-online.de> and Philip Rodrigues <phil.rod@ntlworld.com>
|
||||
Abstract: KmPlot is a mathematical function plotter for the Trinity Desktop.
|
||||
Section: Apps/Math
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kmplot/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kmplot/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: kpercentage
|
||||
Title: KPercentage Handbook
|
||||
Author: Matthias Messmer <bmlmessmer@web.de>, Carsten Niehaus <cniehaus@gmx.de> and Robert Gogolok <mail@robert-gogolok.de.de>
|
||||
Abstract: KPercentage is a small math application that will help pupils
|
||||
to improve their skills in calculating percentages.
|
||||
Section: Apps/Math
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kpercentage/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kpercentage/*.html
|
@ -0,0 +1,12 @@
|
||||
Document: kstars
|
||||
Title: KStars Handbook
|
||||
Author: Jason Harris <kstars@30doradus.org>
|
||||
Abstract: KStars is a graphical desktop planetarium for TDE. It depicts an
|
||||
accurate simulation of the night sky, including stars, constellations,
|
||||
star clusters, nebulae, galaxies, all planets, the Sun, the Moon,
|
||||
comets and asteroids.
|
||||
Section: Apps/Science
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kstars/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kstars/*.html
|
@ -0,0 +1,12 @@
|
||||
Document: ktouch
|
||||
Title: KTouch Handbook
|
||||
Author: Haavard Froeiland <haavard@users.sourceforge.net>
|
||||
Abstract: KTouch is a program for learning to touch type. KTouch
|
||||
provides you with text to train on, and adjusts to different levels
|
||||
depending on how good you are. It can display which key to press next,
|
||||
and the correct finger to use.
|
||||
Section: Apps/Tools
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/ktouch/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/ktouch/*.html
|
@ -0,0 +1,12 @@
|
||||
Document: kturtle
|
||||
Title: KTurtle Handbook
|
||||
Author: Cies Breijs <cies AT kde DOT nl> and Anne-Marie Mahfouf <annma AT kde DOT org>
|
||||
Abstract: KTurtle is an educational programming environment using the
|
||||
LOGO programming language. The unique quality of LOGO is that the
|
||||
programming commands are translated to the language of the 'programmer'
|
||||
so he/she can program in his/her native language.
|
||||
Section: Apps/Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kturtle/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kturtle/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: kverbos
|
||||
Title: Kverbos Handbook
|
||||
Author: Arnold Kraschinski <arnold.k67@gmx.de>
|
||||
Abstract: Kverbos is an application specially designed to study Spanish
|
||||
verbforms.
|
||||
Section: Apps/Tools
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kverbos/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kverbos/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: kvoctrain
|
||||
Title: KVocTrain Handbook
|
||||
Author: Ewald Arnold <ewald@ewald-arnold.de>
|
||||
Abstract: KVocTrain is a little utility to help you train your vocabulary,
|
||||
when you are trying to learn a foreign language.
|
||||
Section: Apps/Tools
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kvoctrain/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kvoctrain/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: kwordquiz
|
||||
Title: KWordQuiz Handbook
|
||||
Author: Peter Hedlund <peter@peterandlinda.com>
|
||||
Abstract: KWordQuiz is a flashcard and vocabulary learning program for TDE.
|
||||
Section: Apps/Tools
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kwordquiz/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kwordquiz/*.html
|
@ -0,0 +1,11 @@
|
||||
TDE Educational Applications for Debian
|
||||
---------------------------------------
|
||||
|
||||
Package tdeedu is a metapackage that depends on the full set of
|
||||
edutainment applications provided with the official release of TDE.
|
||||
|
||||
Each application provides documentation in a docbook format that the TDE
|
||||
Help Centre can display. For HTML documentation that can be read in any
|
||||
web browser, see the package tdeedu-doc-html.
|
||||
|
||||
-- Ben Burton <bab@debian.org>, Mon, 12 May 2003 12:29:39 +1000
|
Loading…
Reference in new issue