1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-22 19:52:40 +00:00
Go to file
alopexc0de a4ad01fa86 Add more messages to $messages array and placeholder data
Testing the return messages. All info needs to be defined in one way
	or another before the array. Will hold blank strings to be replaced
	on actual return
2014-06-26 19:35:21 -04:00
Website Add more messages to $messages array and placeholder data 2014-06-26 19:35:21 -04:00
.gitignore Ignore more stuff 2014-06-26 19:29:37 -04:00
README.MD Ammend README.md 2014-04-30 09:52:48 -05:00
Site-Layout.xcf Build the site layout and begin UI development 2014-05-09 14:28:18 -05:00

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