[cvs] commit: hylax folder.php img.php index.php print.php send.php
summary.php view.php hylax/config .htaccess conf.xml hylax/docs
INSTALL hylax/graphics folders.gif send.gif view.gif hylax/lib
.htaccess Driver.php Fax.php Image.php Storage.php base.php ...
Marko Djukic
mdjukic at horde.org
Fri Oct 29 04:36:05 PDT 2004
mdjukic 2004-10-29 04:36:05 PDT
Added files:
. folder.php img.php index.php print.php
send.php summary.php view.php
config .htaccess conf.xml
docs INSTALL
graphics folders.gif send.gif view.gif
lib .htaccess Driver.php Fax.php Image.php
Storage.php base.php
lib/Driver hylafax.php
lib/Storage sql.php
scripts .htaccess .hylarc fax_create.php
fax_create_recv.php fax_save_data.php
fax_save_recv_data.php
install_cups_drivers.php
scripts/cups hylafax hylafax.ppd
scripts/drivers fax.sql
scripts/hylafax faxrcvd
templates .htaccess common-header.inc
templates/fax fax.html
templates/folder folder.html
templates/summary summary.html
templates/view view.html
Log:
Initial commit of the hylafax horde module. Code is actually for a version of CVS horde from a couple of months ago. Don't have time this moment to update it for current CVS.
Some scripts from the /scripts directory will need to be copied over to relevant cups and hylafax directories to make things work, such as feeding of faxes into the SQL and VFS, and accepting faxes from CUPS. The CUPS script allows any pc (win/linux) to submit faxes to hylafax.
Various items on the todo list:
- deleting/forwarding of faxes
- more foldes other than in/outbox
- better handling of hylafax to vfs/sql
and lots of code cleaning :)
Revision Changes Path
1.1 +1 -0 hylax/config/.htaccess (new)
1.1 +0 -0 hylax/config/conf.xml (new)
1.1 +10 -0 hylax/docs/INSTALL (new)
1.1 +92 -0 hylax/folder.php (new)
1.1 +1 -0 hylax/graphics/folders.gif (new)
1.1 +3 -0 hylax/graphics/send.gif (new)
1.1 +2 -0 hylax/graphics/view.gif (new)
1.1 +31 -0 hylax/img.php (new)
1.1 +19 -0 hylax/index.php (new)
1.1 +1 -0 hylax/lib/.htaccess (new)
1.1 +104 -0 hylax/lib/Driver.php (new)
1.1 +218 -0 hylax/lib/Driver/hylafax.php (new)
1.1 +166 -0 hylax/lib/Fax.php (new)
1.1 +177 -0 hylax/lib/Image.php (new)
1.1 +201 -0 hylax/lib/Storage.php (new)
1.1 +402 -0 hylax/lib/Storage/sql.php (new)
1.1 +66 -0 hylax/lib/base.php (new)
1.1 +26 -0 hylax/print.php (new)
1.1 +1 -0 hylax/scripts/.htaccess (new)
1.1 +2 -0 hylax/scripts/.hylarc (new)
1.1 +30 -0 hylax/scripts/cups/hylafax (new)
1.1 +115 -0 hylax/scripts/cups/hylafax.ppd (new)
1.1 +36 -0 hylax/scripts/drivers/fax.sql (new)
1.1 +42 -0 hylax/scripts/fax_create.php (new)
1.1 +59 -0 hylax/scripts/fax_create_recv.php (new)
1.1 +39 -0 hylax/scripts/fax_save_data.php (new)
1.1 +50 -0 hylax/scripts/fax_save_recv_data.php (new)
1.1 +41 -0 hylax/scripts/hylafax/faxrcvd (new)
1.1 +55 -0 hylax/scripts/install_cups_drivers.php (new)
1.1 +77 -0 hylax/send.php (new)
1.1 +38 -0 hylax/summary.php (new)
1.1 +1 -0 hylax/templates/.htaccess (new)
1.1 +28 -0 hylax/templates/common-header.inc (new)
1.1 +33 -0 hylax/templates/fax/fax.html (new)
1.1 +72 -0 hylax/templates/folder/folder.html (new)
1.1 +64 -0 hylax/templates/summary/summary.html (new)
1.1 +40 -0 hylax/templates/view/view.html (new)
1.1 +50 -0 hylax/view.php (new)
Chora Links:
http://cvs.horde.org/co.php/hylax/config/.htaccess?r=1.1
http://cvs.horde.org/co.php/hylax/config/conf.xml?r=1.1
http://cvs.horde.org/co.php/hylax/docs/INSTALL?r=1.1
http://cvs.horde.org/co.php/hylax/folder.php?r=1.1
http://cvs.horde.org/co.php/hylax/graphics/folders.gif?r=1.1
http://cvs.horde.org/co.php/hylax/graphics/send.gif?r=1.1
http://cvs.horde.org/co.php/hylax/graphics/view.gif?r=1.1
http://cvs.horde.org/co.php/hylax/img.php?r=1.1
http://cvs.horde.org/co.php/hylax/index.php?r=1.1
http://cvs.horde.org/co.php/hylax/lib/.htaccess?r=1.1
http://cvs.horde.org/co.php/hylax/lib/Driver.php?r=1.1
http://cvs.horde.org/co.php/hylax/lib/Driver/hylafax.php?r=1.1
http://cvs.horde.org/co.php/hylax/lib/Fax.php?r=1.1
http://cvs.horde.org/co.php/hylax/lib/Image.php?r=1.1
http://cvs.horde.org/co.php/hylax/lib/Storage.php?r=1.1
http://cvs.horde.org/co.php/hylax/lib/Storage/sql.php?r=1.1
http://cvs.horde.org/co.php/hylax/lib/base.php?r=1.1
http://cvs.horde.org/co.php/hylax/print.php?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/.htaccess?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/.hylarc?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/cups/hylafax?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/cups/hylafax.ppd?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/drivers/fax.sql?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/fax_create.php?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/fax_create_recv.php?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/fax_save_data.php?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/fax_save_recv_data.php?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/hylafax/faxrcvd?r=1.1
http://cvs.horde.org/co.php/hylax/scripts/install_cups_drivers.php?r=1.1
http://cvs.horde.org/co.php/hylax/send.php?r=1.1
http://cvs.horde.org/co.php/hylax/summary.php?r=1.1
http://cvs.horde.org/co.php/hylax/templates/.htaccess?r=1.1
http://cvs.horde.org/co.php/hylax/templates/common-header.inc?r=1.1
http://cvs.horde.org/co.php/hylax/templates/fax/fax.html?r=1.1
http://cvs.horde.org/co.php/hylax/templates/folder/folder.html?r=1.1
http://cvs.horde.org/co.php/hylax/templates/summary/summary.html?r=1.1
http://cvs.horde.org/co.php/hylax/templates/view/view.html?r=1.1
http://cvs.horde.org/co.php/hylax/view.php?r=1.1
More information about the cvs
mailing list