nxg / urlbst (http://nxg.me.uk/dist/urlbst/)

A script to add a webpage BibTeX entry type, and add support for general url and lastchecked fields, to (most) BibTeX .bst files. Optionally adds basic support for eprint and doi fields, and hypertex/hyperref support, too.

Clone this repository (size: 126.7 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/nxg/urlbst/
commit 84: 61cdb50cf919
parent 83: 9ab348f42def
branch: default
Update documentation, including a pointer to bitbucket.org
Norman Gray / nxg
10 months ago

Changed (Δ412 bytes):

raw changeset »

urlbst.html.in (14 lines added, 8 lines removed)

Up to file-list urlbst.html.in:

@@ -50,6 +50,11 @@ to add the new webpage entry type, plus
50
50
eprint fields.  Fuller details are in the <a href="urlbst.pdf"
51
51
>manual</a>.</p>
52
52
53
<p>The source code for the package is maintained at 
54
<a href='http://bitbucket.org/nxg/urlbst/'>bitbucket.org</a>, 
55
which also includes an issue tracker, where you can report bugs (or
56
just mail me).</p>
57
53
58
<h2><a name='usage'>Usage</a></h2>
54
59
<pre>
55
60
urlbst [--eprint] [--doi]
@@ -157,7 +162,8 @@ FAQ</a>.</p>
157
162
<a href="urlbst-@PACKAGE_VERSION@.tar.gz" >tarball</a>
158
163
or
159
164
<a href="urlbst-@PACKAGE_VERSION@.zip" >zip file</a>
160
and unpack it.</p>
165
and unpack it.  Or you can clone the source repository at 
166
<a href='http://bitbucket.org/nxg/urlbst/'>bitbucket.org</a>.</p>
161
167
162
168
<p>To install, you should simply copy the distributed
163
169
<code>urlbst</code> script to someplace on the path (such as
@@ -268,7 +274,7 @@ FAQ</a>.</p>
268
274
>home page of urlbst</a> might possibly have more recent versions than the
269
275
one you're looking at now.</p>
270
276
271
<p>Copyright 2002-8, Norman Gray.  Released under the terms of the GNU
277
<p>Copyright 2002-9, Norman Gray.  Released under the terms of the GNU
272
278
General Public Licence.</p>
273
279
274
280
<h2><a name='history'>Version history</a></h2>
@@ -291,7 +297,7 @@ in this context this should probably <em
291
297
yes?).  The distributed <code>*url.bst</code> no longer have the
292
298
<code>--inlinelinks</code> option turned on by default.</dd>
293
299
294
<dt>0.6, 2007 March 26</dt>
300
<dt><strong>0.6, 2007 March 26</strong></dt>
295
301
<dd><p>Added the option <code>--inlinelinks</code>, which adds inline hyperlinks
296
302
to any bibliography entries which have URLs, but does so inline, rather
297
303
than printing the URL explicitly in the bibliography.  This is (primarily)
@@ -326,25 +332,25 @@ installation.</dd>
326
332
<dd>No functionality changes.  Documentation and webpage changes only,
327
333
hopefully clarifying usage and configuration</dd>
328
334
329
<dt>0.5, 2005 June 3</dt>
335
<dt><strong>0.5, 2005 June 3</strong></dt>
330
336
<dd>Added support for Digital Object Identifiers (DOI) fields in
331
337
bibliographies.</dd>
332
338
333
339
<dt>0.4-1, 2005 April 12</dt>
334
340
<dd>Documentation improvements -- there are now examples in the help text!</dd>
335
341
336
<dt>0.4, 2004 December 1</dt>
342
<dt><strong>0.4, 2004 December 1</strong></dt>
337
343
<dd>Bug fixes: now compatible with mla.bst and friends.  Now uses
338
344
./configure (optionally).  Assorted reorganisation.</dd>
339
345
340
<dt>0.3, 2003 June 4</dt>
346
<dt><strong>0.3, 2003 June 4</strong></dt>
341
347
<dd>Added --eprint, --hypertex and --hyperref options.</dd>
342
348
343
<dt>0.2, 2002 October 23</dt>
349
<dt><strong>0.2, 2002 October 23</strong></dt>
344
350
<dd>The `editor' field is now supported in the webpage entry type.  Basic
345
351
documentation added.</dd>
346
352
347
<dt>0.1, 2002 April</dt>
353
<dt><strong>0.1, 2002 April</strong></dt>
348
354
<dd>Initial version</dd>
349
355
350
356
</dl>