Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-02-12 19:41:42 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-02-12 19:41:42 +0300
commit501e6bb2e1a5eca1145c9f2289f2aab980a04661 (patch)
tree1d449c03e6c49f7fa87c383bcba3f29519f9dc37
parent05789828b6e1c8bde6b823ed2f6ca3aceecaf2e8 (diff)
Update README.md
-rw-r--r--README.md21
1 files changed, 15 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5474a4f..62d0956 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [![Logo](http://i.imgur.com/aOtrJNz.png)]()
+# [![Logo](http://i.imgur.com/aOtrJNz.png)](https://project.polr.me)
#####v2 Devel
:aerial_tramway: A modern, minimalist, and lightweight URL shortener.
@@ -8,15 +8,24 @@
[![GitHub release](https://img.shields.io/badge/stable-1.4.1-blue.svg)]()
[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://polr.readthedocs.org/en/2.0-dev/)
-
Welcome to Polr's 2.0 development branch.
-Please keep in mind 2.0 is pre-alpha, and should not be used in production. This version of Polr break existing 0.x and 1.x installations, but migrations will be provided.
+Please keep in mind 2.0 is currently unstable, and should not be used in production.
+
+Polr is an enterprise-class open-source link shortening web application designed to operate at many scales, built on the Software-as-a-Service paradigm. It allows you to host your own URL shortener, to brand your URLs, and to gain control over your data. Polr is especially easy to use, and provides a modern, themable feel.
+
+[Getting Started](http://docs.polr.me/en/2.0-dev/user-guide/installation/) - [API Documentation](http://docs.polr.me/en/2.0-dev/developer-guide/api/) - [Contributing](https://github.com/cydrobolt/polr/blob/2.0-dev/CONTRIBUTING.md) - [Bugs](https://github.com/cydrobolt/polr/issues) - [IRC](http://webchat.freenode.net/?channels=#polr)
+
+#### Quickstart
+
+Polr is written in PHP and Laravel, using MySQL as its primary database.
+
+To get started with Polr on your server, check out the [installation guide](http://docs.polr.me/en/2.0-dev/user-guide/installation/). You can clone this repository, or download a [release](https://github.com/cydrobolt/polr/releases).
-Once 2.0 is complete, it will supercede the current stable version of Polr, but the latest 1.x version will continue to be available as a legacy release for users who cannot make the switch to 2.0 due to their host or do not meet the new server requirements.
+To get started with the Polr API, check out the [API guide](http://docs.polr.me/en/2.0-dev/developer-guide/api/).
-Polr 2.0 moves away from `mysqli`, rather taking on `PDO` with `Eloquent`. Routing and autoloading will be done with `composer` and the Lumen web framework. Although unlikely, this change may cause those on shared hosting to be unable to install Polr.
+####Versioning
-#### [Installation Instructions](http://docs.polr.me/en/2.0-dev/user-guide/installation/)
+Polr uses [Semantic Versioning](http://semver.org/)
####License