update packages
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
(defun biblio-dblp--url (query)
|
||||
"Create a DBLP url to look up QUERY."
|
||||
(format "https://dblp.uni-trier.de/search/publ/api?q=%s&format=xml" (url-encode-url query)))
|
||||
(format "https://dblp.org/search/publ/api?q=%s&format=xml" (url-encode-url query)))
|
||||
|
||||
;;;###autoload
|
||||
(defun biblio-dblp-backend (command &optional arg &rest more)
|
||||
|
||||
@@ -1,15 +1,11 @@
|
||||
(define-package "biblio" "20250102.1345" "Browse and import bibliographic references and BibTeX records from CrossRef, arXiv, DBLP, HAL, IEEE Xplore, Dissemin, and doi.org"
|
||||
'((emacs "24.3")
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "biblio" "20250409.2132"
|
||||
"Browse and import bibliographic references and BibTeX records from CrossRef, arXiv, DBLP, HAL, IEEE Xplore, Dissemin, and doi.org."
|
||||
'((emacs "24.3")
|
||||
(biblio-core "0.3"))
|
||||
:commit "b700f0f2929829b2ca971511c5ebe61c67027e9f" :authors
|
||||
'(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
|
||||
:maintainers
|
||||
'(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
|
||||
:maintainer
|
||||
'("Clément Pit-Claudel" . "clement.pitclaudel@live.com")
|
||||
:keywords
|
||||
'("bib" "tex" "convenience" "hypermedia")
|
||||
:url "https://github.com/cpitclaudel/biblio.el")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
:url "https://github.com/cpitclaudel/biblio.el"
|
||||
:commit "0314982c0ca03d0f8e0ddbe9fc20588c35021098"
|
||||
:revdesc "0314982c0ca0"
|
||||
:keywords '("bib" "tex" "convenience" "hypermedia")
|
||||
:authors '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
|
||||
:maintainers '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com")))
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
;; Copyright (C) 2016 Clément Pit-Claudel
|
||||
|
||||
;; Author: Clément Pit-Claudel <clement.pitclaudel@live.com>
|
||||
;; Version: 0.3
|
||||
;; Package-Version: 20250409.2132
|
||||
;; Package-Revision: 0314982c0ca0
|
||||
;; Package-Requires: ((emacs "24.3") (biblio-core "0.3"))
|
||||
;; Keywords: bib, tex, convenience, hypermedia
|
||||
;; URL: https://github.com/cpitclaudel/biblio.el
|
||||
|
||||
Reference in New Issue
Block a user