Re: Automatic Legalese Generator?



skud@netizen.com.au writes:

|   
|   <!DOCTYPE BOOK PUBLIC "-//Netizen//DTD DocBook V3.1-Based Extension V1.0//EN" [
|   <!entity opl.sgml system "../../general/legal/opl.sgml">
|   ]>
|   
|   Then wherever you want the license to appear in your SGML, you say:
|   
|   &opl.sgml

Something along these lines.  Use PUBLIC identifiers even for entities
and it will work for all of us.  PUBLIC identifiers are resolvable via
CATALOGs:

<DOCTYPE article PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.0//EN" [
<!ENTITY licence-text PUBLIC "-//IDN gnome.org//ENTITIES DocBook Licence Text//EN">
]>
<article>
...
&licence-text;
...
</article>

And add to the CATALOG:

PUBLIC "-//IDN gnome.org//ENTITIES DocBook Licence Text//EN" "blurb.sgml"


Telsa Gwynne <hobbit@aloss.ukuu.org.uk> writes:

|   Ah. I wish. It would be so cool if we could do this.

As you see: we can do it if we try ;)

And, Dan, there's no need for VFS to solve this problem ;)

|   I'm really bad with entities, and I can't find a single example of
|   <olink> in use. Has anyone used it? How?

Not me, Telsa, but Norman obviously (TDG, p. 340 s.) or online at:

http://www.oasis-open.org/docbook/documentation/reference/html/olink.html

-- 
                                             work    :        ke@suse.de
Karl Eichwalder                              home    : ke@gnu.franken.de




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]