Renamed kpacman -> tdepacman.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 3 years ago
parent ac81a3c3e8
commit 37aaa67152
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kpacman )
project( tdepacman )
set( VERSION R14.1.0 )
@ -71,7 +71,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( maps )
add_subdirectory( pics )
add_subdirectory( fonts )
add_subdirectory( kpacman )
add_subdirectory( tdepacman )
tde_conditional_add_subdirectory( BUILD_DOC doc )
tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )

@ -1,10 +1,10 @@
Version 0.3.2 (30. June 2003)
Almost a real KDE3 application.
Almost a real TDE3 application.
Version 0.3.1 (31. January 2002)
Prerelease for KDE2 (Documentation not fully adjusted).
Prerelease for TDE2 (Documentation not fully adjusted).
The "highscore"-file is no longer been created by the installation, but as
soon as the hall of fame has been entered. The path (directory/filename)
could be specified in the configfile. If the systemwide "highscore"-file is not
@ -24,7 +24,7 @@ Version 0.3.0 (June 2000, not released)
The mousecursor could be hidden/shown while over the playground, thru the
menubar.
The boardlayout (map) could be placed in external textfiles and selected thru
the configfile (kpacmanrc) if needed.
the configfile (tdepacmanrc) if needed.
Duplicate pixmaps removed. Because all pixmapfiles could be specified thru
the configfile now, pixmaps could be placed in foreign (scheme)-directories
(EyesPixmapName=../tiny/eyes.xpm), or have different names (e.g.:
@ -86,9 +86,9 @@ Version 0.2.4 (January 26th, 1999 - today linux v2.2 was released)
Version 0.2.3a (January 15th, 1999)
Keyboard-routines changed to be compatible with the KDE 1.1 libraries
Keyboard-routines changed to be compatible with the TDE 1.1 libraries
(compiles with 1.0 and 1.1).
A small bug fixed in kpacman.cpp (CHECK_PTR( menuBar )).
A small bug fixed in tdepacman.cpp (CHECK_PTR( menuBar )).
Version 0.2.3 (September 12th, 1998)
@ -98,7 +98,7 @@ Version 0.2.3 (September 12th, 1998)
Added a new font "font-smooth" and smoothed the pixmap "wall.xpm" for the
Zacman-scheme.
Enhanced configuration of all timing-parameters using the configuration file.
Changed Help-function (kapp->getHelpMenu) to reflect the KDE-Standard.
Changed Help-function (kapp->getHelpMenu) to reflect the TDE-Standard.
Improved the documentation (Many thanks to Andreas Pour).
Version 0.2.2 (August 24th, 1998)

@ -1,7 +1,7 @@
Basic Installation
==================
kpacman relies on cmake to build.
tdepacman relies on cmake to build.
Here are suggested default options:

@ -1,8 +1,8 @@
kpacman - A pacman clone game for TDE.
tdepacman - A pacman clone game for TDE.
Kpacman is a classic arcade game.
TDEpacman is a classic arcade game.
Pac-Man was designed by Toru Iwatani, Namco first released the game in
Japan in May 1980.
@ -11,7 +11,7 @@ Japan in May 1980.
CONTRIBUTING
==============
If you wish to contribute to Kpacman (TDE), you might do so:
If you wish to contribute to TDEpacman (TDE), you might do so:
- TDE Gitea Workspace (TGW) collaboration tool.
https://mirror.git.trinitydesktop.org/gitea

@ -1,7 +1,7 @@
#define VERSION "@VERSION@"
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */

@ -1,6 +1,6 @@
file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
install(
FILES ${_files} kpacman.gif
FILES ${_files} tdepacman.gif
DESTINATION ${HTML_INSTALL_DIR}/de/${PROJECT_NAME}
)

@ -3,17 +3,17 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Dokumentation fรผr KPacman">
<meta name="Keywords" content="KPacman">
<title>Das KPacman Handbuch</title>
<meta name="description" content="Dokumentation fรผr TDEPacman">
<meta name="Keywords" content="TDEPacman">
<title>Das TDEPacman Handbuch</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp;
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" NOSAVE BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><img SRC="tdepacman.gif" ALT="TDEPacman" NOSAVE BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
@ -22,59 +22,59 @@
<table WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-1.html">Weiter</a> Zur&uuml;ck Inhaltverzeichnis</div>
<div align=right><a href="tdepacman-1.html">Weiter</a> Zur&uuml;ck Inhaltverzeichnis</div>
<h1>
Das KPacman-Handbuch</h1>
Das TDEPacman-Handbuch</h1>
<i>J&ouml;rg Th&ouml;nnissen, <a href="mailto:joe@dsite.de">&lt;joe@dsite.de></a></i>
<br><i><font size=-1>Version 0.3.2, 30. Juni 2003</font></i>
<p>
<hr SIZE="1" NOSHADE>Dieses Handbuch beschreibt die KPacman-Version 0.3.2&nbsp;
<hr SIZE="1" NOSHADE>Dieses Handbuch beschreibt die TDEPacman-Version 0.3.2&nbsp;
<br>
<hr SIZE="1" NOSHADE>
<h2>
<a NAME="toc1"></a>1. <a href="kpacman-1.html">Einf&uuml;hrung</a></h2>
<a NAME="toc1"></a>1. <a href="tdepacman-1.html">Einf&uuml;hrung</a></h2>
<ul>
<li>
<a href="kpacman-1.html#ss1.1">1.1 &Auml;nderungen</a>&nbsp;</li>
<a href="tdepacman-1.html#ss1.1">1.1 &Auml;nderungen</a>&nbsp;</li>
</ul>
<h2>
<a NAME="toc2"></a>2. <a href="kpacman-2.html">Installation</a></h2>
<a NAME="toc2"></a>2. <a href="tdepacman-2.html">Installation</a></h2>
<ul>
<li>
<a href="kpacman-2.html#ss2.1">2.1 Wie Sie KPacman bekommen</a>&nbsp;</li>
<a href="tdepacman-2.html#ss2.1">2.1 Wie Sie TDEPacman bekommen</a>&nbsp;</li>
<li>
<a href="kpacman-2.html#ss2.2">2.2 Anforderungen</a>&nbsp;</li>
<a href="tdepacman-2.html#ss2.2">2.2 Anforderungen</a>&nbsp;</li>
<li>
<a href="kpacman-2.html#ss2.3">2.3 &Uuml;bersetzung und Installation</a>&nbsp;</li>
<a href="tdepacman-2.html#ss2.3">2.3 &Uuml;bersetzung und Installation</a>&nbsp;</li>
</ul>
<h2>
<a NAME="toc2"></a>3. <a href="kpacman-3.html">Konfiguration</a></h2>
<a NAME="toc2"></a>3. <a href="tdepacman-3.html">Konfiguration</a></h2>
<ul>
<li>
<a href="kpacman-3.html#ss3.1">3.1 Spielabl&auml;ufe (Zeitsteuerung)</a>&nbsp;</li>
<a href="tdepacman-3.html#ss3.1">3.1 Spielabl&auml;ufe (Zeitsteuerung)</a>&nbsp;</li>
<li>
<a href="kpacman-3.html#ss3.2">3.2 Punkte</a></li>
<a href="tdepacman-3.html#ss3.2">3.2 Punkte</a></li>
<li>
<a href="kpacman-3.html#ss3.3">3.3 Grafikschemen</a>&nbsp;</li>
<a href="tdepacman-3.html#ss3.3">3.3 Grafikschemen</a>&nbsp;</li>
<li>
<a href="kpacman-3.html#ss3.4">3.4 Sonstiges</a></li>
<a href="tdepacman-3.html#ss3.4">3.4 Sonstiges</a></li>
</ul>
<h2>
<a NAME="toc1"></a>4. <a href="kpacman-4.html">Copyright</a></h2>
<a NAME="toc1"></a>4. <a href="tdepacman-4.html">Copyright</a></h2>
<div align=right><a href="kpacman-1.html">Weiter</a> Zur&uuml;ck Inhaltsverzeichnis</div>
<div align=right><a href="tdepacman-1.html">Weiter</a> Zur&uuml;ck Inhaltsverzeichnis</div>
<hr ALIGN=LEFT NOSHADE WIDTH="600"></td>
</tr>

@ -2,17 +2,17 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman">
<meta name="description" content="Documentation for KPacman">
<title>Das KPacman Handbuch: Einf&uuml;hrung</title>
<meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for TDEPacman">
<title>Das TDEPacman Handbuch: Einf&uuml;hrung</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp;
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
@ -21,7 +21,7 @@
<table WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-2.html">Weiter</a> <a href="index.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<div align=right><a href="tdepacman-2.html">Weiter</a> <a href="index.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<h3>
<a NAME="s1"></a>1. Einf&uuml;hrung</h3>
@ -33,18 +33,18 @@
Version 0.3.2 (30. Juni 2003)</h4>
<ul>
<li>Ein beinahe vollwertige KDE3 Anwendung.</li>
<li>Ein beinahe vollwertige TDE3 Anwendung.</li>
</ul>
<h4>
Version 0.3.1 (31. Januar 2002)</h4>
<ul>
<li>Vorabversion f&uuml;r KDE2 (Dokumentation nicht vollst&auml;ndig angepasst).</li>
<li>Vorabversion f&uuml;r TDE2 (Dokumentation nicht vollst&auml;ndig angepasst).</li>
<li>Die "highscore"-Datei wird nicht mehr bei Installation anlegt, sondern erst bei
Erreichen eines Eintrages in der Ruhmeshalle.
Der Pfad (Verzeichnis/Dateiname) kann &uuml;ber die <a href="kpacman-3.html#ss3.4">Konfigurationsdatei</a>
Der Pfad (Verzeichnis/Dateiname) kann &uuml;ber die <a href="tdepacman-3.html#ss3.4">Konfigurationsdatei</a>
angegeben werden.
Ist die systemweite "highscore"-Datei nicht schreibbar, wird eine private Datei im
Heimatsverzeichnis des Benutzers angelegt und benutzt und es erscheint ein entsprechender
@ -111,7 +111,7 @@ in ihnen enthalten sind).</li>
<li>
Alle Textelemente in die Lokalisierung (i18n) aufgenommen. W&auml;r's mag
- kann jetzt auch Meldungen wie "GAME OVER" oder "READY!" in seine Landessprache
&uuml;bersetzen. (Ein auskommentierer Versuch befindet sich in "/po/de/kpacman.po".)</li>
&uuml;bersetzen. (Ein auskommentierer Versuch befindet sich in "/po/de/tdepacman.po".)</li>
<li>
Dokumentation und Programm wieder einmal auf eine neue email-Adresse umgestellt.</li>
@ -142,7 +142,7 @@ mu&szlig;te auch das gew&auml;hrleistet werden.</li>
<li>
Da in der Statusanzeige eigentlich kein Platz f&uuml;r 13 Levels ist, kann
die Anzeigeposition des Levelsymbols wahlfrei durch <a href="kpacman-3.html#ss3.4">LevelPosition</a>
die Anzeigeposition des Levelsymbols wahlfrei durch <a href="tdepacman-3.html#ss3.4">LevelPosition</a>
angegeben werden. Jetzt wird auch das letzte Symbol anzeigt.</li>
<li>
@ -189,11 +189,11 @@ Version 0.2.3a (15. Januar 1999)</h4>
<ul>
<li>
Anpassungen der Tastaturroutinen an die KDE 1.1 Bibliotheken (kompiliert
Anpassungen der Tastaturroutinen an die TDE 1.1 Bibliotheken (kompiliert
mit 1.0 und 1.1).</li>
<li>
Winziges Bugfix in kpacman.cpp (CHECK_PTR( menuBar )).</li>
Winziges Bugfix in tdepacman.cpp (CHECK_PTR( menuBar )).</li>
</ul>
<h4>
@ -208,11 +208,11 @@ der "harmlos"-Phase der Monster (sie blieben langsam) korrigiert.</li>
Neue Font "font-smooth" und Pixmap "wall.xpm" f&uuml;r Zacman-Schema gegl&auml;ttet.</li>
<li>
Alle Zeiten des Programmablaufes k&ouml;nnen &uuml;ber die <a href="kpacman-3.html#s3">Konfigdatei</a>
Alle Zeiten des Programmablaufes k&ouml;nnen &uuml;ber die <a href="tdepacman-3.html#s3">Konfigdatei</a>
ge&auml;ndert werden.</li>
<li>
Hilfefunktion an KDE-Standard angepa&szlig;t (kapp->getHelpMenu).</li>
Hilfefunktion an TDE-Standard angepa&szlig;t (kapp->getHelpMenu).</li>
</ul>
<h4>
@ -260,7 +260,7 @@ Version 0.1.1 (8. August 1998)&nbsp;</h4>
Erste &ouml;ffentliche Version.</li>
</ul>
<div align=right><a href="kpacman-2.html">Weiter</a> <a href="index.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<div align=right><a href="tdepacman-2.html">Weiter</a> <a href="index.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<center>
<hr ALIGN=LEFT NOSHADE WIDTH="100%"></center>

@ -2,17 +2,17 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman">
<meta name="Description" content="Dokumentation fรผr KPacman">
<title>Das KPacman Handbuch: Installation</title>
<meta name="keywords" content="TDEPacman">
<meta name="Description" content="Dokumentation fรผr TDEPacman">
<title>Das TDEPacman Handbuch: Installation</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp;
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 align=TEXTTOP></td>
<td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
@ -21,35 +21,35 @@
<table WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-3.html">Weiter</a> <a href="kpacman-1.html">Zur&uuml;ck</a>
<div align=right><a href="tdepacman-3.html">Weiter</a> <a href="tdepacman-1.html">Zur&uuml;ck</a>
<a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<h3>
<a NAME="s2"></a>2. Installation</h3>
<h3>
<a NAME="ss2.1"></a>2.1 Wie Sie KPacman bekommen</h3>
Sie finden KPacman auf&nbsp; <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games</a>
,dem Haupt-FTP-Server des KDE Projekts.
<a NAME="ss2.1"></a>2.1 Wie Sie TDEPacman bekommen</h3>
Sie finden TDEPacman auf&nbsp; <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games</a>
,dem Haupt-FTP-Server des TDE Projekts.
<h3>
<a NAME="ss2.2"></a>2.2 Anforderungen</h3>
Um KPacman erfolgreich compileren zu k&ouml;nnen, ben&ouml;tigen Sie die
Version 1.0 der KDE Libraries oder sp&auml;tere und die Version 1.33 der
Um TDEPacman erfolgreich compileren zu k&ouml;nnen, ben&ouml;tigen Sie die
Version 1.0 der TDE Libraries oder sp&auml;tere und die Version 1.33 der
TQt Libraries oder sp&auml;tere. Alle ben&ouml;tigten Libraries f&uuml;r
Ihr spefizisches System finden Sie auf&nbsp; <a href="ftp://ftp.kde.org/pub/kde/stable/1.0/distribution">ftp://ftp.kde.org/pub/kde/stable/latest/distribution</a>
und <a href=":/ftp.kde.org/pub/qt">ftp::/ftp.kde.org/pub/qt</a>.&nbsp;
<h3>
<a NAME="ss2.3"></a>2.3 &Uuml;bersetzung und Installation</h3>
Sofern Sie KPacman selbst &uuml;bersetzen und installieren wollen, erfolgt
dies auf die &uuml;bliche Weise im Verzeichnis der KPacman Quelldateien:&nbsp;
Sofern Sie TDEPacman selbst &uuml;bersetzen und installieren wollen, erfolgt
dies auf die &uuml;bliche Weise im Verzeichnis der TDEPacman Quelldateien:&nbsp;
<blockquote>
<pre><tt>% ./configure &amp;&amp; make &amp;&amp; make install</tt></pre>
</blockquote>
KPacman benutzt <tt>autoconf</tt>, daher sollten keine Probleme bestehen.
TDEPacman benutzt <tt>autoconf</tt>, daher sollten keine Probleme bestehen.
Sofern doch Fehlerhinweise erscheinen, berichten Sie diese bitte an den
Autor <a href="mailto:joe@dsite.de">J&ouml;rg Th&ouml;nnissen</a>.&nbsp;
<br>&nbsp;
<div align=right><a href="kpacman-3.html">Weiter</a> <a href="kpacman-1.html">Zur&uuml;ck</a>
<div align=right><a href="tdepacman-3.html">Weiter</a> <a href="tdepacman-1.html">Zur&uuml;ck</a>
<a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<center>

@ -2,17 +2,17 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman">
<meta name="Description" content="Dokumentation fรผr KPacman">
<title>Das KPacman Handbuch: Konfiguration</title>
<meta name="keywords" content="TDEPacman">
<meta name="Description" content="Dokumentation fรผr TDEPacman">
<title>Das TDEPacman Handbuch: Konfiguration</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp;
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 align=TEXTTOP></td>
<td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
@ -21,20 +21,20 @@
<table WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-4.html">Weiter</a> <a href="kpacman-2.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<div align=right><a href="tdepacman-4.html">Weiter</a> <a href="tdepacman-2.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<h3>
<a NAME="s3"></a>3. Konfiguration</h3>
Bis alle (sinnvollen) Parameter &uuml;ber Dialoge eingestellt werden k&ouml;nnen,
m&uuml;ssen bei Bedarf die entsprechenden Parameter in der Konfigdatei
<tt>~/.kde/share/config/kpacmanrc</tt>
<tt>~/.trinity/share/config/tdepacmanrc</tt>
angepa&szlig;t oder hinzugef&uuml;gt werden. Wenn Sie &Auml;nderungen f&uuml;r
alle Benutzer vornehmen m&ouml;chten, m&uuml;ssen Sie die globale Konfigdatei
<tt>/opt/kde/share/config/kpacmanrc</tt>
<tt>/opt/trinity/share/config/tdepacmanrc</tt>
benutzen.&nbsp;
<h3>
<a NAME="ss3.1"></a>3.1 Spielabl&auml;ufe (Zeitsteuerung)</h3>
Die Parameter unter der Standardgruppe <tt>[KDE Setup]</tt> in die der
Die Parameter unter der Standardgruppe <tt>[TDE Setup]</tt> in die der
nachfolgenden Tabelle aufgef&uuml;hrt sind, steuern die Zeitabl&auml;ufe
des Spiels. Bei Schl&uuml;ssel die mit "MS" enden (z.B. DyingAnimationMS),
werden die Werte in Millisekunden angegeben. Enden die Schl&uuml;ssel mit
@ -326,7 +326,7 @@ noch kein Wert angegeben wurde) an diese Stelle eingef&uuml;gt.&nbsp;
<h3>
<a NAME="ss3.2"></a>3.2 Punkte</h3>
Die Punktevergabe w&auml;hrend des Spiels wird durch folgende Schl&uuml;ssel/Werte-Paare
in der Standardgruppe <tt>[KDE Setup]</tt> gesteuert (siehe Abschnitt <a href="#ss3.1">Zeitsteuerung</a>
in der Standardgruppe <tt>[TDE Setup]</tt> gesteuert (siehe Abschnitt <a href="#ss3.1">Zeitsteuerung</a>
f&uuml;r Informationen &uuml;ber die Interpretation der Zahlenlisten):&nbsp;
<br>&nbsp;
<table BORDER WIDTH="100%" NOSAVE >
@ -392,7 +392,7 @@ Leben gibt.</td>
<h3>
<a NAME="ss3.3"></a>3.3 Grafikschemen</h3>
Die Grafikschemen werden &uuml;ber die folgenden zwei Schl&uuml;ssel/Werte-Paare
der Standardgruppe <tt>[KDE Setup]</tt> gesteuert:&nbsp;
der Standardgruppe <tt>[TDE Setup]</tt> gesteuert:&nbsp;
<br>&nbsp;
<table BORDER WIDTH="100%" NOSAVE >
<tr NOSAVE>
@ -441,7 +441,7 @@ nur folgende Schl&uuml;ssel/Wert-Paare ausgewertet:&nbsp;
<td>Dateiname der xbm-Fontdatei. Wird der Name ohne absolute Pfadangabe
(f&uuml;hrendes "/" oder "~") spezifiziert, bezieht er sich relativ auf
das Verzeichnis <tt>$TDEDIR/share/apps/kpacman/fonts</tt> . Der Aufbau
das Verzeichnis <tt>$TDEDIR/share/apps/tdepacman/fonts</tt> . Der Aufbau
dieser Fontdatei wird in einer der n&auml;chsten Versionen beschrieben,
wenn Sie sich die Datei allerdings mit einem Bitmap-Editor ansehen wird
Ihnen aber bestimmt schon alles klar.</td>
@ -474,7 +474,7 @@ werden, wird hier der numerische Wert des letzten Buchstabens definiert.</td>
<td>Verzeichnis in dem sich die Pixmap-Dateien f&uuml;r die Spielfiguren,
die Punkte, die W&auml;nde usw. befinden. Die Namen der einzelnen xpm-Dateien
sind momentan noch fest codiert (wird sich auch noch &auml;ndern). Der
Pfad bezieht sich, falls nicht absolut angegeben, auf das Verzeichnis <tt>$TDEDIR/share/apps/kpacman/pics</tt>.
Pfad bezieht sich, falls nicht absolut angegeben, auf das Verzeichnis <tt>$TDEDIR/share/apps/tdepacman/pics</tt>.
Wird hier kein Wert angegeben, werden die Pixmaps in diesem Verzeichnis
gesucht.</td>
@ -525,13 +525,13 @@ wird durch den Wert 0 dargestellt.</td>
Wird nur ein Verzeichnis (".../") angegeben, wird der Standard-Dateiname
("highscore") verwendet.</td>
<td>/tmp/kpacman.highscore</td>
<td>/tmp/tdepacman.highscore</td>
</tr>
</table>
<br>&nbsp;
<div align=right><a href="kpacman-4.html">Weiter</a> <a href="kpacman-2.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<div align=right><a href="tdepacman-4.html">Weiter</a> <a href="tdepacman-2.html">Zur&uuml;ck</a> <a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<center>
<hr ALIGN=LEFT NOSHADE WIDTH="100%"></center>

@ -1,17 +1,17 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="keywords" CONTENT="KPacman">
<META NAME="Description" CONTENT="Dokumentation fรผr KPacman">
<TITLE>Das KPacman Handbuch: Copyright</TITLE>
<META NAME="keywords" CONTENT="TDEPacman">
<META NAME="Description" CONTENT="Dokumentation fรผr TDEPacman">
<TITLE>Das TDEPacman Handbuch: Copyright</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727">
&nbsp;
<TABLE BORDER=0 CELLSPACING=2 >
<TR>
<TD><IMG SRC="kpacman.gif" ALT="KPacman" BORDER=0 HEIGHT=32 WIDTH=32 ALIGN=TEXTTOP>&nbsp;</TD>
<TD><IMG SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 HEIGHT=32 WIDTH=32 ALIGN=TEXTTOP>&nbsp;</TD>
<TD><B><FONT SIZE=+2>KPacman</FONT></B>&nbsp;
<TD><B><FONT SIZE=+2>TDEPacman</FONT></B>&nbsp;
<BR><FONT SIZE=-1>Version 0.3.2</FONT></TD>
</TR>
</TABLE>
@ -20,11 +20,11 @@
<TABLE WIDTH="600" >
<TR>
<TD>
<DIV ALIGN=right>Weiter <A HREF="kpacman-3.html">Zur&uuml;ck</A> <A HREF="index.html#toc1">Inhaltsverzeichnis</A></DIV>
<DIV ALIGN=right>Weiter <A HREF="tdepacman-3.html">Zur&uuml;ck</A> <A HREF="index.html#toc1">Inhaltsverzeichnis</A></DIV>
<H2>
<A NAME="s1"></A>4. Copyright</H2>
KPacman Copyright &copy; 1998-2003 J&ouml;rg Th&ouml;nnissen, <A HREF="mailto:joe@dsite.de">&lt;joe@dsite.de></A>&nbsp;
TDEPacman Copyright &copy; 1998-2003 J&ouml;rg Th&ouml;nnissen, <A HREF="mailto:joe@dsite.de">&lt;joe@dsite.de></A>&nbsp;
<P>Dieses Programm (inklusive dieser Dokumentation) ist freie Software.
Sie k&ouml;nnen es verbreiten und/oder ver&auml;ndern unter den Bedingungen
@ -42,7 +42,7 @@ nach.&nbsp;
erhalten haben, falls nicht, schreiben Sie an die Free Software Foundation,
Inc., 675 Mass Ave, Cambridge, MA 02139, USA.&nbsp;
<BR>&nbsp;
<DIV ALIGN=right>Weiter <A HREF="kpacman-3.html">Zur&uuml;ck</A> <A HREF="index.html#toc1">Inhaltsverzeichnis</A></DIV>
<DIV ALIGN=right>Weiter <A HREF="tdepacman-3.html">Zur&uuml;ck</A> <A HREF="index.html#toc1">Inhaltsverzeichnis</A></DIV>
<CENTER>
<HR ALIGN=LEFT NOSHADE WIDTH="100%"></CENTER>

Before

Width:  |  Height:  |  Size: 481 B

After

Width:  |  Height:  |  Size: 481 B

@ -1,7 +1,7 @@
file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
install(
FILES ${_files} kpacman.gif screenshot.png
FILES ${_files} tdepacman.gif screenshot.png
DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}
)

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [
<!ENTITY kpacman '<application>Kpacman</application>'>
<!ENTITY kapp "&kpacman;"><!-- replace kpacman here -->
<!ENTITY tdepacman '<application>TDEpacman</application>'>
<!ENTITY kapp "&tdepacman;"><!-- replace tdepacman here -->
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE"><!-- change language only here -->
@ -17,9 +17,9 @@
This template was designed by: David Rugge davidrugge@mindspring.com
with lots of help from: Eric Bischoff ebisch@cybercable.tm.fr
and Frederik Fouvry fouvry@sfs.nphil.uni-tuebingen.de
of the KDE DocBook team.
of the TDE DocBook team.
You may freely use this template for writing any sort of KDE documentation.
You may freely use this template for writing any sort of TDE documentation.
If you have any changes or improvements, please let us know.
In the future, we may want to change from SGML-based DocBook to XML-based
@ -41,7 +41,7 @@ thanks ;-).
as Authors, publish date, the abstract, and Keywords -->
<bookinfo>
<title>The Kpacman Handbook</title>
<title>The TDEpacman Handbook</title>
<authorgroup>
<author>
@ -80,17 +80,17 @@ Do NOT change these in the translation. -->
<abstract>
<para>
&kpacman; is an application specially designed to do nothing you would
&tdepacman; is an application specially designed to do nothing you would
ever want.
</para>
</abstract>
<!-- This is a set of Keywords for indexing by search engines.
Please at least include KDE, the KDE package it is in, the name
Please at least include TDE, the TDE package it is in, the name
of your application, and a few relevant keywords. -->
<keywordset>
<keyword>KDE</keyword>
<keyword>TDE</keyword>
<keyword>tdeutils</keyword>
<keyword>Kapp</keyword>
<keyword>nothing</keyword>
@ -106,7 +106,7 @@ document, and if there is no ID, the name of the generated HTML files will vary
from time to time making it hard to manage for maintainers and for the CVS
system. Any chapter labelled (OPTIONAL) may be left out at the author's
discretion. Other chapters should not be left out in order to maintain a
consistent documentation style across all KDE apps. -->
consistent documentation style across all TDE apps. -->
<chapter id="introduction">
<title>Introduction</title>
@ -127,7 +127,7 @@ You can eat the big spot when needed and eat the ghosts when the color changes.
</chapter>
<chapter id="using-kapp">
<title>Using Kpacman</title>
<title>Using TDEpacman</title>
<!-- This chapter should tell the user how to use your app. You should use as
many sections (Chapter, Sect1, Sect3, etc...) as is necessary to fully document
@ -164,7 +164,7 @@ menus or toolbars. This may not be necessary for small apps or apps with no tool
or menu bars. -->
<sect1 id="kapp-mainwindow">
<title>The main Kpacman window</title>
<title>The main TDEpacman window</title>
<para></para>
<sect2>
@ -210,7 +210,7 @@ or menu bars. -->
</chapter>
<chapter id="developers">
<title>Developer's Guide to Kpacman</title>
<title>Developer's Guide to TDEpacman</title>
<!-- (OPTIONAL) A Programming/Scripting reference chapter should be
used for apps that use plugins or that provide their own scripting hooks
@ -259,7 +259,7 @@ Section</link> for the answer.</para>
<!-- Include credits for the programmers, documentation writers, and
contributors here. The license for your software should then be included below
the credits with a reference to the appropriate license file included in the KDE
the credits with a reference to the appropriate license file included in the TDE
distribution. -->
<title>Credits and License</title>
@ -273,7 +273,7 @@ Program copyright 1997 John Q. Hacker <email>jqh@kde.org</email>
<para>
Contributors:
<itemizedlist>
<listitem><para>Kontqui the KDE Dragon <email>konqui@kde.org</email></para>
<listitem><para>Kontqui the TDE Dragon <email>konqui@kde.org</email></para>
</listitem>
<listitem><para>Tux the Linux Penguin <email>tux@linux.org</email></para>
</listitem>
@ -305,12 +305,12 @@ Documentation copyright 1999 George N. Ugnacious <email>gnu@kde.org</email>
<appendix id="installation">
<title>Installation</title>
<sect1 id="getting-kpacman">
<title>How to obtain Kpacman</title>
<sect1 id="getting-tdepacman">
<title>How to obtain TDEpacman</title>
<para>
&kpacman; is part of the TDE project
<ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman.git">https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman</ulink>.
&tdepacman; is part of the TDE project
<ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman.git">https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman</ulink>.
</para>
</sect1>
@ -341,7 +341,7 @@ on <ulink url="https://mirror.git.trinitydesktop.org/gitea/explore/repos">The TD
or the ChangeLog file, or ... -->
<para>
You can find a list of changes (not currently updated) at <ulink
url="https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman/src/branch/master/ChangeLog">Changelog</ulink>.
url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman/src/branch/master/ChangeLog">Changelog</ulink>.
</para>
</sect1>

@ -2,17 +2,17 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman">
<meta name="description" content="Documentation for KPacman">
<title>The KPacman Handbook</title>
<meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for TDEPacman">
<title>The TDEPacman Handbook</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp;
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" NOSAVE BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><img SRC="tdepacman.gif" ALT="TDEPacman" NOSAVE BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
@ -21,59 +21,59 @@
<table WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-1.html">Next</a> Previous Table of Contents</div>
<div align=right><a href="tdepacman-1.html">Next</a> Previous Table of Contents</div>
<h1>
The KPacman Handbook</h1>
The TDEPacman Handbook</h1>
<i>J&ouml;rg Th&ouml;nnissen, <a href="mailto:joe@dsite.de">&lt;joe@dsite.de></a></i>
<br><i><font size=-1>Version 0.3.2, June 30th, 2003</font></i>
<p>
<hr SIZE="1" NOSHADE>This Handbook describes KPacman Version 0.3.2&nbsp;
<hr SIZE="1" NOSHADE>This Handbook describes TDEPacman Version 0.3.2&nbsp;
<br>
<hr SIZE="1" NOSHADE>
<h2>
<a NAME="toc1"></a>1. <a href="kpacman-1.html">Introduction</a></h2>
<a NAME="toc1"></a>1. <a href="tdepacman-1.html">Introduction</a></h2>
<ul>
<li>
<a href="kpacman-1.html#ss1.1">1.1 Changes</a>&nbsp;</li>
<a href="tdepacman-1.html#ss1.1">1.1 Changes</a>&nbsp;</li>
</ul>
<h2>
<a NAME="toc2"></a>2. <a href="kpacman-2.html">Installation</a></h2>
<a NAME="toc2"></a>2. <a href="tdepacman-2.html">Installation</a></h2>
<ul>
<li>
<a href="kpacman-2.html#ss2.1">2.1 How to Obtain KPacman</a>&nbsp;</li>
<a href="tdepacman-2.html#ss2.1">2.1 How to Obtain TDEPacman</a>&nbsp;</li>
<li>
<a href="kpacman-2.html#ss2.2">2.2 Requirements</a>&nbsp;</li>
<a href="tdepacman-2.html#ss2.2">2.2 Requirements</a>&nbsp;</li>
<li>
<a href="kpacman-2.html#ss2.3">2.3 Compilation and Installation</a>&nbsp;</li>
<a href="tdepacman-2.html#ss2.3">2.3 Compilation and Installation</a>&nbsp;</li>
</ul>
<h2>
<a NAME="toc2"></a>3. <a href="kpacman-3.html">Configuration</a></h2>
<a NAME="toc2"></a>3. <a href="tdepacman-3.html">Configuration</a></h2>
<ul>
<li>
<a href="kpacman-3.html#ss3.1">3.1 Timing</a>&nbsp;</li>
<a href="tdepacman-3.html#ss3.1">3.1 Timing</a>&nbsp;</li>
<li>
<a href="kpacman-3.html#ss3.2">3.2 Points (Scoring)</a></li>
<a href="tdepacman-3.html#ss3.2">3.2 Points (Scoring)</a></li>
<li>
<a href="kpacman-3.html#ss3.3">3.3 Graphical Schemes</a>&nbsp;</li>
<a href="tdepacman-3.html#ss3.3">3.3 Graphical Schemes</a>&nbsp;</li>
<li>
<a href="kpacman-3.html#ss3.4">3.4 Miscellaneous</a></li>
<a href="tdepacman-3.html#ss3.4">3.4 Miscellaneous</a></li>
</ul>
<h2>
<a NAME="toc1"></a>4. <a href="kpacman-4.html">Copyright</a>&nbsp;</h2>
<a NAME="toc1"></a>4. <a href="tdepacman-4.html">Copyright</a>&nbsp;</h2>
<div align=right><a href="kpacman-1.html">Next</a> Previous Table of Contents</div>
<div align=right><a href="tdepacman-1.html">Next</a> Previous Table of Contents</div>
<hr WIDTH="600" SIZE=3 ALIGN="LEFT" NOSHADE></td>
</tr>

@ -2,17 +2,17 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman">
<meta name="description" content="Documentation for KPacman">
<title>The KPacman Handbook: Introduction</title>
<meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for TDEPacman">
<title>The TDEPacman Handbook: Introduction</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp;
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
@ -21,7 +21,7 @@
<table CELLSPACING=0 CELLPADDING=0 WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-2.html">Next</a> <a href="index.html">Previous</a>
<div align=right><a href="tdepacman-2.html">Next</a> <a href="index.html">Previous</a>
<a href="index.html#toc1">Table of Contents</a></div>
<h3>
@ -34,18 +34,18 @@
Version 0.3.2 (30. June 2003)</h4>
<ul>
<li>Almost a real KDE3 application.</li>
<li>Almost a real TDE3 application.</li>
</ul>
<h4>
Version 0.3.1 (31. January 2002)</h4>
<ul>
<li>Prerelease for KDE2 (Documentation not fully adjusted).</li>
<li>Prerelease for TDE2 (Documentation not fully adjusted).</li>
<li>The "highscore"-file is no longer been created by the installation, but as soon as
the hall of fame has been entered.
The path (directory/filename) could be specified in the <a href="kpacman-3.html#ss3.4">configfile</a>.
The path (directory/filename) could be specified in the <a href="tdepacman-3.html#ss3.4">configfile</a>.
If the systemwide "highscore"-file is not writable, a private file in the
home-directory of the user is used and a corresponding message is shown.</li>
</ul>
@ -71,7 +71,7 @@ removed (FocusEvents).</li>
thru the menubar.</li>
<li>The boardlayout (map) could be placed in external textfiles and selected
thru the configfile (kpacmanrc) if needed.</li>
thru the configfile (tdepacmanrc) if needed.</li>
<li>Duplicate pixmaps removed. Because all pixmapfiles could be specified
thru the configfile now, pixmaps could be placed in foreign (scheme)-directories
@ -134,7 +134,7 @@ than the actual figure itself.</li>
<li>
Because there is not enough room to show 13 levelsymbols in the statusline,
the position of the symbol can be specified by the <a href="kpacman-3.html#ss3.4">LevelPosition</a>
the position of the symbol can be specified by the <a href="tdepacman-3.html#ss3.4">LevelPosition</a>
value(s).</li>
<li>
@ -182,11 +182,11 @@ Version 0.2.3a (January 15th, 1999)</h4>
<ul>
<li>
Keyboard-routines changed to be compatible with the KDE 1.1 libraries (compiles
Keyboard-routines changed to be compatible with the TDE 1.1 libraries (compiles
with 1.0 and 1.1).</li>
<li>
A small bug fixed in kpacman.cpp (CHECK_PTR( menuBar )).</li>
A small bug fixed in tdepacman.cpp (CHECK_PTR( menuBar )).</li>
</ul>
<h4>
@ -203,11 +203,11 @@ Added a new font "font-smooth" and smoothed the pixmap "wall.xpm" for the
Zacman-scheme.</li>
<li>
Enhanced configuration of all timing-parameters using the <a href="kpacman-3.html#s3">configuration
Enhanced configuration of all timing-parameters using the <a href="tdepacman-3.html#s3">configuration
file</a>.</li>
<li>
Changed Help-function (kapp->getHelpMenu) to reflect the KDE-Standard.</li>
Changed Help-function (kapp->getHelpMenu) to reflect the TDE-Standard.</li>
<li>
Improved the documentation (Many thanks to Andreas Pour).</li>
@ -257,7 +257,7 @@ Version 0.1.1 (August 8th, 1998)&nbsp;</h4>
First public release.</li>
</ul>
<div align=right><a href="kpacman-2.html">Next</a> <a href="index.html">Previous</a>
<div align=right><a href="tdepacman-2.html">Next</a> <a href="index.html">Previous</a>
<a href="index.html#toc1">Table of Contents</a></div>
<center>

@ -2,17 +2,17 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman">
<meta name="description" content="Documentation for KPacman">
<title>The KPacman Handbook: Installation</title>
<meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for TDEPacman">
<title>The TDEPacman Handbook: Installation</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp;
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 height=32 width=32 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
@ -21,34 +21,34 @@
<table CELLSPACING=0 CELLPADDING=0 WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-3.html">Next</a> <a href="kpacman-1.html">Previous</a> <a href="index.html#toc1">Table
<div align=right><a href="tdepacman-3.html">Next</a> <a href="tdepacman-1.html">Previous</a> <a href="index.html#toc1">Table
of Contents</a></div>
<h3>
<a NAME="s2"></a>2. Installation</h3>
<h3>
<a NAME="ss2.1"></a>2.1 How to obtain KPacman</h3>
KPacman can be found on <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games/">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games/</a>,
the main ftp site of the KDE project.&nbsp;
<a NAME="ss2.1"></a>2.1 How to obtain TDEPacman</h3>
TDEPacman can be found on <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games/">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games/</a>,
the main ftp site of the TDE project.&nbsp;
<h3>
<a NAME="ss2.2"></a>2.2 Requirements</h3>
In order to compile KPacman successfully, you will need the version 1.0
In order to compile TDEPacman successfully, you will need the version 1.0
of the kde libraries or later and version 1.33 of the qt libraries or later.
Look for the version of the libraries appropriate for your system at <a href="ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/">ftp://ftp.kde.org/pub/kde/stable/latest/distribution/</a>
and&nbsp; <a href="ftp://ftp.kde.org/pub/qt">ftp://ftp.kde.org/pub/qt</a>.&nbsp;
<h3>
<a NAME="ss2.3"></a>2.3 Compilation and installation</h3>
In order to compile and install KPacman on your system, type the following
in the base directory of the KPacman distribution:&nbsp;
In order to compile and install TDEPacman on your system, type the following
in the base directory of the TDEPacman distribution:&nbsp;
<blockquote>
<pre><tt>% ./configure &amp;&amp; make &amp;&amp; make install</tt></pre>
</blockquote>
Since KPacman uses <tt>autoconf</tt> you should have no trouble compiling
Since TDEPacman uses <tt>autoconf</tt> you should have no trouble compiling
it. Should you run into any problems, please report them to the the author
at <a href="mailto:joe@dsite.de">J&ouml;rg Th&ouml;nnissen</a>.&nbsp;
<br>&nbsp;
<div align=right><a href="kpacman-3.html">Next</a> <a href="kpacman-1.html">Previous</a> <a href="index.html#toc1">Table
<div align=right><a href="tdepacman-3.html">Next</a> <a href="tdepacman-1.html">Previous</a> <a href="index.html#toc1">Table
of Contents</a></div>
<center>

@ -2,17 +2,17 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman">
<meta name="description" content="Documentation for KPacman">
<title>The KPacman Handbook: Configuration</title>
<meta name="keywords" content="TDEPacman">
<meta name="description" content="Documentation for TDEPacman">
<title>The TDEPacman Handbook: Configuration</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
&nbsp;
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 align=TEXTTOP></td>
<td><img SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<td><b><font size=+2>TDEPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
@ -21,19 +21,19 @@
<table WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-4.html">Next</a> <a href="kpacman-2.html">Previous</a> <a href="index.html#toc1">Table of Contents</a></div>
<div align=right><a href="tdepacman-4.html">Next</a> <a href="tdepacman-2.html">Previous</a> <a href="index.html#toc1">Table of Contents</a></div>
<h3>
<a NAME="s3"></a>3. Configuration</h3>
At this juncture all of KPacman's parameters cannot be configured graphically.
At this juncture all of TDEPacman's parameters cannot be configured graphically.
To change those parameters for an individual user you should edit the user's
KPacman configuration file (this file should be located at <tt>~/.kde/share/config/kpacmanrc</tt>).
TDEPacman configuration file (this file should be located at <tt>~/.trinity/share/config/tdepacmanrc</tt>).
Alternatively, you can affect the default configuration of all users by
editing the global KPacman configuration file (this file should be located
at <tt>/opt/kde/share/config/kpacmanrc</tt>).&nbsp;
editing the global TDEPacman configuration file (this file should be located
at <tt>/opt/trinity/share/config/tdepacmanrc</tt>).&nbsp;
<h3>
<a NAME="ss3.1"></a>3.1 Timings</h3>
The parameters under the standardgroup heading <tt>[KDE Setup]</tt> listed
The parameters under the standardgroup heading <tt>[TDE Setup]</tt> listed
in the table below control the timing of the game.&nbsp; Keys ending in
"MS" (e.g., "DyingAnimationMS") have their values expressed in milliseconds,
whereas Keys ending in "Ticks" have their values expressed in cycles.&nbsp;
@ -342,7 +342,7 @@ level 1 and so on.&nbsp;
<h3>
<a NAME="ss3.2"></a>3.2 Points (Scoring)</h3>
Scoring during the game is controlled by the following key/value-pairs
in the standardgroup <tt>[KDE Setup]</tt> (see the section <a href="#ss3.1">Timings</a>
in the standardgroup <tt>[TDE Setup]</tt> (see the section <a href="#ss3.1">Timings</a>
for information on how to interpret comma-separated values):&nbsp;
<br>&nbsp;
<table BORDER WIDTH="100%" NOSAVE >
@ -406,7 +406,7 @@ so on.</td>
<h3>
<a NAME="ss3.3"></a>3.3 Graphic schemes</h3>
The graphics schemes are controlled by the following two key/value-pairs
of the standardgroup <tt>[KDE Setup]</tt>:&nbsp;
of the standardgroup <tt>[TDE Setup]</tt>:&nbsp;
<br>&nbsp;
<table BORDER WIDTH="100%" NOSAVE >
<tr NOSAVE>
@ -454,10 +454,10 @@ keys:&nbsp;
<td>Font</td>
<td>Filename of the xbm-font. Names without an absolute path (a leading
"/" or "~") are relative to <tt>$TDEDIR/share/apps/kpacman/fonts</tt>.&nbsp;
"/" or "~") are relative to <tt>$TDEDIR/share/apps/tdepacman/fonts</tt>.&nbsp;
The structure of the fontfile will be explained in one of the next releases,
but you should be able to figure it out by opening one of the fontfiles
included with KPacman using a bitmap-editor.</td>
included with TDEPacman using a bitmap-editor.</td>
<td>font.xbm</td>
</tr>
@ -485,7 +485,7 @@ must be changed.</td>
<td>Directory in which the pixmap-files for the figures are located.&nbsp;
Direcotry names without an absolute path (a leading "/" or "~") are relative
to <tt>$TDEDIR/share/apps/kpacman/pics</tt>. The names of the individual
to <tt>$TDEDIR/share/apps/tdepacman/pics</tt>. The names of the individual
xpm-files are fixed in the code at the moment (this will be changed) and
are ''down.xpm" for an arrow pointing down, "fruit.xpm" for the series
of fruit for the various levels, "lifes.xpm" for the image to display at
@ -548,13 +548,13 @@ room. The first position (rightmost) has the value 0.</td>
If only a directory (".../") is given, the default-filename ("highscore")
will be used.</td>
<td>/tmp/kpacman.highscore</td>
<td>/tmp/tdepacman.highscore</td>
</tr>
</table>
<br>&nbsp;
<div align=right><a href="kpacman-4.html">Next</a> <a href="kpacman-2.html">Previous</a> <a href="index.html#toc1">Table of Contents</a>
<div align=right><a href="tdepacman-4.html">Next</a> <a href="tdepacman-2.html">Previous</a> <a href="index.html#toc1">Table of Contents</a>
<hr ALIGN=LEFT NOSHADE WIDTH="100%"></div>
</td>
</tr>

@ -2,17 +2,17 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="keywords" CONTENT="KPacman">
<META NAME="description" CONTENT="Documentation for KPacman">
<TITLE>The KPacman Handbook: Copyright</TITLE>
<META NAME="keywords" CONTENT="TDEPacman">
<META NAME="description" CONTENT="Documentation for TDEPacman">
<TITLE>The TDEPacman Handbook: Copyright</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#8E2727" VLINK="#8E2727">
&nbsp;
<TABLE BORDER=0 CELLSPACING=2 >
<TR>
<TD><IMG SRC="kpacman.gif" ALT="KPacman" BORDER=0 HEIGHT=32 WIDTH=32 ALIGN=TEXTTOP></TD>
<TD><IMG SRC="tdepacman.gif" ALT="TDEPacman" BORDER=0 HEIGHT=32 WIDTH=32 ALIGN=TEXTTOP></TD>
<TD><B><FONT SIZE=+2>KPacman</FONT></B>
<TD><B><FONT SIZE=+2>TDEPacman</FONT></B>
<BR><FONT SIZE=-1>Version 0.3.2</FONT></TD>
</TR>
</TABLE>
@ -21,11 +21,11 @@
<TABLE WIDTH="600" >
<TR>
<TD>
<DIV ALIGN=right>Next <A HREF="kpacman-3.html">Previous</A> <A HREF="index.html#toc1">Table of Contents</A></DIV>
<DIV ALIGN=right>Next <A HREF="tdepacman-3.html">Previous</A> <A HREF="index.html#toc1">Table of Contents</A></DIV>
<H3>
<A NAME="s1"></A>4. Copyright</H3>
KPacman Copyright (c) 1998-2003 J&ouml;rg Th&ouml;nnissen, <A HREF="mailto:joe@dsite.de">&lt;joe@dsite.de></A>
TDEPacman Copyright (c) 1998-2003 J&ouml;rg Th&ouml;nnissen, <A HREF="mailto:joe@dsite.de">&lt;joe@dsite.de></A>
<P>This program (including this documentation) 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
@ -39,7 +39,7 @@ License for more details.&nbsp;
with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cabridge, MA 02139, USA.&nbsp;
<BR>&nbsp;
<DIV ALIGN=right>Next <A HREF="kpacman-3.html">Previous</A> <A HREF="index.html#toc1">Table of Contents</A></DIV>
<DIV ALIGN=right>Next <A HREF="tdepacman-3.html">Previous</A> <A HREF="index.html#toc1">Table of Contents</A></DIV>
<CENTER>
<HR ALIGN=LEFT NOSHADE WIDTH="100%"></CENTER>

Before

Width:  |  Height:  |  Size: 481 B

After

Width:  |  Height:  |  Size: 481 B

@ -1,11 +1,11 @@
.TH kpacman 1 "August 20, 2020"
.TH tdepacman 1 "August 20, 2020"
.SH NAME
kpacman \- A pacman clone game for TDE.
tdepacman \- A pacman clone game for TDE.
.SH SYNOPSIS
.B kpacman
.B tdepacman
.RI [Qt-options] [TDE-options] [URL]
.SH DESCRIPTION
Kpacman is a classic arcade game from the 80s in which you have
TDEpacman is a classic arcade game from the 80s in which you have
to finish the tables by eating all the pac-gums to score as many points
as possible.
.PP
@ -36,7 +36,7 @@ Show license information
.SS
.PP
.SH HOMEPAGE
Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman
Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman
.SH AUTHOR
This manual page was written by gregory guy <gregory-tde@laposte.net>,
for the Trinity Desktop Environment project (but may be used by others).