瀏覽代碼

Setup mono-tutorial, new news

svn path=/trunk/mono/; revision=5885
Miguel de Icaza 23 年之前
父節點
當前提交
d79b5d964d
共有 6 個文件被更改,包括 52 次插入44 次删除
  1. 5 2
      doc/index
  2. 7 19
      doc/mono-beginning
  3. 14 1
      doc/web/makefile
  4. 5 2
      web/index
  5. 7 19
      web/mono-beginning
  6. 14 1
      web/web/makefile

+ 5 - 2
doc/index

@@ -80,13 +80,16 @@
   </tr>
 </table>
 
-	Mono at the O'Reilly Open Source Conference (<a
+	<b>Mono at the O'Reilly Open Source Conference (<a
 	href="http://conferences.oreillynet.com/cs/os2002/view/e_sess/2994">here</a>
 	and <a
-	href="http://conferences.oreillynet.com/cs/os2002/view/e_sess/2996">here</a>)
+	href="http://conferences.oreillynet.com/cs/os2002/view/e_sess/2996">here</a>)</b>
 
 @item Jul 17th, 2002
 
+	A Tutorial on getting Mono installed from sources is now <a
+	href="http://www.go-mono.com/mono-beginning/x145.html">online</b>
+
 	More progress on the ASP.NET front: user defined controls are
 	now being rendered, as well as many of the sample programs
 	from www.asp.net.  Gonzalo's work can be found on module XSP

+ 7 - 19
doc/mono-beginning

@@ -1,21 +1,9 @@
-	<h1> Mono for beginners </h1>
+* Mono for beginners
 
-	<p> Hinne Hettema has provided us a beautiful and complete 
-	    document on how to obtain, install and test Mono on 
-	    a Linux system.
-	</p>
-
-	<p> You can download the <a href="mono-beginning-xml.html">mono-beginning xml</a> 
-	    version of the document and then generate HTMLs or PDFs from it.
-	</p>
-	
-<pre>
-	To generate the HTMLs: 
-
-		db2html mono-beginning.xml
-
-	To generate the PDFs:
-
-		db2pdf mono-beginning.pdf
-</pre>
+	Hinne Hettema has provided us a beautiful and complete 
+	document on how to obtain, install and test Mono on 
+	a Linux system.
 
+	You can <a href="mono-beginning/t1.html">Read it online</a>,
+	download a <a href="mono-beginning.pdf">PDF</a> version, or get the
+	<a href="mono-beginning.xml">source code</a> for it.

+ 14 - 1
doc/web/makefile

@@ -52,9 +52,22 @@ NON_HTML_SOURCES=	\
 	../mono-build-w32.sh
 
 
-all: $(OBJECTS) deploy/index.rss
+all: $(OBJECTS) deploy/index.rss 
 	perl process.pl commands template.html.in deploy
 
+tutorial: mono-beginning.html.stamp mono-beginning.pdf
+	cp -a mono-beginning mono-beginning.xml mono-beginning.pdf deploy
+
+mono-beginning.html.stamp: mono-beginning.xml
+	db2html mono-beginning.xml
+	touch mono-beginning.html.stamp
+
+mono-beginning.pdf: mono-beginning.xml
+	db2pdf mono-beginning.xml
+
+mono-beginning.xml: ../mono-beginning.xml
+	cp ../mono-beginning.xml .
+
 deploy/index.rss: mono-rss.exe ../index
 	./mono-rss.exe ../index deploy/index.rss
 

+ 5 - 2
web/index

@@ -80,13 +80,16 @@
   </tr>
 </table>
 
-	Mono at the O'Reilly Open Source Conference (<a
+	<b>Mono at the O'Reilly Open Source Conference (<a
 	href="http://conferences.oreillynet.com/cs/os2002/view/e_sess/2994">here</a>
 	and <a
-	href="http://conferences.oreillynet.com/cs/os2002/view/e_sess/2996">here</a>)
+	href="http://conferences.oreillynet.com/cs/os2002/view/e_sess/2996">here</a>)</b>
 
 @item Jul 17th, 2002
 
+	A Tutorial on getting Mono installed from sources is now <a
+	href="http://www.go-mono.com/mono-beginning/x145.html">online</b>
+
 	More progress on the ASP.NET front: user defined controls are
 	now being rendered, as well as many of the sample programs
 	from www.asp.net.  Gonzalo's work can be found on module XSP

+ 7 - 19
web/mono-beginning

@@ -1,21 +1,9 @@
-	<h1> Mono for beginners </h1>
+* Mono for beginners
 
-	<p> Hinne Hettema has provided us a beautiful and complete 
-	    document on how to obtain, install and test Mono on 
-	    a Linux system.
-	</p>
-
-	<p> You can download the <a href="mono-beginning-xml.html">mono-beginning xml</a> 
-	    version of the document and then generate HTMLs or PDFs from it.
-	</p>
-	
-<pre>
-	To generate the HTMLs: 
-
-		db2html mono-beginning.xml
-
-	To generate the PDFs:
-
-		db2pdf mono-beginning.pdf
-</pre>
+	Hinne Hettema has provided us a beautiful and complete 
+	document on how to obtain, install and test Mono on 
+	a Linux system.
 
+	You can <a href="mono-beginning/t1.html">Read it online</a>,
+	download a <a href="mono-beginning.pdf">PDF</a> version, or get the
+	<a href="mono-beginning.xml">source code</a> for it.

+ 14 - 1
web/web/makefile

@@ -52,9 +52,22 @@ NON_HTML_SOURCES=	\
 	../mono-build-w32.sh
 
 
-all: $(OBJECTS) deploy/index.rss
+all: $(OBJECTS) deploy/index.rss 
 	perl process.pl commands template.html.in deploy
 
+tutorial: mono-beginning.html.stamp mono-beginning.pdf
+	cp -a mono-beginning mono-beginning.xml mono-beginning.pdf deploy
+
+mono-beginning.html.stamp: mono-beginning.xml
+	db2html mono-beginning.xml
+	touch mono-beginning.html.stamp
+
+mono-beginning.pdf: mono-beginning.xml
+	db2pdf mono-beginning.xml
+
+mono-beginning.xml: ../mono-beginning.xml
+	cp ../mono-beginning.xml .
+
 deploy/index.rss: mono-rss.exe ../index
 	./mono-rss.exe ../index deploy/index.rss