riboseinc / asciidoctor-bibliography

Citations in AsciiDoc
MIT License
30 stars 8 forks source link

Recursive inclusion of directories for bibliography database files #67

Closed ronaldtse closed 6 years ago

ronaldtse commented 6 years ago

Originally from https://github.com/riboseinc/asciidoctor-rfc/issues/76

I think the new way of using a large XML file with all references could be broken down to individual files -- in this repo (https://github.com/riboseinc/rfc-in-asciidoc-template) I included the "IncludeGlobProcessor" to allow the "*" file filter syntax for including all files in a directory.

We can allow a new option called bibliography-database to take a directory to include all BibTeX and BibXML files within and parse them into our gem's "database" (so as to speak).

What do you think?

cc: @opoudjis