Skip to content

Commit

Permalink
Added version details
Browse files Browse the repository at this point in the history
  • Loading branch information
macrini committed Nov 5, 2020
1 parent ceb5ede commit e08a3bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A PHP class to interface with the [Bibutils](https://sourceforge.net/p/bibutils/

> "The bibutils program set inter-converts between various bibliography formats using a common [MODS-format XML](https://www.loc.gov/standards/mods/) intermediate. For example, one can convert RIS-format files to BibTeX by doing two transformations: RIS->MODS->BibTeX. By using a common intermediate for N formats, only 2N programs are required and not N^2-N. These programs operate on the command line and are styled after standard UNIX-like filters." (see [CTAN package](https://ctan.org/pkg/bibutils))
The current version of the libraries using in this project is [bibutils 6.10](https://sourceforge.net/projects/bibutils/files/), and are distributed under the [GNU General Public License Version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
The current version of the libraries using in this project is [bibutils 6.10](https://sourceforge.net/projects/bibutils/files/) (released on **2020-03-23**). The original files are unmodified and distributed under the [GNU General Public License Version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).

## Metadata Object Description Schema (MODS)

Expand All @@ -28,7 +28,6 @@ $ composer require proximify/bibutils
namespace Proximify;

class Bibutils {
/* Methods */
public static read( array $options) : string
public static convert( string $options) : string
}
Expand All @@ -42,8 +41,7 @@ public static Bibutils::read( array $options ) : string

#### Description

This method reads read bibliographic contents of a file into a MOD XML string.
The input is inferred from the file extensions when not explicitly given.
This method reads read bibliographic contents of a file into a MOD XML string. The input is inferred from the file extensions when not explicitly given.

#### Parameters

Expand Down

0 comments on commit e08a3bb

Please sign in to comment.