diff options
author | uckelman <uckelman@nomic.net> | 2010-07-29 13:22:55 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-07-29 13:22:55 +0000 |
commit | 32faf759b5114427c59f649d190960c07035d3d9 (patch) | |
tree | abe8e0f43e33c801c3c3647eb4c711a666bfe80a /INSTALL | |
parent | 10d724069c00f8f9378d90ce3151518dd888c6cb (diff) |
Added more explanation.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7050 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -67,14 +67,17 @@ Then, subscribe your bridge address to your mailing list. * $sender in forum_post_send.php should match the bridge address. * The regex which strips the list footer in PhpBB3.php will need to be adjusted to match your list footer. +* $attach_dir in attachment_writer.php should match the storage directory + for post attachments for your forum. +* Possibly some that I'm missing? Let me know. 6. TODO: * Installation could be improved somewhat, e.g., by pulling all -configuration data into one file. + configuration data into one file. * $sender and list footer should be configured per-list and pulled from -the lists table. + the lists table. * There are PHPUnit tests in test/. More tests should be written. All existing tests should pass, but don't at present. @@ -86,4 +89,3 @@ the lists table. Joel Uckelman uckelman@nomic.net 29 July 2010 - |