Kontakt - Datenschutz

Subversion

Version 0.1 unstable ()

Simple links.


Features
--------------
  - Tested on GNU/Linux with PHP 5.5.7


Requires
--------------
  - PHP 5.5+      <http://www.php.net/>
  - PostgreSQL


Download
--------------
  Subversion
      svn checkout https://svn.sven-drieling.de/repos/trunk/yd/links/ yd-links

  Git
      git clone http://github.com/sdrieling/yd-links.git yd-links



Config
--------------
  - CREATE TABLE links (
            id          SERIAL4 PRIMARY KEY,
            created     timestamp without time zone NOT NULL,
            title       TEXT,
            uri         TEXT UNIQUE,
            description TEXT
    );
  - cp links_config_template.php links_config.php
  - Edit database and application login


Start
--------------
    http://www.example.com/path/to/yd-links/


License
--------------
  MIT License <http://www.opensource.org/licenses/mit-license.php>


Contact
--------------
  E-Mail      : <mailto:sd@sven-drieling.de>
  WWW         : <http://www.sven-drieling.de/>