rufuspollock-okfn / bibserver

BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
MIT License
126 stars 34 forks source link

Bugfix for wikipedia parser #207

Closed epoz closed 12 years ago

epoz commented 12 years ago

Certain title strings in citations have a language, eg. {{lang|de|Bla}} This interferes with the parsing, and the actual title portion gets dropped. (See item for Quinine for example)

epoz commented 12 years ago

Basic parsing of citations is now good enough using regexs. If there is sufficient usage and feedback from users we can revisit this item to improve parsing.