Pomax / EasyPageComments

A simple instant-comments-section for pages based on PHP at the server, and _optionally_ JavaScript at the front end
17 stars 11 forks source link

THIS PROJECT IS NO LONGER MAINTAINED

I wrote this in 2011, for a version of PHP that no longer exists. If you're considering using this package for your PHP user management, please, please look for a newer, better thing first.


EasyPageComments

(c) 2011 Mike "Pomax" Kamermans

Unmaintained

This code was written in 2011 and has not been looked at in years. If you would like to see any work done, the only realistic path towards getting changes landed will be to write the fixes/modifications yourself, and filing a PR, as I will not be writing any code against this package myself.

Synopsis

This projects aims to make the concept of quickly adding a comments section to pages trivial, by offering a PHP script (EasyPageCommentsphp) that takes care of the message administration (using PDO-SQLite for storage) as well as the content generation. An explanation can be found on:

http://pomax.nihongoresources.com/pages/EasyPageComments

Features

License

public domain, except in jurisditions where public domain is not recognized. In those jurisdictions, the code license is to be considered MIT.

Disclaimer

Use this code at your own risk. If it does not do what you expected it to do, the person responsible for that is you, for not analysing the code to make sure it would do what you would have expected it to do. I take no responsibility for how you use this code, or what expectations you have of it.