
jesus at omniti
Oct 2, 2001, 12:28 PM
Post #2 of 2
(1327 views)
Permalink
|
The .cvsignore file is in CVS. The changes to place images in /icons/ that you submitted and additionally the changes to ./precompile to put them in the /icons/ directory of the distribution. I also committed the addition install rule using apxs. On Tuesday, October 2, 2001, at 02:01 PM, Sean Chittenden wrote: > These are for consideration: > > 1) A .cvsignore file would make my anal cvs blood happy > 2,3) The images should, IMHO, go in /icons/ that way they're site > wide and not vhost specific. > > -sc > > --- .cvsignore.orig Tue Oct 2 10:57:05 2001 > +++ .cvsignore Tue Oct 2 10:55:49 2001 > @@ -0,0 +1,5 @@ > +config.log > +config.h > +config.cache > +config.status > +Makefile > > Index: backhand-test > =================================================================== > RCS file: /storage/cvs/jesus/mod_backhand/backhand-test,v > retrieving revision 1.1 > diff -u -r1.1 backhand-test > --- backhand-test 2000/04/08 04:53:36 1.1 > +++ backhand-test 2001/10/02 17:57:47 > @@ -26,7 +26,7 @@ > <TABLE WIDTH=90% CELLSPACING=0 CELLPADDING=0 BORDER=0> > <TR><TD align=right> > All of this is made possible by <A > HREF="http://www.cnds.jhu.edu/backhand/">Backhand</A>.<BR> > -<A HREF="http://www.cnds.jhu.edu/mod_backhand/"><IMG > SRC="/mod_backhand_mini.jpg" HEIGHT=45 WIDTH=199 BORDER=0></A> > +<A HREF="http://www.cnds.jhu.edu/mod_backhand/"><IMG > SRC="/icons/mod_backhand_mini.jpg" HEIGHT=45 WIDTH=199 BORDER=0></A> > </TD></TR></TABLE> > </CENTER> > </BODY> > > > Index: mod_backhand.c > =================================================================== > RCS file: /storage/cvs/jesus/mod_backhand/mod_backhand.c,v > retrieving revision 1.42 > diff -u -r1.42 mod_backhand.c > --- mod_backhand.c 2001/09/23 18:41:59 1.42 > +++ mod_backhand.c 2001/10/02 17:58:26 > @@ -928,7 +928,7 @@ > #define TABLE_TOP "<TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 > BGCOLOR=#000000>\n <TR><TD><TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 > WIDTH=100% BGCOLOR=#ffffff>\n" > #define TABLE_BOTTOM "</TABLE></TD></TR>\n </TABLE>" > ap_rputs(" <TR><TD valign=top>" TABLE_TOP "<TR><TD align=right>", r); > - ap_rputs(" <A HREF=\"http://www.backhand.org/\"><IMG > SRC=\"/backhand.jpg\" WIDTH=408 HEIGHT=144 BORDER=0></A><BR><A > HREF=\"http://www.cnds.jhu.edu/\"><IMG SRC=\"/cndsbar_mini.jpg\" > WIDTH=263 HEIGHT=45 BORDER=0></A>", r); > + ap_rputs(" <A HREF=\"http://www.backhand.org/\"><IMG > SRC=\"/icons/backhand.jpg\" WIDTH=408 HEIGHT=144 BORDER=0></A><BR><A > HREF=\"http://www.cnds.jhu.edu/\"><IMG SRC=\"/icons/cndsbar_mini.jpg\" > WIDTH=263 HEIGHT=45 BORDER=0></A>", r); > ap_rputs(" </TD></TR>" TABLE_BOTTOM "</TD>", r); > ap_rputs(" <TD valign=top align=left>" TABLE_TOP, r); > > -- > Sean Chittenden > > _______________________________________________ > backhand-devel mailing list > backhand-devel [at] lists > http://lists.backhand.org/mailman/listinfo/backhand-devel > -- Theo Schlossnagle 1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984 2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
|