annotate CVSROOT/checkoutlist @ 487:6c01d283e90e

Servlet version 1.16.1 - now with absolute scaling: mo=ascale&scale=X - reworked scale factor and resolution selection so that absolute scale can use prescaled images (osize can do that too) ASSIGNED - # 23: display thumbnails with absolute scaling https://itgroup.mpiwg-berlin.mpg.de:8080/tracs/cdli/ticket/23
author robcast
date Sat, 12 May 2007 14:23:34 +0200
parents ffd2df307e81
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ffd2df307e81 initial checkin
root
parents:
diff changeset
1 # The "checkoutlist" file is used to support additional version controlled
ffd2df307e81 initial checkin
root
parents:
diff changeset
2 # administrative files in $CVSROOT/CVSROOT, such as template files.
ffd2df307e81 initial checkin
root
parents:
diff changeset
3 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
4 # The first entry on a line is a filename which will be checked out from
ffd2df307e81 initial checkin
root
parents:
diff changeset
5 # the corresponding RCS file in the $CVSROOT/CVSROOT directory.
ffd2df307e81 initial checkin
root
parents:
diff changeset
6 # The remainder of the line is an error message to use if the file cannot
ffd2df307e81 initial checkin
root
parents:
diff changeset
7 # be checked out.
ffd2df307e81 initial checkin
root
parents:
diff changeset
8 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
9 # File format:
ffd2df307e81 initial checkin
root
parents:
diff changeset
10 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
11 # [<whitespace>]<filename><whitespace><error message><end-of-line>
ffd2df307e81 initial checkin
root
parents:
diff changeset
12 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
13 # comment lines begin with '#'