[Avida-SVN] r2454 - in development: Avida.xcodeproj documentation

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Tue Mar 11 20:08:08 PDT 2008


Author: brysonda
Date: 2008-03-11 23:08:08 -0400 (Tue, 11 Mar 2008)
New Revision: 2454

Added:
   development/documentation/as_overview.html
Modified:
   development/Avida.xcodeproj/project.pbxproj
   development/documentation/index.html
Log:
AS:
Add stub documentation page.

Modified: development/Avida.xcodeproj/project.pbxproj
===================================================================
--- development/Avida.xcodeproj/project.pbxproj	2008-03-12 02:49:50 UTC (rev 2453)
+++ development/Avida.xcodeproj/project.pbxproj	2008-03-12 03:08:08 UTC (rev 2454)
@@ -582,6 +582,7 @@
 		709D92490A5D94FD00D6A163 /* cMutationalNeighborhood.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = cMutationalNeighborhood.h; sourceTree = "<group>"; };
 		709D924A0A5D94FD00D6A163 /* cMutationalNeighborhoodResults.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = cMutationalNeighborhoodResults.h; sourceTree = "<group>"; };
 		709D924B0A5D950D00D6A163 /* cMutationalNeighborhood.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = cMutationalNeighborhood.cc; sourceTree = "<group>"; };
+		70A33CC00D878407008EF976 /* as_overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = as_overview.html; sourceTree = "<group>"; };
 		70A778370D69D5C200735F1E /* cDemeProbSchedule.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cDemeProbSchedule.cc; sourceTree = "<group>"; };
 		70A778380D69D5C200735F1E /* cDemeProbSchedule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cDemeProbSchedule.h; sourceTree = "<group>"; };
 		70AA941909D486AE006A24C8 /* libtcmalloc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libtcmalloc.a; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -1082,6 +1083,7 @@
 			isa = PBXGroup;
 			children = (
 				707415C70AA7E4100064A546 /* main.css */,
+				70A33CC00D878407008EF976 /* as_overview.html */,
 				704D57210AA53F8600207FC1 /* code_standards.html */,
 				707CE7500AA334120022D19C /* analyze.html */,
 				707CE7490AA333060022D19C /* actions.html */,

Added: development/documentation/as_overview.html
===================================================================
--- development/documentation/as_overview.html	                        (rev 0)
+++ development/documentation/as_overview.html	2008-03-12 03:08:08 UTC (rev 2454)
@@ -0,0 +1,32 @@
+<html>
+<head>
+  <title>Avida : The Avida Scripting Language</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
+</head>
+<body>
+
+<div class="revision">
+Revised 2008-03-11 DMB
+</div>
+
+<p><a href="index.html">Return to the Index</a></p>
+<hr />
+
+<div align="center">
+<h1>The Avida Scripting Language</h1>
+</div>
+
+<p>
+The Avida Scripting Language (AvidaScript) is (@TODO - rather will be...) a full featured, interpretted language for 
+constructing complete experiments and analyses.  The following is a brief overview of the language features.
+</p>
+
+
+<p>&nbsp;</p>
+<h2>Basic Types</h2>
+
+<hr />
+<p><a href="index.html">Return to the Index</a></p>
+
+</body>
+</html>

Modified: development/documentation/index.html
===================================================================
--- development/documentation/index.html	2008-03-12 02:49:50 UTC (rev 2453)
+++ development/documentation/index.html	2008-03-12 03:08:08 UTC (rev 2454)
@@ -24,6 +24,7 @@
 <a href="cpu_tour.html">A Guided Tour of an Ancestor and its Hardware</a>
 <br /><a href="structure.html">The Directory and File Structure</a>
 <br /><a href="svn.html">Using Subversion to Obtain Avida</a>
+<br />[@TODO]<a href="as_overview.html">The Avida Scripting Language</a>
 </p>
 
 




More information about the Avida-cvs mailing list