merge README

By: Jeremy Buchmann

merge is a Perl script that merges Netscape, Mozilla and Internet Explorer bookmark files. Note that only certain versions of IE use bookmark files.

Obtaining merge

merge is hosted on sourceforge.net. The Web page is http://merge.sourceforge.net.

What merge Does

What merge Doesn't Do Now, But May Do Later

Usage

> merge -m[NS,MO,IE] master-file -s[NS,MO,IE] slave-file

Any combination of bookmark files is okay. The output type will be the same as the master type. Only URLs are compared; if they match, only the master copy is kept. The directory structure is kept intact. The resulting bookmarkfile is printed to stdout, so you'll want to redirect it to a file.

For example:

> merge -mNS bookmarks.html -sIE Favorites.html > newbookmarks.html

would merge a master Netscape file called "bookmarks.html" with a slave IE file called "Favorites.html" and write the merged file to "newbookmarks.html".

Change Log

merge-0.9

merge-0.3

merge-0.2

merge-0.1

Bugs/Issues

License

merge uses the GPL. Please see the License.txt file that should have come with this package or: http://www.gnu.org/copyleft/gpl.html for a copy of the license.

Feedback

Feedback should be sent to buchmann@cs.unr.edu. I am mostly interested in bugs/platform issues, but any improvements or new features will be welcomed.