Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkpatchaa/my-feedback
Automatically exported from code.google.com/p/my-feedback
https://github.com/mrkpatchaa/my-feedback
Last synced: 15 days ago
JSON representation
Automatically exported from code.google.com/p/my-feedback
- Host: GitHub
- URL: https://github.com/mrkpatchaa/my-feedback
- Owner: mrkpatchaa
- Created: 2016-01-09T19:23:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T19:25:50.000Z (about 9 years ago)
- Last Synced: 2024-11-12T10:32:51.248Z (3 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Support Request Tool
===================Version 1.0
---------------------------Copyright (C) 2010-2012 Dmitry Sheiko
Introduction
Have you ever noticed Google+ has an amazing feature called Google Feedback. You click on feedback highlight an area of the site page and getting screenshot with your marking on it sent to the Google support team. If you wonder of having this tool on your own, just take my code and adapt for your requirements.How to install
First of all you have to install server side components for making screenshots ( XServer and CutyCapt?).The first set of steps is to get the requirements for CutyCapt? installed and the Headless XServer setup. On Ubuntu it can be done like that:
sudo apt-get update
sudo apt-get -y install build-essential
sudo apt-get install xvfb
sudo apt-get install xfs xfonts-scalable xfonts-100dpi
sudo apt-get install libgl1-mesa-dri
sudo apt-get install subversion libqt4-webkit libqt4-dev g++Now let's download and install CutyCapt?.
svn co https://cutycapt.svn.sourceforge.net/svnroot/cutycapt cd cutycapt/CutyCapt?
qmake
makeCreate a folder for the tool scripts (e.g. 'srt') and copy there the package files.
You have to include into the HTLM code of you page JS and CSS on the Support Request Tool plugin
It is assumed that you are using jQuery on the page:
You also need to include srt-embedding.phpinclude "srt-embedding.php" ?>
At the last we change in srt-config.php relative path for the tool folder
define ('SRT_BASE_RPATH', './srt');
And the 'screenshots' folder of the package must have write permission.
chmod 777 screenshots
REFERENCES
Source code is available to download at http://code.google.com/p/my-feedback/
Project page and SVN http://code.google.com/p/my-feedback/Yours sincerely,
Dmitry Sheiko,
http://dsheiko.com