Procházet zdrojové kódy

Flush

svn path=/trunk/mono/; revision=77
Miguel de Icaza před 24 roky
rodič
revize
ca7a32387b
6 změnil soubory, kde provedl 40 přidání a 6 odebrání
  1. 18 2
      doc/contributing
  2. 1 0
      doc/faq
  3. 1 1
      doc/web/htmlify
  4. 18 2
      web/contributing
  5. 1 0
      web/faq
  6. 1 1
      web/web/htmlify

+ 18 - 2
doc/contributing

@@ -12,7 +12,23 @@
 
 		* <b>Writers:</b> You can help us with writing <a
 		  href="documentation.html">documentation</a>.
-		
+	</ul>
+
+	Those are just broad things that need to be worked on, but
+	something that would help tremendously would be to help with
+	small duties in the project that need to be addressed. 
+
+** Small tasks
+
+	A few smaller tasks are here, dropped in no particular order:
+	<ul>
+		* <b>MCS compilation process:</b> Currently MCS does
+		  not build with a single `make' command.  This should
+		  be fixed (this being part of the `Joel Test' that
+		  software has to pass).
+
+		* <b>Mono/doc and web site:</b> They need to be
+		  packaged up in the official `distribution'
 	</ul>
 
 * Special note
@@ -21,4 +37,4 @@
 	their shared source code, you will not be able to contribute
 	to Mono.
 
-	Please, follow care when reading code
+	Please, follow care when reading proprietary code.

+ 1 - 0
doc/faq

@@ -378,3 +378,4 @@ A: CLI is the specification of an execution system.  The Microsoft
    Unless we come up with our own acronym, we could just call ours
    also CLR, just because it would do exactly the same thing the
    Microsoft implementation does.
+

+ 1 - 1
doc/web/htmlify

@@ -14,7 +14,7 @@ while (<>){
 	} elsif (/^\t\t\* (.*)$/) {
 		print "<li>$1\n";
 	} elsif (/^Q: (.*)$/){
-		print "<a name=\"q$q\"><b>Question $q:</b> $1<br>\n";
+		print "<p><a name=\"q$q\"><b>Question $q:</b> $1<br>\n";
 		$q++;
 	} elsif (/^A: (.*)$/){
 		print "<p>$1\n";

+ 18 - 2
web/contributing

@@ -12,7 +12,23 @@
 
 		* <b>Writers:</b> You can help us with writing <a
 		  href="documentation.html">documentation</a>.
-		
+	</ul>
+
+	Those are just broad things that need to be worked on, but
+	something that would help tremendously would be to help with
+	small duties in the project that need to be addressed. 
+
+** Small tasks
+
+	A few smaller tasks are here, dropped in no particular order:
+	<ul>
+		* <b>MCS compilation process:</b> Currently MCS does
+		  not build with a single `make' command.  This should
+		  be fixed (this being part of the `Joel Test' that
+		  software has to pass).
+
+		* <b>Mono/doc and web site:</b> They need to be
+		  packaged up in the official `distribution'
 	</ul>
 
 * Special note
@@ -21,4 +37,4 @@
 	their shared source code, you will not be able to contribute
 	to Mono.
 
-	Please, follow care when reading code
+	Please, follow care when reading proprietary code.

+ 1 - 0
web/faq

@@ -378,3 +378,4 @@ A: CLI is the specification of an execution system.  The Microsoft
    Unless we come up with our own acronym, we could just call ours
    also CLR, just because it would do exactly the same thing the
    Microsoft implementation does.
+

+ 1 - 1
web/web/htmlify

@@ -14,7 +14,7 @@ while (<>){
 	} elsif (/^\t\t\* (.*)$/) {
 		print "<li>$1\n";
 	} elsif (/^Q: (.*)$/){
-		print "<a name=\"q$q\"><b>Question $q:</b> $1<br>\n";
+		print "<p><a name=\"q$q\"><b>Question $q:</b> $1<br>\n";
 		$q++;
 	} elsif (/^A: (.*)$/){
 		print "<p>$1\n";