{PROJECT} /meta/stamm.ini {MENU} 00.03.01.01 {TITEL} EasyBookMarks Documentation {CONTENT}

EasyBookMarks ebm is a little PHP scriptset that allows you to collect and maintain weblinks on a webpage. The main goal was to have a list of bookmarks that were not attached to the browser that's being used but were accessible anywhere, especially after a fresh install.

Over the time a couple of features and changes made the simple page what it has become now.

Features

Installation

Installing the package

Just unpack the archive somewhere in the subtree that can be accessed by the webserver.

tar -zxpf ebm-version.tar.gz

Additionally you may need to set the user and group accordingly so the webserver may access the files.

After this you need to create a settings.php file, just copy the supplied settings.ini and edit it accordingly. This file just contains the description of the database access and will not be overwritten upon updating.

Installing on a hosted site

The demo is running on such a site. First of all you need to make sure that you have database access and that your database is supported. If the hoster supports the PEAR package you should already have won. The rest of the installation goes just as stated above.

If you don't have telnet/ssh access, you will need to unpack the .tar.gz at home, create your settings.php, put in the database connection information you got from the provider and ftp the whole directory to the site.

Maintenance

After installing and opening the index page for the first time you will get an error message complaining that a table could not be read out. This message triggers the creation of the needed tables and will not appear again.

With setting up the basic tables, the admin user called ebm will be created. You should now press the Login link and log in as ebm with the password ebm. After that the Login link will be replaced with an Admin link. Following this you'll be transported to the settings page where you can customize the features, create new users, delete users and change passwords. You should first change the password for ebm.

The Admin Page

Once you log in as user ebm you have access to the Admin page where you find the following options.

Settings

Utilities

New User

Takes a new Username and password to add to the users.

Delete User
Hires a bunch of hitmen to eliminate the given user. You cannot get rid of the user ebm.

Change Password
Allows you to change the password of the given user.

Import from plaintext
Is really anybody still using a pre 1.5 version of EBM?

Update the package

Just unpack the package over the old installation. If you did not do any modifications beyond editing settings.php you're done after resetting the user and group attributes.

Usage

Frequently Asked Questions