Changeset 161

Show
Ignore:
Timestamp:
02/21/06 20:00:44 (3 years ago)
Author:
conrad
Message:

version 0.9.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fastphoto/trunk/ChangeLog

    r90 r161  
     12006幎  2月 21日 火曜日 21:21:26 EST Conrad Parker <conrad@metadecks.org> 
     2 
     3        * Version 0.9.0 
  • fastphoto/trunk/Makefile.am

    r114 r161  
    22 
    33man_MANS = fastphoto.1 
     4 
     5EXTRA_DIST = fastphoto.1 get_epeg_cvs.sh debian-postinst.sh apache/fastphoto.conf 
  • fastphoto/trunk/fastphoto.1

    r153 r161  
    6161.SH "SERVER CONFIGURATION" 
    6262fastphoto can be installed as a handler for files of type image/jpeg. 
    63 The following configuration directives are for Apache httpd. 
    6463 
    65   ScriptAlias /fastphoto /usr/bin/fastphoto 
    66   Action image/jpeg /fastphoto 
     64For more information see http://www.kfish.org/software/fastphoto 
    6765 
    68 .SH "CGI PARAMETERS" 
    69 .TP 
    70 \fB\?w\fR, \fB\?width\fR 
    71 \fB\?h\fR, \fB\?height\fR 
    72 \fB\?s\fR, \fB\?scale\fR 
    73 \fB\?q\fR, \fB\?quality\fR 
    74 \fB\?g\fR, \fB\?gray\fR 
    75  
    76 .SH "EXAMPLES" 
    77   http://www.example.com/photo.jpg?scale=10% 
    78   http://www.example.com/photo.jpg?x=120 
    79   http://www.example.com/photo.jpg?x=120&y=10 
    80   http://www.example.com/photo.jpg?q=20 
    81   http://www.example.com/photo.jpg?x=120&q=20 
    82   http://www.example.com/photo.jpg?gray 
    83   http://www.example.com/photo.jpg?x=120&gray 
    8466.SH "SEE ALSO" 
    8567httpd(8), apache(8) 
    86 .BR 
     68 
    8769.SH AUTHOR 
    8870Conrad Parker <conrad@metadecks.org>, February 2006 
  • fastphoto/trunk/src/Makefile.am

    r156 r161  
    1010TESTS = httpdate_test cgi_test 
    1111 
    12 noinst_HEADERS = alloc_snprintf.h cache.h cgi.h cmd.h header.h httpdate.h memory.h photo.h resize.h 
     12noinst_HEADERS = fastphoto.h alloc_snprintf.h cache.h cgi.h cmd.h header.h httpdate.h memory.h photo.h resize.h tests.h 
    1313 
    1414fastphoto_SOURCES = main.c alloc_snprintf.c cache.c cgi.c cmd.c header.c httpdate.c memory.c photo.c resize.c