PCR Postit your post-it online
Description
[^]PCR postit is a online reminder/post-it tool intended to be installed at your preferred hoster, which allows you to record important (or futile) information accessible since any computer connected to Internet.
Halfway between Webnote for the system of reminder, Netvibes in multi-contents management (RSS, Text, Video Youtube, dailymotion, myspace, and labels flickr), PCR postit can also be used out of CMS/Blog engine thanks to its category's hierarchisation.
PCR postit is simple and without ornament (except the AJAX), it has multiple methods enabling you to find quickly your post-it (Categories, alphabetical Indexation, Date, search engine).
PCR postit is written in PHP5, does not require database (post-it are stored in XML files) and respects the W3C's standards . It is based on a double caching system (file and shared memory) which allows to serve huge amount of visitors. Finally its engine is designed to support any type of contents and plugin can be develop on demand.
Videos and screenshots
[^]http://petitchevalroux.net/browser/index.php/PCR-Postit/screenshot/
Downloads
[^]http://petitchevalroux.net/browser/index.php/PCR-Postit/release/
Install
[^]- Extract downloaded file content
- Check in the file config.inc.php the project path (PROJECT_PATH), modify language (en for English, fr for French), title (PROJECT_TITLE), description (PROJECT_DESCRIPTION), and the URL pointing towards your post-it (PROJECT_URL)
- To modify the login and the password in the file class/PCR_Connexion/PCR_Connexion.inc.php
- Uploader on your preferred webserver
- Enjoy; -)
*Notes
If postit adding does not work, check directory permissions on 'cache', and 'content' directory
If your page is blank it is probably because your Web hosting service does not support shared memory cache. In order disable this cache assign the value -1 to the constant PCR_OBJECT_CACHE_SHMOP_DURATION in file class/PCR_Object/PCR_Object.inc.php
Versions
[^]2006-02-19: version 0.8
- Publication of RSS
- Pinging via XML-RPC
- Management of request HTTP 304
- Protection of search field
- Postit Resizing in JS
- Content in html table
- Optimization classes autoload
2006-11-22: version 0.7
- Flickr Thunmbnail postit
- Embed video Postit for youtube, dailymotion, and myspace video
2006-11-08: version 0.6
- Addition of the calendar
- Modification for free hoster
2006-10-27: version 0.5
- Fix of a sort bug
- Bad cache adjustment in version 0.4
2006-10-25: version 0.4
- Display engine rewriting in order to deal with double caching system
- Rewriting in order to allow multiple postit type (Rss and Text for the moment)
- Passage in PHP5
2006-06-17: version 0.3
- Bug fix on some apache server tempnam creates postit file in a default directory
- Bug fix Automatic generation of xml entities (Thank's to Edis for his bug report)
- Récriture of the engine with a mask file and a hiding place memory for the post-it
- In previous version postit update date overwrote creation date
2006-05-20: version 0.2
- Fix bug while editing postit
2006-05-20: version 0.1
- Maximize/Minimize (AJAX/GET)
- Index by category (AJAX/GET)
- Index by history (AJAX/GET)
- Index by letter (AJAX/GET)
- Addition (POST)
- Edition (POST)
- Delete (GET)
- Connection (POST)
- Disconnection (GET)
Author
Patrick Poulain alias petitchevalroux
Website: http://www.petitchevalroux.net
Email: petitchevalroux|at|free|dot|fr


