| 1 |
Requirements:
|
| 2 |
-------------
|
| 3 |
|
| 4 |
This module requires Drupal CVS, and need at least one assigned vocabulary.
|
| 5 |
|
| 6 |
Installation:
|
| 7 |
-------------
|
| 8 |
|
| 9 |
1. Change/Create the SQL tables. This depends a little on your system.
|
| 10 |
If you already have an old weblink installed, do something like:
|
| 11 |
mysql -u username -ppassword database_name < update_weblink.mysql
|
| 12 |
If you are installing weblink for the first time, use:
|
| 13 |
mysql -u username -ppassword database_name < weblink.mysql
|
| 14 |
|
| 15 |
If you are using postgresql :
|
| 16 |
psql -U username -d databasename < weblink.pgsql
|
| 17 |
|
| 18 |
2. Copy the complete weblink directory to the Drupal modules/ directory.
|
| 19 |
|
| 20 |
3. Turn the module on in the admin interface (administration > settings >
|
| 21 |
modules).
|
| 22 |
|
| 23 |
6. Check user permissions for "create weblinks".
|
| 24 |
|
| 25 |
Authors
|
| 26 |
-------
|
| 27 |
Old weblinks module
|
| 28 |
Barry O'Rourke (barry@alted.co.uk)
|
| 29 |
Monitoring changes by Simon Lindsay (simon@dirtbike.ws)
|
| 30 |
Integration and Bug Fixes by Adrian Rossouw (adrian@daemon.co.za)
|
| 31 |
More bug fixes and cleanup by Gabor Hojtsy (goba [at] php.net)
|
| 32 |
|
| 33 |
Revised system:
|
| 34 |
Bèr Kessels. |