项目作者: usametov

项目描述 :
Bookmarks ETL utility
高级语言: HTML
项目地址: git://github.com/usametov/Bookmarks-ETL.git
创建时间: 2016-11-15T15:59:25Z
项目社区:https://github.com/usametov/Bookmarks-ETL

开源协议:GNU General Public License v3.0

下载


Bookmarks ETL utility

The purpose of this project is to manage bookmarks from a different sources.
It provides functionality to import/export bookmarks from/to different formats.

Currently you can import bookmarks from

  • Bibsonomy,
  • Gitmarks,
  • Pinterest,
  • Delicious web sites,
  • Chrome Bookmarks

Once you exported bookmarks from these web sites to a file, you feed the that file to BookmarksBatchConsole.
The ouput file will have a format defined by Bookmarks.Common.Bookmark class.
Have a look at examples in TestMongoDbImport project.

This project is bundled with TagSortService, which is another project of mine.