From 4ea554b6f7fcc1d5d0d70864be22b8fcaf24be69 Mon Sep 17 00:00:00 2001
From: dipohl <dipohl@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sat, 10 Oct 2009 10:26:13 +0000
Subject: [PATCH] doc_main.txt: Set alphabetical order within list and deleted
 linebreaks, that are not needed as I noticed. header.html: change to UTF-8
 charset, search hits were not shown correct before.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2954 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 www/doxygen/doc_main.txt                   | 14 +++++++-------
 www/sphider/templates/standard/header.html |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/www/doxygen/doc_main.txt b/www/doxygen/doc_main.txt
index ecbc00e20..28d198692 100644
--- a/www/doxygen/doc_main.txt
+++ b/www/doxygen/doc_main.txt
@@ -55,17 +55,17 @@
   The following ports currently exist:
 
   Already adapted to <b>new c++ Interface</b>
+  - os_freebsd.cpp
   - os_linux.cpp
   - os_win32.cpp
-  - os_freebsd.cpp<br>
 
   Still working with old interface
-  - os_darwin.cpp<br> 
-  - os_netbsd.cpp<br>
-  - os_openbsd.cpp<br>
-  - os_os2.cpp<br>
-  - os_qnxnto.cpp<br>  
-  - os_solaris.cpp<br>
+  - os_darwin.cpp 
+  - os_netbsd.cpp
+  - os_openbsd.cpp
+  - os_os2.cpp
+  - os_qnxnto.cpp 
+  - os_solaris.cpp
 
   <hr>
   To port smartmontools to the OS of your choice, please:
diff --git a/www/sphider/templates/standard/header.html b/www/sphider/templates/standard/header.html
index b2818c145..0c365a033 100644
--- a/www/sphider/templates/standard/header.html
+++ b/www/sphider/templates/standard/header.html
@@ -3,10 +3,10 @@
 <head>
  <title>smartmontools Home Page (last updated $Date$)</title>
  <link rev="made" href="mailto:smartmontools-support&#64;sourceforge.net" />
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" />
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
  <meta name="description" content="smartmontools Home Page" />
  <meta name="keywords" content="S.M.A.R.T., SMART, FreeBSD, Linux, NetBSD, Solaris, Windows, disk, monitor, monitoring" />
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="content-style-type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="../css/style.css" />
 <!--  <link type="text/css" rel="stylesheet" href="templates/standard/search.css"> -->
-- 
GitLab