Links

// $Id$
//
// Links
// Copyright (C) 2002 Mike Little -- mike@zed1.com
//
// This is an add-on to b2 weblog / news publishing tool
// b2 is copyright (c)2001, 2002 by Michel Valdrighi - m@tidakada.com
//
// **********************************************************************
// Copyright (C) 2002 Mike Little
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
// Mike Little (mike@zed1.com)
// *****************************************************************

Links is an add-on to b2 weblogging software.

You can download it from http://zed1.com/links/links-1.2.zip
or as a tar ball: http://zed1.com/links/links-1.2.tar.gz

Files:

links.readme.txt
readme file
links.sql
sql to create the necessary database tables
links.update-0.5.sql
sql to update the pre 0.5 tables
links.update-0.7.sql
sql to update the pre 0.7 tables
links.update-1.0.sql
sql to update the pre 1.0 tables
linkcategories.php
admin plugin to manage link categories
linkmanager.php
admin plugin to manage links
links.php
template functions
links.install.php
alternate installation method
links.config.php
configuration file
links.bookmark.txt
mozilla bookmarklet
links.all.php
Sample page to show all links
links-images\rating-0.gif
ratings image
links-images\rating-1.gif
ratings image
links-images\rating-2.gif
ratings image
links-images\rating-3.gif
ratings image
links-images\rating-4.gif
ratings image
links-images\rating-5.gif
ratings image
links-images\rating-6.gif
ratings image
links-images\rating-7.gif
ratings image
links-images\rating-8.gif
ratings image
links-images\rating-9.gif
ratings image
links-images\star.gif
ratings image
license.txt
GNU General Public License Version 2

Installation:

  1. Execute the SQL from the file links.sql. This will create the two tables and add a default category and an example link. Alternatively, upload the file links.install.php to your B2 installation directory and load it into your browser.
  2. Edit the b2-include/b2menutop.txt file to add in the two new commands.
    5      linkcategories.php       Link Categories
    5      linkmanager.php       Link Manager
    Note: there should be a tab character after the 5 and after the filename.
  3. Add the files linkcategories.php, linkmanager.php, links.config.php, and links.php into your b2 install directory.
  4. Edit links.config.php to your requirements. There are comments in the file to explain each configuration variable.
  5. Login and click on the Link Categories menu command. Here you can edit link categories.
  6. Click on the Link Manager command to edit links:
  7. In your template include_once("links.php")
  8. Bookmarklet: I have a partially working bookmarklet to add to your browser toolbar.

Updating:

  1. If you are updating from a pre 0.5 version, you will need to execute the sql in links.update-0.5.sql
  2. If you are updating from a pre 0.7 version, you will need to execute the sql in links.update-0.7.sql
  3. If you are updating from a pre 1.0 version, you will need to execute the sql in links.update-1.0.sql

Changes


Screen shots


Thats about it really. This is reasonably stable software, however is has not been extensively tested. Use with caution.


Buttons

I've now created some 'Powered by Links' buttons for those of you who wish to show your support.

All you need to do is choose one of the images below, upload it to your own server, and create a link with the following HTML:


              <a href="http://zed1.com/links/" title="Links">
              <img src="/path/to/the/image.png" alt="Links" border="0" /></a>

Powered by Links Powered by Links
Rendered
on a black background
Transparent (Rendered
on a black background)
Powered by Links Powered by Links
Rendered
on a white background
Transparent (rendered
on a white background)

--
Mike Little
mike@zed1.com