| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 | 
							- CONTENTS OF THIS FILE
 
- ---------------------
 
-  * Introduction
 
-  * Installing
 
-  * Uninstalling
 
-  * Frequently Asked Questions (FAQ)
 
-  * Known Issues
 
-  * More Information
 
-  * How Can You Contribute?
 
- INTRODUCTION
 
- ------------
 
- Current Maintainer: Sami Radi a.k.a VirtuoWorks <http://drupal.org/user/656630>
 
- Remove Duplicates removes duplicate nodes
 
- according to any selected content field.
 
- This can be very useful with Drupal feeds module :
 
- - http://drupal.org/project/feeds
 
- This module was inspired by these threads : 
 
- - http://drupal.org/node/720190 : Remove Duplicate Nodes based on title
 
- - http://drupal.org/node/1211922 : remove duplicated node base on title problem
 
- THANKS
 
- ------
 
- Thanks to dman <https://drupal.org/user/33240> for endorsing this project.
 
- He wrote a sandbox module "Deduplicate Nodes" for D6 intended to deduplicate
 
- nodes according to titles only : https://drupal.org/sandbox/dman/1422586
 
- INSTALLING
 
- ----------
 
- See http://drupal.org/getting-started/install-contrib
 
- for instructions on how to install or update Drupal modules.
 
- Once Remove Duplicates is installed and enabled,
 
- you can use it at admin/config/content/remove_duplicates.
 
- It is highly recommended that you backup your database before using this module.
 
- UNINSTALLING
 
- ------------
 
- Because Drupal does not uninstall modules in reverse 
 
- order of their dependencies, if you want to uninstall
 
- all the Remove Duplicates modules, be sure to disable 
 
- and uninstall all the sub-modules before the base Remove 
 
- Duplicates module.
 
- To help fix this bug in Drupal core, visit http://drupal.org/node/151452.
 
- FREQUENTLY ASKED QUESTIONS (FAQ)
 
- --------------------------------
 
- - There are no frequently asked questions at this time.
 
- KNOWN ISSUES
 
- ------------
 
- - See http://drupal.org/project/issues/2005296 
 
- for a list of the current known issues.
 
- MORE INFORMATION
 
- ----------------
 
- - To issue any bug reports, feature or support requests
 
- see the module issue queue at 
 
- http://drupal.org/project/issues/2005296
 
- - For additional documentation, see the online module handbook at
 
- https://drupal.org/project/remove_duplicates
 
- HOW CAN YOU CONTRIBUTE?
 
- -----------------------
 
- - Report any bugs, feature requests, etc. in the issue tracker.
 
- http://drupal.org/node/add/project-issue/2005296
 
- - Help translate this module.
 
- - Write a review for this module at drupalmodules.com.
 
- http://drupalmodules.com/
 
- - Help keep development active by donating to the developers.
 
- http://www.virtuoworks.com/
 
 
  |