summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Hicks <alan@lizella.net>2012-08-22 11:59:57 -0400
committerAlan Hicks <alan@lizella.net>2012-08-22 11:59:57 -0400
commit56f820b54ea9cec5af68ac810c86b96d147b9a7b (patch)
tree0ff77d8ec7dc9e5bef697ddbacfc5ae6c6eaa4a1
parentb76d7ce128dbe974806f1c03f7464b463393cdda (diff)
downloadslackbook-56f820b54ea9cec5af68ac810c86b96d147b9a7b.tar.xz
Removed png screenshot for pkgtool and replaced with eps.
-rw-r--r--TODO9
-rw-r--r--chapter_17.xml2
-rw-r--r--img/pkgtool.pngbin42173 -> 0 bytes
-rw-r--r--ps-imgs/pkgtool.eps72
4 files changed, 78 insertions, 5 deletions
diff --git a/TODO b/TODO
index 8c1a1cb..f441d70 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,7 @@ General
* Aim to update references to kernel versions and Slackware versions to those
used in the most recent release of Slackware. I've seen kernel 2.6.29.4 and
Slackware 12.0.0 for instance.
+ - 2012-08-22 Most of the Slackware versions should be fixed now. -Alan
* more extensive CLI apps like v2.0
@@ -41,8 +42,8 @@ General
Chapter 2. Installation
* Should we include some partitioning examples using gdisk since this
-tool is increasingly required with today's modern systems? Perhaps add
-it as an appendix and mention it within the partitioning section?
+ tool is increasingly required with today's modern systems? Perhaps add
+ it as an appendix and mention it within the partitioning section?
Chapter 14. Networking
@@ -51,5 +52,5 @@ Chapter 14. Networking
Chapter 18. Keeping Track of Updates
* Once 14.0 is released and there's a security update for it, we need
-to change the contents of the <screen> section to show what an actual
--stable Changelog entry.
+ to change the contents of the <screen> section to show what an actual
+ -stable Changelog entry.
diff --git a/chapter_17.xml b/chapter_17.xml
index 409349b..19d1ccd 100644
--- a/chapter_17.xml
+++ b/chapter_17.xml
@@ -37,7 +37,7 @@ packages and the list of currently installed packages in a
user-friendly ncurses interface.
</para>
-<imagedata fileref="img/pkgtool.png" format="PNG"/>
+<imagedata fileref="png/pkgtool.png" format="PNG"/>
<para>
<application>pkgtool</application> is a convenient and easy way to
diff --git a/img/pkgtool.png b/img/pkgtool.png
deleted file mode 100644
index 3679899..0000000
--- a/img/pkgtool.png
+++ /dev/null
Binary files differ
diff --git a/ps-imgs/pkgtool.eps b/ps-imgs/pkgtool.eps
new file mode 100644
index 0000000..c493ed7
--- /dev/null
+++ b/ps-imgs/pkgtool.eps
@@ -0,0 +1,72 @@
+%!PS-Adobe-2.0 EPSF-1.2
+%%BoundingBox: 21 60 467 272
+
+/Outterbox
+{ newpath moveto
+0 206 rlineto
+78 0 rlineto
+23 61 moveto
+443 0 rlineto
+0 206 rlineto
+-85 0 rlineto
+23 87 moveto
+443 0 rlineto
+closepath } def
+
+/Innerbox
+{ moveto
+421 0 rlineto
+0 101 rlineto
+-421 0 rlineto
+closepath} def
+
+/TitleFont
+{ /Helvetica findfont 13 scalefont setfont
+moveto } def
+
+/PanelFont
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/ContentFont1
+{ /Helvetica findfont 12 scalefont setfont
+moveto } def
+
+/ContentFont2
+{ /Helvetica findfont 11 scalefont setfont
+moveto } def
+
+/ButtonFont
+{ /Helvetica findfont 11 scalefont setfont
+moveto } def
+
+23 61 Outterbox
+34 100 Innerbox
+
+105 261 TitleFont(Slackware Package Tool (pkgtool version 14.0)) show
+
+33 237 PanelFont (Welcome to the Slackware package tool.) show
+33 213 PanelFont (Which option would you like?) show
+
+55 188 ContentFont1 (Current) show
+55 174 ContentFont1 (Other) show
+55 160 ContentFont1 (Floppy) show
+55 146 ContentFont1 (Remove) show
+55 132 ContentFont1 (View) show
+55 118 ContentFont1 (Setup) show
+55 104 ContentFont1 (Exit) show
+
+116 188 ContentFont2 (Install packages from the current directory) show
+116 174 ContentFont2 (Install packages from some other directory) show
+116 160 ContentFont2 (Install packages from floppy disks) show
+116 146 ContentFont2 (Remove packages that are currently installed) show
+116 132 ContentFont2 (View the list of files contained in a package) show
+116 118 ContentFont2 (Choose Slackware installation scripts to run again) show
+116 104 ContentFont2 (Exit Pkgtool) show
+
+153 71 ButtonFont (< OK >) show
+267 71 ButtonFont (< Cancel >) show
+
+stroke
+showpage
+%%EOF