{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. 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. 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. 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. Once you log in as user ebm you have access to the
Admin page where you find the following options. SettingsFeatures
Installation
Installing the package
Installing on a hosted site
Maintenance
The Admin Page
This is the text that will be set as <title>
tag for the page. It will also be the headline.
The category that will be opened as default. If that
category does not exist, no category will be opened.
Allows anyone who visits the site to add and edit
bookmarks on the page.
this short text will be shown in the last line of the display.
If this is set to file the contents of the file
ebm.motd will be inserted.
Shows a button labelled P after each entry which
allows the logged in user to copy that link into his
personal default category.
Shows a button after each entry which allows to delete
the entry without needing to open the edit view.
Shows a button that will open the link in a new browser
window. In fact it uses the target="_blank" value.
Will let the user end up in the private categories after logging in.
The email address that will be shown in the footer. If
this is left empty a default will be set.
With this flag set, every user has to log in before seeing
any page, even the public bookmarks.
Enables the search for entries by keyword.
Enables the dict.leo.org
German<=>English dictionary.
Enables the google.de
search
Enables CSS support.
Lets you choose from the .css files found.
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?
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.