{"id":16196468,"url":"https://github.com/dspinellis/bib2xhtml","last_synced_at":"2025-04-07T16:52:08.650Z","repository":{"id":142784050,"uuid":"3286637","full_name":"dspinellis/bib2xhtml","owner":"dspinellis","description":"Convert BibTeX references into XHTML","archived":false,"fork":false,"pushed_at":"2019-03-03T19:15:17.000Z","size":762,"stargazers_count":35,"open_issues_count":1,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-13T19:17:16.808Z","etag":null,"topics":["bib2html","bibtex","convert-bibtex-files","html"],"latest_commit_sha":null,"homepage":"http://www.spinellis.gr/sw/textproc/bib2xhtml/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dspinellis.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-01-27T22:02:36.000Z","updated_at":"2023-12-09T19:12:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"2da3be79-67c8-4f2f-9d38-e361c580c96f","html_url":"https://github.com/dspinellis/bib2xhtml","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dspinellis%2Fbib2xhtml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dspinellis%2Fbib2xhtml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dspinellis%2Fbib2xhtml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dspinellis%2Fbib2xhtml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dspinellis","download_url":"https://codeload.github.com/dspinellis/bib2xhtml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694893,"owners_count":20980731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bib2html","bibtex","convert-bibtex-files","html"],"created_at":"2024-10-10T08:47:53.952Z","updated_at":"2025-04-07T16:52:08.632Z","avatar_url":"https://github.com/dspinellis.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/dspinellis/bib2xhtml.svg?branch=master)](https://travis-ci.org/dspinellis/bib2xhtml)\n\n# bib2xhtml - Convert BibTeX Files into HTML\nbib2xhtml is a program that converts BibTeX files into HTML\n(specifically XHTML 1.0).\nThe conversion is mostly done by specialized BibTeX style files,\nderived from a converted bibliography style template.\nThis ensures that the original BibTeX styles are faithfully reproduced.\nSome postprocessing is performed by Perl code.\nMore information, documentation, and examples can be found on\nthe [bib2xhtml home page](http://www.spinellis.gr/sw/textproc/bib2xhtml/).\n\n# Installation\n\n* Run ./gen-bst.pl from the directory to generate the html-\\*.bst style files.\n\n* Install html-\\*.bst somewhere that bibtex can find them.  If you have\ninstalled an earlier version of bib2xhtml, remove html.bst and\nhtml-abs.bst.\n\n* If you plan to use the bibsearch CGI script, edit the configuration\nsection at the beginning of it and install it in your http server's\ncgi-bin directory.  The script has comments with instructions on how\nto call it from another HTML page.\n\n* If you want to modify the bst (bibtex style) files, edit\nhtml-btxbst.doc and then run gen-bst to generate the new versions.\nYou probably won't need to, though.\n\n# Important news for people who already use bib2html\n\nThe way that the bibsearch CGI script is called from HTML has changed\nin bib2html-1.25.  Read the comments at the beginning of bibsearch\nfor the new calling conventions.\n\n\n# GNU emacs\n\nFor use with bibtex mode (available at\nhttp://www.ida.ing.tu-bs.de/people/dirk/bibtex/),\nI add the following to my ~/.emacs file:\n\n    (setq bibtex-user-optional-fields\n    '((\"url\" \"URL link (for bib2xhtml)\")\n    (\"postscript\" \"PostScript file (for bib2xhtml)\")\n    (\"pdf\" \"PDF file (for bib2xhtml)\"))\n    (\"dvi\" \"DVI file (for bib2xhtml))\n\n\n# This is Free Software\n\nThe bib2html package is copyright 1996, David Hull.\nIn 2002, due to the lack of visible updates on the web, the program\nwas adopted for maintenance, distribution, and further evolution by\nDiomidis Spinellis. Changes made by him include support for XHTML\n1.0 and documentation bug fixes. The first public release of the\nmaintenance effort was in 2004 (version 2.1). On March 2004 the program\nwas renamed into bib2xhtml to avoid confusion with projects using the\nname bib2html .\n\nChanges Copyright 2002-2018, Diomidis Spinellis.\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU GenerERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Softwre\nFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n# Thanks to these people, who have contributed to bib2html\n\nPeter J Knaggs, Juergen Vollmer, Chris Torrence, Michael Sanders,\nVispi Bulsara, Nick Cropper, Joe Wells, Luis Mandel, Ricardo E. Gonzalez,\nDaniel Kapitan, Tammy Kolda, Walter M. Lioen, Panos Louridas, Aki Vehtari,\nMartin P. J. Zinser, Eric Vinck, Mark Jelasity, Vasek Smidl, Bruno Salvy,\nWilfried Elmenreich, Rogan Carr, Frank Loeffler, Todd Gamblin, Klaus Brunner.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdspinellis%2Fbib2xhtml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdspinellis%2Fbib2xhtml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdspinellis%2Fbib2xhtml/lists"}