Version 1
[yaffs-website] / web / modules / contrib / diff / README.txt
diff --git a/web/modules/contrib/diff/README.txt b/web/modules/contrib/diff/README.txt
new file mode 100644 (file)
index 0000000..23f1aee
--- /dev/null
@@ -0,0 +1,27 @@
+Diff module for Drupal 8
+-------------------------------------
+
+Allows the user to compare revisions with different layouts.
+
+Requirements
+------------------
+
+To use Diff you need to install and activate the
+following modules:
+
+ * Entity
+
+And the following libraries dependencies:
+ * php-htmldiff-advanced (Used for displaying the comparison as a rendered
+   entity)
+
+Installation
+------------------
+
+To use all the layout plugins provided by Diff please follow the next steps:
+
+ * Use composer to download the required dependencies. Run:
+   "composer require drupal/diff".
+
+ * Follow the link below for more information about composer and Drupal:
+   https://www.drupal.org/node/2404989