Minor formatting changes on the roadmap page.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 3 May 2006 00:31:53 +0000 (00:31 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 3 May 2006 00:31:53 +0000 (00:31 +0000)
Try customizing the left-hand nav bar.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1454 fdb21ef1-2011-0410-befe-b5e4ea1792b1

www/NavColumn-ProjectToolsList.html [new file with mode: 0644]
www/roadmap.html

diff --git a/www/NavColumn-ProjectToolsList.html b/www/NavColumn-ProjectToolsList.html
new file mode 100644 (file)
index 0000000..fe42b80
--- /dev/null
@@ -0,0 +1,10 @@
+<li><a href="http://www.scons.org/">SCons Home Page</a></li>
+<li><a href="http://scons.tigris.org/servlets/ProjectHome">Project home</a></li>
+<li><a href="http://scons.tigris.org/servlets/ProjectMemberList">Membership</a></li>
+<li><a href="http://scons.tigris.org/servlets/Announcements">Announcements</a></li>
+<li><a href="http://scons.tigris.org/servlets/ProjectForumView">Discussion forums</a></li>
+<li><a href="http://scons.tigris.org/servlets/ProjectMailingListList">Mailing lists</a></li>
+<li><a href="http://scons.tigris.org/servlets/ProjectDocumentList">Documents &amp; files</a></li>
+<li><a href="http://scons.tigris.org/source/browse/scons/">Subversion</a></li>
+<li><a href="http://scons.tigris.org/servlets/ProjectIssues">Issue Tracker</a></li>
+<li><a href="roadmap.html">Road map</a></li>
index f7d079971c9825c2c3843914fe27a3b951d7f2ef..ee9b1a3c84ae40e1305525f1878bb386a7b48662 100644 (file)
@@ -58,8 +58,8 @@ to accomplish the following:
   Interoperability between MD5 signatures and timestamps.
   </li>
   <li>
-  Ability to partition the dependency graph into separate SConstruct
-  (not SConscript) files.
+  Ability to partition the dependency graph into separate <tt>SConstruct</tt>
+  (not just <tt>SConscript</tt>) files.
   </li>
   <li>
   Hooks for supporting tool-generated dependency information
@@ -93,7 +93,7 @@ for a fully-feature 1.0 release:
   <ul>
   <li>
   C/C++ dependency scanning that acts like a real C preprocessor
-  (computed file names, #ifdef analysis)
+  (computed file names, <tt>#ifdef</tt> analysis)
   </li>
   </ul>
 </td>