head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.07.19.20.39.37;	author philip;	state dead;
branches;
next	1.1;

1.1
date	2004.12.08.17.18.44;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.0RC2.  While here, fix a couple of outstanding annoyances:

 o Use the ${DATADIR} variable instead of hardcoding share/Apache-Gallery
   for the data-files that need to be installed under there.

 o Also use %%DATADIR%% instead of hardcoding share/Apache-Gallery in the
   pkg-plist.  Never try to remove www/icons itself, which should be done
   by the Apache port.

 o Install both the 'default' and the 'new' template directories, leaving
   the css files with the templates instead of moving them into a css/
   subdirectory.

 o Put the icons under www/icons/gallery, removing the need for the patch
   to the template files, also makes them easier to move around if people
   like doing that sort of thing.

Approved by:	krion (mentor) kvs@@pil.dk (maintainer)
@
text
@--- templates/default/directory.tpl	Fri Jan  2 13:45:06 2004
+++ templates/default/directory.tpl	Wed Dec  8 18:12:41 2004
@@@@ -1 +1 @@@@
-    <div id="folder"><a href="{ $FILEURL }/"><img border="0" src="/icons/gallery/agfolder.png"><br>{ $FILE }</a></div>
+    <div id="folder"><a href="{ $FILEURL }/"><img border="0" src="/icons/agfolder.png"><br>{ $FILE }</a></div>
--- templates/default/file.tpl	Fri Jan  2 14:18:12 2004
+++ templates/default/file.tpl	Wed Dec  8 18:12:36 2004
@@@@ -1 +1 @@@@
-    <div id="folder"><a href="{ $FILEURL }"><img border="0" alt="{ $ALT }" src="/icons/gallery/{ $FILETYPE }.png"><br>{ $FILE }</a></div>
+    <div id="folder"><a href="{ $FILEURL }"><img border="0" alt="{ $ALT }" src="/icons/{ $FILETYPE }.png"><br>{ $FILE }</a></div>
@


1.1
log
@- Fix path to icons in template-files
- Bump PORTREVISION

Submitted by:	maintainer
@
text
@@

