1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
Go to file
2016-02-13 22:53:46 -05:00
app Add link toggling, ensure proper Ajax response 2016-02-13 15:59:51 -05:00
bootstrap Implement core components of registration 2015-11-06 21:44:50 -05:00
database Abstract URL shortening, create API endpoints & logic 2016-01-29 14:58:49 -05:00
docs Add API implementation 2016-02-12 10:38:58 -05:00
public Add link toggling, ensure proper Ajax response 2016-02-13 15:59:51 -05:00
resources Add link toggling, ensure proper Ajax response 2016-02-13 15:59:51 -05:00
storage 2.0 init commit 2015-11-02 23:13:32 -05:00
tests Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
util Abstract URL shortening, create API endpoints & logic 2016-01-29 14:58:49 -05:00
vendor Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
.env Denote alpha ver 2016-01-18 19:04:19 -05:00
.gitignore Abstract URL shortening, create API endpoints & logic 2016-01-29 14:58:49 -05:00
.jshintrc delegate button actions to parent & add API active toggle logic 2015-12-12 12:47:20 -05:00
.travis.yml Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
artisan 2.0 init commit 2015-11-02 23:13:32 -05:00
composer.json Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
composer.lock Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-02-12 11:24:12 -05:00
LICENSE Correct bugs for LinkController 2015-11-06 20:25:48 -05:00
mkdocs.yml Add doc structure + add API docs 2015-11-14 12:58:18 -05:00
phpunit.xml 2.0 init commit 2015-11-02 23:13:32 -05:00
README.md Update README.md 2016-02-12 11:42:02 -05:00
server.php 2.0 init commit 2015-11-02 23:13:32 -05:00
version.sh Add API implementation 2016-02-12 10:38:58 -05:00

Logo

#####v2 Devel

🚡 A modern, minimalist, and lightweight URL shortener.

GitHub license 2.0 status GitHub release Docs

Welcome to Polr's 2.0 development branch. 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 - API Documentation - Contributing - Bugs - IRC

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. You can clone this repository, or download a release.
  • To get started with the Polr API, check out the API guide.

####Versioning

Polr uses Semantic Versioning

####License

Copyright (C) 2013-2016 Chaoyi Zha

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.

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
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.