bagder: curl-www/legal _licmix.html, NONE, 1.1 Makefile, 1.6, 1.7 _index.html, 1.5, 1.6

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/legal
In directory labb.contactor.se:/var/tmp/cvs-serv18893/legal

Modified Files:
	Makefile _index.html 
Added Files:
	_licmix.html 
Log Message:
the license mixing doc as web page


--- NEW FILE: _licmix.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>cURL - License Mixing</TITLE>
#include "css.t"
</HEAD>

#include "_menu.html"
#include "setup.t"

WHERE2(Legal, "/legal/", License Mixing)

TITLE(License Mixing)
<p>
 Here's a casual attempt at describing a few things you need to consider when
you use libcurl with one or more other libraries and your own application,
creating a <b>license mix</b>.

<pre>
#include "licmix.t"
</pre>

#include "_footer.html"
</BODY>
</HTML>

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/legal/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Makefile	27 May 2004 10:44:05 -0000	1.6
+++ Makefile	12 Aug 2004 11:54:40 -0000	1.7
@@ -9,10 +9,9 @@
 NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y')
 ACTION=@echo preprocessing $@; rm -f $@; cpp -I$(ROOT) -Idocs -WWW -Uunix -H -C -V -LL "$(NOW)" _$@ $@; chmod a-w+r $@
 
-TXT2HTML= txt2html --extract --hrule 10
-TXT2PLAIN = ./txt2plain.pl
+TXT2PLAIN = txt2plain.pl
 
-all: index.html thename.html
+all: index.html thename.html licmix.html
 
 index.html: _index.html $(MAINPARTS)
 	$(ACTION)
@@ -20,5 +19,11 @@
 thename.html: _thename.html $(MAINPARTS)
 	$(ACTION)
 
+licmix.html: _licmix.html $(MAINPARTS) licmix.t
+	$(ACTION)
+
+licmix.t: $(DOCROOT)/LICENSE-MIXING
+	$(TXT2PLAIN) < $< > $@
+
 full: all
 

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/legal/_index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- _index.html	26 Jun 2003 14:04:18 -0000	1.5
+++ _index.html	12 Aug 2004 11:54:40 -0000	1.6
@@ -10,14 +10,17 @@
 WHERE2(Copyright, "/copyright.html", Legal Index)
 
 TITLE(Legal stuff and Licensing Issues)
+<div class="relatedbox">
+<b>Related:</b>
+<br><a href="/docs/copyright.html">copyright</a>
+<br><a href="licmix.html">license mix</a>
+<br><a href="/docs/faq.html">FAQ</a>
+</div>
 <p>
  We get repeated questions about the legal status of <a
  href="thename.html">the name curl</a>. Who owns it, can we use it, will
  someone sue us?
 
-<p>
- Related: <a href="/docs/copyright.html">the copyright</a> page.
-
 #include "_footer.html"
 </BODY>
 </HTML>

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.