-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme
More file actions
67 lines (48 loc) · 1.88 KB
/
readme
File metadata and controls
67 lines (48 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
This Roundcube Plugin will let you have the option to view and edit documents,
spreadsheets, presentations and images in the browser itself. This one click
solution gives you a huge advantage over the traditional way of doing it:
downloading the document from Roundcube, saving it, launching a office
application to open it.
You can see it in action at:
http://blip.tv/cosmomill/rc-cloudview-plugin-5935069
## The following formats are supported by Zoho Office. ##
Microsoft Office Formats:
doc / docx - Microsoft Word Document
xls / xlsx - Microsoft Excel Spreadsheet
ppt / pptx - Microsoft PowerPoint
pps - PowerPoint Slideshow
OpenDocument Formats:
odt - OpenDocument Text
ods - OpenDocument Spreadsheet
odp - OpenDocument Presentation
OpenOffice Formats:
sxw - OpenOffice.org Writer Document
sxc - OpenOffice.org Calc Spreadsheet
sxi - OpenOffice.org Impress Presentation
More Rich Text Formats:
rtf - Rich Text Format
html - Hyper Text Markup Language
txt - Plain Text Document
More Spreadsheet Formats:
csv - Comma Separated Values
## The following formats are supported by Pixlr. ##
Bitmap Formats:
gif - GIF Image
jpg - JPEG Image
png - PNG Image
bmp - BMP Image
## Requirements ##
PHP Version 5.2+
cURL
## Installing and Activating cloudview ##
After downloading a cloudview, extract (unzip) it in RoundCube's plugins directory.
Doing this correctly should result in a subdirectory "plugins/cloudview" which contains
all of the plugin's files.
Enable it by adding its directory name to the config option plugins,
as an array element. Editing your local "config/main.inc.php" file and
add "cloudview" to the "$rcmail_config['plugins']" array.
$rcmail_config['plugins'] = array('cloudview');
To disable cloudview, just remove it from the list.
Get your Zoho API Key from: http://writer.zoho.com/apikey.htm
and add it to your "plugins/cloudviw/config.inc.php" file.
## cosmomill - internet solutions ##