-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
45 lines (35 loc) · 1.6 KB
/
README
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
NAME
ELCONVERTOR
DESCRIPTION
Simple php web convertor for linux, can convert everything like libreoffice.
INSTALL
install apache, php, unoconv,and libreoffice
create one directory (/convert) and some subdir (/convert/download /convert/upload) on root level
add cron job (move cleanscript to etc/crond.hourly/)
add init script (move loffice to etc/init.d/)
setup the init script to run at startup
in up.php modify all needed path, and all that things in french language
in convert.php change $command path if needed
USAGE
from you computer go to the url of the converter server http://servername/up.php and voila
TO DO
add multilanguage
clean the code
maybe something more simple to deploy
HOW TO CONTRIBUTE ?
Any contribution to build a better tool is greatly appreciated!
ACKNOWLEDGEMENT
Thanks to LibreOffice, UNOCONV dev-team for their great
softwares.
LICENSE
Copyright (c) 2012-2013 Ludovic HARLAUT - All rights reserved.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or any later
version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License along
with this program. If not, see < http://www.gnu.org/licenses/ >.