Changeset 140

Show
Ignore:
Timestamp:
08/23/10 22:14:57 (18 months ago)
Author:
gnum
Message:

Added separate docs folder and moved all documentation files there. Added UPGRADE.txt file, in case there are some changes in database structure between the versions.

Location:
trunk
Files:
2 added
1 removed
2 modified
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/docs/README.txt

    r89 r140  
    33===== REQUIREMENTS ===== 
    44 
    5   * EduFeedr Elgg plugin requires elgg version 1.7. 
     5  * EduFeedr Elgg plugin requires elgg version 1.7.1 
    66  * Required libraries: cURL 
    77  * EduSuckr service (https://www.htk.tlu.ee/repos/modules/EduSuckr/trunk/) 
    88 
    9   Elgg 1.7 version full package can be downloaded from: 
    10     http://elgg.org/getelgg.php?forward=elgg-1.7.zip 
     9  Elgg 1.7.x version full package can be downloaded from: http://elgg.org/download.php 
    1110 
    1211 
     
    1514 
    1615  1. Enable plugin from "Tool Administration" in "Administration" section. 
    17   2. Provide full path to a folder used as a cache storage for SimplePie, provide full path followed by a trailing slash. This cache feeds for 30 minutes. 
     16  2. Provide full path to a folder used as a cache storage for SimplePie, provide full path followed by a trailing slash. This will cache feeds for 30 minutes. 
    1817  3. Provide EduSuckr WSDL address for EduFeedr to be fully functional. 
  • trunk/manifest.xml

    r125 r140  
    22<plugin_manifest> 
    33        <field key="author" value="Tallinn University Center for Educational Technology" /> 
    4         <field key="version" value="0.4" /> 
     4        <field key="version" value="0.4.1" /> 
    55        <field key="description" value="EduFeedr for elgg" /> 
    66        <field key="website" value="http://trac.htk.tlu.ee/edufeedr" /> 
  • trunk/start.php

    r139 r140  
    3232 
    3333        // Init custom tables installation 
     34        // XXX DISABLE THIS FUNCTIONALITY FOR PRODUCTION INSTANCE 
    3435        edufeedr_install_custom_tables(); 
    3536