Skip to content

Commit 492103e

Browse files
committed
More readme edits.
1 parent fbc2977 commit 492103e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
Access many URL shortening services from one library.
1010

11+
Language: Python
12+
Website: http://gitorious.org/shorty
13+
Repository: git://gitorious.org/shorty/python.git
14+
Requirements:
15+
Python 2.4+
16+
Simplejson (not required in python 2.6+)
17+
1118
Supported URL shortening services for shrinking long urls:
1219
sandbox (stored locally in memory for testing)
1320
tinyurl.com
@@ -29,23 +36,17 @@ location by requesting the tiny url.
2936

3037
See example.py for a demo of using this library.
3138

32-
Language: Python
33-
Website: http://gitorious.org/shorty
34-
Repository: git://gitorious.org/shorty/python.git
35-
Requirements:
36-
Python 2.4+
37-
Simplejson (not required in python 2.6+)
38-
3939
Build:
4040
Each URL service is implemented in its own module inside the services
4141
folder. To use this library you must compile all the various modules together.
42-
To compile you will use the compile.py script. Here is its usage:
42+
To compile you will use the compile.py script.
4343

4444
python compile.py <services>
4545

46-
<services> is a space seperated list of the services you want included.
46+
<services> is a space separated list of the services you want include.
4747
If you wish to use all supported services use the --all flag instead.
4848
After the script runs a file named 'shorty.py' will appear.
49+
This is the module you will be using inside your projects.
4950
A copy of the full shorty.py module will be kept in this repository.
5051

5152
Install:

0 commit comments

Comments
 (0)