#! /usr/bin/env python # -*- coding: utf-8 -*- def getBaseHTML(): content = """\ Silpa- The Indian Language Computing project

Welcome to Silpa!

Silpa stands for Swathanthra Indian Language Processing Applications. Silpa is a single place in the web where you can use the exising free(dom) software langauge processing applications easily. Silpa is in development and if you are intersted in contributing just drop a mail to Santhosh

$$SILPA_CONTENT$$
""" return content if __name__ == '__main__': print getBaseHTML()