added remove duplicates modules
This commit is contained in:
95
sites/all/modules/contrib/admin/remove_duplicates/README.txt
Normal file
95
sites/all/modules/contrib/admin/remove_duplicates/README.txt
Normal file
@@ -0,0 +1,95 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user