ticket service
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1693
dl Download Ticket Service 0.1
dl Download Ticket Service project is a minimalist and rough download ticket service with automatic expiration, written in PHP. more>>
dl Download Ticket Service project is a minimalist and rough download ticket service with automatic expiration, written in PHP. Ive been using this service as an email-attachment replacement for my company, but there are no plans on extending it. It will remain minimal: no fancy features, just bug fixes.
Installation:
Copy the "htdocs" directory to a directory of choice under your web server. Configure the needed parameters inside "include/config.php" to reflect the external url, main password, etc. The "include" directory must not be accessible: if you use apache, the included .htaccess file should be sufficient; consult your web server documentation otherwise.
A spool directory outside of the web server root must be accessible to the web server process. In the example "include/config.php" this is configured as "/var/spool/dl". If you web server runs as "nobody:nogroup", issue:
mkdir -p -m770 /var/spool/dl
chgrp nogroup /var/spool/dl
to create correctly this directory.
The maximal upload limit is determined by several PHP configuration parameters:
file_uploads: must be "On".
upload_tmp_dir: ensure enough space is available.
upload_max_filesize: change as needed.
post_max_size: must be at least 1M larger than upload_max_filesize.
The upload limit as shown in the submission form is determined automatically from the upload_max_filesize parameter. You can also set these parameters with ini_set() inside "include/config.php" or through apaches directives to localize them to the installation path.
There are several bugs in the dba_open() function in PHP 4.x which cannot be fixed. If you can, upgrade PHP to at least 4.3.5. If you cannot upgrade, you need to configure the "$dbHandler" parameter to something available to your PHP installation (usually db3/db2/dbm) and use the Berkeleys DB "db4_load" utility to create an empty database:
echo | db4_load /var/spool/dl/data.db
echo | db4_load /var/spool/dl/user.db
chmod 770 /var/spool/dl/*.db
chgrp nogroup /var/spool/dl/*.db
Depending on your system, you may have to use "db3_load/db2_load/etc" instead of "db4_load". Sometimes these utilities are part of "db*-util" packages under several linux distributions. If you have PHP 4.3.5 or greater, this is done automatically.
Ticket expiration is performed automatically when any web page is requested. This means that expired downloads will still occupy space on the spool directory until a web page is first serviced. If you need to ensure that the spool is purged regularly (for very low traffic servers), setup a scheduled job that requests the "http://dl.example.com/d/" page. Under UNIX, setup a cron entry like this:
0 0 * * * wget -q -O /dev/null "http://dl.example.com/d/" > /dev/null
Version restrictions:
- Tested with all mayor and minor browsers.
- Tested with PHP 4.2/4.3.
- Byte ranges are currently not supported.
- The submit button is not disabled correctly with Internet Explorer 6 (works on other graphical browsers however).
<<lessInstallation:
Copy the "htdocs" directory to a directory of choice under your web server. Configure the needed parameters inside "include/config.php" to reflect the external url, main password, etc. The "include" directory must not be accessible: if you use apache, the included .htaccess file should be sufficient; consult your web server documentation otherwise.
A spool directory outside of the web server root must be accessible to the web server process. In the example "include/config.php" this is configured as "/var/spool/dl". If you web server runs as "nobody:nogroup", issue:
mkdir -p -m770 /var/spool/dl
chgrp nogroup /var/spool/dl
to create correctly this directory.
The maximal upload limit is determined by several PHP configuration parameters:
file_uploads: must be "On".
upload_tmp_dir: ensure enough space is available.
upload_max_filesize: change as needed.
post_max_size: must be at least 1M larger than upload_max_filesize.
The upload limit as shown in the submission form is determined automatically from the upload_max_filesize parameter. You can also set these parameters with ini_set() inside "include/config.php" or through apaches directives to localize them to the installation path.
There are several bugs in the dba_open() function in PHP 4.x which cannot be fixed. If you can, upgrade PHP to at least 4.3.5. If you cannot upgrade, you need to configure the "$dbHandler" parameter to something available to your PHP installation (usually db3/db2/dbm) and use the Berkeleys DB "db4_load" utility to create an empty database:
echo | db4_load /var/spool/dl/data.db
echo | db4_load /var/spool/dl/user.db
chmod 770 /var/spool/dl/*.db
chgrp nogroup /var/spool/dl/*.db
Depending on your system, you may have to use "db3_load/db2_load/etc" instead of "db4_load". Sometimes these utilities are part of "db*-util" packages under several linux distributions. If you have PHP 4.3.5 or greater, this is done automatically.
Ticket expiration is performed automatically when any web page is requested. This means that expired downloads will still occupy space on the spool directory until a web page is first serviced. If you need to ensure that the spool is purged regularly (for very low traffic servers), setup a scheduled job that requests the "http://dl.example.com/d/" page. Under UNIX, setup a cron entry like this:
0 0 * * * wget -q -O /dev/null "http://dl.example.com/d/" > /dev/null
Version restrictions:
- Tested with all mayor and minor browsers.
- Tested with PHP 4.2/4.3.
- Byte ranges are currently not supported.
- The submit button is not disabled correctly with Internet Explorer 6 (works on other graphical browsers however).
Download (0.010MB)
Added: 2007-06-18 License: BSD License Price:
861 downloads
LaTeX Service 0.1
LaTeX Service project is a small service which converts LaTeX into an image. more>>
LaTeX Service project is a small service which converts LaTeX into an image.
It returns a LaTeX rendering of selected text as a TIFF image.
Enhancements:
- Many things could be improved, its just a 0.1 release... but it works
<<lessIt returns a LaTeX rendering of selected text as a TIFF image.
Enhancements:
- Many things could be improved, its just a 0.1 release... but it works
Download (0.009MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
ICOnvert service menu 1.01
ICOnvert service menu is a service menu to convert Windows icon files (*.ico). more>>
ICOnvert service menu is a script/service menu package that adds four entries to Konquerors context menu to convert Windows icon files (*.ico):
1) Extract PNGs
Extracts PNGs as SomeDir/SomeIcon-WxH.png e.g. BlueMoon/BlueMoon-16x16.png, BlueMoon/BlueMoon-32x32.png, etc.
2) Extract PNGs grouped by size
Extracts PNGs as SomeDir/WxH/SomeIcon.png e.g. MoonIcons/16x16/BlueMoon.png, MoonIcons/32x32/BlueMoon.png, etc.
3) Preview in Konqueror
Extracts PNGs to a temporary directory under /tmp, launches a Konqueror window, and deletes the temporary files when that window is closed.
4) Import into current theme
Asks for icon category (apps, devices, etc.) and name, then extracts PNGs into $HOME/.kde/share/icons/[theme]/WxH/[category]/SomeIcon.png where [theme] is taken from $HOME/.kde/share/config/kdeglobals.
Note that this will overwrite files if you specify the name of an existing icon. This is a "feature" -- it allows you to replace a certain icon globally. Use with caution, though -- I suggest that you backup your original iconset.
You can convert multiple icons at the same time from within Konqueror or the command line.
<<less1) Extract PNGs
Extracts PNGs as SomeDir/SomeIcon-WxH.png e.g. BlueMoon/BlueMoon-16x16.png, BlueMoon/BlueMoon-32x32.png, etc.
2) Extract PNGs grouped by size
Extracts PNGs as SomeDir/WxH/SomeIcon.png e.g. MoonIcons/16x16/BlueMoon.png, MoonIcons/32x32/BlueMoon.png, etc.
3) Preview in Konqueror
Extracts PNGs to a temporary directory under /tmp, launches a Konqueror window, and deletes the temporary files when that window is closed.
4) Import into current theme
Asks for icon category (apps, devices, etc.) and name, then extracts PNGs into $HOME/.kde/share/icons/[theme]/WxH/[category]/SomeIcon.png where [theme] is taken from $HOME/.kde/share/config/kdeglobals.
Note that this will overwrite files if you specify the name of an existing icon. This is a "feature" -- it allows you to replace a certain icon globally. Use with caution, though -- I suggest that you backup your original iconset.
You can convert multiple icons at the same time from within Konqueror or the command line.
Download (0.004MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
954 downloads
encFS service menu
encFS service menu one little KDE service menu for encFS directory. more>>
encFS service menu one little KDE service menu for encFS directory.
Installation:
ungzip and copy in ~/.kde/share/apps/konqueror/servicemenus
Usage:
Click on encFS directory and click on mount.
For unmounting, click on origin directory and click on umount, this unmount and remove destination directory.
READ THIS PLEASE:
This script create a directory in your home with name encFS_$DIR. For to mount correctly, this directory must not exist.
<<lessInstallation:
ungzip and copy in ~/.kde/share/apps/konqueror/servicemenus
Usage:
Click on encFS directory and click on mount.
For unmounting, click on origin directory and click on umount, this unmount and remove destination directory.
READ THIS PLEASE:
This script create a directory in your home with name encFS_$DIR. For to mount correctly, this directory must not exist.
Download (MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 downloads
Simple RSS Service 0.3
Simple RSS Service is a modular RSS feed generator. more>>
The Simple RSS Service (SRSSS) generates and serves RSS feeds through a common interface via CGI-enabled webservers. It uses modules to extract items for feeds from various sources, and has a virtual filesystem where feeds can be read by CGI-clients.
The package contains everything needed to start providing RSS feeds, including server and CGI programs, and has support for PostgreSQL, MySQL and MimerSQL.
Main features:
- Modular and clean design based on object oriented C++
- Resource-friendly functions that keeps the load down on web- and database-servers by only parsing data and generate new feeds when required, instead of at every request.
- Interface for run-time loading of modules for data-extraction
- A virtual filesystem stored in shared memory
- Feed extraction via CGI program for easy integration in any CGI-enabled webserver
- A trigger-system that allows external sources to trigger daemon software to fetch new updates
- Easy configuration via a configfiles
- Designed for easy integration towards SQL servers etc
- Support for NetBSD, FreeBSD, OpenBSD and Linux.
Modules:
These modules are currently available for RSS item extraction:
mod_pgsql
This module allows the RSS daemon (rssd) to extract items for RSS feeds from a PostgreSQL database. It can select an entire column as description field for the feed, or base it on a pre-formated string in which variables are replaced with values from columns returned in the SQL query.
This module also support triggering, where any client connected to the same database is able to trigger RSSD to fetch a new update via the SQL LISTEN and NOTIFY functions.
mod_mysql
This module integrates RSSD with the MySQL database, allowing it to produce RSS feeds based on any information stored in databases running on MySQL. The module allows the user to run just about any SQL query supported by the database to extract the needed information to create a feed.
Mod_mysql does also support pre-formated strings to generate the description for each RSS item it produces.
mod_mimersql
This module allows the RSS daemon to fetch items from the MimerSQL database.
The module allows the user to run just about any SQL query supported by the database to extract the needed information to create a feed.
Mod_mimersql does also support pre-formated strings to generate the description for each RSS item it produces.
mod_template
This is a template-module that can be used as a starting-point when developing new modules. It is usable, but does not really provide a usable feature.
<<lessThe package contains everything needed to start providing RSS feeds, including server and CGI programs, and has support for PostgreSQL, MySQL and MimerSQL.
Main features:
- Modular and clean design based on object oriented C++
- Resource-friendly functions that keeps the load down on web- and database-servers by only parsing data and generate new feeds when required, instead of at every request.
- Interface for run-time loading of modules for data-extraction
- A virtual filesystem stored in shared memory
- Feed extraction via CGI program for easy integration in any CGI-enabled webserver
- A trigger-system that allows external sources to trigger daemon software to fetch new updates
- Easy configuration via a configfiles
- Designed for easy integration towards SQL servers etc
- Support for NetBSD, FreeBSD, OpenBSD and Linux.
Modules:
These modules are currently available for RSS item extraction:
mod_pgsql
This module allows the RSS daemon (rssd) to extract items for RSS feeds from a PostgreSQL database. It can select an entire column as description field for the feed, or base it on a pre-formated string in which variables are replaced with values from columns returned in the SQL query.
This module also support triggering, where any client connected to the same database is able to trigger RSSD to fetch a new update via the SQL LISTEN and NOTIFY functions.
mod_mysql
This module integrates RSSD with the MySQL database, allowing it to produce RSS feeds based on any information stored in databases running on MySQL. The module allows the user to run just about any SQL query supported by the database to extract the needed information to create a feed.
Mod_mysql does also support pre-formated strings to generate the description for each RSS item it produces.
mod_mimersql
This module allows the RSS daemon to fetch items from the MimerSQL database.
The module allows the user to run just about any SQL query supported by the database to extract the needed information to create a feed.
Mod_mimersql does also support pre-formated strings to generate the description for each RSS item it produces.
mod_template
This is a template-module that can be used as a starting-point when developing new modules. It is usable, but does not really provide a usable feature.
Download (0.47MB)
Added: 2005-04-26 License: BSD License Price:
1641 downloads
Ticket linker 1.0.0
Ticket linker software contains a set of various plugins for integration of Cerberus Helpdesk system with other systems. more>>
Ticket linker software contains a set of various plugins for integration of Cerberus Helpdesk system with other systems. A DokuWiki plugin is currently avaiable.
<<less Download (0.002MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
807 downloads
Thunderbird Service Menu
Thunderbird Service Menu will allow you to right click on a file and attach it to a new E-mail from Thunderbird. more>>
Thunderbird Service Menu is a service menu that will allow you to right click on a file and attach it to a new E-mail from Thunderbird.
Just extract the "AttachToThunderbirdMail" config file to "/usr/share/apps/konqueror/servicemenus" and it should work.
<<lessJust extract the "AttachToThunderbirdMail" config file to "/usr/share/apps/konqueror/servicemenus" and it should work.
Download (MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
943 downloads
Ticket-IT 3.0
Ticket-IT is a tool for the creation, management, and accompaniment of tickets. more>>
Ticket-IT is a tool for the creation, management, and accompaniment of tickets.
Ticket-IT is a tool directed towards companies that need a better integration and distribution of informantion about service to customers, support, development of products, callcenter, etc, among its several departments.
Ticket-IT has resource of easy utilization, concentration display and distribution of information, making possible its total adaptation to most distintc institutes and applications, being a perfect tool to HelpDesk, CallCenter and online support.
Main features:
Control and management of access
- User registration;
- Group registration;
- Access permission and actions based in group;
- Schedule of events;
- Users profile, top-configured;
Integration among sectors/departments
- Control of context categories, making possible the organization and cataloging of calls (tickets) being made or already made;
- Assign of users group per categories;
- Forwarding ticket to outer users that will be able to display calls and post comments;
- Partial or total ticket forwarding, making possible to manage information and function of the contributors of your company;
Information distribution
- Alerts via e-mail about create, opening, proceeding, close and re-opening or comments of tickets to those involved in categories;
- Main display of personal tickets, or collaborating, getting fast access to tickets, making service easier;
- Exchanging information based in a simple fulfilling of information, which due to Ticket-IT utomation, distribute it to those involved in the process;
- Protocol forwarding to outer agent access (customers, reps, etc) without the necessity of user and password;;
Enhancements:
- This release implements a Web installer and an option for personalization of the feedback message.
- The item "User of Companies" has already been implemented, along with its existing resources.
- A mask was applied (ticket comments and feedback) for guest users, so they will see the groups name instead of the users name in comments.
- Some minor bugs have been fixed.
- The gettext internationalization schema has been finished.
- The English (US) translation is done.
- There are some visual improvements.
<<lessTicket-IT is a tool directed towards companies that need a better integration and distribution of informantion about service to customers, support, development of products, callcenter, etc, among its several departments.
Ticket-IT has resource of easy utilization, concentration display and distribution of information, making possible its total adaptation to most distintc institutes and applications, being a perfect tool to HelpDesk, CallCenter and online support.
Main features:
Control and management of access
- User registration;
- Group registration;
- Access permission and actions based in group;
- Schedule of events;
- Users profile, top-configured;
Integration among sectors/departments
- Control of context categories, making possible the organization and cataloging of calls (tickets) being made or already made;
- Assign of users group per categories;
- Forwarding ticket to outer users that will be able to display calls and post comments;
- Partial or total ticket forwarding, making possible to manage information and function of the contributors of your company;
Information distribution
- Alerts via e-mail about create, opening, proceeding, close and re-opening or comments of tickets to those involved in categories;
- Main display of personal tickets, or collaborating, getting fast access to tickets, making service easier;
- Exchanging information based in a simple fulfilling of information, which due to Ticket-IT utomation, distribute it to those involved in the process;
- Protocol forwarding to outer agent access (customers, reps, etc) without the necessity of user and password;;
Enhancements:
- This release implements a Web installer and an option for personalization of the feedback message.
- The item "User of Companies" has already been implemented, along with its existing resources.
- A mask was applied (ticket comments and feedback) for guest users, so they will see the groups name instead of the users name in comments.
- Some minor bugs have been fixed.
- The gettext internationalization schema has been finished.
- The English (US) translation is done.
- There are some visual improvements.
Download (0.25MB)
Added: 2007-01-29 License: GPL (GNU General Public License) Price:
1008 downloads
Peco::Service 1.0
Peco::Service is a Perl module with service specifications for Peco IoC containers. more>>
Peco::Service is a Perl module with service specifications for Peco IoC containers.
SYNOPSIS
use Peco::Service;
$service = Peco::Service->new( $class, @depends, $create, %attrs );
$service = Peco::Service::Factory->new( ⊂routine, @depends );
$service = Peco::Service::Constant->new( $value );
SERVICE TYPES
Peco::Service
A generic service registration class.
Peco::Service::Factory
Factory service registration class. Takes a coderef which is called each time this service is accessed.
Peco::Service::Constant
For constant or scalar values.
<<lessSYNOPSIS
use Peco::Service;
$service = Peco::Service->new( $class, @depends, $create, %attrs );
$service = Peco::Service::Factory->new( ⊂routine, @depends );
$service = Peco::Service::Constant->new( $value );
SERVICE TYPES
Peco::Service
A generic service registration class.
Peco::Service::Factory
Factory service registration class. Takes a coderef which is called each time this service is accessed.
Peco::Service::Constant
For constant or scalar values.
Download (0.015MB)
Added: 2007-06-22 License: Perl Artistic License Price:
854 downloads
epstools service menu 0.1
epstools service menu is used to create a tiff preview inside an eps file. more>>
epstools service menu is used to create a tiff preview inside an eps file.
If a preview exists, it is replaced by the created one.
<<lessIf a preview exists, it is replaced by the created one.
Download (MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
988 downloads
EZ-Ticket 0.01
EZ-Ticket provides a multi-user, Web-based ticket/issue tracking system. more>>
EZ-Ticket provides a multi-user, Web-based ticket/issue tracking system.
EZ-Ticket is a Web-based ticket tracking system, built with simplicity in mind. Unlike other ticket systems, this ticket system has the same functionality that other ticket systems have, without all the complexity, making its use efficient and effective.
INSTALL:
-Unpack the tar file in your document root
-Make sure php is enabled
-use a web browser to hit doc root of the ezt-#.#.# dir. This will start the installer
-follow the installer instructions
-remove the install/ directory
Enhancements:
- cleaned up skin includes
- finished installer
- created basic readme
- cut initial release 0.01
- Implimented e-paging system
- got exporing to work (CSV)
- sticky/announce tickets working
- ticket escalations implimented
- Ported to arrays for selection queries, this allows multiple owners, priorities, etc to be selected
- Implimented "next page" links
- MANY other things
- cleaned up profile.php and added hooks for adding users
- added checks so regular users cant reopen tickets (only admins)
- added sticky ticket support (old PTR announce feature, but a little different)
<<lessEZ-Ticket is a Web-based ticket tracking system, built with simplicity in mind. Unlike other ticket systems, this ticket system has the same functionality that other ticket systems have, without all the complexity, making its use efficient and effective.
INSTALL:
-Unpack the tar file in your document root
-Make sure php is enabled
-use a web browser to hit doc root of the ezt-#.#.# dir. This will start the installer
-follow the installer instructions
-remove the install/ directory
Enhancements:
- cleaned up skin includes
- finished installer
- created basic readme
- cut initial release 0.01
- Implimented e-paging system
- got exporing to work (CSV)
- sticky/announce tickets working
- ticket escalations implimented
- Ported to arrays for selection queries, this allows multiple owners, priorities, etc to be selected
- Implimented "next page" links
- MANY other things
- cleaned up profile.php and added hooks for adding users
- added checks so regular users cant reopen tickets (only admins)
- added sticky ticket support (old PTR announce feature, but a little different)
Download (0.54MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
590 downloads
Ktxt2tags Service Menu 1.0
Ktxt2tags Service Menu is a KDE service menu for KTxt2tags software. more>>
Ktxt2tags Service Menu is a KDE service menu for KTxt2tags software.
sv-ktxt2tags is a ServiceMenu for [KTxt2tags http://www.kde-apps.org/content/show.php?content=48474]
KTxt2tags is a GPL front-end for [txt2tags http://txt2tags.sf.net]
Installation:
Make a simbolic link to the ktxt2tags script in /usr/bin/.
Copy the file sv-ktxt2tags.desktop in /.kde/share/apps/konqueror/servicemenus.
Copy the icon txt2tags.png in /usr/share/pixmaps.
<<lesssv-ktxt2tags is a ServiceMenu for [KTxt2tags http://www.kde-apps.org/content/show.php?content=48474]
KTxt2tags is a GPL front-end for [txt2tags http://txt2tags.sf.net]
Installation:
Make a simbolic link to the ktxt2tags script in /usr/bin/.
Copy the file sv-ktxt2tags.desktop in /.kde/share/apps/konqueror/servicemenus.
Copy the icon txt2tags.png in /usr/share/pixmaps.
Download (0.009MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1038 downloads
Internet Business Services 1.0
Do internet telephones sound too good to be true? Well that was exactly what I was thinking, so I decided to delve into the world of Internet telephon... more>> <<less
Download (421KB)
Added: 2009-04-18 License: Freeware Price: Free
190 downloads
PHP Ticket 0.71
PHP Ticket is a PHP and MySQL based ticketing system. more>>
phpticket is a ticketing system written in PHP, backed up by a MySQL database. Its purpose is to provide helpdesks/staffs with an easy "to do" application for keeping track of what needs to be done.
The interface is kept fairly simple and easy to use. The code is licensed under GPL.
<<lessThe interface is kept fairly simple and easy to use. The code is licensed under GPL.
Download (0.036MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1646 downloads
MOV, MP4 conversion service
MOV, MP4 conversion service can convert files supported by ffmpeg to MOV / MP4 format, supported by my iPod Video G5. more>>
MOV, MP4 conversion service is final and working version of my script, which I use to convert files supported by ffmpeg to MOV / MP4 format, supported by my iPod Video G5.
Everything was tested to be easy to use (finally, after installation). If You have any problems with it, just let me know - Ill try to help as far as I can.
INSTALLATION:
Just download "avi2mov" script, and save it in /usr/sbin/ directory (You can save it in any directory, but take care later, because i assume, youve saved it in /usr/sbin/ :) ).
After this, You need to set proper permissions, so use chmod:
chmod +x /usr/sbin/avi2mov
Finally, You need to add this converter to Service Menu. Create file
/usr/kde/3.5/share/apps/konqueror/servicemenus/convert-avi-to-mov.desktop
with Kate for example, and copy and paste this code:
[Desktop Action MediaConvertFile]
Exec=/usr/sbin/avi2mov %U
Icon=reload
Name=Convert selected file to mov / mp4 ...
[Desktop Entry]
Actions=MediaConvertFile
Encoding=UTF-8
Icon=reload
ServiceTypes=video/*
ExcludeServiceTypes=kdedevice
<<lessEverything was tested to be easy to use (finally, after installation). If You have any problems with it, just let me know - Ill try to help as far as I can.
INSTALLATION:
Just download "avi2mov" script, and save it in /usr/sbin/ directory (You can save it in any directory, but take care later, because i assume, youve saved it in /usr/sbin/ :) ).
After this, You need to set proper permissions, so use chmod:
chmod +x /usr/sbin/avi2mov
Finally, You need to add this converter to Service Menu. Create file
/usr/kde/3.5/share/apps/konqueror/servicemenus/convert-avi-to-mov.desktop
with Kate for example, and copy and paste this code:
[Desktop Action MediaConvertFile]
Exec=/usr/sbin/avi2mov %U
Icon=reload
Name=Convert selected file to mov / mp4 ...
[Desktop Entry]
Actions=MediaConvertFile
Encoding=UTF-8
Icon=reload
ServiceTypes=video/*
ExcludeServiceTypes=kdedevice
Download (0.003MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
655 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ticket service search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed