Go to file
David Todd 26faf57b8b
Move from beta to version 1.0.1, comment out future API code
The chrome extension won't work with the API key code (as I haven't added that to the API yet).
Also included is the current copy of the chrome extension that's on the webstore
2014-10-20 20:42:17 -05:00
Database Add some documentation to the migrator. 2014-08-15 18:51:45 -04:00
Server Configuration Add Nginx config for lob.li 2014-08-15 19:58:13 -04:00
Website Add the Chrome WebStore badge that's on the main page 2014-10-20 20:39:04 -05:00
lob.li crx Move from beta to version 1.0.1, comment out future API code 2014-10-20 20:42:17 -05:00
.gitignore Moved from windows to linux - Git is acting weird 2014-07-04 17:28:17 -04:00
README.MD Moved from windows to linux - Git is acting weird 2014-07-04 17:28:17 -04:00
Site-Layout.xcf Build the site layout and begin UI development 2014-05-09 14:28:18 -05:00
lob.li.zip Move from beta to version 1.0.1, comment out future API code 2014-10-20 20:42:17 -05:00

README.MD

lob.li - Objective Link Shortener

- This is a link shortener, more structured and refined from the UnPS shortener (found https://github.com/UPSolutions/unps.us-Shortener)
- With more focus towards stability and ease of use. 

Core code will be based off of Short version 4-2.9 and versions will be determined as follows:

- First period: Major release version
- Second Period: Minor release version
- Third Period: Current Stable version
- Fourth Period: Current Testing version
- Fifth Period: Current Dev version
- Sixth Period: Current commit version (incremented every commit by 1)

- So if the version is 1.5.3.6.2.20, it should be read as:
    - Version 1.5 Third Stable release - live at http://lob.li
    - Version 1.5.3 Sixth Testing (Beta) release - live at http://dev.lob.li
    - Version 1.5.3.6 Second Developing (Unstable or broken) release - Not live
    - Number of commits since last developing version

This project will consist of three branches: - unstable (dev) - beta - stable (master)

Please only run the stable or beta in live environments, unstable might have bugs or might not even work at all