Index: en_US.ISO8859-1/htdocs/projects/Makefile =================================================================== --- en_US.ISO8859-1/htdocs/projects/Makefile +++ en_US.ISO8859-1/htdocs/projects/Makefile @@ -20,6 +20,4 @@ INDEXLINK= projects.html -SUBDIR= mips - .include "${DOC_PREFIX}/share/mk/web.site.mk" Index: en_US.ISO8859-1/htdocs/projects/mips/Makefile =================================================================== --- en_US.ISO8859-1/htdocs/projects/mips/Makefile +++ en_US.ISO8859-1/htdocs/projects/mips/Makefile @@ -1,17 +0,0 @@ -# Summary for C99 project status -# -# $FreeBSD$ - -MAINTAINER= jmallett - -.if exists(../Makefile.conf) -.include "../Makefile.conf" -.endif -.if exists(../Makefile.inc) -.include "../Makefile.inc" -.endif - -DOCS= index.xml -DATA= style.css - -.include "${DOC_PREFIX}/share/mk/web.site.mk" Index: en_US.ISO8859-1/htdocs/projects/mips/index.xml =================================================================== --- en_US.ISO8859-1/htdocs/projects/mips/index.xml +++ en_US.ISO8859-1/htdocs/projects/mips/index.xml @@ -1,75 +0,0 @@ - - - - - - - - - - - -"> -"> -"> -"> -"> - - -freebsd-mips-subscribe@FreeBSD.org"> -freebsd-mips@FreeBSD.org"> -]> - - - - &title; - - $FreeBSD$ - - - - -

Project Goal

- -

The FreeBSD/MIPS Project is responsible for the - maintenance and development of FreeBSD on platforms using MIPS - processors. The port currently runs multi-user on a number of - platforms and a wide variety of 32-bit and 64-bit MISP ISA - processors.

- -

Supported MIPS Platforms

- -

FreeBSD supports a broad range of MIPS-based devices, including MIPS - Malta, Ubiquiti Networks Router-Station and Router-Station Pro, Cavium - Octeon, NetLogicMicro/RMI XLS and XLR (XLP in progress), as well as - emulated MIPS environments such as gxemul. On supporting hardware - platforms, FreeBSD supports both multi-core and hardware - multi-threading features. In many cases, additional accelerator - functions, such as cryptographic and network offload engines, are also - supported.

- -

How to Contribute

- -

If you have code that you are interested in committing, - you can send it for review to the freebsd-mips - mailing list.

- -

Resources and Links

- - - - - Index: en_US.ISO8859-1/htdocs/projects/mips/style.css =================================================================== --- en_US.ISO8859-1/htdocs/projects/mips/style.css +++ en_US.ISO8859-1/htdocs/projects/mips/style.css @@ -1,38 +0,0 @@ -BODY { -} - -BODY TD { - font-size: 13px; -} - -BODY SMALL { - width: 615px; - font-size: 11px; -} - -.heading { - font-size: 15px; - background-color: #cbd2ec; -} - -.section { - font-size: 15px; - font-weight: bold; - background-color: #e7e9f7; -} - -.notes { - font-size: 13px; - font-weight: normal; -} - -.main { - width: 615px; - height: auto; - text-align: justify; -} - -.list { - width: 550px; - height: auto; -}