Download List

项目描述

libferris is a virtual filesystem that exposes hierarchical data of all kinds through a common C++ interface. Access to data is performed using C++ IOStreams and metadata is available as key-value pairs through the Extended Attributes (EA) interface. Rich support for filesystem indexing is included to provide timely search results for well into millions of files. Ferris uses a plugin API to handle a large range of data sources, metadata, and index and search strategies. Filesystems include file:// with monitoring, XML (mount an XML file as a filesystem), relational databases, ISAM databases (Berkeley db, tdb, gdbm, eet et al), xmldb, LDAP, Applications (Evolution, Firefox, Emacs), HTTP, FTP, sockets, and RDF (from XML, binary, soprano). EA generators include image, audio, and animation decoders.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-05 09:57
1.5.6

此版本添加了文件系统挂载为扫描仪和打印机。大的改善作了简单的URL的正则表达式评估时间在PostgreSQL后端匹配指数(迁移是必需的)。回退二进位时的boost::序列化档案无法加载任何原因进行了改进。厂库现在与少库。
This release added the ability to mount scanners and printers as filesystems. Large improvements were made to the evaluation time of simple URL regex matches in the PostgreSQL index backend (migration is required). Fallbacks when binary boost::serialization archives fail to load for whatever reason were improved. Factory libraries are now linked to fewer libraries.

2011-03-20 22:46
1.5.3

支持加入佳能相机CR2的原始图像,包括从他们那里直接上传到Flickr。
Support was added for Canon CR2 raw camera images, including uploading directly from them to Flickr.

2010-11-19 21:55
1.5.2

基于Qt / QAbstractTableModel和SortFilterProxy增加了观赏libferris文件系统。在了Xerces - C 3.x的端口引入的回归是固定的。改进了图片上传的Flickr的API和Facebook。支持加入使用libmediainfo从视频文件中提取元数据。字幕提取改善了MKV的格式。 PostgreSQL的环境评估指数的调整能力得到了提高。明确支持增加了对在PostgreSQL字幕全文索引。
Qt/QAbstractTableModel and SortFilterProxy were added for viewing libferris filesystems. A regression introduced during the Xerces-C 3.x port was fixed. Improvements were made to picture uploading for the flickr API and Facebook. Support was added for using libmediainfo to extract metadata from video files. Subtitle extraction was improved for the mkv format. The PostgreSQL EA index adjustment capabilities were improved. Explicit support was added for fulltext indexing of subtitles in PostgreSQL.

2010-09-25 13:03
1.5.0

此版本移植到的Xerces - C的3.x中的API。元数据提取出来的过程现在使用QtDbus沟通。旧的dbus - C + +代码移植到QtDbus。一个缓冲区溢出错误是固定在gstreamer的模块。
This release was ported to Xerces-C 3.x API. Out of process metadata extraction now uses QtDbus to communicate. The old dbus-c++ code was ported to QtDbus. A buffer overflow error was fixed in the gstreamer module.

2010-08-30 12:35
1.4.9

此版本修复了嵌套只读事务的错误,可以阻止他与元数据索引工作的一些PostgreSQL版本插件。它修复了一个错误:当试图读写的文件上的xine会崩溃的标签列表。
This release fixes a nested read-only transaction bug that could stop some PostgreSQL versions from working with the metadata indexing plugin. It fixes a bug when trying to read and write the tag list for files on which xine will crash.

Project Resources