Changeset 140
- Timestamp:
- 08/23/10 22:14:57 (18 months ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 removed
- 2 modified
- 2 moved
-
TODO.txt (deleted)
-
docs (added)
-
docs/README.txt (moved) (moved from trunk/README.txt) (2 diffs)
-
docs/UPDATE_TRANSLATIONS.txt (moved) (moved from trunk/UPDATE_TRANSLATIONS.txt)
-
docs/UPGRADE.txt (added)
-
manifest.xml (modified) (1 diff)
-
start.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/README.txt
r89 r140 3 3 ===== REQUIREMENTS ===== 4 4 5 * EduFeedr Elgg plugin requires elgg version 1.7. 5 * EduFeedr Elgg plugin requires elgg version 1.7.1 6 6 * Required libraries: cURL 7 7 * EduSuckr service (https://www.htk.tlu.ee/repos/modules/EduSuckr/trunk/) 8 8 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 11 10 12 11 … … 15 14 16 15 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. 18 17 3. Provide EduSuckr WSDL address for EduFeedr to be fully functional. -
trunk/manifest.xml
r125 r140 2 2 <plugin_manifest> 3 3 <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" /> 5 5 <field key="description" value="EduFeedr for elgg" /> 6 6 <field key="website" value="http://trac.htk.tlu.ee/edufeedr" /> -
trunk/start.php
r139 r140 32 32 33 33 // Init custom tables installation 34 // XXX DISABLE THIS FUNCTIONALITY FOR PRODUCTION INSTANCE 34 35 edufeedr_install_custom_tables(); 35 36
