/[drupal]/contributions/modules/blogroll/INSTALL.txt
ViewVC logotype

Diff of /contributions/modules/blogroll/INSTALL.txt

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

revision 1.3, Sat Jan 29 10:37:15 2005 UTC revision 1.4, Sun Feb 13 05:59:29 2005 UTC
# Line 1  Line 1 
1  To install, simply add the database, activate the module and activate the block using these steps.  $Id:$
2    
3    To install, simply add the database, activate the module and activate the block
4    using these steps.
5    
6  1) The table is named "blogroll".  If you use a prefix for your tables edit  1) The table is named "blogroll".  If you use a prefix for your tables edit
7     blogroll.mysql and change the name in the line: CREATE TABLE blogroll (     blogroll.mysql and change the name in the line: CREATE TABLE blogroll (
# Line 10  To install, simply add the database, act Line 13  To install, simply add the database, act
13    
14  4) Activate the module from administer >> modules  4) Activate the module from administer >> modules
15    
16  5) Go to administer >> blocks and enable the block with a path of <^blog\/([0-9]*)>  5) Go to administer >> blocks and when using Apache enable the block with a path of:
17     when using Apache.  For IIS you might have to remove the ^ character.  This  
18     regular expression should match the URLs to your user's blogs.  This is the         <^blogroll\/edit|^blog\/[0-9]+$>
19     only place a blogroll makes sense.  
20       For IIS you might have to remove the ^ characters which is regular
21     Using only <^blog> will allow the use of a community blogroll.  This is a list of blogs that     expression for matching at the beginning of a string.
22     users have added to their blogrolls.  The list is sorted by the count of the occurance of  
23     URLs and by name.     These regular expressions should match only the URLs where seeing the block
24       makese sense: personal user blogs and the ^blogroll/edit pages.  These are
25       the only real places where personal blogrolls make sense.  Other pages do
26       not have a personal blog context, they are for community use.
27    
28       A community blogroll can be seen at ^blogroll.  Using only <^blog> will
29       allow the block to be seen as a community blogroll.  This is a list of blogs
30       that users have added to their blogrolls.  The list is sorted by the count
31       of the occurance of URLs and by name.
32    
33  6) Login as a user and navigate to your own blog to get a point and click interface.  6) Login as a user and navigate to your own blog to get a point and click
34       interface.
35    
36  7) Another feature is the polling of a user's blogroll from an external location.  This works  7) Another feature is the polling of a user's blogroll from an external
37     for personal blogrolls and the community blogroll.     location.  This works for personal blogrolls and the community blogroll.
38    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2