1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en" lang="en">
<head>
<title>Biber: BibTeX replacement for biblatex</title>
<meta name="date" content="2009-07-23T15:54:05+0200"/>
<meta name="keywords" content="biber bibtex biblatex bibliography processing unicode xml dbxml"/>
<meta name="description" content="Biber is a BibTeX replacement for users of biblatex, written in Perl"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
<meta http-equiv="content-style-type" content="text/css"/>
<meta http-equiv="expires" content="0"/>
<link href="biber.css" rel="stylesheet" type="text/css"/>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/biblatex-biber/" : "http://apps.sourceforge.net/piwik/biblatex-biber/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<object><noscript><p><img src="http://apps.sourceforge.net/piwik/biblatex-biber/piwik.php?idsite=1" alt="piwik"/></p></noscript></object>
<!-- End Piwik Tag -->
</head>
<body>
<div class="menu">
<p>
<a title="About Biber"
id="current">Biber</a>
<a title="Sourceforge.net project page"
href="http://sourceforge.net/projects/biblatex-biber/">
Project page</a>
<a title="Download"
href="http://sourceforge.net/project/platformdownload.php?group_id=228270">
Download</a>
<a title="Browse the code"
href="https://github.com/plk/biber">
View Git</a>
</p>
</div>
<div id="info" class="textual">
<h1>Biber: A BibTeX replacement for users of BibLaTeX</h1>
<p>The <a href="http://www.ctan.org/tex-archive/help/Catalogue/entries/biblatex.html">biblatex</a>
package is becoming the definitive citation management
tool for LaTeX users. Biblatex provides a powerful and flexible macro
interface for authors of citation styles.</p>
<p>
Biblatex's own data backend processor, biber, allows biblatex to offer the
following features:
<ul>
<li>Deals with the full range of UTF-8
<li>Sorts in a completely customisable manner using, when available,
CLDR collation tailoring
<li>Allows for per-entrytype options
<li>Automatically encodes the .bbl into any supported encoding
format ("Supported" here means encodings supported by the
Perl <tt>Encode</tt> module)
<li>Processes all bibliography sections in one pass of the tool
<li>Handles UTF-8 citekeys and filenames (given a suitable fully
UTF-8 compliant TeX engine)
<li>Creates entry sets dynamically and allows easily defined static entry sets,
all processed in one pass
<li>"Syntactic" inheritance via new <tt>XDATA</tt> entrytype and
field. This can be thought of as a field-based generalisation of the
BibTeX <tt>@STRING</tt> functionality (which is also supported).
<li>"Semantic" inheritance via a generalisation of the BibTeX
crossreference mechanism. This is highly customisable by the
user--it is possible to choose which fields to inherit for which
entrytypes and to inherit fields under different names etc. Nested
crossreferences are also supported.
<li>Handles complex auto-expansion and contraction of names and
namelists (See section 4.11.4 of the BibLaTeX manual for an excellent
explanation with examples, this is quite an impressive feature ...)
<li>Extensible modular data sources architecture for ease of adding
more data source types
<li>Support for remote data sources
<li>User-definable mapping and suppression of fields and entrytypes in
data sources. You can use this to, for example, ignore all
<tt>ABSTRACT</tt> fields completely.
<li>Support for related entries, to enable generic treatment of things
like "translated as", "reprinted as", "reprint of"
etc
<li>Customisable labels
<li>Multiple bibliography lists in the same section with different sorting and filtering
<li>No more restriction to a static data model of specific fields and entrytypes.
<li>Structural validation of the data against the data model with a customisable validation model.
</ul>
</p>
<p>Biber has a comprehensive PDF manual which you can find on SourceForge
in the documentation folder for the release. Much of the functionality
is exposed through BibLaTeX and the BibLaTeX PDF manual is the primary
source for much Biber+BibLaTeX information. Biber-only features are
marked prominently in the BibLaTeX manual with the marginal note "Biber
only"</p>
<p><strong>Biber 2.21 is now <a
href="http://sourceforge.net/project/platformdownload.php?group_id=228270">released</a></strong>.
It should be used in conjunction with biblatex 3.20".
</p>
<table>
<tr>
<td id="contact">
<address>
<br/>
Source code repository and bug tracker on <a href="https://github.com/plk/biber">Github</a>
<br/>
</address>
</td>
<td>
<p id="sflogo">
<a href="http://sourceforge.net/projects/biblatex-biber">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=228270&type=11" width="120" height="30" border="0" alt="Get biber at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a></p>
</td>
</tr>
</table>
<br/>
<br/>
<p align="center">
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>
</div>
</body>
</html>
|