| 1 |
/* $Id: README.txt,v 1.5 2005/01/11 01:29:36 grantbow Exp $ */ |
/* $Id: README.txt,v 1.6 2005/01/31 02:37:41 grantbow Exp $ */ |
| 2 |
|
|
| 3 |
NOTE: blogroll.pgsql is untested. |
NOTE: blogroll.pgsql is untested. |
| 4 |
|
|
| 6 |
own blogroll. The owner of the blog can edit his own blogroll. All users that |
own blogroll. The owner of the blog can edit his own blogroll. All users that |
| 7 |
can view the blog content can view the blogroll. |
can view the blog content can view the blogroll. |
| 8 |
|
|
| 9 |
It uses a simple table with uid, url, name and weight columns to give each user |
Special features also allow community blogroll feature. |
| 10 |
control of their own blogroll with a simple clickable interface. A block is |
|
| 11 |
provided with an editing page for the blog owner. The block must have a |
This module uses a simple table with uid, url, name and weight columns to give |
| 12 |
limited path as described in INSTALL.txt. |
each user control of their own blogroll with a simple clickable interface. A |
| 13 |
|
block is provided with an editing page for the blog owner. The block must have |
| 14 |
|
a limited path as described in INSTALL.txt. This may be different for |
| 15 |
|
different installations depending on when you want to see this block and will |
| 16 |
|
be different for Apache and IIS server installations. |
| 17 |
|
|
| 18 |
My understanding is that the primary Drupal developers did not create the |
My understanding is that the primary Drupal developers did not create the |
| 19 |
current blog module with the idea of using it for personal blogging. Their |
current blog module with the idea of using it for personal blogging. Their |
| 20 |
focus was on community blogging. While it may not be ideal, the functionality |
focus was on community blogging. While it may not be ideal, the functionality |
| 21 |
currently provided seems reasonably well executed for "personal blogging". I |
currently provided is reasonably well executed for "personal blogging". This |
| 22 |
created a discussion list for discussion of this module and related personal |
module doesn't use all Drupal APIs but it works effectively. Suggestions are |
| 23 |
blogging features. |
welcome on better Drupal API use. I created a discussion list for discussion |
| 24 |
|
of this module and related personal blogging features. |
| 25 |
|
|
| 26 |
http://softwaremanagers.org/drupal-personal-blogs |
http://softwaremanagers.org/drupal-personal-blogs |
| 27 |
|
|
| 28 |
It's my first module submission. I would be happy to merge it with others |
It's my first module submission. I would be happy to merge it with others |
| 29 |
wanting to work on similar functionality. |
wanting to work on similar functionality. |
| 30 |
|
|
| 31 |
I have created a project page listed on http://drupal.org/project/Modules. |
I have created a project page http://drupal.org/project/blogroll. |
| 32 |
It has patches under discussion, bugs and release downloads. |
It has patches under discussion, bugs and release downloads. |
| 33 |
|
|
| 34 |
http://drupal.org/node/15344 |
Aldon Hynes <ahynes1 at optonline.net> added functionality so that blogrolls |
|
|
|
|
Aldon Hynes (ahynes1 at optonline.net) added functionality so that blogrolls |
|
| 35 |
can be retrieved externally using the following bit of javascript. This will |
can be retrieved externally using the following bit of javascript. This will |
| 36 |
return the blog roll for user 1. If the /1 is omitted, it will return the |
return the blog roll for user 1. If the /1 is omitted, it will return the |
| 37 |
community blogroll. This is a combination of all users' entries sorted by |
community blogroll. This is a combination of all users' entries sorted by |