Remove references to test.php script in applications
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 8 Jan 2010 19:56:23 +0000 (12:56 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 11 Jan 2010 00:15:15 +0000 (17:15 -0700)
14 files changed:
ansel/docs/INSTALL
beatnik/docs/INSTALL
crumb/docs/INSTALL
fima/docs/INSTALL
folks/docs/INSTALL
framework/SyncML/docs/INSTALL.p900.txt
hylax/docs/INSTALL
ingo/docs/INSTALL
kastalia/docs/INSTALL
kronolith/docs/INSTALL
skeleton/docs/INSTALL
skoli/docs/INSTALL
whups/docs/INSTALL
wicked/docs/INSTALL

index 12c8bf2..a20cf63 100644 (file)
@@ -247,11 +247,8 @@ Configuring Ansel
 
    Once you have configured Ansel, bring up the included test page in your Web
    browser to ensure that all necessary prerequisites have been met. See the
-   `horde/docs/INSTALL`_ document for further details on Horde test
-   scripts. If you installed Ansel as described above, the URL to the test
-   page would be::
-
-      http://your-server/horde/ansel/test.php
+   `horde/docs/INSTALL`_ document for further details on the Horde test
+   script.
 
    Next, use Ansel to create galleries and photos. Test at least the
    following:
index 0007cdd..81ee749 100644 (file)
@@ -158,14 +158,11 @@ Configuring Beatnik
 
    Once you have configured Beatnik, bring up the included test page in your
    Web browser to ensure that all necessary prerequisites have been met.  See
-   the `horde/docs/INSTALL`_ document for further details on Horde test
-   scripts.  If you installed Beatnik as described above, the URL to the test
-   page would be::
-
-      http://your-server/horde/beatnik/test.php
+   the `horde/docs/INSTALL`_ document for further details on the Horde test
+   script.
 
    The test script will also allow you to test...
+
    Next, use Beatnik to....  Test at least the following:
 
    - Foo
index 0fa7f70..4d0db66 100644 (file)
@@ -186,11 +186,8 @@ Configuring Crumb
 
    Once you have configured Crumb, bring up the included test page in your
    Web browser to ensure that all necessary prerequisites have been met. See
-   the `horde/docs/INSTALL`_ document for further details on Horde test
-   scripts. If you installed Crumb as described above, the URL to the test
-   page would be::
-
-      http://your-server/horde/crumb/test.php
+   the `horde/docs/INSTALL`_ document for further details on the Horde test
+   script.
 
    The test script will also allow you to test...
 
index 90d978a..c21010c 100644 (file)
@@ -172,11 +172,8 @@ Configuring Fima
 
    Once you have configured Fima, bring up the included test page in your
    Web browser to ensure that all necessary prerequisites have been met. See
-   the `horde/docs/INSTALL`_ document for further details on Horde test
-   scripts. If you installed Fima as described above, the URL to the test
-   page would be::
-
-      http://your-server/horde/fima/test.php
+   the `horde/docs/INSTALL`_ document for further details on the Horde test
+   script.
 
    Test at least the following:
 
index f0518c4..22a6304 100644 (file)
@@ -186,11 +186,8 @@ Configuring Folks
 
    Once you have configured Folks, bring up the included test page in your
    Web browser to ensure that all necessary prerequisites have been met. See
-   the `horde/docs/INSTALL`_ document for further details on Horde test
-   scripts. If you installed Folks as described above, the URL to the test
-   page would be::
-
-      http://your-server/horde/folks/test.php
+   the `horde/docs/INSTALL`_ document for further details on the Horde test
+   script.
 
    The test script will also allow you to test...
 
index 7f16140..06be7eb 100644 (file)
@@ -27,7 +27,7 @@ Start with Calendar/Tasks:
        name can be anything
        server database: must be "calendar"
 
-For Jotter the server database name is "notes". 
+For Jotter the server database name is "notes".
 
 However you should start with activating one type only.
 
@@ -43,9 +43,9 @@ If it's not working:
 
 make sure the /tmp/sync directory exists and is writeable by your
 webserver (user might be wwwrun). Try to Sync once more and check
-the input/output in this directory. 
+the input/output in this directory.
 Maybe change your php.ini settings so php logs ERROR messages and
-NOTICEs in a file as well. Check this file. Your phone gets 
+NOTICEs in a file as well. Check this file. Your phone gets
 confused when the XML is cluttered with stuff like
 
 "PHP Notice:  Undefined index:  body in /blah/blub.php on line 256"
index f7016dc..b7874a4 100644 (file)
@@ -1,4 +1,3 @@
-
 Hylafax
 =======
 
@@ -20,16 +19,14 @@ SpanDSP w/ Asterisk
 
 [macro-faxreceive]
 exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${CALLEDFAX}/${UNIQUEID})
-exten => s,2,rxfax(${FAXFILE}.tif) 
-           
+exten => s,2,rxfax(${FAXFILE}.tif)
+
 [fax]
-exten => 5551212,1,Macro(faxreceive) 
+exten => 5551212,1,Macro(faxreceive)
 exten => h,1,System(/var/www/horde/hylax/scripts/spandsp/faxrcvd "${FAXFILE}" "${CALLERIDNUM}" "${CALLEDFAX}")
 
-[default] 
+[default]
 
-exten => 5551212,1,SetVar(CALLEDFAX=${EXTEN}) 
-exten => 5551212,2,Answer 
-exten => 5551212,3,Goto(fax,${EXTEN},1) 
-      
-      
+exten => 5551212,1,SetVar(CALLEDFAX=${EXTEN})
+exten => 5551212,2,Answer
+exten => 5551212,3,Goto(fax,${EXTEN},1)
index 162afc9..1af395b 100644 (file)
@@ -2,7 +2,7 @@
  Installing Ingo 2.0
 =====================
 
-:Contact:       ingo@lists.horde.org
+:Contact: ingo@lists.horde.org
 
 .. contents:: Contents
 .. section-numbering::
index 855abf3..1eecfa9 100644 (file)
@@ -50,7 +50,7 @@ To function properly, Kastalia **requires** the following:
 
 2. Install the MCrypt module for php. (optional)
 
-   Kastalia uses the MCrypt module for php to encrypt/decrypt files on the 
+   Kastalia uses the MCrypt module for php to encrypt/decrypt files on the
    server. If you want to store files encrypted on the server you have to
    install this module.
 
@@ -156,7 +156,7 @@ Configuring Kastalia
       chmod 440 config/*
 
    To ensure you have a secure file sharing application you should use _https_
-   instead of http. We also recomment to use the option to store files encrypted 
+   instead of http. We also recomment to use the option to store files encrypted
    (Prerequisites: 2. Install the MCrypt module for php).
 
 5. Testing Kastalia
@@ -169,7 +169,7 @@ Configuring Kastalia
 Obtaining Support
 =================
 
-If you encounter problems with Kastalia, help is available! Please contact the 
+If you encounter problems with Kastalia, help is available! Please contact the
 author of Kastalia.
 
 Thanks for using Kastalia!
index b60d0ba..252924c 100644 (file)
@@ -2,7 +2,7 @@
  Installing Kronolith 3.0
 ==========================
 
-:Contact:       kronolith@lists.horde.org
+:Contact: kronolith@lists.horde.org
 
 .. contents:: Contents
 .. section-numbering::
index 6dd8448..c2d9979 100644 (file)
@@ -187,11 +187,8 @@ Configuring Skeleton
 
    Once you have configured Skeleton, bring up the included test page in your
    Web browser to ensure that all necessary prerequisites have been met. See
-   the `horde/docs/INSTALL`_ document for further details on Horde test
-   scripts. If you installed Skeleton as described above, the URL to the test
-   page would be::
-
-      http://your-server/horde/skeleton/test.php
+   the `horde/docs/INSTALL`_ document for further details on the Horde test
+   script.
 
    The test script will also allow you to test...
 
index 9fe9e84..32a7fd3 100644 (file)
@@ -2,7 +2,7 @@
  Installing Skoli 0.1
 ======================
 
-:Contact:       horde@lists.horde.org
+:Contact: horde@lists.horde.org
 
 .. contents:: Contents
 .. section-numbering::
index 952971e..b34e560 100644 (file)
@@ -2,9 +2,7 @@
  Installing Whups 1.0
 ======================
 
-:Last update:   $Date: 2008/08/28 09:39:33 $
-:Revision:      $Revision: 1.25 $
-:Contact:       dev@lists.horde.org
+:Contact: dev@lists.horde.org
 
 .. contents:: Contents
 .. section-numbering::
index 4246be5..8493fb4 100644 (file)
@@ -2,10 +2,6 @@
  Installing Wicked 0.1
 =======================
 
-:Last update:   $Date: 2007/06/19 09:56:39 $
-:Revision:      $Revision: 1.13 $
-
-
 This document contains instructions for installing the Wicked web-based Wiki
 application on your system.