Main > Free Download Search >

Free bookmarks software for linux

bookmarks

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 231
OlBookmarks 0.7.5

OlBookmarks 0.7.5


OlBookmarks project lets you access, manage, organize, and share your personal bookmarks through a web-based interface. more>>
OlBookmarks project lets you access, manage, organize, and share your personal bookmarks through a web-based interface.
Main features:
- Multiple user support
- Mozilla and Opera sidebar support
- Public/private view of bookmarks
- Read only page (with no menubar, no edit buttons)
- Folders/categories management
- (reorder, rename, delete categories)
- Title,Url,keywords,login/password informations for bookmarks
- Search bookmarks with url parts, keywords, etc
- Get recently added/modified or accessed bookmarks
- Themes management for all views
- A few themes are provided. Users can write new themes. (HTML-based, with instructions)
- Frames are also supported.
- Multiple language support - for both the interface and the bookmarks. Currently supported languages:
- English
- French
- Italian
- Dutch
- German
- Spanish
- Polish
- Need help for other languages (see the SourceForge patch submission to post languages files; Use one of the current language files in lang/ directory of the latest version of olbookmarks as a reference)
- Import from Mozilla/Netscape/Opera bookmarks file (IE users can export their Favorites to a file, and this file is Netscape-compatible.)
- Export to Mozilla/Netscape bookmarks file (other browsers can import from this format)
<<less
Download (0.14MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
884 downloads
Womcat Bookmarks 2.7

Womcat Bookmarks 2.7


Womcat Bookmarks is a project that maintains Web bookmarks in a set of hierarchical folders. more>>
Womcat Bookmarks is a project that maintains Web bookmarks in a set of hierarchical folders.
It can output the bookmarks as an HTML page and as an RSS 2.0 file that can be placed on a Web site.
The RSS file maps folder names into the "category" element. It can download other RSS files, treating them as categorized bookmarks to create a local database of Web bookmarks that can be browsed by subject.
It supports RSS discovery by allowing posting RSS file URLs as new items.
It also acts as a basic RSS feed reader. It also includes a Weak Subscriptions feature, which is a bit like a personalized version of BlogDex.
Main features:
- Womcat Bookmarks are intended to point to other Womcat Bookmarks. Womcat allows for 2 types of RSS items: recommendations and referrals. A recommendation is an RSS item that points to an ordinary web page. A referral is an RSS item that points to another RSS file (which may or may not be generated by Womcat Bookmarks). An XML extension element http://www.womcat.org/:type is used to distinguish between these two possibilities.
- Womcat Bookmarks is subject-oriented. RSS puts subjects in the element separated by forward slashes. Womcat Bookmarks requires that every recommendation be contained in a subject. Subjects can also be contained in each other. So if subject Algebra is contained in subject Mathematics, then the category will be Mathematics/Algebra.
- Although Womcat Bookmarks subjects for one user form a hierarchy, it cannot be expected that different users will have equivalent or even consistent hierarchies. The most that can be hoped for is that different users might use the same titles for individual subjects. Thus Programming Languages/C is not a very good hierarchy, because "C" by itself is potentially ambiguous. Better is Programming Languages/C Programming Language. In effect subjects are globally considered to live in a flat namespace, and their titles should be unambiguous in a global context without any dependence on position in a users hierarchy. The end result is to facilitate merging of Womcat Bookmarks (i.e. RSS data) from different users such that they can be usefully browsed by subject.
- Womcat Bookmarks are considered to be an accumulating collection of bookmarks, not a transient collection of news items, with items only being deleted if they cease to be relevant (or cease to exist). This is problematic when Womcat is used to read RSS files that may or may not be accumulative or transient in intent. I propose to add an extension element to deal with this, along the lines of specifying a period that the file covers, and optionally another link to a different RSS file that covers that period, e.g. "1 month" for a file that only contains links added up to a month ago, "forever" for a file that contains all current bookmarks. This will also be useful as a way for RSS readers not to have to re-read an accumulated bookmarks file that has grown very large.
Enhancements:
- Various improvements to user interface: ability to stop downloads, pre-delete multiple mentions, add more links between objects in pages. Also update versions of libraries used by the application.
<<less
Download (8.1MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1145 downloads
online-bookmarks 0.6.9

online-bookmarks 0.6.9


online-bookmarks is a bookmarks management system to store bookmarks, favorites, and links on the WWW. more>>
online-bookmarks is a bookmarks management system to store bookmarks, favorites, and links on the WWW where they actually belong.

online-bookmarks projects is meant for people who work often with different computers and browsers. It supports multiple users, multiple languages, and has a folder structure of arbitrary depth.

Importing and exporting bookmarks from and to Opera, Netscape, Mozilla, and Internet Explorer are possible.

<<less
Download (0.047MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1200 downloads
EasyBookmarks 2.9.10

EasyBookmarks 2.9.10


EasyBookmarks is a Web-based bookmarks system. more>>
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.

<<less
Download (0.033MB)
Added: 2006-11-28 License: Freely Distributable Price:
1060 downloads
Netscape::Bookmarks 1.94

Netscape::Bookmarks 1.94


Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files. more>>
Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files.

SYNOPSIS

use Netscape::Bookmarks;

# parse an existing file
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );

# -- OR --
# start a new Bookmarks structure
my $bookmarks = Netscape::Bookmarks->new;

# print a Netscape compatible file
print $bookmarks->as_string;

[ Note: I wrote this a long time ago. Although this should still work with "Netscape" browsers, Mozilla browsers do the same thing. When the docs say "Netscape", I mean either branch of browsers. ]

The Netscape bookmarks file has several basic components:

title
folders (henceforth called categories)
links
aliases
separators

On disk, Netscape browsers store this information in HTML. In the browser, it is displayed under the "Bookmarks" menu. The data can be manipulated through the browser interface.

This module allows one to manipulate the bookmarks file programmatically. One can parse an existing bookmarks file, manipulate the information, and write it as a bookmarks file again. Furthermore, one can skip the parsing step to create a new bookmarks file and write it in the proper format to be used by a Netscape browser.

The Bookmarks module simply parses the bookmarks file passed to it as the only argument to the constructor:

my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );

The returned object is a Netscape::Bookmarks::Category object, since the bookmark file is simply a collection of categories that contain any of the components listed above. The top level (i.e. root) category is treated specially and defines the title of the bookmarks file.

HTML::Parser is used behind the scenes to build the data structure (a simple list of lists (of lists ...)). Netscape::Bookmarks::Category, Netscape::Bookmarks::Link, Netscape::Bookmarks::Alias, or Netscape::Bookmarks::Separator objects can be stored in a Netscape::Bookmarks::Category object. Netscape::Bookmarks::Alias objects are treated as references to Netscape::Bookmarks::Link objects, so changes to one affect the other.

Methods for manipulating this object are in the Netscape::Bookmarks::Category module. Methods for dealing with the objects contained in a Netscape::Bookmarks::Category object are in their appropriate modules.

new( [filename] )

The constructor takes a filename as its single (optional) argument. If you do not give new an argument, an empty Netscape::Bookmarks::Category object is returned so that you can start to build up your new Bookmarks file. If the file that you name does not exist, undef is returned in scalar context and an empty list is returned in list context. If the file does exist it is parsed with HTML::Parser with the internal parser subclass defined in the same package as new. If the parsing finishes without error a Netscape::Bookmarks::Category object is returned.

parse_string

Method for HTML::Parser subclass method

start

Method for HTML::Parser subclass method

text

Method for HTML::Parser subclass method

end

Method for HTML::Parser subclass method

my_init

Method for HTML::Parser subclass method

<<less
Download (0.023MB)
Added: 2007-03-24 License: Perl Artistic License Price:
947 downloads
Bookmarks Scrollbar 1.0.5

Bookmarks Scrollbar 1.0.5


Bookmarks Scrollbar is an extension which adds a scrollbar to the bookmarks menu. more>>
Bookmarks Scrollbar is an extension which adds a scrollbar to the bookmarks menu.

A scrollbar is a graphical widget in a GUI with which continuous text, pictures or anything else can be scrolled including time in video applications, i.e., viewed even if it does not fit into the space in a computer display, window, or viewport.

Usually designed as a long rectangular area on one or two sides of the viewing area, containing a bar (or thumb) that can be dragged along a trough to move the body of the document as well as two arrows on either end for precise adjustments. The "thumb" has different names in different environments: on the Macintosh it is called a "thumb" on the Java platform it is called "thumb" or "knob"; Microsofts .NET documentation refers to it as "scroll box" or "scroll thumb"; in other environments it is called "elevator", "puck" or "wiper". Additional functions may be found, such as zooming in/out or various application-specific tools.

The thumb can also sometimes be adjusted by dragging its ends. In this case it would adjust both the position and the zooming of the document, where the size of the thumb represents the degree of zooming applied. A thumb that completely fills the trough, or "track" represents viewing the entire document, at which point the scrollbar may temporarily become hidden.

<<less
Download (0.001MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
931 downloads
Browser Bookmarks Menu 0.6

Browser Bookmarks Menu 0.6


This is a small Gnome applet to allow easy access to your browsers bookmarks, even when your browser is not open. more>>
Browser Bookmarks Menu is a small Gnome applet to allow easy access to your browsers bookmarks, even when your browser is not open.

This applet is like the Bookmarks menu of your preferred browser (e.g. Epiphany, Firefox), but lives in the panel, like the Gnome Menu Bar.

This means that it is always accessible (and Fitts Law compliant), even if you have other windows or applications open (and maximized). You do not have to first launch your browser and then find its bookmarks menu.

<<less
Download (0.013MB)
Added: 2005-11-30 License: GPL (GNU General Public License) Price:
1424 downloads
Active PHP Bookmarks 1.1.02

Active PHP Bookmarks 1.1.02


Active PHP Bookmarks is a web-based program that allows you to manage and display bookmarks. more>>
Active PHP Bookmarks (APB) is a web-based program that allows you to store your bookmarks and display them in many useful ways.

It will sort your bookmarks with usability in mind, keeping often- used bookmarks at your fingertips.

It has a bookmark search, private/public bookmarks, nested groups, usage rankings, popularity sorting, and a quick add feature.
<<less
Download (0.05MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1634 downloads
Bookmarks Unifier 2.0 Beta 7

Bookmarks Unifier 2.0 Beta 7


Bookmarks Unifier is a bookmarks converter/manager/cleaner. more>>
Bookmarks Unifier is a bookmarks converter/manager and cleaner. It enables users to create/maintain their internet bookmarks collections. Various formats from different browsers, which include Internet Explorer, Mozilla/Firefox, and Opera, are supported.
Bookmarks among these browsers can be converted, imported, exported one to/from another by using this program. Interface of this utility is fairly simple and straight forward, that means no more trying out each menu entries to get it work !
From now on, you can just import all of your bookmarks into the database, and export them to formats you like ! The more important thing is, it is FREE, and it is cross platform via the JAVA technology.
Main features:
- Importing(Merging) bookmars from IE/Firefox/Opera to one database
- Exporting database to bookmarks format of IE/Firefox/Opera
- URL duplications are detected, therefore no more duplicated URL all over the places
- Database is just a file which can be exchanged with other people, no more compressing IE Favorites folders
- Simple to use
- It supports UTF8 filenames/bookmark entry names
- No limitation of number of entries
- It is cross platforms (supports Linux/Windows/Macs)
- It is fast
- It is free !
<<less
Download (0.021MB)
Added: 2006-01-09 License: Freeware Price:
1509 downloads
del.icio.us Bookmarks 1.5.26

del.icio.us Bookmarks 1.5.26


del.icio.us Bookmarks is a Firefox extension that integrates your browser with del.icio.us. more>> <<less
Download (0.25MB)
Added: 2007-04-09 License: Other/Proprietary License Price:
929 downloads
2 Pane Bookmarks 0.3.2007033002

2 Pane Bookmarks 0.3.2007033002


2 Pane Bookmarks is an extension which provides separated Bookmarks Sidebar panel like Opera. more>>
2 Pane Bookmarks is an extension which provides separated "Bookmarks" Sidebar panel like Opera.

This provides separated "Bookmarks" Sidebar panel like Opera. This splits the Bookmarks Sidebar panel with 2 panes.

When you choose a folder from the above tree, the contents will be shown in the below pane.

<<less
Download (0.014MB)
Added: 2007-04-20 License: MPL (Mozilla Public License) Price:
917 downloads
GBookmarks via Right Click 1.0

GBookmarks via Right Click 1.0


GBookmarks via Right Click is an extension used to add 2 more options to your Right Click Menu. more>>
GBookmarks via Right Click is an extension used to add 2 more options to your Right Click Menu.

Add to Google Bookmarks.

View Google Bookmarks (In new TAB).

When you want to bookmark a webpage, simply Right Click and choose the +++++ option.

The page will be added to your Google bookmarks.

It doesnt get any easier than this.

Tested on:
OS X, with Firefox 1.5.x
Windows XP Firefox 1.5.x, 2.0.x
Linux Firefox 1.5.x,2.0.x

Works fine.

<<less
Download (0.001MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
933 downloads
Bookmark 1.22

Bookmark 1.22


Bookmark script saves the postion in the current file and playlist every 10 seconds and resumes at this position when restarted. more>>
Bookmark script saves the postion in the current file and playlist every 10 seconds and resumes at this position when it is restarted. amaroKs playlist is also saved every few minutes.

And you can bookmark the current playlist and reload it whenever you want. You will restart at the exact position in the right music file again.

But to use this feature you need Xdialog.

Just right click on any item of the current playlist and dive into the "Bookmark" submenu to access the script.

<<less
Download (0.004MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
924 downloads
Bookmark4U 2.1

Bookmark4U 2.1


Bookmark4U is a server-based bookmark management PHP scripts using MySQL. more>>
Bookmark4U is a server-based bookmark management PHP scripts using MySQL. Bookmark4U provides you a comfortable bookmarking environment. With Bookmark4U, you can access to your favorite web sites everywhere just by a click. You will not remember URLs of them any more.
Main features:
- The bookmark data are stored in a database in the server.
- Each user can search their bookmark database very easily.
- Bookmarks can be arranged in folders in any depth.
- For each bookmark, visit information is managed such as the visit counter or the last visit time, etc.
- Import from or export to the local browser bookmark (Netscape, Explorer, and Opera).
- Support multilingual users.
- Users can set their own preference.
- You can access to your firends bookmark tree.
- Clipboard, Trashcan, History Layer, Calendar, and more.
<<less
Download (0.51MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1219 downloads
bookmarker 2.8.0

bookmarker 2.8.0


bookmarker is a WWW-based application for managing bookmarks. more>>
bookmarker is a WWW-based application for managing bookmarks. I have too many bookmarks, in too many different browsers, on too many different computers. I looked around the net for bookmark management tools for Linux or Windows and didnt find anything promising. So I decided to write an application myself. So here is bookmarker.

These are the requirements for running the application

- Apache Web Server (http://www.apache.org/). I recommend downloading the source and compiling it yourself so that you can compile PHP as an Apache module. NOTE: The RPM or other binary version should work as well.

- PHP (http://www.php.net/). Again I recommend downloading the source and compiling it yourself so that you can compile PHP as an Apache module. NOTE: bookmarker should also work using PHP as a CGI executable either compiled yourself or from a binary distribution of PHP.

- MySQL (http://www.mysql.net/). You can either compile the source, or in my case I downloaded the binary RPMs from the MySQL website. Either should work.

- PostgreSQL (http://www.postgresql.org). Others have tested and have had success using bookmarker with PostgreSQL.

- ODBC/Microsoft SQL Server. Others have tested and have had success using bookmarker with MS SQL Server.

To install follow these steps:

1. Move the bookmarker directory that was created by the un-tar/un-zip to a location under your webservers document root - so that the web server will serve the bookmarker pages.

2. Tell your webserver NOT TO SERVE pages in the bookmarker/lib directory. These pages contain the user ID and password to your database and you dont want folks seeing them. I have included an .htaccess file in this directory for use by Apache that will stop browsing of the lib directory. Make sure and test this after the installation
by trying to get to http://your-domain.com/bookmarker/lib/bklocal.inc You should NOT be able to get to this URL.

3. Update the bklocal.inc file with the name of your bookmarker database and the user ID and password used to connect to it. I use "bookmarks" as the name of my bookmarker database. Review the contents of this file and update to support the database you are using.

4. Update the bookmarker.inc file with the configuration settings for your environment.

5. If you are using PostgreSQL, update the bkprepend.inc file to comment the include of db_mysql and un-comment the include of db_pgsql. If you are using an ODBC database like MS SQL Server, update the bkprepend.inc file to comment the include of db_mysql and un-comment the include of db_odbc.

OPTIONAL:
Full customization is available with the template support in bookmarker. Update the files in the bookmarker/lib/templates directory to create the look & feel and language that you desire for your installation of bookmarker.

6. Create a database for bookmarker (e.g., "bookmarks"), then create the tables in the database used by bookmarker using the ./lib/db/create_db.[your database] definition.
In MySQL this can be done (assuming you have created a database named "bookmarks") with the following command:
mysql bookmarks<<less
Download (0.53MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1247 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5