summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/bible
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /biblio/bibtex/utils/bible
Initial commit
Diffstat (limited to 'biblio/bibtex/utils/bible')
-rw-r--r--biblio/bibtex/utils/bible/BIBLE.HLPbin0 -> 20620 bytes
-rw-r--r--biblio/bibtex/utils/bible/bible.ini85
-rw-r--r--biblio/bibtex/utils/bible/readme.txt38
-rw-r--r--biblio/bibtex/utils/bible/versions.txt20
4 files changed, 143 insertions, 0 deletions
diff --git a/biblio/bibtex/utils/bible/BIBLE.HLP b/biblio/bibtex/utils/bible/BIBLE.HLP
new file mode 100644
index 0000000000..eb37732483
--- /dev/null
+++ b/biblio/bibtex/utils/bible/BIBLE.HLP
Binary files differ
diff --git a/biblio/bibtex/utils/bible/bible.ini b/biblio/bibtex/utils/bible/bible.ini
new file mode 100644
index 0000000000..529abd98a9
--- /dev/null
+++ b/biblio/bibtex/utils/bible/bible.ini
@@ -0,0 +1,85 @@
+//Options File for BiBLE
+
+[library filenames]
+filename=*none*
+lastfile=*none*
+
+[BibTeX entry specification]
+types=article,book,booklet,conference,inbook,incollection,inproceedings,manual,mastersthesis,misc,phdthesis,proceedings,techreport,unpublished,not in list
+fields=address,author,booktitle,chapter,editor,howpublished,institution,journal,note,number,month,organization,pages,publisher,school,series,title,type,volume,year,edition
+article=4,1,16,7,19,18,9,12,10,8
+book=5,1,16,4,13,19,18,9,15,0,20,10,8
+booklet=1,16,1,18,9,15,0,20,10,8
+conference=4,1,16,2,19,4,18,9,15,12,0,10,11,13,8
+inbook=7,1,16,4,3,12,13,19,18,9,15,17,0,20,10,8
+incollection=5,1,16,2,13,19,4,18,9,15,17,3,12,0,20,10,8
+inproceedings=4,1,16,2,19,4,18,9,15,12,0,10,11,13,8
+manual=1,16,1,11,0,20,10,19,8
+mastersthesis=4,1,16,14,19,17,0,10,8
+misc=0,1,16,5,10,19,8
+phdthesis=4,1,16,14,19,17,0,10,8
+proceedings=2,16,19,4,18,9,15,0,10,11,13,8
+techreport=4,1,16,6,19,17,9,0,10,8
+unpublished=3,1,16,8,10,19
+not in list=0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21
+choice=inbook,3,12,book,1,4,inbook,1,4,book,9,18,inbook,9,18,incollection,9,18,inproceedings,9,18,proceedings,9,18
+
+[filtering options]
+filtering=no
+filter1.field=type
+filter2.field=line off
+filter3.field=line off
+filter1.op=equals
+filter2.op=contains
+filter3.op=greater than
+filter1.value=inbook
+filter2.value=eye
+filter3.value=1980
+filtermode=and
+
+[log options]
+log.status=yes
+disp.status=yes
+log.error=yes
+disp.error=yes
+writelog=yes
+logfile=bible.log
+maxlogsize=300
+
+[saving options]
+backup=yes
+linebreak=yes
+linewidth=70
+insertwidth=5
+datapath=c:\
+
+[exiting options]
+autosave=no
+switchfilteringoff=yes
+switchsortingoff=no
+savesorted=no
+savesize=yes
+
+[window size]
+main.width=524
+main.top=15
+main.height=684
+main.left=357
+display.width=297
+display.top=16
+display.height=695
+display.left=58
+sorting=year
+
+[HTML export options]
+expfields=,title,
+expline=no
+expcolumns=1
+
+[display options]
+disp1=title
+disp2=reference
+disp3=none
+disp4=none
+truncate=yes
+charlimit=45
diff --git a/biblio/bibtex/utils/bible/readme.txt b/biblio/bibtex/utils/bible/readme.txt
new file mode 100644
index 0000000000..8e904ec776
--- /dev/null
+++ b/biblio/bibtex/utils/bible/readme.txt
@@ -0,0 +1,38 @@
+README.TXT for BiBLE for Windows
+V0.99 (15.03.2000)
+******************************************************************
+
+Before you use this software, read and understand the following:
+
+1. BiBLE was written because I wanted a convenient way to edit my
+ own BibTeX library. I can't and won't guarantee that it works
+ with yours. Try it at your own risk.
+2. Don't use the program on your library before you know what you're
+ doing. Create a backup copy of your library.
+3. If you find any errors or have suggestions for future versions,
+ tell me. Maybe I'll include them. schreiber@genista.de
+4. You may redistribute this package only as a whole with all the
+ files unchanged. The distribution contains:
+
+ bible.exe - the win32 executable
+ bible.hlp - the windows helpfile
+ bible.ini - initialization file
+ test.bib - demonstration database
+ readme.txt - this file
+ versions.txt - the version history
+
+5. BiBLE is free to use.
+6. Read the windows helpfile.
+7. The .ini-file contains the information about the possible itemtypes
+ and their fields. If you want to add custom items, you can do so.
+ Just add another type-name to the "types=..." line, and a line
+ saying "typename=x,f,f,f,f". The x is the number of required fields
+ following, the fs are the numbers of the field in the "fields=..."
+ line. If you want to add your own optional or required fields DO SO
+ ONLY AT THE END OF THAT LINE or all the other items will get messed
+ up. The line starting with "choice=" contains alternative field pairs.
+ Don't change the first pair, as it is the only one where you can have
+ both field values set (type inbook, fields chapter and/or pages). If
+ you need custom fields with and/or behaviour contact me and explain
+ why.
+8. Have fun. \ No newline at end of file
diff --git a/biblio/bibtex/utils/bible/versions.txt b/biblio/bibtex/utils/bible/versions.txt
new file mode 100644
index 0000000000..ea2dd092b5
--- /dev/null
+++ b/biblio/bibtex/utils/bible/versions.txt
@@ -0,0 +1,20 @@
+BiBLE for Windows
+Version history
+******************************************************************
+
+
+V0.99:
+******************************************************************
+
+
+02.04.2000 Build 111 - BiBLE now reminds you to save
+30.03.2000 Build 110 - added variable item display feature
+29.03.2000 Build 109 - added automatic printing for HTML export
+27.03.2000 Build 108 - minor import filter problem solved
+21.03.2000 Build 107 - improved sorting speed
+21.03.2000 Build 106 - added clipboard and html export
+20.03.2000 Build 104 - fixed minor clipboard import problem
+ and startup without file loading error
+17.03.2000 Build 103 - clipboard import filter added
+16.03.2000 Build 102 - corrected an error in the "new item" function
+15.03.2000 Build 99 - first published version of BiBLE \ No newline at end of file