summaryrefslogtreecommitdiff
path: root/Mig/WebHome.mdwn
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-10-29 22:28:00 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-10-29 22:28:00 +0000
commit06a7a465d4e79c64f89fc0fd1dfbf64ce69edc58 (patch)
tree7f40f7f5a9dccb56d76f07d6518793b87cf99957 /Mig/WebHome.mdwn
parentdeba333a54a33704af4e946a4a3f1e82d636df33 (diff)
none
Diffstat (limited to 'Mig/WebHome.mdwn')
-rw-r--r--Mig/WebHome.mdwn34
1 files changed, 16 insertions, 18 deletions
diff --git a/Mig/WebHome.mdwn b/Mig/WebHome.mdwn
index efe8e35d..170d21a3 100644
--- a/Mig/WebHome.mdwn
+++ b/Mig/WebHome.mdwn
@@ -1,24 +1,22 @@
-Welcome to the home of **%WIKITOOLNAME%.%WEB%**. This is a web-based collaboration area for ...
+## <a name="Table_of_Contents"> Table of Contents </a>
-* [[MeetingMinutes]]
-*
+%TOC%
-## <a name="Maintenance_of_the_WEB_web"> Maintenance of the %WEB% web </a>
+## <a name="Introduction"> Introduction </a>
-<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult">
- <ul>
- <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" />    (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li>
- <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li>
- <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li>
- <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li>
- <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li>
- <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li>
- </ul>
-</form>
+MIG is a program which generates remote procedure call (RPC) code for communication between client and server processes in a Mach based operating system.
-**Notes:**
+Mach servers run as separate tasks and communicate with inter-process communication (IPC) messages. This IPC interface is language independant and faily complex. This is where MIG steps in. Mig is capable of generating the RPC code for the client-server communication.
-* You are currently in the %WIKITOOLNAME%.%WEB% web. The color code for this web is a (SPECIFY COLOR) background, so you know where you are.
-* If you are not familiar with the %WIKITOOLNAME% collaboration tool, please visit %TWIKIWEB%.WelcomeGuest in the %WIKITOOLNAME%.%TWIKIWEB% web first.
+GNU MIG is fully compatible with OSF MIG.
-%INCLUDE\{"%TWIKIWEB%.TWikiWebsTable"\}%
+## <a name="Available_Topics"> Available Topics </a>
+
+* [[MachInterfaceGenerator]]
+* [[MigDocumentation]]
+
+----
+
+## <a name="Comments"> Comments </a>
+
+Created -- [[Main/JoachimNilsson]] - 29 Oct 2002