# -*- coding: iso8859-1 -*- # # Copyright (C) 2006 CSIRO Australia # All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. # # This software consists of voluntary contributions made by many # individuals. For exact contribution history, see the revision # history and logs. # # Author: Conrad Parker import os class Blurb (object): def __init__(self, o, title=None): self.o = o def __str__(self): action = os.getenv('SCRIPT_NAME') + '/' return '''

This is the Annodex Media Validation Service, a free service that checks Web-accessible Ogg, CMML and Annodex media resources for conformance to Annodex and Xiph.Org specifications.

%s
» Home » About
''' % (self.o.__str__(), action, action) # return ''' #
#[Home] #[About] #
#

Annodex Media Validation Service

#

#This is the Annodex Media Validation Service, a free service that checks #Web-accessible Ogg, CMML and Annodex media resources for conformance to #Annodex specifications and other standards. #

#%s #
# Valid XHTML 1.0! # The Annodex Validator Team
#
#''' % (action, action, self.o.__str__())