I think I am ready to submit blogroll as a project. Since this is my first module I wanted to get some initial feedback to make sure this is the right course of action and to check that I'm not duplicating anyone's work that I may have missed. I will checkin the following files to the contributors-cvs/modules/blogroll/ directory.
- blogroll.module
- blogroll.mysql
- INSTALL.txt
- README.txt
The module simply creates a block that allows a blog owner to edit it's contents, simply an unordered list of links to other blog websites. The blogroll table is pretty straight forward - uid int(10), url varchar(128), name varchar(128) and weight int(10). The code relies on a block path of <^blog\/(.*)>. Currently blog owners can add and delete items from their blogroll and others can view the block. I'll soon add in the controls and changes necessary to edit and use the weight values. It may not be perfect but it seems minimally usable now. Any comments before I check this in?