EasyBookmarks

EasyBookmarks is a Web-based bookmarks system.
Download

EasyBookmarks Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freely Distributable
  • Price:
  • FREE
  • Publisher Name:
  • B. Weber
  • Publisher web site:
  • http://www.foxbow.de/software/ebm/

EasyBookmarks Tags


EasyBookmarks Description

EasyBookmarks is a Web-based bookmarks system. EasyBookmarks is a Web-based bookmarks system. It features easy installation and maintenance, support for multiple users with personal lists and personal configuration, and support for several databases with a detached database engine.The project has Mozilla/Firefox support with a bookmarklet to add the current page to the collection and RSS feeds for each category to support livebookmarks. The generated pages are HTML4 compliant and support custom CSS for easy customizing.Requirements:· PHP 4.3.0Testing with XAMPPIt's no problem to test EBM in an XAMPP installation. This is the most easy way to test the suite on your own host. Just download the latest EBM version and unpack it into the htdocs of your XAMPP installation directory. Chose your database and go ahead.SQLiteIf you use SQLite, you just need to uncomment the SQLite lines in the settings.php/** sqlite **/require("db/sqlite.php");$ebm_prefix=".";mySQLWith mySQL you first need to create a database user named 'ebm' that should have a better password than 'ebm' as used in the example. Then you need to create a database named ebm.mysql> create database ebm;Query OK, 1 row affected (0.01 sec)mysql> create user 'ebm' identified by 'ebm';Query OK, 0 rows affected (0.00 sec)mysql> grant ALL on ebm.* to ebm;Query OK, 0 rows affected (0.01 sec)In the settings.php you need to uncomment the mySQL lines:/** MySQL **/require("db/mysql.php");$my_host="localhost";$my_user="ebm";$my_pass="ebm";$my_db="ebm";First startAfter you set up the database you can call http://localhost/ebm/ and test away. Then the database will be created automatically and the admin user 'ebm' with the password 'ebm' is set up. Now you're ready to go. What's New in This Release:· This release adds more configuration items, added linkcheck in edit page, an RSS feed for category list overview, 'import' of bookmarks.html files, a 'browse' feature to step through entries in a category (handy for comics), and a quicklink bookmarklet that won't ask for the category.· Broken functions on the admin page have been fixed.· The edit view has been completely reworked to improve performance.· Only SQLite and MySQL are currently tested.


EasyBookmarks Related Software