diff options
| -rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,5 +1,19 @@ | |||
| 1 | This project can currently dump and (partially) normalize white pages from Deutsche Telekom's CD and DVDs. | 1 | This project can currently dump and (partially) normalize white pages from Deutsche Telekom's CD and DVDs. |
| 2 | 2 | ||
| 3 | _=_=_=_=_=_=_= | ||
| 4 | How to extract | ||
| 5 | -=-=-=-=-=-=-= | ||
| 6 | |||
| 7 | Whereever possible I tried to make everything to work just by typing "sh makecolumns.sh <path to white pages>", where the white pages is what usually comes on your CD as "white" directory. You will need a working C compiler and make, plus aroud 4 GB of hard disc space left for the results. All tools necessary will be built automatically by the shell script. | ||
| 8 | |||
| 9 | The scripts also use a tiny helper tool called "el" that you will need to fetch, compile and copy into one of your PATH directories. Find it at https://erdgeist.org/arts/software/el, check out the sources with "git clone git://erdgeist.org/el" or "cvs -d :pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co el". | ||
| 10 | |||
| 11 | The script will create a work/ directory and put a dump directory according to the name of your white page directory below that. | ||
| 12 | |||
| 13 | _=_=_=_=_=_=_=_=_=_=_=_=_ | ||
| 14 | File format documentation | ||
| 15 | -=-=-=-=-=-=-=-=-=-=-=-=- | ||
| 16 | |||
| 3 | The on-disc-data currently comes in four flavours (see https://erdgeist.org/posts/2008/datenmessie.html) | 17 | The on-disc-data currently comes in four flavours (see https://erdgeist.org/posts/2008/datenmessie.html) |
| 4 | 18 | ||
| 5 | version 1) Teleauskunft 1188 from 1992, (April-June) | 19 | version 1) Teleauskunft 1188 from 1992, (April-June) |
