You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2016/10/22 21:52:22 UTC

svn commit: r1766237 - in /poi/site/src/documentation: resources/images/ resources/stylesheets/ skins/poi-site/images/

Author: kiwiwings
Date: Sat Oct 22 21:52:22 2016
New Revision: 1766237

URL: http://svn.apache.org/viewvc?rev=1766237&view=rev
Log:
transparent change log icons

Added:
    poi/site/src/documentation/skins/poi-site/images/add.png   (with props)
    poi/site/src/documentation/skins/poi-site/images/fix.png   (with props)
    poi/site/src/documentation/skins/poi-site/images/remove.png   (with props)
    poi/site/src/documentation/skins/poi-site/images/update.png   (with props)
Removed:
    poi/site/src/documentation/resources/images/add.jpg
    poi/site/src/documentation/resources/images/fix.jpg
    poi/site/src/documentation/resources/images/update.jpg
    poi/site/src/documentation/skins/poi-site/images/add.jpg
    poi/site/src/documentation/skins/poi-site/images/remove.jpg
    poi/site/src/documentation/skins/poi-site/images/update.jpg
Modified:
    poi/site/src/documentation/resources/stylesheets/changes2document.xsl

Modified: poi/site/src/documentation/resources/stylesheets/changes2document.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/resources/stylesheets/changes2document.xsl?rev=1766237&r1=1766236&r2=1766237&view=diff
==============================================================================
--- poi/site/src/documentation/resources/stylesheets/changes2document.xsl (original)
+++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl Sat Oct 22 21:52:22 2016
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!--
    ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -119,9 +119,8 @@
  <xsl:template match="action">
   <tr>
 
-  <!-- TODO: convert to transparent PNG's -->
   <td style="text-align: center;">
-   <icon src="images/{@type}.jpg" alt="{@type}"/>
+   <icon src="skin/images/{@type}.png" alt="{@type}"/>
   </td>
 
   <td>

Added: poi/site/src/documentation/skins/poi-site/images/add.png
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/skins/poi-site/images/add.png?rev=1766237&view=auto
==============================================================================
Binary file - no diff available.

Propchange: poi/site/src/documentation/skins/poi-site/images/add.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: poi/site/src/documentation/skins/poi-site/images/fix.png
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/skins/poi-site/images/fix.png?rev=1766237&view=auto
==============================================================================
Binary file - no diff available.

Propchange: poi/site/src/documentation/skins/poi-site/images/fix.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: poi/site/src/documentation/skins/poi-site/images/remove.png
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/skins/poi-site/images/remove.png?rev=1766237&view=auto
==============================================================================
Binary file - no diff available.

Propchange: poi/site/src/documentation/skins/poi-site/images/remove.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: poi/site/src/documentation/skins/poi-site/images/update.png
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/skins/poi-site/images/update.png?rev=1766237&view=auto
==============================================================================
Binary file - no diff available.

Propchange: poi/site/src/documentation/skins/poi-site/images/update.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org


Re: svn commit: r1766237 - in /poi/site/src/documentation: resources/images/ resources/stylesheets/ skins/poi-site/images/

Posted by Andreas Beeker <ki...@apache.org>.
Not necessarily, i.e if the xml encoding is not specified, it defaults to UTF-8 and a/my XML editor is free to add a BOM -> https://en.wikipedia.org/wiki/Byte_order_mark

Maybe we should encode those xml files in ISO-8859-1?

On 23.10.2016 00:19, Javen O'Neal wrote:
> Looks like there was a file encoding problem with this commit.
>
> --- poi/site/src/documentation/resources/stylesheets/changes2document.xsl
> (original)
> +++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl
> Sat Oct 22 21:52:22 2016
> @@ -1,4 +1,4 @@
> -<?xml version="1.0"?>
> +<?xml version="1.0"?>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: svn commit: r1766237 - in /poi/site/src/documentation: resources/images/ resources/stylesheets/ skins/poi-site/images/

Posted by Javen O'Neal <ja...@gmail.com>.
Looks like there was a file encoding problem with this commit.

--- poi/site/src/documentation/resources/stylesheets/changes2document.xsl
(original)
+++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl
Sat Oct 22 21:52:22 2016
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>

On Oct 22, 2016 14:52, <ki...@apache.org> wrote:

> Author: kiwiwings
> Date: Sat Oct 22 21:52:22 2016
> New Revision: 1766237
>
> URL: http://svn.apache.org/viewvc?rev=1766237&view=rev
> Log:
> transparent change log icons
>
> Added:
>     poi/site/src/documentation/skins/poi-site/images/add.png   (with
> props)
>     poi/site/src/documentation/skins/poi-site/images/fix.png   (with
> props)
>     poi/site/src/documentation/skins/poi-site/images/remove.png   (with
> props)
>     poi/site/src/documentation/skins/poi-site/images/update.png   (with
> props)
> Removed:
>     poi/site/src/documentation/resources/images/add.jpg
>     poi/site/src/documentation/resources/images/fix.jpg
>     poi/site/src/documentation/resources/images/update.jpg
>     poi/site/src/documentation/skins/poi-site/images/add.jpg
>     poi/site/src/documentation/skins/poi-site/images/remove.jpg
>     poi/site/src/documentation/skins/poi-site/images/update.jpg
> Modified:
>     poi/site/src/documentation/resources/stylesheets/changes2document.xsl
>
> Modified: poi/site/src/documentation/resources/stylesheets/
> changes2document.xsl
> URL: http://svn.apache.org/viewvc/poi/site/src/documentation/
> resources/stylesheets/changes2document.xsl?rev=
> 1766237&r1=1766236&r2=1766237&view=diff
> ============================================================
> ==================
> --- poi/site/src/documentation/resources/stylesheets/changes2document.xsl
> (original)
> +++ poi/site/src/documentation/resources/stylesheets/changes2document.xsl
> Sat Oct 22 21:52:22 2016
> @@ -1,4 +1,4 @@
> -<?xml version="1.0"?>
> +<?xml version="1.0"?>
>  <!--
>     ====================================================================
>     Licensed to the Apache Software Foundation (ASF) under one or more
> @@ -119,9 +119,8 @@
>   <xsl:template match="action">
>    <tr>
>
> -  <!-- TODO: convert to transparent PNG's -->
>    <td style="text-align: center;">
> -   <icon src="images/{@type}.jpg" alt="{@type}"/>
> +   <icon src="skin/images/{@type}.png" alt="{@type}"/>
>    </td>
>
>    <td>
>
> Added: poi/site/src/documentation/skins/poi-site/images/add.png
> URL: http://svn.apache.org/viewvc/poi/site/src/documentation/
> skins/poi-site/images/add.png?rev=1766237&view=auto
> ============================================================
> ==================
> Binary file - no diff available.
>
> Propchange: poi/site/src/documentation/skins/poi-site/images/add.png
> ------------------------------------------------------------
> ------------------
>     svn:mime-type = application/octet-stream
>
> Added: poi/site/src/documentation/skins/poi-site/images/fix.png
> URL: http://svn.apache.org/viewvc/poi/site/src/documentation/
> skins/poi-site/images/fix.png?rev=1766237&view=auto
> ============================================================
> ==================
> Binary file - no diff available.
>
> Propchange: poi/site/src/documentation/skins/poi-site/images/fix.png
> ------------------------------------------------------------
> ------------------
>     svn:mime-type = application/octet-stream
>
> Added: poi/site/src/documentation/skins/poi-site/images/remove.png
> URL: http://svn.apache.org/viewvc/poi/site/src/documentation/
> skins/poi-site/images/remove.png?rev=1766237&view=auto
> ============================================================
> ==================
> Binary file - no diff available.
>
> Propchange: poi/site/src/documentation/skins/poi-site/images/remove.png
> ------------------------------------------------------------
> ------------------
>     svn:mime-type = application/octet-stream
>
> Added: poi/site/src/documentation/skins/poi-site/images/update.png
> URL: http://svn.apache.org/viewvc/poi/site/src/documentation/
> skins/poi-site/images/update.png?rev=1766237&view=auto
> ============================================================
> ==================
> Binary file - no diff available.
>
> Propchange: poi/site/src/documentation/skins/poi-site/images/update.png
> ------------------------------------------------------------
> ------------------
>     svn:mime-type = application/octet-stream
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
> For additional commands, e-mail: commits-help@poi.apache.org
>
>