From c57278172003f9d4aa1171197dd1242e836d43b7 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Thu, 26 Mar 2009 22:41:18 +0530 Subject: unwanted files --- silpa/www/templates/__init__.py | 3 - silpa/www/templates/default/silpa.html | 119 ------------------------------- silpa/www/templates/template.py | 124 --------------------------------- 3 files changed, 246 deletions(-) delete mode 100644 silpa/www/templates/__init__.py delete mode 100644 silpa/www/templates/default/silpa.html delete mode 100644 silpa/www/templates/template.py (limited to 'silpa/www/templates') diff --git a/silpa/www/templates/__init__.py b/silpa/www/templates/__init__.py deleted file mode 100644 index 8a966c5..0000000 --- a/silpa/www/templates/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -#! /usr/bin/env python -# -*- coding: utf-8 -*- -from base import * diff --git a/silpa/www/templates/default/silpa.html b/silpa/www/templates/default/silpa.html deleted file mode 100644 index 43a5b77..0000000 --- a/silpa/www/templates/default/silpa.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - -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_ERROR$$ - $$SILPA_SUCCESS$$ - $$SILPA_CONTENT$$ - - - - - - - - -
- -
- - diff --git a/silpa/www/templates/template.py b/silpa/www/templates/template.py deleted file mode 100644 index 00d6586..0000000 --- a/silpa/www/templates/template.py +++ /dev/null @@ -1,124 +0,0 @@ -#! /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() -- cgit