Skip to content

Commit bfd2f99

Browse files
committed
Added readme
1 parent 373dadc commit bfd2f99

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

readme.txt

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
Anonymizer
2+
=====================
3+
Anonymizes all Customer Data
4+
5+
Facts
6+
-----
7+
- version: 0.1.0
8+
- extension key: IntegerNet_Anonymizer
9+
- [extension on GitHub](https://github.com/avstudnitz/IntegerNet_Anonymizer)
10+
- [direct download link](https://github.com/avstudnitz/IntegerNet_Anonymizer/tarball/master)
11+
12+
Description
13+
-----------
14+
The extension anonymizes customer data from the following data objects:
15+
Customers
16+
Customers Addresses
17+
Orders
18+
Order Addresses
19+
Quotes
20+
Quote Addresses
21+
Newsletter Subscribers
22+
Data is taken from http://fakester.biz.
23+
Zipcode, City, State and Country aren't anonymized so shipping and tax calculations still work correctly.
24+
Relations stay intact, so customer addresses and order addresses still match the customer data after anonymization.
25+
26+
Requirements
27+
------------
28+
- PHP >= 5.2.0
29+
- Mage_Core
30+
- Mage_Customer
31+
- Mage_Sales
32+
- Mage_Newsletter
33+
34+
Compatibility
35+
-------------
36+
- Magento >= 1.4
37+
38+
Installation Instructions
39+
-------------------------
40+
1. Download the extension from the link above and copy all the files into your document root (except this readme.txt).
41+
2. Clear the cache, logout from the admin panel and then login again.
42+
3. Call the extension from from System -> Tools -> Anonymizer
43+
4. Alternatively, call the extension via shell: php -f shell/anonymizer.php
44+
45+
Support
46+
-------
47+
If you have any issues with this extension, open an issue on [GitHub](https://github.com/avstudnitz/IntegerNet_Anonymizer).
48+
49+
Contribution
50+
------------
51+
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
52+
53+
Developer
54+
---------
55+
Andreas von Studnitz
56+
[http://www.integer-net.de](http://www.integer-net.de)
57+
[@avstudnitz](https://twitter.com/avstudnitz)
58+
59+
Licence
60+
-------
61+
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)
62+
63+
Copyright
64+
---------
65+
(c) 2012 integer_net GmbH

0 commit comments

Comments
 (0)