/[drupal]/contributions/modules/weblink/INSTALL
ViewVC logotype

Contents of /contributions/modules/weblink/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (show annotations) (download)
Sun May 8 15:22:24 2005 UTC (4 years, 6 months ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
Changes since 1.11: +8 -15 lines
- Complete rewrite of the module, prepqring it for the new image bundle that will be released very soon:
  Is now compatible with 4.6 . after so,e testing it should be released for 4.6.
- Removed browsing and directory interface. Use directory module instead.
- Removed monitoring. Monitoring will soon be released as a new module.
- Removed Blogmarks. Blogmarks should be released as a new module.
- Removed all extra fields. Additional fields must be handled by new modules trough nodeAPI,for example flexinode module.
- Removed rating. Rating should be handled by a rating module.
- Removed impotr export. this will be moved to a more general import export module.
- Use Drupals validate_url for better validation
- Add class 'outgoing' for themability
- Cleaned up a lot of crufty code.
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.

  ViewVC Help
Powered by ViewVC 1.1.2