Update to v2.3:
New: access 'url' entry in sqlite databases.
This commit is contained in:
parent
c6e9cb3af4
commit
c2f99c259d
@ -1,3 +1,7 @@
|
|||||||
|
2.3:
|
||||||
|
|
||||||
|
* New: access 'url' entry in sqlite databases.
|
||||||
|
|
||||||
2.2.1:
|
2.2.1:
|
||||||
|
|
||||||
* Fix: Missing quotes in filter interpreter.
|
* Fix: Missing quotes in filter interpreter.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
enginedir=/usr/share/BBlog/engines
|
enginedir=/usr/share/BBlog/engines
|
||||||
|
|
||||||
# version
|
# version
|
||||||
version=2.2.1
|
version=2.3
|
||||||
|
|
||||||
function print_config {
|
function print_config {
|
||||||
echo "engine: $engine"
|
echo "engine: $engine"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
base_SQL="SELECT title,author,journal,year,token,doi,arxiv,citeref,prauth,bibtex FROM bibliography"
|
base_SQL="SELECT title,author,journal,year,token,doi,arxiv,citeref,prauth,bibtex,url FROM bibliography"
|
||||||
base_SQL_noprauth="SELECT title,author,journal,year,token,doi,arxiv,citeref,bibtex FROM bibliography"
|
base_SQL_noprauth="SELECT title,author,journal,year,token,doi,arxiv,citeref,bibtex,url FROM bibliography"
|
||||||
|
|
||||||
# add quotes
|
# add quotes
|
||||||
function SQL_addquotes {
|
function SQL_addquotes {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.Dd $Mdocdate: March 21 2022 $
|
.Dd $Mdocdate: July 26 2023 $
|
||||||
.Dt BBLOG 2.2
|
.Dt BBLOG 2.3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm BBlog
|
.Nm BBlog
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd $Mdocdate: November 5 2019 $
|
.Dd $Mdocdate: July 26 2023 $
|
||||||
.Dt BBLOG-sqlite
|
.Dt BBLOG-sqlite
|
||||||
.Os
|
.Os
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
@ -28,6 +28,8 @@ label of the reference
|
|||||||
.It prauth
|
.It prauth
|
||||||
bibliography entries are ordered alphabetically with respect to this entry
|
bibliography entries are ordered alphabetically with respect to this entry
|
||||||
label of the reference
|
label of the reference
|
||||||
|
.It url
|
||||||
|
link to paper
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
The sqlite BBlog engine was written by Ian Jauslin.
|
The sqlite BBlog engine was written by Ian Jauslin.
|
||||||
|
Loading…
Reference in New Issue
Block a user