|
|
|
|
|
|
|||
| Intro | The Open-RJ format | Getting Started |
ORJFieldA field is a name value pair, where the name is the whitespace-trimmed leftmost portion of the line, preceeding the colon separator. The value is the white-space trimmed remainder of the line. Values may extend over multiple lines by use the the \ line continuation character.It has the following features:
%% starts a comment line\ continues the line onto the nextand, as of version 1.4:
The format looks like the following:
%% Books data
%% Created: 28th June 2004
%% Updated: 29th June 2004
Author: Donald E. Knuth
Title: Art of Computer Programming, The, Volume 1: Fundamental Algorithms
Publisher: Addison-Wesley
Year: 1997
Description:
%%
Author: Eric Raymond
Title: Art of UNIX Programming, The
Url: http://www.awprofessional.com/title/0131429019
Publisher: Addison-Wesley
Year: 2003
Description: This is a great book if you want to learn about the \
history of UNIX. It inspired the \
<a href = "../libraries/index.html#openrj">Open-RJ</a> project
%%
Author: Rector and Sells
Title: ATL Internals
Publisher: Addison-Wesley
Year: 1999
Description:
%%
Hence, the value of the Description field in the second non-empty record (which is the fifth record of any type), is:
This is a great book if you want to learn about the history of UNIX. It inspired the <a href = "../libraries/index.html#openrj">Open-RJ</a> project
|
|
| Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005 |