Blame Scripts/Functions/Tuneup/tuneup_doXhtml.sh

9f1608
#!/bin/bash
9f1608
#
66b51c
# tuneup_doXhtml.sh -- This function performs maintainance tasks for
66b51c
# XHTML files.
9f1608
#
7ac5a5
# Copyright (C) 2009-2011 The CentOS Project
fa95b1
#
fa95b1
# This program is free software; you can redistribute it and/or modify
fa95b1
# it under the terms of the GNU General Public License as published by
dcd347
# the Free Software Foundation; either version 2 of the License, or (at
dcd347
# your option) any later version.
fa95b1
#
74a058
# This program is distributed in the hope that it will be useful, but
74a058
# WITHOUT ANY WARRANTY; without even the implied warranty of
9f1608
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
9f1608
# General Public License for more details.
9f1608
#
9f1608
# You should have received a copy of the GNU General Public License
9f1608
# along with this program; if not, write to the Free Software
dcd347
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
7ac5a5
#
9f1608
# ----------------------------------------------------------------------
9f1608
# $Id$
9f1608
# ----------------------------------------------------------------------
8aa7eb
66b51c
function tuneup_doXhtml {
66b51c
66b51c
    # Transforms html headings to make them accessible (e.g., through
66b51c
    # a table of contents).
66b51c
    tuneup_doXhtmlHeadings
9f1608
9f1608
}