<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bib2xml</title><link>https://sourceforge.net/p/bibutils/home/bib2xml/</link><description>Recent changes to bib2xml</description><atom:link href="https://sourceforge.net/p/bibutils/home/bib2xml/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 23 Nov 2012 05:25:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bibutils/home/bib2xml/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage bib2xml modified by Chris Putnam</title><link>https://sourceforge.net/p/bibutils/home/bib2xml/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -30,5 +30,7 @@
 -nl,--no-latex           |  do not covert latex character combinations (bib2xml)
 -d, --drop-key           |  don't put citation key in the mods id field
 -c, --corporation-file   |  with argument specifying a file containing a list of corporation names to be placed in &lt;name type="corporate"&gt;&lt;/name&gt; instead of type="personal" and eliminate name mangling
+-as, --asis              |  specify file of names that shouldn't be mangled
+-nt, --nosplit-title     |  don't split titles into TITLE/SUBTITLE pairs
 --verbose                |  verbose output
 --debug                  |  very verbose output (mostly for debugging)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Putnam</dc:creator><pubDate>Fri, 23 Nov 2012 05:25:23 -0000</pubDate><guid>https://sourceforge.netfe1363176e70d4d09f0ffbd0a995b40138bbe8a3</guid></item><item><title>WikiPage bib2xml modified by Chris Putnam</title><link>https://sourceforge.net/p/bibutils/home/bib2xml/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -15,38 +15,20 @@
 Flags
 -----
 
-Several flags available for the end2xml, endx2xml, bib2xml, ris2xml, med2xml, and copac2xml programs:
-
--h, --help                 display help
-
--v, --version              display version
-
--a, --add-refcount         add "_#", where # is reference count to reference id
-
--s, --single-refperfile    put one reference per file name by the reference number
-
--i, --input-encoding       interpret the input file as using the requested 
-                             character set (use w/o argument for current list 
-                             derived from character sets at www.kostis.net)
-                             unicode is now a character set option
-
--u, --unicode-characters   encode unicode characters directly in the file 
-                             rather than as XML entities (default)
-
--un,--unicode-no-bom       as -u, but don't include a byte order mark
-
--x, --xml-entities         change default UTF8-encoded characters to XML 
-                             entities (opposite of -u)
-
--nl,--no-latex             do not covert latex character combinations (bib2xml)
-
--d, --drop-key             don't put citation key in the mods id field
-
--c, --corporation-file     with argument specifying a file containing a list
-                             of corporation names to be placed in 
-                             &lt;name type="corporate"&gt;&lt;/name&gt; instead
-                             of type="personal" and eliminate name mangling
-
---verbose                  verbose output
-
---debug                    very verbose output (mostly for debugging)
+Several flags available for input and MODS XML output:
+
+Flag | Description
+-----|------------
+-h, --help               |  display help
+-v, --version            |  display version
+-a, --add-refcount       |  add "_#", where # is reference count to reference id
+-s, --single-refperfile  |  put one reference per file name by the reference number
+-i, --input-encoding     |  interpret the input file as using the requested character set (use w/o argument for current list of character sets) unicode is now a character set option
+-u, --unicode-characters |  encode unicode characters directly in the file rather than as XML entities (default)
+-un,--unicode-no-bom     |  as -u, but don't include a byte order mark
+-x, --xml-entities       |  change default UTF8-encoded characters to XML entities (opposite of -u)
+-nl,--no-latex           |  do not covert latex character combinations (bib2xml)
+-d, --drop-key           |  don't put citation key in the mods id field
+-c, --corporation-file   |  with argument specifying a file containing a list of corporation names to be placed in &lt;name type="corporate"&gt;&lt;/name&gt; instead of type="personal" and eliminate name mangling
+--verbose                |  verbose output
+--debug                  |  very verbose output (mostly for debugging)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Putnam</dc:creator><pubDate>Fri, 11 Nov 2011 23:09:12 -0000</pubDate><guid>https://sourceforge.netc99bb61402a8c942cb02c76c658b3f5d7c9d19ec</guid></item><item><title>WikiPage bib2xml modified by Chris Putnam</title><link>https://sourceforge.net/p/bibutils/home/bib2xml/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,6 +1,52 @@
 bib2xml
 =======
 
-bib2xml converts a BibTeX-formatted reference file to an XML-intermediate bibliography file. Specify file(s) to be converted on the command line. Files containing BibTeX substitutions strings should be specified before the files where substitutions are specified (or in the same file before their use). If no files are specified, then BibTeX information will be read from standard in.
-
+bib2xml converts a BibTeX-formatted reference file to an XML-intermediate bibliography file. 
+
+
+Usage
+-----
+
+Specify file(s) to be converted on the command line. Files containing BibTeX substitutions strings should be specified before the files where substitutions are specified (or in the same file before their use). If no files are specified, then BibTeX information will be read from standard in.
+
     bib2xml BibTeX_file.bib &gt; output_file.xml
+
+
+Flags
+-----
+
+Several flags available for the end2xml, endx2xml, bib2xml, ris2xml, med2xml, and copac2xml programs:
+
+-h, --help                 display help
+
+-v, --version              display version
+
+-a, --add-refcount         add "_#", where # is reference count to reference id
+
+-s, --single-refperfile    put one reference per file name by the reference number
+
+-i, --input-encoding       interpret the input file as using the requested 
+                             character set (use w/o argument for current list 
+                             derived from character sets at www.kostis.net)
+                             unicode is now a character set option
+
+-u, --unicode-characters   encode unicode characters directly in the file 
+                             rather than as XML entities (default)
+
+-un,--unicode-no-bom       as -u, but don't include a byte order mark
+
+-x, --xml-entities         change default UTF8-encoded characters to XML 
+                             entities (opposite of -u)
+
+-nl,--no-latex             do not covert latex character combinations (bib2xml)
+
+-d, --drop-key             don't put citation key in the mods id field
+
+-c, --corporation-file     with argument specifying a file containing a list
+                             of corporation names to be placed in 
+                             &lt;name type="corporate"&gt;&lt;/name&gt; instead
+                             of type="personal" and eliminate name mangling
+
+--verbose                  verbose output
+
+--debug                    very verbose output (mostly for debugging)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Putnam</dc:creator><pubDate>Fri, 11 Nov 2011 23:06:25 -0000</pubDate><guid>https://sourceforge.net5cb5fab22f22f3c79f2807fa70bed5a3a4916675</guid></item><item><title>WikiPage bib2xml modified by Chris Putnam</title><link>https://sourceforge.net/p/bibutils/home/bib2xml/</link><description>bib2xml
=======

bib2xml converts a BibTeX-formatted reference file to an XML-intermediate bibliography file. Specify file(s) to be converted on the command line. Files containing BibTeX substitutions strings should be specified before the files where substitutions are specified (or in the same file before their use). If no files are specified, then BibTeX information will be read from standard in.

    bib2xml BibTeX_file.bib &gt; output_file.xml
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Putnam</dc:creator><pubDate>Fri, 11 Nov 2011 22:57:48 -0000</pubDate><guid>https://sourceforge.netcf6b8ed2c9152cd69f733a05aba4896d758c8832</guid></item></channel></rss>