More flushage
authorMiguel de Icaza <miguel@gnome.org>
Fri, 6 Jul 2001 01:55:46 +0000 (01:55 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 6 Jul 2001 01:55:46 +0000 (01:55 -0000)
svn path=/trunk/mono/; revision=57

doc/ideas [new file with mode: 0644]
doc/index [new file with mode: 0644]
doc/resources [new file with mode: 0644]
doc/web/makefile [new file with mode: 0644]
web/ideas [new file with mode: 0644]
web/index [new file with mode: 0644]
web/resources [new file with mode: 0644]
web/web/makefile [new file with mode: 0644]

diff --git a/doc/ideas b/doc/ideas
new file mode 100644 (file)
index 0000000..485380d
--- /dev/null
+++ b/doc/ideas
@@ -0,0 +1 @@
+* Better Web Development Tools
diff --git a/doc/index b/doc/index
new file mode 100644 (file)
index 0000000..50243a1
--- /dev/null
+++ b/doc/index
@@ -0,0 +1,6 @@
+<b>Jul 9, 2001</b>
+<ul>
+       Project Mono announced.  
+       <p>
+       Subscribe to the Mono mailing list
+</ul>
\ No newline at end of file
diff --git a/doc/resources b/doc/resources
new file mode 100644 (file)
index 0000000..3ef3a14
--- /dev/null
@@ -0,0 +1,95 @@
+
+* Resources
+
+
+** ECMA Documentation.
+
+       You can get the documentation for the ECMA specs from a number of sites:
+       <ul>
+               * <a href="http://msdn.microsoft.com/net/ecma">At MSDN</a>
+               * <a href="http://www.dotnetexperts.com">Dot Net Experts</a>
+               * <a href="http://developer.intel.com/software/idap/ecma">Intel</a>
+               * <a href="http://lightning.csse.monash.edu.au/.net/CLI">Monash University</a>
+       </ul>
+
+       Those contains specifications for the assembler, the metadata,
+       byte codes supported by the CLI virtual machine, the C#
+       language and the core class libraries.
+
+       For details on the .NET class libraries, you can
+       visit the Microsoft's Developer Network:
+
+       <ul>
+               * <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp">.NET Framework Class Library</a>
+       </ul>
+
+       You can also get this information if you install the Beta2
+       release of the .NET Framework.
+
+** Mailing Lists
+
+       There are a number of mailing lists for Mono
+
+       <ul>
+       
+               * <b><a
+       href="http://mail.ximian.com/mailman/listinfo/mono-list">mono-list:</a></b>
+       The general Mono discussion list.
+               * <b><a 
+       href="http://mail.ximian.com/mailman/listinfo/mono-hackers-list">mono-hackers-list:</a></b> Mailing list intended to be used by active developers of Mono.
+               * <b><a
+       href="http://discuss.develop.com/dotnet.html">Dotnet mailing
+       list at Develop.com:</a></b> The guys at Develop Mentor run
+       this general purpose mailing list.
+       </ul>
+
+** Discussion Groups.
+
+       <ul>
+       
+               * <a href="http://www.oreillynet.com">O'Reilly
+                 Network</a> has a <a
+                 href="http://www.oreillynet.com/dotnet">section devoted to
+                 .NET</a>
+               * <a
+                 href="http://msdn.microsoft.com/newsgroups">MSDN</a> also
+                 lists various newsgroups related to .NET</ul>
+       </ul>
+
+** Related Technologies
+
+       XML specification.
+       XML Namespaces.
+       XML Schemas.
+       SOAP Specification.
+
+** Compiler Information
+               GCC
+               GCC Sample front-end tutorial
+
+** Other JIT Engines
+               ORP
+               Kaffe
+
+** Other .NET projects
+               Portable.NET
+
+** Open Source .NET projects
+               C# Develop.
+               NUnit testing framework.
+
+** GNOME Documentation
+               Gtk+
+
+** MacOS Documentation
+
+** Assembly Language Manuals online
+               Intel
+               MIPS
+               SPARC
+
+** Microsoft 
+               msdn.microsoft.com/net
+               Research.microsoft.com
+       
+       
\ No newline at end of file
diff --git a/doc/web/makefile b/doc/web/makefile
new file mode 100644 (file)
index 0000000..8c94afb
--- /dev/null
@@ -0,0 +1,29 @@
+SOURCES=       \
+       ../contributing         \
+       ../class-library        \
+       ../c-sharp              \
+       ../documentation        \
+       ../download             \
+       ../faq                  \
+       ../gcc-frontend         \
+       ../index                \
+       ../ideas                \
+       ../rationale            \
+       ../resources            \
+       ../roadmap              \
+       ../runtime              \
+       ../status               \
+       ../testing              \
+       ../tools
+
+all:
+       -mkdir site
+       for i in $(SOURCES); do \
+               perl htmlify $$i > `basename $$i`.src; \
+       done;
+
+       perl process.pl commands template.html.in .
+
+for-tuomas:
+       cp *.html ~/home-page/for-tuomas
+       web-sync
\ No newline at end of file
diff --git a/web/ideas b/web/ideas
new file mode 100644 (file)
index 0000000..485380d
--- /dev/null
+++ b/web/ideas
@@ -0,0 +1 @@
+* Better Web Development Tools
diff --git a/web/index b/web/index
new file mode 100644 (file)
index 0000000..50243a1
--- /dev/null
+++ b/web/index
@@ -0,0 +1,6 @@
+<b>Jul 9, 2001</b>
+<ul>
+       Project Mono announced.  
+       <p>
+       Subscribe to the Mono mailing list
+</ul>
\ No newline at end of file
diff --git a/web/resources b/web/resources
new file mode 100644 (file)
index 0000000..3ef3a14
--- /dev/null
@@ -0,0 +1,95 @@
+
+* Resources
+
+
+** ECMA Documentation.
+
+       You can get the documentation for the ECMA specs from a number of sites:
+       <ul>
+               * <a href="http://msdn.microsoft.com/net/ecma">At MSDN</a>
+               * <a href="http://www.dotnetexperts.com">Dot Net Experts</a>
+               * <a href="http://developer.intel.com/software/idap/ecma">Intel</a>
+               * <a href="http://lightning.csse.monash.edu.au/.net/CLI">Monash University</a>
+       </ul>
+
+       Those contains specifications for the assembler, the metadata,
+       byte codes supported by the CLI virtual machine, the C#
+       language and the core class libraries.
+
+       For details on the .NET class libraries, you can
+       visit the Microsoft's Developer Network:
+
+       <ul>
+               * <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp">.NET Framework Class Library</a>
+       </ul>
+
+       You can also get this information if you install the Beta2
+       release of the .NET Framework.
+
+** Mailing Lists
+
+       There are a number of mailing lists for Mono
+
+       <ul>
+       
+               * <b><a
+       href="http://mail.ximian.com/mailman/listinfo/mono-list">mono-list:</a></b>
+       The general Mono discussion list.
+               * <b><a 
+       href="http://mail.ximian.com/mailman/listinfo/mono-hackers-list">mono-hackers-list:</a></b> Mailing list intended to be used by active developers of Mono.
+               * <b><a
+       href="http://discuss.develop.com/dotnet.html">Dotnet mailing
+       list at Develop.com:</a></b> The guys at Develop Mentor run
+       this general purpose mailing list.
+       </ul>
+
+** Discussion Groups.
+
+       <ul>
+       
+               * <a href="http://www.oreillynet.com">O'Reilly
+                 Network</a> has a <a
+                 href="http://www.oreillynet.com/dotnet">section devoted to
+                 .NET</a>
+               * <a
+                 href="http://msdn.microsoft.com/newsgroups">MSDN</a> also
+                 lists various newsgroups related to .NET</ul>
+       </ul>
+
+** Related Technologies
+
+       XML specification.
+       XML Namespaces.
+       XML Schemas.
+       SOAP Specification.
+
+** Compiler Information
+               GCC
+               GCC Sample front-end tutorial
+
+** Other JIT Engines
+               ORP
+               Kaffe
+
+** Other .NET projects
+               Portable.NET
+
+** Open Source .NET projects
+               C# Develop.
+               NUnit testing framework.
+
+** GNOME Documentation
+               Gtk+
+
+** MacOS Documentation
+
+** Assembly Language Manuals online
+               Intel
+               MIPS
+               SPARC
+
+** Microsoft 
+               msdn.microsoft.com/net
+               Research.microsoft.com
+       
+       
\ No newline at end of file
diff --git a/web/web/makefile b/web/web/makefile
new file mode 100644 (file)
index 0000000..8c94afb
--- /dev/null
@@ -0,0 +1,29 @@
+SOURCES=       \
+       ../contributing         \
+       ../class-library        \
+       ../c-sharp              \
+       ../documentation        \
+       ../download             \
+       ../faq                  \
+       ../gcc-frontend         \
+       ../index                \
+       ../ideas                \
+       ../rationale            \
+       ../resources            \
+       ../roadmap              \
+       ../runtime              \
+       ../status               \
+       ../testing              \
+       ../tools
+
+all:
+       -mkdir site
+       for i in $(SOURCES); do \
+               perl htmlify $$i > `basename $$i`.src; \
+       done;
+
+       perl process.pl commands template.html.in .
+
+for-tuomas:
+       cp *.html ~/home-page/for-tuomas
+       web-sync
\ No newline at end of file