[Indic-computing-cvs-logs] cvs commit: doc/en_US.ISO8859-1/website Makefile Makefile.inc TODO inclu
Status: Alpha
Brought to you by:
jkoshy
From: J. K. <jk...@us...> - 2002-07-03 04:41:46
|
jkoshy 2002/07/02 21:41:45 PDT Modified files: en_US.ISO8859-1/website Makefile Added files: en_US.ISO8859-1/website TODO indic-computing-website.wmk process-jade-output en_US.ISO8859-1/website/content contact.et contributing.et download.et frontpage.txt news.txt projects.et roadmap.html status.html en_US.ISO8859-1/website/images logo.png Removed files: en_US.ISO8859-1/website Makefile.inc includes.sgml index.sgml links.sgml mainpage.sgml news.sgml template en_US.ISO8859-1/website/projects Makefile index.sgml projects.sgml en_US.ISO8859-1/website/projects/bootable-os Makefile en_US.ISO8859-1/website/projects/ciee Makefile en_US.ISO8859-1/website/projects/mahiti Makefile en_US.ISO8859-1/website/projects/translator-tool Makefile en_US.ISO8859-1/website/roadmap Makefile index.sgml roadmap.sgml en_US.ISO8859-1/website/status-reports Makefile index.sgml status-reports.sgml Log: New infrastructure for the website. The website now integrates the Handbook and FAQ, and provides better navigation. In particular: - all the pages offer consistent navigation. - Yahoo! style 'breadcrumbs' indicate where the reader is in the site. - An automatically generated sitemap allows the user to locate information quickly. Website management is being done using J. Mason's HTML::WebMake perl module [http://webmake.taint.org/]. Revision Changes Path 1.3 +63 -32 doc/en_US.ISO8859-1/website/Makefile 1.2 +0 -5 doc/en_US.ISO8859-1/website/Makefile.inc (dead) 1.1 +35 -0 doc/en_US.ISO8859-1/website/TODO (new) 1.1 +20 -0 doc/en_US.ISO8859-1/website/content/contact.et (new) 1.1 +54 -0 doc/en_US.ISO8859-1/website/content/contributing.et (new) 1.1 +26 -0 doc/en_US.ISO8859-1/website/content/download.et (new) 1.1 +60 -0 doc/en_US.ISO8859-1/website/content/frontpage.txt (new) 1.1 +21 -0 doc/en_US.ISO8859-1/website/content/news.txt (new) 1.1 +50 -0 doc/en_US.ISO8859-1/website/content/projects.et (new) 1.1 +262 -0 doc/en_US.ISO8859-1/website/content/roadmap.html (new) 1.1 +132 -0 doc/en_US.ISO8859-1/website/content/status.html (new) 1.1 +7 -0 doc/en_US.ISO8859-1/website/images/logo.png (new) 1.2 +0 -76 doc/en_US.ISO8859-1/website/includes.sgml (dead) 1.2 +0 -38 doc/en_US.ISO8859-1/website/index.sgml (dead) 1.1 +255 -0 doc/en_US.ISO8859-1/website/indic-computing-website.wmk (new) 1.3 +0 -57 doc/en_US.ISO8859-1/website/links.sgml (dead) 1.2 +0 -39 doc/en_US.ISO8859-1/website/mainpage.sgml (dead) 1.2 +0 -24 doc/en_US.ISO8859-1/website/news.sgml (dead) 1.1 +380 -0 doc/en_US.ISO8859-1/website/process-jade-output (new) 1.2 +0 -29 doc/en_US.ISO8859-1/website/projects/Makefile (dead) 1.2 +0 -7 doc/en_US.ISO8859-1/website/projects/bootable-os/Makefile (dead) 1.2 +0 -7 doc/en_US.ISO8859-1/website/projects/ciee/Makefile (dead) 1.2 +0 -35 doc/en_US.ISO8859-1/website/projects/index.sgml (dead) 1.2 +0 -7 doc/en_US.ISO8859-1/website/projects/mahiti/Makefile (dead) 1.2 +0 -102 doc/en_US.ISO8859-1/website/projects/projects.sgml (dead) 1.2 +0 -7 doc/en_US.ISO8859-1/website/projects/translator-tool/Makefile (dead) 1.2 +0 -24 doc/en_US.ISO8859-1/website/roadmap/Makefile (dead) 1.2 +0 -42 doc/en_US.ISO8859-1/website/roadmap/index.sgml (dead) 1.2 +0 -255 doc/en_US.ISO8859-1/website/roadmap/roadmap.sgml (dead) 1.2 +0 -22 doc/en_US.ISO8859-1/website/status-reports/Makefile (dead) 1.2 +0 -42 doc/en_US.ISO8859-1/website/status-reports/index.sgml (dead) 1.2 +0 -129 doc/en_US.ISO8859-1/website/status-reports/status-reports.sgml (dead) 1.2 +0 -42 doc/en_US.ISO8859-1/website/template (dead) |