4
<book lang="en" id="loader-manual">
4
<book lang="en" id="loader-manual">
5
<bookinfo>
5
<bookinfo>
6
<title>Smart Cache Loader Manual</title>
6
<title>Smart Cache Loader Manual</title>
7
<subtitle>0.30</subtitle>
7
<subtitle>0.31</subtitle>
9
<firstname>Radim</firstname>
9
<firstname>Radim</firstname>
10
<surname>Kolar</surname>
10
<surname>Kolar</surname>
281
We now decoding page text before starting to extract links.
281
We now decoding page text before starting to extract links.
282
HTML decoding code is from http://htmlparser.sf.net
282
HTML decoding code is from http://htmlparser.sf.net
283
Fixed handling of high bit characters in page text.
283
Fixed handling of high bit characters in page text.
284
Version increased to 0.31
8
private final static float MAX_QPRIO=9999.99f;
8
private final static float MAX_QPRIO=9999.99f;
9
public static final int IO_BUFFER=4096;
9
public static final int IO_BUFFER=4096;
11
public static final String PROG_VERSION="0.30";
11
public static final String PROG_VERSION="0.31";
12
public static final String PROG_NAME="Smart Cache Loader";
12
public static final String PROG_NAME="Smart Cache Loader";
13
public static final String PROG_URL="http://scloader.sourceforge.net";
13
public static final String PROG_URL="http://scloader.sourceforge.net";
14
public static final String PROG_COPYRIGHT="Copyright (c) Radim Kolar 1998-2007. Open source software; There is NO warranty.\n"+
14
public static final String PROG_COPYRIGHT="Copyright (c) Radim Kolar 1998-2007. Open source software; There is NO warranty.\n"+