Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhogan committed Feb 28, 2010
2 parents 1a3ff98 + 38ce22a commit 9962834
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Lessn More 2.0.2
Homepage: <http://lessnmore.net> Homepage: <http://lessnmore.net>
Source/Fork: <http://github.com/alanhogan/lessmore> Source/Fork: <http://github.com/alanhogan/lessmore>


Lessn More is a personal URL shortener. Lessn More is a free, open-source personal URL shortener.


### Features ### Features


* The ability to use custom short URLs (slugs), unlike Lessn * The ability to use custom short URLs (slugs), unlike Lessn
* A bookmarklet that even supports custom short URLs * A bookmarklet that even supports custom short URLs
* An API that supports the same commands as the web interface * An [API][] that supports the same commands as the web interface
* Different auto-shorten modes (optional mixed case), * Different auto-shorten modes (optional mixed case),
* The ability to avoid lookalike characters, and * The ability to avoid lookalike characters, and
* An optional "banned word list" to prevent auto-generating offensive URLs. * An optional "banned word list" to prevent auto-generating offensive URLs.
Expand Down Expand Up @@ -50,6 +50,7 @@ Lessn More is a personal URL shortener.
[bestp]: http://alanhogan.com/tips/rel-shortlink-for-short-urls "Everything you need to know about rel-shortlink and short URLs" [bestp]: http://alanhogan.com/tips/rel-shortlink-for-short-urls "Everything you need to know about rel-shortlink and short URLs"


[issues]: http://github.com/alanhogan/lessnmore/issues "Bugs & Issues on GitHub" [issues]: http://github.com/alanhogan/lessnmore/issues "Bugs & Issues on GitHub"
[API]: http://lessnmore.net/api "Lessn More API documentation"


Requirements Requirements
------------- -------------
Expand All @@ -71,7 +72,7 @@ written by [Shaun Inman](http://shauninman.com/). It required PHP, MySQL, and mo
### v1.1 ### v1.1


Buttered URLs is a Lessn [fork](http://github.com/jfro/butteredurls) by [Jeremy Knope](http://buttered-cat.com/). Buttered URLs is a Lessn [fork](http://github.com/jfro/butteredurls) by [Jeremy Knope](http://buttered-cat.com/).
Buttered URLs added logging, custom URLs, migration mechanism, and support for more database types. Buttered URLs added logging, custom URLs, a migration mechanism, and support for more database types.


### v2.0 ### v2.0


Expand Down Expand Up @@ -133,7 +134,7 @@ If you are upgrading from a previous version of Lessn or ButteredURLs:
There will be new options you will want to make There will be new options you will want to make
decisions about. decisions about.
1. Upload all lessn/BU files, excluding config.php, or making sure to use the new one. 1. Upload all lessn/BU files, excluding config.php, or making sure to use the new one.
1. Go to http://doma.in/x/install.php?start=N where 1. Go to http://doma.in/install.php?start=N where
N is 2 if upgrading from Lessen 1.0, or N is 2 if upgrading from Lessen 1.0, or
N is 4 if upgrading from ButteredURLs 1.1. N is 4 if upgrading from ButteredURLs 1.1.
1. Test some old known working redirections 1. Test some old known working redirections
Expand All @@ -142,6 +143,13 @@ If you are upgrading from a previous version of Lessn or ButteredURLs:


**Congratulations.** You are running the latest version of Lessn More. **Congratulations.** You are running the latest version of Lessn More.



API
---

You can find [API documentation here][API].
It's super simple.

Issues Issues
------- -------


Expand Down

0 comments on commit 9962834

Please sign in to comment.