More flushing
authorMiguel de Icaza <miguel@gnome.org>
Mon, 9 Jul 2001 02:25:24 +0000 (02:25 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 9 Jul 2001 02:25:24 +0000 (02:25 -0000)
svn path=/trunk/mono/; revision=70

18 files changed:
doc/download
doc/faq
doc/ideas
doc/pending [new file with mode: 0644]
doc/web/commands
doc/web/htmlify
doc/web/makefile
doc/web/process.pl
doc/web/template.html.in
web/download
web/faq
web/ideas
web/pending [new file with mode: 0644]
web/web/commands
web/web/htmlify
web/web/makefile
web/web/process.pl
web/web/template.html.in

index ecfc9f9e6f7b532f560075598cfe76c9d2cc3973..d57df3d41fe52975a7167c3afbab3e6086e19b20 100644 (file)
        Currently we will be providing CVS snapshots every day, until
        we make the first tarball release.
 
-       <a href="files">Go to Sources</a>
+       <ul>
+               * <a href="archive/jay.cs.tar.gz">archive/jay.cs.tar.gz</a>
+               * <a href="archive/mcs-08-Jul-2001.tar.gz">mcs-08-Jul-2001.tar.gz</a>
+               * <a href="archive/mono-08-Jul-2001.tar.gz">mono-08-Jul-2001.tar.gz</a>
+       </ul>
 
 ** CVS
 
diff --git a/doc/faq b/doc/faq
index 94ef036c1989d549ab62475342a8ee1898cb2062..fe4add813a81960ec50fb7f010770d8ebbf3c324 100644 (file)
--- a/doc/faq
+++ b/doc/faq
@@ -229,7 +229,7 @@ A: Yes, you will.
 Q: What about Soup?
 
 A: Soup is a library for GNOME applications to create SOAP server and
-   SOAP clients.
+   SOAP clients.  You can browse <a href=Soup here
 
 Q: Can I use CORBA?
 
index d4ee70be9e42286044a2071fcf662c8a9666dcb1..2d838d4dc9b8d5dffe05f99bac7f47bf8202c3fd 100644 (file)
--- a/doc/ideas
+++ b/doc/ideas
@@ -6,22 +6,31 @@
 <a name="classes">
 ** Classes
 
-       Implement a JXTA protocol implementation:
+       <ul>
+               * Implement a JXTA protocol implementation:
                <a href="http://www.jxta.org">http://www.jxta.org</a>
 
-       Implement a Mail API, similar to Camel or JavaMail (Camel has
-       significant architecture features that are required on a real
-       mailer)
+               * Implement a Mail API, similar to Camel or JavaMail (Camel has
+                 significant architecture features that are required on a real
+                 mailer).
+
+                 You can check the current C 
                <a href="http://cvs.gnome.org/bonsai/rview.cgi?dir=evolution%2Fcamel">
-               Camel implementation</a>
+               Camel implementation</a>.
+
+       </ul>
 
+<a name="projects">
 ** Projects
 
-       Implement an xmlStorageSystem for the CLI:
+       <ul>
+               * Implement an xmlStorageSystem for the CLI:
                <a href="http://www.soapware.org/xmlStorageSystem">
                http://www.soapware.org/xmlStorageSystem</a>
 
-** Better Web Infrastructure
+               * Build a CORBA interoperability engine for the CLR.
+                 You do not need to do all of the work, just talking
+                 the protocol will get us a long way (<a
+                 href="http://www.omg.org">The OMG site</a> has the CORBA specs).
 
-       
-       
\ No newline at end of file
+       </ul>
diff --git a/doc/pending b/doc/pending
new file mode 100644 (file)
index 0000000..e243a10
--- /dev/null
@@ -0,0 +1,14 @@
+** Microsoft and GNU and Linux.
+
+Q: Does this mean that Microsoft is better than Linux?
+
+A: Many of us are working on <a
+   href="http://www.gnu.org/philosophy/free-sw.html">free software<a>
+   and want to have an <a href="http://www.opensource.org">open
+   source</a> environment that we can change, modify, improve, learn
+   from, and share with others.  Some of us also think that this will
+   lead on the long run to better software: more efficient, faster,
+   more robust and more.  
+
+   We are willing to take good ideas from any source they come from.  
+
index 415641f8c1f866795a8a7bc85a5fb52097a5c7ca..44fa2b7918f96fdbfcfaab7f5e77db34af50d087 100644 (file)
@@ -1,9 +1,8 @@
 0,Home,index.html,index.src
-1,Rationale,rationale.html,rationale.src
 1,FAQ,faq.html,faq.src
-0,Mono,mono.html,mono.src
+0,Mono,rationale.html,rationale.src
 1,Runtime,runtime.html,runtime.src
-1,Class Library,class-library.html,class-library.src
+1,Classes,class-library.html,class-library.src
 1,C# Compiler,c-sharp.html,c-sharp.src
 1,Status,status.html,status.src
 0,Contributing,contributing.html,contributing.src
index e4860a34e5ea01ee518b3e2ba0b9b3b5bf28b495..bf33de550af392ab82bcf41532dadea67e10fca0 100644 (file)
@@ -17,8 +17,8 @@ while (<>){
                print "<a name=\"q$q\"><b>Question $q:</b> $1<br>\n";
                $q++;
        } elsif (/^A: (.*)$/){
-               print "$1\n";
+               print "<p>$1\n";
        } else {
                print "$_\n";
        }
-}
\ No newline at end of file
+}
index be81519586b7cc50c62d51902acf70cffb603a37..799b553d9cf6b4bb5d2d62e093e8857fed4d9f5d 100644 (file)
@@ -24,5 +24,8 @@ all:
 
        perl process.pl commands template.html.in .
 
-for-tuomas:
-       scp *.html primates:~/public-html/xxx
+push:
+       scp *.html www:/web/cvsmodules/mono
+
+push2: 
+       scp *.html primates:public_html/xxx
\ No newline at end of file
index 949fa35d316903388a6376004d78caf8468d9f6f..d25ab86851a4ff5bd7b916d27cc6a1b66e0c9ce8 100755 (executable)
@@ -26,7 +26,7 @@ while (<COMMANDS>) {
       if ($command[0] == 0){
          $menu .= "<tr><td class=\"navi\"><a class=\"navi\"";
       } else {
-         $menu .= "&nbsp; &nbsp; &nbsp; <tr><td class=\"subnavi\"><a class=\"navi\"";
+         $menu .= "&nbsp; &nbsp; &nbsp; <tr><td class=\"subnavi\"><a ";
       }
       $menu .= "HREF=\"$command[2]\">$command[1]</A></td></tr>\n\n";
   } 
index 4cba1482c3b19b0ca8504462ac290489682c1710..872aa00bda9e495371ca1b4adb4a545afecb22be 100644 (file)
@@ -11,8 +11,8 @@
        a:hover  { color: #ee9900; 
                   // border-bottom: #ffffff dashed 1px; 
                  }
-       .subnavi { font-size: small; text-indent: 16pt; }
-
+//     .subnavi { font-size: small; text-indent: 16pt; }
+       .subnavi { text-indent: 16pt; }
 // -->
 </style>
 </head>
index ecfc9f9e6f7b532f560075598cfe76c9d2cc3973..d57df3d41fe52975a7167c3afbab3e6086e19b20 100644 (file)
        Currently we will be providing CVS snapshots every day, until
        we make the first tarball release.
 
-       <a href="files">Go to Sources</a>
+       <ul>
+               * <a href="archive/jay.cs.tar.gz">archive/jay.cs.tar.gz</a>
+               * <a href="archive/mcs-08-Jul-2001.tar.gz">mcs-08-Jul-2001.tar.gz</a>
+               * <a href="archive/mono-08-Jul-2001.tar.gz">mono-08-Jul-2001.tar.gz</a>
+       </ul>
 
 ** CVS
 
diff --git a/web/faq b/web/faq
index 94ef036c1989d549ab62475342a8ee1898cb2062..fe4add813a81960ec50fb7f010770d8ebbf3c324 100644 (file)
--- a/web/faq
+++ b/web/faq
@@ -229,7 +229,7 @@ A: Yes, you will.
 Q: What about Soup?
 
 A: Soup is a library for GNOME applications to create SOAP server and
-   SOAP clients.
+   SOAP clients.  You can browse <a href=Soup here
 
 Q: Can I use CORBA?
 
index d4ee70be9e42286044a2071fcf662c8a9666dcb1..2d838d4dc9b8d5dffe05f99bac7f47bf8202c3fd 100644 (file)
--- a/web/ideas
+++ b/web/ideas
@@ -6,22 +6,31 @@
 <a name="classes">
 ** Classes
 
-       Implement a JXTA protocol implementation:
+       <ul>
+               * Implement a JXTA protocol implementation:
                <a href="http://www.jxta.org">http://www.jxta.org</a>
 
-       Implement a Mail API, similar to Camel or JavaMail (Camel has
-       significant architecture features that are required on a real
-       mailer)
+               * Implement a Mail API, similar to Camel or JavaMail (Camel has
+                 significant architecture features that are required on a real
+                 mailer).
+
+                 You can check the current C 
                <a href="http://cvs.gnome.org/bonsai/rview.cgi?dir=evolution%2Fcamel">
-               Camel implementation</a>
+               Camel implementation</a>.
+
+       </ul>
 
+<a name="projects">
 ** Projects
 
-       Implement an xmlStorageSystem for the CLI:
+       <ul>
+               * Implement an xmlStorageSystem for the CLI:
                <a href="http://www.soapware.org/xmlStorageSystem">
                http://www.soapware.org/xmlStorageSystem</a>
 
-** Better Web Infrastructure
+               * Build a CORBA interoperability engine for the CLR.
+                 You do not need to do all of the work, just talking
+                 the protocol will get us a long way (<a
+                 href="http://www.omg.org">The OMG site</a> has the CORBA specs).
 
-       
-       
\ No newline at end of file
+       </ul>
diff --git a/web/pending b/web/pending
new file mode 100644 (file)
index 0000000..e243a10
--- /dev/null
@@ -0,0 +1,14 @@
+** Microsoft and GNU and Linux.
+
+Q: Does this mean that Microsoft is better than Linux?
+
+A: Many of us are working on <a
+   href="http://www.gnu.org/philosophy/free-sw.html">free software<a>
+   and want to have an <a href="http://www.opensource.org">open
+   source</a> environment that we can change, modify, improve, learn
+   from, and share with others.  Some of us also think that this will
+   lead on the long run to better software: more efficient, faster,
+   more robust and more.  
+
+   We are willing to take good ideas from any source they come from.  
+
index 415641f8c1f866795a8a7bc85a5fb52097a5c7ca..44fa2b7918f96fdbfcfaab7f5e77db34af50d087 100644 (file)
@@ -1,9 +1,8 @@
 0,Home,index.html,index.src
-1,Rationale,rationale.html,rationale.src
 1,FAQ,faq.html,faq.src
-0,Mono,mono.html,mono.src
+0,Mono,rationale.html,rationale.src
 1,Runtime,runtime.html,runtime.src
-1,Class Library,class-library.html,class-library.src
+1,Classes,class-library.html,class-library.src
 1,C# Compiler,c-sharp.html,c-sharp.src
 1,Status,status.html,status.src
 0,Contributing,contributing.html,contributing.src
index e4860a34e5ea01ee518b3e2ba0b9b3b5bf28b495..bf33de550af392ab82bcf41532dadea67e10fca0 100644 (file)
@@ -17,8 +17,8 @@ while (<>){
                print "<a name=\"q$q\"><b>Question $q:</b> $1<br>\n";
                $q++;
        } elsif (/^A: (.*)$/){
-               print "$1\n";
+               print "<p>$1\n";
        } else {
                print "$_\n";
        }
-}
\ No newline at end of file
+}
index be81519586b7cc50c62d51902acf70cffb603a37..799b553d9cf6b4bb5d2d62e093e8857fed4d9f5d 100644 (file)
@@ -24,5 +24,8 @@ all:
 
        perl process.pl commands template.html.in .
 
-for-tuomas:
-       scp *.html primates:~/public-html/xxx
+push:
+       scp *.html www:/web/cvsmodules/mono
+
+push2: 
+       scp *.html primates:public_html/xxx
\ No newline at end of file
index 949fa35d316903388a6376004d78caf8468d9f6f..d25ab86851a4ff5bd7b916d27cc6a1b66e0c9ce8 100755 (executable)
@@ -26,7 +26,7 @@ while (<COMMANDS>) {
       if ($command[0] == 0){
          $menu .= "<tr><td class=\"navi\"><a class=\"navi\"";
       } else {
-         $menu .= "&nbsp; &nbsp; &nbsp; <tr><td class=\"subnavi\"><a class=\"navi\"";
+         $menu .= "&nbsp; &nbsp; &nbsp; <tr><td class=\"subnavi\"><a ";
       }
       $menu .= "HREF=\"$command[2]\">$command[1]</A></td></tr>\n\n";
   } 
index 4cba1482c3b19b0ca8504462ac290489682c1710..872aa00bda9e495371ca1b4adb4a545afecb22be 100644 (file)
@@ -11,8 +11,8 @@
        a:hover  { color: #ee9900; 
                   // border-bottom: #ffffff dashed 1px; 
                  }
-       .subnavi { font-size: small; text-indent: 16pt; }
-
+//     .subnavi { font-size: small; text-indent: 16pt; }
+       .subnavi { text-indent: 16pt; }
 // -->
 </style>
 </head>