1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/README.md

39 lines
2.0 KiB
Markdown
Raw Normal View History

2015-11-05 00:22:41 +01:00
# [![Logo](http://i.imgur.com/aOtrJNz.png)]()
2015-11-04 03:25:30 +01:00
#####v2 Devel
:aerial_tramway: A modern, minimalist, and lightweight URL shortener.
2015-11-07 02:27:11 +01:00
[![GitHub license](https://img.shields.io/badge/license-GPLv2%2B-blue.svg)]()
[![2.0 status](https://img.shields.io/badge/devel-2.0-red.svg)]()
2015-11-06 01:17:46 +01:00
[![GitHub release](https://img.shields.io/badge/stable-1.4.1-blue.svg)]()
2015-11-15 16:51:02 +01:00
[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://polr.readthedocs.org/en/2.0-dev/)
2015-11-04 03:25:30 +01:00
2015-11-07 02:27:11 +01:00
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.
2015-11-04 03:25:30 +01:00
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.
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.
2015-11-15 16:51:02 +01:00
#### [Installation Instructions](http://docs.polr.me/en/2.0-dev/user-guide/installation/)
2015-11-04 03:25:30 +01:00
####License
Copyright (C) 2013-2016 Chaoyi Zha
2015-11-04 03:25:30 +01:00
2015-11-07 02:27:11 +01:00
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
2015-11-04 03:25:30 +01:00
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
2015-11-07 02:27:11 +01:00
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.