Download RefDB Publication List - RefDB Publication List Description, RefDB Publication List Reviews
Contact
 


 

Download

 
Download Now
GPL (GNU General Public License)
Downloads till now: 7
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Emacs , Filters , IDEs , Indexing, Markup , Others , Text Editors , Vim Plugins , Word Processors ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML


Tag Cloud

RefDB Publication List

 

Details

Last Update: 2008-01-18 05:01:07
Version: 1.1
License/Program Type: GPL (GNU General Public License)
Publisher: Markus Hoenicka
Price:$0.00
Description:

RefDB is a reference database and bibliography tool for SGML, XML, and BibTeX/LaTeX documents. It allows users to share databases over a network. It is accessible through command-line tools, through a web interface, from text editors (Emacs, Vim), and it contains a SRU server. Programmers can use Perl and PHP libraries to integrate RefDB functionality into their own projects. RefDB is released under the GNU General Public License and runs on Linux, the BSDs, OS X, Solaris, and Windows/Cygwin.
RefDB appears to be the only available tool to create HTML, PostScript, PDF, DVI, MIF, or RTF output from DocBook (SGML, XML V.4.x and V.5.x) or TEI (XML P4 and P5) sources with fully formatted citations and bibliographies according to publisher's specifications.
Here are some key features of "RefDB Publication List":
General Features
· RefDB is a reference/notes database and bibliography tool for SGML, XML, and LaTeX documents.
· RefDB is mainly implemented in C, with a few Perl scripts inbetween, as well as shell scripts as "glue". It can be compiled on all platforms with a decent C compiler (a small amount of porting may be required). It builds and runs out of the box on Linux, FreeBSD, NetBSD, Solaris, OS X, Darwin, and Windows/Cygwin.
· RefDB is modular and accessible. You can plug in a variety of database engines to store your data, and you can choose between a variety of interfaces for interactive work. In addition you can use RefDB in your own projects through shell scripts or from Perl programs.
· The RefDB handbook (more than 300 printed pages) helps you to get RefDB up and running quickly and explains how to use the software for both administrators and users in great detail. In addition there is a tutorial targeted at plain users.
Application design
· RefDB uses a SQL database engine to store the references, notes, and the bibliography styles. Choose either an external database server for optimum performance and flexibility, or an embedded database engine for convenience (see below for supported database engines).
· Both reference and bibliography style databases use the relational features of SQL databases extensively to consolidate information and to save storage space.
· RefDB employs a three-tier architecture with lots of flexibility: clients, an application server that can run as a daemon, and the database server. If you prefer the embedded SQL engine, there'll be a two-tier setup. In both cases, all tiers may run on a single workstation for individual use.
· RefDB contains two standard interfaces: a command line interface for terminal addicts and for use in scripts, and a PHP-based web interface for a more visual approach. There is also a standards-compliant SRU interface for read-only access. In addition, both Emacs and Vim users can access RefDB from the editing environment they're used to. Finally, there is also a Perl client module and an experimental Ruby library to integrate RefDB functionality into your own programs.
Reference and notes management
· The main input format for bibliographic data is RIS which can be generated and imported by all major reference databases on Windows (Reference Manager, EndNote and the like). An XML representation of RIS using the risx DTD is also supported as a native format. The latter is well suited as a means to import SGML or XML bibliographic data.
· A checkref command provides a way to check your incoming data for duplicates, spelling variants, or author and periodical name synonyms before adding your data permanently to the database (example).
· Import filters are provided for Pubmed/Medline (tagged and XML), BibTeX, MARC, and DocBook. Additional formats, including MODS, can be converted to RIS by external tools like bibutils.
· The data can be retrieved as simple text, formatted as (X)HTML, formatted as a DocBook bibliography element (SGML or XML), formatted as a TEI listBibl element (XML), formatted as a MODS document, formatted as BibTeX reference list, or formatted as RIS or risx files.
· All XML data can optionally be retrieved with namespace prefixes and a namespace declaration to use them in compound XML documents.
· The (X)HTML output can optionally size and colour author names, periodical names, and keywords according to their frequencies in the database, thus creating the equivalent of tag clouds of social tagging services (example).
· By default, RefDB uses UTF-8 as the default character encoding for incoming and outgoing data, as well as for the databases. However, all character encodings supported by your platform can be used both for data input and for data export, as RefDB will recode the data transparently. This includes European character sets like Latin-1 and of course Unicode.
· Extended notes can be linked to one or more references, authors, periodicals, or keywords to create topics or material collections. These are more powerful and flexible than folder systems and the like.
· Personal reference lists are a special application of extended notes. Each user has a default list which contains all datasets she added to the database. In addition, each user can create an unlimited number of these lists to organize references by projects, topics, or contexts.
· The query language used in the command-line clients, in the web interface, and in the Perl client library is fairly simple yet powerful. You can use booleans to combine queries on any combination of fields. You can use brackets to group queries. You can use Unix-style regular expressions to formulate advanced queries. In addition, the CQL query language is supported in the SRU interface.
Bibliographies
· Formatted bibliographies can be created automatically from DocBook SGML/XML and TEI XML documents. This does not require any changes or extensions to the DTDs. RefDB can also be integrated as a data source into the LaTeX/BibTeX workflow. Finally, external applications can retrieve raw bibliographies in either risx or MODS formats via the SRU interface.
· Both the DTD-based versions (V.4.x, P4) and the schema-based versions (V.5.x, P5) of DocBook and TEI are supported.
· RefDB is extensible in terms of the supported document types: support for new document types can be added without hacking the tool itself (you only need to hack stylesheets)
· Citation and reference styles can be defined in XML to match the weirdest requirements of journals and publishers.
· RefDB supports numerical, author/year, and citation key citation styles
· Sophisticated shell scripts and makefiles take care of the document transformations. The whole process is transparent to the user as all he needs to do is e.g. type make pdf to turn his document into a PDF file with formatted citations and bibliographies.
Networking capabilities
· Due to the client/server design, RefDB is very well suited as a shared reference database for a workgroup or a department. However, it runs just fine on a single standalone workstation.
· Users can share databases and still have their personal reference lists. They can share their notes or keep them private on a per-note base.
· Concurrent read and write access of several users is supported. There is no need to restrict access of other users to read-only. However, if your database engine supports access control (MySQL and PostgreSQL), you can restrict access of some users to read-only.
· A simple method to access electronic offprints (e.g. in PDF or PostScript format) is provided in the HTML output and in the web interface. This also works across networks using mounted shares.
Supported database servers
· RefDB versions 0.9 and later employ the libdbi database abstraction library to provide support for different SQL database engines.
· Currently the following external SQL database servers are supported:
· MySQL
· PostgreSQL
· The following embedded database engines are supported:
· SQLite (versions 2.x and 3.x)
RefDB versions prior to 0.9 use MySQL as the SQL engine.
Requirements:
· RefDB 0.9.9
What's New in This Release:
· updated to work with RefDB 0.9.9




Leave a comment




(optional)

What is 7-3?




0 comments


Downloadtube.com agrees that pirated software hurts software developers and does not support such practices. We acknowledge and agree that software piracy is theft. Using RefDB Publication List crack, RefDB Publication List key generator, RefDB Publication List keygen, as well as any pirated RefDB Publication List serial number/serial numbers and RefDB Publication List registration code/codes, warez, keys, torrents, passwords, is illegal and does not support the future development of RefDB Publication List.

Downloadtube.com advises that RefDB Publication List should be only used in accordance with the rules of intellectual property and the existing Criminal Code. Downloadtube.com does not allow the inclusion of any crack, serial or keygen and disclaims any liability for the inappropriate use of RefDB Publication List.

Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

RefDB Publication List Version History

Product Date Added
RefDB Publication List 1.1 2008-01-18 05:01:07


Related Software

CRM114 Discriminator 20060704a
From category: Filters
CRM114 Discriminator 20060704a is filters software developed by Crah the Merciless. CRM114 is a system to examine incoming e-mail, data files or other data streams, system log streams and to sort,...
Dvipost
From category: Filters
Dvipost 1.1 is filters software developed by EFEU. Dvipost is a post-processor for DVI files created by LaTeX and TeX. It can be used for special modes that normally need DVI drivers such as dvips....
bbe
From category: Others
bbe 0.2.2 is others software developed by Timo Savinen. bbe is a sed-like editor for binary files. bbe performs basic byte operations on blocks of input stream. bbe is command line tools dev...
AreaEdit 0.4.5
From category: Markup
AreaEdit 0.4.5 is markup software developed by DTLink Software, LLC. AreaEdit is a formVista compatible fork of the rapidly developing Xinha project. AreaEdit project is the code that is generated...
Exchanger XML Lite
From category: Others
Exchanger XML Lite 3.2 is others software developed by Cladonia Ltd.. The Exchanger XML Lite is an XML Editor that is free for use in non-commercial environments and can be downloaded without regis...
DrScheme 360
From category: IDEs
DrScheme 360 is ides software developed by Eli Barzilay. DrScheme is an interactive, integrated, graphical programming environment for the Scheme, MzScheme, and MrEd programming languages. DrScheme...
docbookm
From category: Markup
docbookm 0.2.0 is markup software developed by Robert Bienert. docbookm project is contributed with LayManSys and contains very simple XSLT drivers for generating XHTML chunks from DocBook XML....
Faroese Spell Checking Dictionary
From category: Others
Faroese Spell Checking Dictionary 0.2.26 is others software developed by Jacob Sparre Andersen. Faroese Spell Checking Dictionary is intended to be used with programs like aspell and ispell. \...
fig2ps
From category: Markup
fig2ps 1.3.6 is markup software developed by Vincent Fourmond. fig2ps is a perl script which converts xfig files to postscript or PDF, processing text with LaTeX. fig2ps&039;s primary aim is to...
gxmlviewer
From category: Markup
gxmlviewer is an xmlviewer for Linux with a Netscape plugin, and now a bonobo control as well....
GDC
From category: Markup
GDC is a utility to calculate compressible flow (Gas Dynamics Calculator)....
Prince
From category: Markup
Prince is a batch formatter for converting XML into PDF by applying Cascading Style Sheets (CSS)....
eq2png
From category: Markup
eq2png 0.01 is markup software developed by J. Scott Olsson. eq2png is a simple Perl script to make it painless to produce Portable Network Graphic (PNG) images for OpenOffice Impress presentations...
Domac
From category: Others
Domac is a text edit/macro language, similiar to awk,sed, or m4....
Flat File Extractor
From category: Filters
Flat File Extractor 0.1.7 is filters software developed by Timo Savinen. Flat File Extractor can be used for reading different flat file structures and printing them in different formats. ffe is a...
 

Top Downloads

 
1. Canon PIXMA iP1000 Printer Driver
2. Canon PIXMA iP1200 Printer Driver
3. Canon PIXMA iP1300 Printer Driver c
4. Canon PIXMA iP1600 Printer Driver
5. Canon PIXMA MP210 MP Drivers
6. Realtek High Definition Audio Codecs R
7. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
8. Canon LaserShot LBP-1210 Printer Driver
9. Canon i-SENSYS LBP2900 Printer Driver R
10. ZiPhone
11. Realtek RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L) Driver XP
12. Canon PIXMA MP160 MP Drivers xp64
13. Canon PIXMA iP1300 Printer Driver a
14. Canon PIXMA iP1200 Printer Driver d
15. Rapidshare Auto Downloader
16. The Sitter Downers Soundboard
17. XP Quick Fix Plus
18. Genius Eye 110 Webcam Driver
19. TR Birthday Reminder
20. Canon PIXMA iP1200 Printer Driver x64 d

DownloadTube Editor Reviews

 
1. AxCrypt
AxCrypt is a small yet highly efficient application for encr...
2. High Quality Photo Resizer
High Quality Photo Resizer is an easy-to-use and reliable fr...
3. Monitor Asset Manager
Monitor Asset Manager is a reliable Plug and Play monitor in...
4. MemSet
MemSet is a simple and reliable free tweaker that enables th...
5. emlOpenView
emlOpenView - simple, handy and free tool to easily view eml...
6. StaxRip
StaxRip is lightweight MPEG-4 front-end useful to convert a ...
7. Unicode File Lists Items Merger
Unicode File Lists Items Merger is an effective and simple m...
8. Soundbase
Soundbase is an intuitive player, tag editor and organizer o...
9. HDDPhysic
HDDPhysic is a lightweight utility for displaying physical v...
10. Rename Us Pro
Rename Us is an application for batch renaming files accordi...

Software Reviews Full List



Video Reviews

 
1. Nemo Excel To PDF
Nemo Excel to PDF is to convert Microsoft Excel to Adobe PDF...
2. Nemo All To PDF
Nemo All To PDF converts all printable documents to PDF, inc...
3. Nemo PDF To Word
Nemo PDF To Word is a prominent PDF to Word conversion softw...
4. Nemo PDF Converter
Nemo PDF Converter is professional PDF to Word/RTF and Word/...
5. Core Affinity Resident
This tool is intended to assign automatically a single core ...
6. USB Image Tool
USB Image Tool can create images of USB flash drives and MP3...
7. Notepad GNU
Powerful text and code editor for Windows....
8. Ola! Spanish Character Editor
It's often difficult to find the foreign characters you need...
9. InfoBot
Friendly free Yahoo Messenger bot that provides various info...
10. IM Translator
IM Translator provides instant translation of short messages...
11. NoteMe
NoteMe is a small notepad tool that minimizes to the system ...
12. Easy Watermarker
Easy Watermarker helps you add visible transparent text and ...
13. Melange
A freeware technical-commercial program that calculates pric...
14. Saucy French Editor
Saucy French Editor enables you to overcome the headache of ...
15. Caldera
Resize, rename and recompile images in a batch. Resizes imag...

More Video Reviews



Recent Blog Posts

 
1. How To Disable PHP Safe Mode On In Plesk
Plesk is a powerful hosting automation control panel, used a...
2. Google Dashboard Knows All Your Secrets
If you are connected to your Google account and surf the web...
3. Google Friend Connect Is More User Friendly
Google Friend Connect, the Google service which allows webma...
4. Yahoo! Media Player: A Fast And Lightweight MP3 Player
If you are looking for a convenient and unobtrusive audio pl...
5. Indo Cleaner 2009 Maximizes Windows 7 Performance
Many of you might just have upgraded the current Windows ope...
6. Salesforce And Adobe: Rich Internet Applications In The Cloud
Adobe Systems Incorporated has just announced the partnersh...
7. Google Social Search: Tweets In Google Search Results
The real-time updates from social networks, like Twitter, r...
8. WordPress 2.8.5 Has An Enhanced Security System
Even the upcoming candidate for the most popular blogging pl...
9. Puppy Linux Built From Ubuntu Still Has 99 MB
As compared with earlier candidates, version 4.3 of Puppy Li...
10. Webmaster Tools: Googlebot Fetching Process And Malware Details
Recently, Google has included into Webmaster Tools service n...