<?xml version="1.0"?>
<package>
    <name>Netzarbeiter_NicerImageNames</name>
    <version>0.2.3</version>
    <stability>beta</stability>
    <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
    <channel>community</channel>
    <extends/>
    <summary>Build the image file names from product attributes so they have neat descriptive image names.</summary>
    <description>This small extension builds the image file names from product attributes, allowing Customers saving images then&#xD;
always have neat descriptive image names, and you don't have to do the work before uploading them.&#xD;
&#xD;
The way image names are build can be specified in the configuration under&#xD;
System - Configurataion - Catalog - Nicer Image Names&#xD;
&#xD;
It works like this example map:&#xD;
&#xD;
  netzarbeiter.de-%manufacturer-%sku&#xD;
&#xD;
The %manufacturer will be replaced with the products manufacturer, the %sku with the products sku.&#xD;
You can use any attribute that returns a scalar value (string, integer, float, boolean).&#xD;
Simply prefix the attribute code with a %&#xD;
All other parts of the map will be left just like they are.&#xD;
If you want to add an attribute with an underscore in the attribute_code (e.g. short_description), you have to&#xD;
capitalize the character after the underscore and remove&#xD;
the _ characters. For example, short_description becomes shortDescription.&#xD;
&#xD;
In addition to product attributes you can also use %requestHost to specify the&#xD;
domain name of the current request.&#xD;
&#xD;
Here is an example image name template string:&#xD;
%requestHost-%urlKey%manufacturer-%sku</description>
    <notes>Improvements to URL file name character encoding.</notes>
    <authors><author><name>Vinai Kopp</name><user>auto-converted</user><email>vinai@netzarbeiter.com</email></author></authors>
    <date>2013-11-15</date>
    <time>12:46:50</time>
    <contents><target name="magecommunity"><dir name="Netzarbeiter"><dir name="NicerImageNames"><dir name="Helper"><file name="Data.php" hash="1f629b4c2958a14ad160c5a9b382a13c"/><file name="Image.php" hash="0c2846b8823cabab338a1af525170d3d"/></dir><dir name="Model"><dir name="Pre141"><file name="Image.php" hash="49ed454469df608ce4f04b4f2f82f2de"/></dir><file name="Image.php" hash="33e0cf89b3747f8de46ac6dc53113464"/><file name="Observer.php" hash="237003fff47791704c1d132484dfce14"/></dir><dir name="etc"><file name="config.xml" hash="8a309fb94261b35180dbe5bbb972c1a4"/><file name="system.xml" hash="4358c34abe8dc9154fec7ebf4569631b"/></dir><file name="README.md" hash="89ab3aa4702ff8f73893026b5abf762f"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netzarbeiter_NicerImageNames.xml" hash="4dfae2faf1b0448929d65abe363b8111"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Netzarbeiter_NicerImageNames.csv" hash="aff5a87bce24a95f2ff352ac558998b0"/></dir><dir name="en_US"><file name="Netzarbeiter_NicerImageNames.csv" hash="dd57cc9260a9577b72bf7e489bea70ea"/></dir><dir name="it_IT"><file name="Netzarbeiter_NicerImageNames.csv" hash="81fd4109cb1127fb7c73d90fdd846e8d"/></dir></target></contents>
    <compatible/>
    <dependencies/>
</package>
