FaceReader.st
changeset 3921 58dbf336ced2
parent 3898 bf47b82c9c30
--- a/FaceReader.st	Wed Feb 22 18:19:29 2017 +0100
+++ b/FaceReader.st	Wed Feb 22 18:35:53 2017 +0100
@@ -39,9 +39,11 @@
 documentation
 "
     This class knows how to read face files.
+    
     This format used to used for people's faces (in the 90s)
     - which could be obtained from some ftp-servers, to improve mail- and/or newsreaders :-).
-    Other than above, that format is not used often.
+    The once famous NeXT workstation showed those, when an email was presented.
+    Other than above, that format was not used often and is now completely forgotten.
 
     The file format is (ascii):
         ...
@@ -148,11 +150,12 @@
     bitsPerSample := #(8)
 
     "
-     FaceReader fromFile:'../goodies/faces/next.com/steve.face'
+     FaceReader fromFile:'../../goodies/faces/next.com/steve.face'
     "
     "this is NOT steve jobs :-)"
 
-    "Modified: / 3.2.1998 / 17:50:52 / cg"
+    "Modified: / 03-02-1998 / 17:50:52 / cg"
+    "Modified (comment): / 22-02-2017 / 18:28:37 / cg"
 ! !
 
 !FaceReader class methodsFor:'documentation'!