Skip to content

Commit

Permalink
Committing all the relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Balamohan committed Jan 10, 2013
1 parent dbc7d41 commit f78edf1
Show file tree
Hide file tree
Showing 44 changed files with 114 additions and 7,693 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
*.log
*.pot
# Compiled python modules.
*.pyc
local_settings.py

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
7 changes: 7 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
encoding//amuthaa/TamilLetter.py=utf-8
encoding//amuthaa/TamilNoun.py=utf-8
encoding//amuthaa/TamilVerb.py=utf-8
encoding//amuthaa/TamilWord.py=utf-8
encoding//amuthaa/test/test_TamilLetter.py=utf-8
encoding//amuthaa/test/test_TamilWord.py=utf-8
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v<0.1>, <2012-01-09> -- Initial release.
v<0.1.0>, <2012-01-09> -- Initial release.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.txt
include *.rst
recursive-include docs *.txt
4 changes: 0 additions & 4 deletions README.md

This file was deleted.

52 changes: 52 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
=======
amuthaa
=======

amuthaa provides a number of tools to handle the processing of Tamil letters and words.

Typical usage often looks like this::


===========
Towel Stuff
===========

Towel Stuff provides such and such and so and so. You might find
it most useful for tasks involving <x> and also <y>. Typical usage
often looks like this::

#!/usr/bin/env python

from towelstuff import location
from towelstuff import utils

if utils.has_towel():
print "Your towel is located:", location.where_is_my_towel()

(Note the double-colon and 4-space indent formatting above.)

Paragraphs are separated by blank lines. *Italics*, **bold**,
and ``monospace`` look like this.


A Section
=========

Lists look like this:

* First

* Second. Can be multiple lines
but must be indented properly.

A Sub-Section
-------------

Numbered lists look like you'd expect:

1. hi there

2. must be going

Urls are http://like.this and links can be
written `like this <http://www.example.com/foo/bar>`_.
Empty file removed __init__.py
Empty file.
11 changes: 0 additions & 11 deletions admin.py

This file was deleted.

1 change: 0 additions & 1 deletion amuthaa/CHANGES.txt

This file was deleted.

179 changes: 0 additions & 179 deletions amuthaa/Chol.py

This file was deleted.

10 changes: 0 additions & 10 deletions amuthaa/EzhuthUrai.py

This file was deleted.

Loading

0 comments on commit f78edf1

Please sign in to comment.