/usr/share/doc/refdb/refdb-manual/ch01s05.html is in refdb-doc 1.0.2-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Reference management features</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="ch01.html" title="Chapter 1. Introduction" /><link rel="prev" href="ch01s04.html" title="Interfaces" /><link rel="next" href="ch01s06.html" title="Bibliography tool features" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Reference management features</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Introduction</th><td width="20%" align="right"> <a accesskey="n" href="ch01s06.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp63522640"></a>Reference management features</h2></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Reference data are imported from text files or from stdin and exported to text files or to stdout. The data model is fairly close to the <em class="wordasword">RIS</em> specification that most Windows-based reference managers understand. RefDB natively understands both the tagged RIS format used by other reference management software and an XML format according to the <a class="ulink" href="http://refdb.sourceforge.net/risx/index.html" target="_top">risx.dtd</a> similar to RIS.</p></li><li class="listitem"><p>Input filters can be used to convert references from various sources to the <em class="wordasword">RIS</em> format. Currently RefDB ships with Medline, BibTeX, MARC, and DocBook filters. You are free to use or write any other input filter that you may need. These filters must either create an output file or write the results to stdout for further plumbing. This way, input filters can be written in almost any programming language and it should be easy to extend the list of reference information formats that RefDB can import.</p><p>In addition, SGML- or XML-based data formats can be easily transformed to risx using DSSSL or XSLT stylesheets.</p></li><li class="listitem"><p>Extended notes are supplied as XML files according to the <a class="ulink" href="http://refdb.sourceforge.net/xnote/index.html" target="_top">xnote.dtd</a>.</p></li><li class="listitem"><p>The query language is fairly simple yet powerful. You can search in all fields in the database. You can use the Boolean operators <em class="wordasword">AND</em>, <em class="wordasword">OR</em>, <em class="wordasword">NOT</em> to combine search expressions. You can use brackets <em class="wordasword">()</em> to group search expressions. You can use either literal matches or regular expressions in all alphanumeric fields (i.e. most except e.g. the publication year). This gives you enormous flexibility in your search strategies. The readline library reads the user input in all interactive clients. You can recall any previous search strings with a few keystrokes and re-run them or modify them as needed.</p></li><li class="listitem"><p>The query results can be displayed in a variety of formats. The standard backends create screen, HTML, XHTML, BiBTeX, DocBook (SGML and XML), TEI (XML), MODS (XML), RIS, and risx formats. All output can either be viewed on stdout or with a pager, or the output can be redirected into a file or into a pipe for further manipulation. RefDB provides a simple API to implement custom backends if you need other output formats.</p><p>In addition, Perl programmers can use the risx output and the RefDBClient module to easily create any output format they desire.</p></li><li class="listitem"><p>RefDB supports all character encodings available on your platform. While the available encodings in the database may be limited by the database engine, RefDB can convert incoming data as well as exported data with only few limitations.</p></li><li class="listitem"><p>RefDB handles the L1 field of the RIS input files (denoting a local PDF or Postscript copy) in a very flexible way. You can specify a path to the file on your harddrive or on the web. The local path can be split into a variable and a static part. The variable part can be specified on the command line e.g. if you access your data remotely via a NFS-mounted share.</p></li><li class="listitem"><p>RefDB knows the concept of personal reference lists. This feature is useful if a database is shared among several users in a workgroup. In this case, all users benefit from the larger stock of references available in the database. RefDB keeps track of the user who added a reference to the database. You can use a switch in the <a class="link" href="re11.html#app-c-command-getref" title="getref">getref</a> command to restrict your search on those references that are associated with your username. On the other hand, if you find out that even your colleagues have one or two interesting papers, you can use the <a class="link" href="re11.html#app-c-command-pickref" title="pickref">pickref</a> command to add these references to your personal reference list. The personal part of the reference information (the reprint status, the availability, and the notes) are saved for each user individually. In addition to this default list, each user can create an unlimited number of additional lists.</p><p>In a similar fashion, the display of extended notes can be limited to the notes of the current user, or all available extended notes are used.</p></li></ul></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Interfaces </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Bibliography tool features</td></tr></table></div></body></html>
|