B2Links

// $Id: b2links.html,v 1.10 2003/04/29 22:03:48 zed1 Exp $
//
// B2Links
// 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)
// *****************************************************************

B2Links is an add-on to b2 weblogging software.

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

Files:

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

Installation:

  1. Execute the SQL from the file b2links.sql. This will create the two tables and add a default category and an example link. Alternatively, upload the file b2links.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      b2linkcategories.php       Link Categories
    5      b2linkmanager.php       Link Manager
    Note: there should be a tab character after the 5 and after the filename.
  3. Add the files b2linkcategories.php, b2linkmanager.php, b2links.config.php, and b2links.php into your b2 install directory.
  4. Edit b2links.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("b2links.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 b2links.update-0.5.sql
  2. If you are updating from a pre 0.7 version, you will need to execute the sql in b2links.update-0.7.sql
  3. If you are updating from a pre 1.0 version, you will need to execute the sql in b2links.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 B2Links' 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/b2links/" title="B2Links">
              <img src="/path/to/the/image.png" alt="B2Links" border="0" /></a>

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

--
Mike Little
mike@zed1.com