Skip to content

Commit

Permalink
Add comments;Fix linebreaks in README
Browse files Browse the repository at this point in the history
  • Loading branch information
phanimahesh committed Oct 22, 2012
1 parent a253938 commit 654949c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
@@ -1,10 +1,14 @@
# unity-revamp

_What is this for?_
_What is this for?_
We are a bunch of people who call ourselves unity Patch Team, trying to fix minor annoyances with Unity. We'll also try to make Unity awesomer.

_Great, so what?_
_Great, so what?_
Nothing else. Look around. Try things, but dont blame us if things break. Raise an issue and we'll sort it out. Forks are welcome.

_You mean this is under development?_
Yes and no. This will be under active development at any point of time. Use the branch stable if you need something reliable.
_You mean this is under development?_
Yes and no. This is under active development.
But we promise to keep all code in the branch stable working.

_Legal?_
Feel free to copy the code and if possible, contribute. But dont claim whats not yours to be yours. We dont like that in the FOSS world.
8 changes: 8 additions & 0 deletions listall.py
@@ -1,4 +1,12 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Author:
# J Phani Mahesh <phanimahesh@gmail.com>
#
# Description:
# Lists current values of all settings that Unity cares about.

import unityreset

compizPlugins=unityreset.UnityReset.snapshotCompizPlugins()
Expand Down
9 changes: 9 additions & 0 deletions unityunittests.py
@@ -1,4 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Authors:
# J Phani Mahesh <phanimahesh@gmail.com>
# Barneedhar (jokerdino) <barneedhar@ubuntu.com>
# Amith KK <amithkumaran@gmail.com>
#
# Description:
# Unit tests for unity reset.

import unittest
import unityreset
Expand Down

0 comments on commit 654949c

Please sign in to comment.