/[drupal]/contributions/modules/janode/README.txt
ViewVC logotype

Contents of /contributions/modules/janode/README.txt

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


Revision 1.2 - (show annotations) (download)
Wed May 24 14:07:27 2006 UTC (3 years, 6 months ago) by karpuz
Branch: MAIN
Changes since 1.1: +9 -5 lines
File MIME type: text/plain
Supply a better description
1 README.txt file
2 ===============
3 $Id: README.txt,v 1.1 2006/05/23 23:50:56 karpuz Exp $
4
5 This is a node type that allows you to create a library of http://
6 links to other resources on the Internet. Each node has a title, the
7 matching url and a description. The node can be allocated to a
8 taxonomy in the normal way.
9 You can use Janode to create your own webdirectory. Janode also
10 periodically checks each http:// link for 404 errors. Any Janodes
11 with a 404 error are put into a moderation queue for investigation.
12
13 To install simply go to "admin >> modules" and enable.
14 The 4.7 system automatically creates the database table
15 required for this module.
16
17 Don't forget to go to "admin >> access control" to setup
18 which roles can create/modify own janodes.
19
20 Limitation: currently only "http://" links are permitted.
21
22 Cron is used to attempt an "HTTP GET" of your link. If an
23 invalid http header (say 404) is detected, the janode is
24 placed back into the moderation queue and unpublished. The
25 site admin should decide what to do with it.
26
27 Note, in order for cron to check a link, your server must be
28 able to make HTTP (TCP Port 80) outgoing requests. Firewalls
29 may block this thus sending all ur links back into the
30 moderation queue.
31
32 Settings
33 ========
34
35 Display the link on teasers
36 Does what it says on the tin
37
38 Display the link on main node body
39 Does what it says on the tin
40
41 How many janodes to 404 test
42 Does what it says on the tin. Don't set this too high.
43 The module batch tests the links.
44
45 The class name applied to the link's HREF
46 If you want a specific style class applying to the
47 link enter the class name here. A blank input here
48 means the HREF link will not have a class applied
49
50 Link prefix
51 Link suffix
52 Again, you may want to "wrap" the link in say a <div>
53 You can do that here or leave blank for no wrapping.
54

  ViewVC Help
Powered by ViewVC 1.1.2