diff options
author | Steven Knight <knight@baldmt.com> | 2006-05-03 00:31:53 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-05-03 00:31:53 (GMT) |
commit | c4456ad9951d13952ba65bf05812dd06a50e6e69 (patch) | |
tree | eb3eb650ebb63cbc56675c34bb8cd16c66134c4a | |
parent | 5d110890d21e17a7f90e59ef83a9aad52431801c (diff) | |
download | SCons-c4456ad9951d13952ba65bf05812dd06a50e6e69.zip SCons-c4456ad9951d13952ba65bf05812dd06a50e6e69.tar.gz SCons-c4456ad9951d13952ba65bf05812dd06a50e6e69.tar.bz2 |
Minor formatting changes on the roadmap page.
Try customizing the left-hand nav bar.
-rw-r--r-- | www/NavColumn-ProjectToolsList.html | 10 | ||||
-rw-r--r-- | www/roadmap.html | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/www/NavColumn-ProjectToolsList.html b/www/NavColumn-ProjectToolsList.html new file mode 100644 index 0000000..fe42b80 --- /dev/null +++ b/www/NavColumn-ProjectToolsList.html @@ -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 & 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> diff --git a/www/roadmap.html b/www/roadmap.html index f7d0799..ee9b1a3 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -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> |