Changeset 1363
- Timestamp:
- 04/03/08 12:17:06 (6 months ago)
- Files:
-
- web/Makefile (modified) (1 diff)
- web/downloads.php (added)
- web/images (added)
- web/images/Cherokee-icono.png (added)
- web/images/Exquisite-khelpcenter.png (added)
- web/images/Server-conf-small.png (added)
- web/images/Yahoo-captura-mini-small.png (added)
- web/images/Yahoo-captura-mini.png (added)
- web/images/benchmark1.png (added)
- web/images/benchmark2.png (added)
- web/images/cadena-ser.png (added)
- web/images/canal-sur2.png (added)
- web/images/cherokee-community.png (added)
- web/images/cherokee-mini-button1.png (added)
- web/images/cherokee-mini-button2.png (added)
- web/images/cherokee.svg (added)
- web/images/cherokee2-benchmark.png (added)
- web/images/cherokee2-mini.png (added)
- web/images/cherokee2.png (added)
- web/images/cherokeewish126x70.gif (added)
- web/images/consol-2007.jpg (added)
- web/images/dyndns.gif (added)
- web/images/eon45.jpg (added)
- web/images/eurociber.jpg (added)
- web/images/euskadi-digital.png (added)
- web/images/icon-archlinux.png (added)
- web/images/icon-cygwin.png (added)
- web/images/icon-debian.png (added)
- web/images/icon-fedora.png (added)
- web/images/icon-freebsd.png (added)
- web/images/icon-gentoo.png (added)
- web/images/icon-netbsd.png (added)
- web/images/icon-opensuse.png (added)
- web/images/icon-rpm.png (added)
- web/images/icon-solaris.png (added)
- web/images/icon-sorcerer.png (added)
- web/images/icon-tarball.png (added)
- web/images/icon-windows.png (added)
- web/images/jaws-logo.png (added)
- web/images/loading.gif (added)
- web/images/money-stacked-small.png (added)
- web/images/osi-certified-120x100.gif (added)
- web/images/powered_by_cherokee-2.gif (added)
- web/images/powered_by_cherokee.gif (added)
- web/images/rss2.png (added)
- web/images/tiscali-interview-icon.png (added)
- web/images/tiscali.logotecno.gif (added)
- web/images/tiscali.photo.jpg (added)
- web/images/unknown.png (added)
- web/images/wiki_logo.png (added)
- web/images/yahoo_noticias.gif (added)
- web/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
web/Makefile
r1361 r1363 2 2 3 3 HTMLS = \ 4 index.html 4 index.html \ 5 downloads.html 5 6 6 7 .php.html: web/index.php
r1362 r1363 1 <!-- HEADER -->2 1 <?php include 'HEADER.php'; ?> 3 2 <!-- HEADER ends --> 4 3 5 4 <div class="indian-say"> … … 48 47 </div> 49 48 50 <!-- FOOTER -->49 <!-- FOOTER begins --> 51 50 <?php include 'FOOTER.php'; ?>