|
From: Greg M. <bli...@us...> - 2008-01-02 21:59:56
|
Update of /cvsroot/phpwebsite-comm/modules/mailinglists/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3572/docs Modified Files: COPYING INSTALL.txt changelog.txt credits.txt Log Message: Committing complete rewrite which supports phpWebSite 1.x Index: changelog.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/docs/changelog.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** changelog.txt 2 Jan 2008 20:25:38 -0000 1.43 --- changelog.txt 2 Jan 2008 21:59:28 -0000 1.44 *************** *** 7,10 **** --- 7,17 ---- + *cvs + + - Complete rewrite to support phpWebSite 1.4.0 and later + - RFE #1838405: Throttle mail sending + - RFE #1293041: Archive link from admin page + - RFE #1274788: Support bulk subscribe/unsubscribe in Subscriber Admin + *mailinglists-0.5.7 (02 Jan 2008) Index: INSTALL.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/docs/INSTALL.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** INSTALL.txt 12 Sep 2005 00:36:10 -0000 1.6 --- INSTALL.txt 2 Jan 2008 21:59:28 -0000 1.7 *************** *** 6,45 **** ############################################################################### ! IMPORTANT NOTE: This is a module for phpWebSite. You have to install ! phpWebSite >= 0.9.3-4 first as the module will not work with earlier ! versions of phpWebSite. If you don't have phpWebSite installed, first ! get the code here: ! https://sourceforge.net/project/showfiles.php?group_id=15539 ! Then follow the install instructions found in the INSTALL.txt included ! in the docs directory of that download. - Once this is done then you can start installing Mailing Lists: ! 1. BACKUP YOUR DATABASE! Don't send us hate mail if this module crashes ! your website. (However, we do ask that you tell us about it.) ! 2. Download the .tar.gz from a sourceforge mirror. (There is also a .zip ! file for Windows users.) ! 3. Unpack the tarball with: ! tar -xvzf module-mailinglists-*.tar.gz ! 4. Move the new directory into your phpWebSite mod directory. ! Example: If your phpWebSite directory is /home/httpd/htdocs, you ! would run: mv mailinglists /home/httpd/htdocs/mod/mailinglists ! 5. Go to your web site and install/update Mailing Lists from Boost. ! You are golden. Mailing Lists is now installed. ! If you are having trouble with these procedures please file a Support ! Request at our sourceforge.net project site: http://sourceforge.net/tracker/?atid=765094&group_id=81360&func=browse \ No newline at end of file --- 6,54 ---- ############################################################################### ! ===== IMPORTANT ===== ! This module is for phpWebSite 1.4.0 or higher. You have to install ! phpWebSite >= 1.4.0 first - earlier versions of phpWebSite will not work. ! If you don't have phpWebSite installed, first get the latest code here: ! http://sourceforge.net/project/showfiles.php?group_id=15539 + Then follow the install instructions found in the INSTALL file included in + the docs directory of that download. Once this is done then you can start + installing Mailing Lists. ! ===== INSTALLATION ===== ! 1. BACKUP YOUR DATABASE. Never install this or any other module without ! doing this. ! 2. Download the .tar.gz or .zip file from sourceforge and unpack it. ! 3. Move the new directory into your phpwebsite mod directory. ! Example: If your phpwebsite directory is /home/httpd/htdocs, you would run: mv mailinglists /home/httpd/htdocs/mod/mailinglists ! 4. Go to your phpWS website and install or upgrade "Mailing Lists" from the ! Boost module. ! 5. (Optional, but recommended) In your site's config.php file, set the ! ALLOW_TABLE_LOCKS define to true. Table locks are used to protect this ! module's email queue. Obviously, don't set to true if your database user ! does not have permissions to lock tables. + 6. Log out and log back in to your site to reset your environment before + using the module. ! The module is now installed. You can access it by going to "Control Panel" ! and clicking on "Administration". ! ! ! ===== PROBLEMS? ===== ! ! If you are having trouble with these procedures please file a Support Request ! at our sourceforge.net project site: http://sourceforge.net/tracker/?atid=765094&group_id=81360&func=browse \ No newline at end of file Index: COPYING =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/docs/COPYING,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** COPYING 31 Aug 2005 04:24:48 -0000 1.1 --- COPYING 2 Jan 2008 21:59:28 -0000 1.2 *************** *** 58,62 **** The precise terms and conditions for copying, distribution and modification follow. ! GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION --- 58,62 ---- The precise terms and conditions for copying, distribution and modification follow. ! GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION *************** *** 294,298 **** Mailing Lists ! Copyright (C) 2003-2005 Greg Meiste This program is free software; you can redistribute it and/or modify --- 294,298 ---- Mailing Lists ! Copyright (C) 2003-2007 Greg Meiste This program is free software; you can redistribute it and/or modify Index: credits.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/docs/credits.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** credits.txt 31 Aug 2005 04:24:48 -0000 1.5 --- credits.txt 2 Jan 2008 21:59:28 -0000 1.6 *************** *** 1,5 **** ----------------------------------------------------------------------- Mailing Lists ! Copyright (c) 2003-2005 Greg Meiste ----------------------------------------------------------------------- --- 1,5 ---- ----------------------------------------------------------------------- Mailing Lists ! Copyright (c) 2003-2007 Greg Meiste ----------------------------------------------------------------------- *************** *** 14,24 **** ----------------------------------------------------------------------- - George Clark - http://www.magicgeorge.com - - TheCity1.com - http://www.thecity1.com - http://www.sports.thecity1.com - Sourceforge http://sourceforge.net --- 14,17 ---- *************** *** 26,39 **** phpWebsite Development Crew http://phpwebsite.appstate.edu - - Shaun Murray - Tester - - Robert Kennedy - Tester / Doc Writer - - Lloyd Dalton - Tester - - Andrew Zahra - Tester \ No newline at end of file --- 19,20 ---- |