Add AnonCVS
authorMiguel de Icaza <miguel@gnome.org>
Sat, 1 Dec 2001 21:50:32 +0000 (21:50 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 1 Dec 2001 21:50:32 +0000 (21:50 -0000)
svn path=/trunk/mono/; revision=1502

14 files changed:
doc/Makefile.am
doc/anoncvs [new file with mode: 0644]
doc/ccvs
doc/ideas
doc/index
doc/web/commands
doc/web/makefile
web/Makefile.am
web/anoncvs [new file with mode: 0644]
web/ccvs
web/ideas
web/index
web/web/commands
web/web/makefile

index 0f0551ee6edd02f9465075d36e1b8f5a48018b83..ab1762d8a844b63061c7e3883d39fecee433057a 100644 (file)
@@ -1,7 +1,7 @@
 WEB_FILES=  \
        c-sharp class-library contact contributing documentation download \
        faq gcc-frontend ideas index  passport rationale resources \
-       roadmap runtime status team testing thanks tools porting
+       roadmap runtime status team testing thanks tools porting anoncvs
 
 OTHERS= pending resources-pending todo
 
diff --git a/doc/anoncvs b/doc/anoncvs
new file mode 100644 (file)
index 0000000..1aa3ff4
--- /dev/null
@@ -0,0 +1,54 @@
+* Anonymous CVS access
+
+       Anonymous access to the Mono is available currently from the
+       HispaLinux CVS server (later I will provide a nice
+       anoncvs.go-mono.com alias).
+
+       Sources are currently being updated every hour.
+
+       The server is currently located in Spain.  If you want to
+       become an AnonCVS mirror, go <a href="#mirror">here</a>
+
+** Checking out the sources
+
+       To check out the sources for the first time from the
+       repository, use this command:
+
+<pre>
+       export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
+       cvs co -z3 mcs mono gtk-sharp
+</pre>
+
+       That will get you the compiler and class libraries (mcs), the
+       interpreter and JITer (mono) and the Gtk# bindings.
+
+       The server is located in Spain.
+
+** Updating the sources
+
+       To update your sources every day, you use this command:
+
+<pre>
+       export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
+       cvs update -dP -z3 mcs mono gtk-sharp
+</pre>
+
+** Thanks
+
+       Thanks to <a href="http://www.hispalinux.es">HispaLinux</a>
+       for providing this Anon CVS server.  The server is located in
+       Spain.
+
+       Special thanks to Jesus Climent, Rodrigo Moya, Juantomás
+       García and Ismael Olea for making this happen.
+
+<a name="#mirror">
+** Becoming an AnonCVS mirror
+
+       To become an AnonCVS mirror, you currently need about 20
+       megabytes of free disk space and bandwidth that you do not
+       mind sharing (you probably want enough to spare).
+
+       I need to be able to rsync to your machine from the main CVS
+       server.  The preferred method to rsync is to setup ssh in your
+       machine.
index b67e8dc0c5b47a875292b893be9ccbe007008bd3..274d7d9afdf4ff55e7f91cdd9295baed90ee7c48 100644 (file)
--- a/doc/ccvs
+++ b/doc/ccvs
@@ -1,7 +1,10 @@
 * CVS Access
 
        If you are an active Mono developer, you can get a CVS account
-       that hosts the Mono source code.
+       that hosts the Mono source code.  
+
+       If you are not a developer, but want to track the development, please
+       see the <a href="anoncvs.html">AnonCVS</a> instructions.
 
        Send an e-mail to miguel with your public SSH key for this
        purpose.  Please specify if the key was generated with SSH1 or SSH2.
index fb2a89aa205fa8a41311b253a7b2045fc8404bea..82854700ca65ae36af2350d4ea154c5f983f9c76 100644 (file)
--- a/doc/ideas
+++ b/doc/ideas
@@ -42,22 +42,6 @@ TODO=multimedia
                  href="mailto:vladimir@ximian.com">Vladimir</a> has
                  researched the problem before 
 
-TODO=gtk,Gtk+ wrappers for Mono and .NET
-               * Wrap the Gtk+ API.  This is simple and can be done
-                 on Windows as Gtk+ 2.0 works on Windows.
-
-                 This work can also be used on Windows and will
-                 enable developers on Windows to use some of Gtk+'s
-                 advanced features.
-
-                 The idea is to wrap the Gtk+ API and allow us to
-                 build GUI applications using Gtk+ and in the future
-                 other Gtk+-based libraries from Mono (Gal, GtkHTML).
-
-                 There is extensive knowledge on wrapping Gtk+ in
-                 other languages (this has been done this for Perl,
-                 Python, Java, Scheme, Haskel and other languages in
-                 the past).
        </ul>
 
 <a name="projects">
index d3b8130f0b35e2d4990fc30aa067fdef49fb0c65..5c188459cbb7f8461696ce9b3adf13f568afeeca 100644 (file)
--- a/doc/index
+++ b/doc/index
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
 
+** Dec 1, 2001
+
+       AnonCVS access to Mono is here (updated every hour).  Thanks
+       to <a href="http://www.hispalinux.es">HispaLinux</a> and Jesus
+       Climent for helping to set this up.
+
+** Nov 30, 2001
+
+       All tests from the mono runtime work with the JIT engine now
+       (Dietmar).
+
+       Recursive enumeration definition in the C# compiler are
+       working now (Ravi).
+
+       More work on the Web classes (Gaurav).
+
 ** Nov 28, 2001
 
        JIT land: Paolo got GDB support into the JIT engine while
@@ -34,6 +50,8 @@
        
        Nick keeps working on improving our class library test suite.
 
+       Dick has almost completed the Mono IO layer.
+
 ** Nov 16, 2001
 
 <blockquote>
index bbf042e78e9535eb31c831a6477d7695614313f5..999837acd7625ab82acec84efdf9e5b46d2073bb 100644 (file)
@@ -9,6 +9,7 @@
 1,Status,status.html,status.src
 0,Download,download.html,download.src
 1,CVS access,ccvs.html,ccvs.src
+1,AnonCVS access,anoncvs.html,anoncvs.src
 0,Contributing,contributing.html,contributing.src
 1,Documentation,documentation.html,documentation.src
 1,Test Suite,testing.html,testing.src
index f3b6a5b8c1382d2f6f491ceb1499b76263195dd9..037a364fdfbeae1105afcb157425a71de53b76ff 100644 (file)
@@ -1,4 +1,5 @@
 SOURCES=       \
+       ../anoncvs              \
        ../contributing         \
        ../class-library        \
        ../class-status         \
index 0f0551ee6edd02f9465075d36e1b8f5a48018b83..ab1762d8a844b63061c7e3883d39fecee433057a 100644 (file)
@@ -1,7 +1,7 @@
 WEB_FILES=  \
        c-sharp class-library contact contributing documentation download \
        faq gcc-frontend ideas index  passport rationale resources \
-       roadmap runtime status team testing thanks tools porting
+       roadmap runtime status team testing thanks tools porting anoncvs
 
 OTHERS= pending resources-pending todo
 
diff --git a/web/anoncvs b/web/anoncvs
new file mode 100644 (file)
index 0000000..1aa3ff4
--- /dev/null
@@ -0,0 +1,54 @@
+* Anonymous CVS access
+
+       Anonymous access to the Mono is available currently from the
+       HispaLinux CVS server (later I will provide a nice
+       anoncvs.go-mono.com alias).
+
+       Sources are currently being updated every hour.
+
+       The server is currently located in Spain.  If you want to
+       become an AnonCVS mirror, go <a href="#mirror">here</a>
+
+** Checking out the sources
+
+       To check out the sources for the first time from the
+       repository, use this command:
+
+<pre>
+       export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
+       cvs co -z3 mcs mono gtk-sharp
+</pre>
+
+       That will get you the compiler and class libraries (mcs), the
+       interpreter and JITer (mono) and the Gtk# bindings.
+
+       The server is located in Spain.
+
+** Updating the sources
+
+       To update your sources every day, you use this command:
+
+<pre>
+       export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
+       cvs update -dP -z3 mcs mono gtk-sharp
+</pre>
+
+** Thanks
+
+       Thanks to <a href="http://www.hispalinux.es">HispaLinux</a>
+       for providing this Anon CVS server.  The server is located in
+       Spain.
+
+       Special thanks to Jesus Climent, Rodrigo Moya, Juantomás
+       García and Ismael Olea for making this happen.
+
+<a name="#mirror">
+** Becoming an AnonCVS mirror
+
+       To become an AnonCVS mirror, you currently need about 20
+       megabytes of free disk space and bandwidth that you do not
+       mind sharing (you probably want enough to spare).
+
+       I need to be able to rsync to your machine from the main CVS
+       server.  The preferred method to rsync is to setup ssh in your
+       machine.
index b67e8dc0c5b47a875292b893be9ccbe007008bd3..274d7d9afdf4ff55e7f91cdd9295baed90ee7c48 100644 (file)
--- a/web/ccvs
+++ b/web/ccvs
@@ -1,7 +1,10 @@
 * CVS Access
 
        If you are an active Mono developer, you can get a CVS account
-       that hosts the Mono source code.
+       that hosts the Mono source code.  
+
+       If you are not a developer, but want to track the development, please
+       see the <a href="anoncvs.html">AnonCVS</a> instructions.
 
        Send an e-mail to miguel with your public SSH key for this
        purpose.  Please specify if the key was generated with SSH1 or SSH2.
index fb2a89aa205fa8a41311b253a7b2045fc8404bea..82854700ca65ae36af2350d4ea154c5f983f9c76 100644 (file)
--- a/web/ideas
+++ b/web/ideas
@@ -42,22 +42,6 @@ TODO=multimedia
                  href="mailto:vladimir@ximian.com">Vladimir</a> has
                  researched the problem before 
 
-TODO=gtk,Gtk+ wrappers for Mono and .NET
-               * Wrap the Gtk+ API.  This is simple and can be done
-                 on Windows as Gtk+ 2.0 works on Windows.
-
-                 This work can also be used on Windows and will
-                 enable developers on Windows to use some of Gtk+'s
-                 advanced features.
-
-                 The idea is to wrap the Gtk+ API and allow us to
-                 build GUI applications using Gtk+ and in the future
-                 other Gtk+-based libraries from Mono (Gal, GtkHTML).
-
-                 There is extensive knowledge on wrapping Gtk+ in
-                 other languages (this has been done this for Perl,
-                 Python, Java, Scheme, Haskel and other languages in
-                 the past).
        </ul>
 
 <a name="projects">
index d3b8130f0b35e2d4990fc30aa067fdef49fb0c65..5c188459cbb7f8461696ce9b3adf13f568afeeca 100644 (file)
--- a/web/index
+++ b/web/index
        You can contact the team at: <a
        href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
 
+** Dec 1, 2001
+
+       AnonCVS access to Mono is here (updated every hour).  Thanks
+       to <a href="http://www.hispalinux.es">HispaLinux</a> and Jesus
+       Climent for helping to set this up.
+
+** Nov 30, 2001
+
+       All tests from the mono runtime work with the JIT engine now
+       (Dietmar).
+
+       Recursive enumeration definition in the C# compiler are
+       working now (Ravi).
+
+       More work on the Web classes (Gaurav).
+
 ** Nov 28, 2001
 
        JIT land: Paolo got GDB support into the JIT engine while
@@ -34,6 +50,8 @@
        
        Nick keeps working on improving our class library test suite.
 
+       Dick has almost completed the Mono IO layer.
+
 ** Nov 16, 2001
 
 <blockquote>
index bbf042e78e9535eb31c831a6477d7695614313f5..999837acd7625ab82acec84efdf9e5b46d2073bb 100644 (file)
@@ -9,6 +9,7 @@
 1,Status,status.html,status.src
 0,Download,download.html,download.src
 1,CVS access,ccvs.html,ccvs.src
+1,AnonCVS access,anoncvs.html,anoncvs.src
 0,Contributing,contributing.html,contributing.src
 1,Documentation,documentation.html,documentation.src
 1,Test Suite,testing.html,testing.src
index f3b6a5b8c1382d2f6f491ceb1499b76263195dd9..037a364fdfbeae1105afcb157425a71de53b76ff 100644 (file)
@@ -1,4 +1,5 @@
 SOURCES=       \
+       ../anoncvs              \
        ../contributing         \
        ../class-library        \
        ../class-status         \