diff --git a/INSTALL.txt b/INSTALL.txt index 29a6ed6652b38cbd676ed0b33a7eab5ee1814d5a..0feb63b4e87d1899b964e515f242942e5eda39cd 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -2,33 +2,36 @@ $Id$ HELP ---- -For more help, check out: -http://codex.gallery2.org/index.php/Gallery2:How_to_Embed_Gallery2_in_Drupal +For more help, check out: http://drupal.galleryembedded.com Requirements ------------ -Gallery2.1 (CVS) +Gallery2.1 (or above) installed and working (see http://gallery.menalto.com) Image Block module installed and activated in Gallery2 Image Frame module installed and activated in Gallery2 -Drupal 4.7 (CVS) +Drupal 4.7 gallery.module +Note that this module does not provide any photo/album functions itelf, but uses +Gallery2 (http://gallery.menalto.com) to provide this functionality. + Installation Instructions ------------------------- 1. Install Gallery 2.1 and Drupal 4.7 (see their respective installation documents). - ***Warning*** - Do not name your G2 directory "gallery", call it something else + ***Warning*** - Do not name your Gallery2 directory "gallery", call it something else (eg "gallery2"). Calling it "gallery" will cause a conflict with the Drupal gallery.module as Drupal assumes that http://www.example.com/gallery refers to the Drupal module. 2. Ensure that "Image Block" and "Image Frame" modules are installed and activated in Gallery2. - Check them in the non-embedded Gallery. See Gallery2:Download for instructions to download it + Check them in the non-embedded Gallery. See + http://codex.gallery2.org/index.php/Gallery2:Download for instructions to download it if it was not included in your installation. -3. Log out of G2 (non-embedded) - people have reported errors relating to sessions if this is not - done. +3. Log out of Gallery2 (non-embedded) - people have reported errors relating to sessions if this + is not done. 4. Copy the entire gallery module directory to your drupal modules/ directory. @@ -44,28 +47,20 @@ Installation Instructions Optional Steps -------------- - 1. Tolerant base_url. To ensure http://www.example.com and http://example.com both work and avoid - potential session problems, use the tolerant base_url patch in your - drupal settings.php file. See http://drupal.org/node/6554 - 2. Sidebar. Go to your G2 site admin and include the blocks you want in the sidebar (under - Themes). I use "Item Actions" and "Album Quick Links (DHTML)". To use the latter - you need to have installed the Album Select module. + 1. Sidebar. Go to your Gallery2 site admin and include the blocks you want in the sidebar + (under Themes). I use "Item Actions" and "Album Quick Links (DHTML)". To use + the latter you need to have installed the Album Select module. - 3. URL Rewrite. + 2. URL Rewrite. - 4. g2image. If you install g2image http://g2image.steffensenfamily.com as either a standalone or + 3. g2image. If you install g2image http://g2image.steffensenfamily.com as either a standalone or TinyMCE plugin you will have an excellent image chooser for Drupal/Gallery2. The configuration is automatic when you hit the "Save configuration' button on the gallery settings page. Troubleshooting --------------- -See http://codex.gallery2.org/index.php/Gallery2:How_to_Embed_Gallery2_in_Drupal - -NOTE: this is beta software, so it might not always work. If you have -questions or problems contact: +See http://drupal.galleryembedded.com -Kieran Parsons -James Walker diff --git a/README.txt b/README.txt index 973084e22301ed50fc74c3099695c2f8282426e3..3821a88477041779935572eeda87731b360c27d7 100644 --- a/README.txt +++ b/README.txt @@ -2,22 +2,22 @@ $Id$ Overview --------- +This module embeds Gallery2 (http://gallery.menalto.com) inside your drupal installation +to support photos, videos and other content. There is support for 2 types of image block (can be +placed in the sidebar) and a navigation menu, inserting of images into nodes via an input filter, +TinyMCE support, syncing of users between the 2 applications, ... -This is an integration module for Gallery2.1 with Drupal 4.7 -(http://gallery.menalto.com/). +Note that you will need to download and install Gallery2 +(http://codex.gallery2.org/index.php/Gallery2:Download) prior to installing this module. Requirements ------------ -* Gallery 2.1 CVS HEAD (with ImageBlock and ImageFrame modules installed and activated) -* Drupal 4.7 CVS HEAD (preferably after 4.7beta5 was released) +* Gallery 2.1 or above (with ImageBlock and ImageFrame modules installed and activated) +* Drupal 4.7 For installation instructions please see INSTALL.txt -Known issues: - 1. Deselecting all "Image Data" checkboxes will result in an error for Drupal 4.7 beta 5 and - below. Update to CVS HEAD version of Drupal to remove error. - -Author +Authors ------- James Walker Kieran Parsons