planner r899 - in trunk: . data/stylesheets



Author: mvdpot
Date: Sat Apr  5 00:18:38 2008
New Revision: 899
URL: http://svn.gnome.org/viewvc/planner?rev=899&view=rev

Log:
2008-04-05  Maurice van der Pot  <griffon26 kfk4ever com>

	* Makefile.win32: Add better default PREFIX for build on Windows.
	* data/stylesheets/planner2html.xsl: Update link to homepage in exported
	HTML and underline it so people will know it's a link (bug #430477).



Modified:
   trunk/ChangeLog
   trunk/Makefile.win32
   trunk/data/stylesheets/planner2html.xsl

Modified: trunk/Makefile.win32
==============================================================================
--- trunk/Makefile.win32	(original)
+++ trunk/Makefile.win32	Sat Apr  5 00:18:38 2008
@@ -11,7 +11,7 @@
 endif
 
 ifeq ($(PREFIX),)
-export PREFIX=$(HOME)/dev
+export PREFIX=/dev
 endif
 
 export CFLAGS := $(CFLAGS) -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror

Modified: trunk/data/stylesheets/planner2html.xsl
==============================================================================
--- trunk/data/stylesheets/planner2html.xsl	(original)
+++ trunk/data/stylesheets/planner2html.xsl	Sat Apr  5 00:18:38 2008
@@ -158,7 +158,10 @@
 <!--                                Footer                                 -->
 <xsl:template name="htmlfooter">
   <div class="footer">
-    <div><xsl:value-of select="I18N:gettext('This file was generated by')"/>&nbsp;<a href="http://www.imendio.com/projects/planner/";>Planner</a></div>
+    <div>
+      <xsl:value-of select="I18N:gettext('This file was generated by')"/>&nbsp;
+      <a href="http://live.gnome.org/Planner/"; style="text-decoration: underline;">Planner</a>
+    </div>
   </div>
 </xsl:template>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]