kde dvd authoring wizard
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2097
KDE DVD Authoring Wizard 1.4.6
KDE DVD Authoring Wizard will allow you to create a DVD from one or more DVD compatible MPEG-2 files. more>>
KDE DVD Authoring Wizard will allow you to create a DVD from one or more DVD compatible MPEG-2 files. All you need to do is add one or multiple files to the playlist and answer the questions that follow.
You can add a menu that will contain animated thumbnails of the files in the playlist. Creating a menu is optional.
Main features:
- Playlist editor
- DVD menu with multiple pages
- Animated thumbnails in the menu
- Customizable menu graphics
- Add soundtrack from OGG or MP3
- Antialiased graphics prevent flickering on TV
- Both Widescreen and standard 4:3 support
- ISO DVD Image creation
<<lessYou can add a menu that will contain animated thumbnails of the files in the playlist. Creating a menu is optional.
Main features:
- Playlist editor
- DVD menu with multiple pages
- Animated thumbnails in the menu
- Customizable menu graphics
- Add soundtrack from OGG or MP3
- Antialiased graphics prevent flickering on TV
- Both Widescreen and standard 4:3 support
- ISO DVD Image creation
Download (0.55MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
890 downloads
Q DVD-Author 1.0.0 RC1
Q DVD-Author is a GUI for dvdauthor. more>>
Q DVD-Authors goal is to provide a complete DVDAuthoring solution for Linux with the emphasis of ease of use and a complete set of functionality.
Main features:
- You can generate the main menu.
- You can generate Sub Menus
- You can generate Buttons
- You can scale, color, stretch, twist and shout each object
- You can give each menu multiple sound tracks (not yet perfect though).
- You can import your own layers for Highlighted and for Selected Mask and combine it with the created objects
- You can generate a dvd-slideshow
- You can create a full blown DVD without knowing the command line tools
- You can modify every generated command before executing and generating the DVD
- You can generate MovieMenus
- You can generate MovieButtons
- You can modify the generated xml files within the GUI
- You can contribute to qdvdauthor.
- Thats it for now !!!
Enhancements:
- Translated into Esperanto.
- Reorganized the main window.
- Added library of frames / buttons.
- Fixed issues with 16 bit color depth
- Some improvements to QPlayer.
- Improved ShadowObjects.
- Added MenuSlide - dialog.
<<lessMain features:
- You can generate the main menu.
- You can generate Sub Menus
- You can generate Buttons
- You can scale, color, stretch, twist and shout each object
- You can give each menu multiple sound tracks (not yet perfect though).
- You can import your own layers for Highlighted and for Selected Mask and combine it with the created objects
- You can generate a dvd-slideshow
- You can create a full blown DVD without knowing the command line tools
- You can modify every generated command before executing and generating the DVD
- You can generate MovieMenus
- You can generate MovieButtons
- You can modify the generated xml files within the GUI
- You can contribute to qdvdauthor.
- Thats it for now !!!
Enhancements:
- Translated into Esperanto.
- Reorganized the main window.
- Added library of frames / buttons.
- Fixed issues with 16 bit color depth
- Some improvements to QPlayer.
- Improved ShadowObjects.
- Added MenuSlide - dialog.
Download (3.8MB)
Added: 2007-05-13 License: GPL (GNU General Public License) Price:
899 downloads
dvdauthor 0.6.13
dvdauthor is a simple set of tools to help you author a DVD. more>>
dvdauthor is a simple set of tools to help you author a DVD. The idea is to be able to create menus, buttons, chapters, etc, but for now you can just take an mpeg stream (as created by mplex -f 8 from mjpegtools 1.6.0) and write it to DVD.
dvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream that should play when you put it in a DVD player.
To start you need mpeg files that contain the necessary DVD VOB packets. These can be generated by passing -f 8 to mplex. See the included utility makevob.
There are 3 steps to building the DVD directory structure on your HDD.
1. Delete a previously authored dvd
dvddirdel [-o dir]
WARNING! This will delete without discrimination the contents of the directory that you specify!
2. Create your titlesets
dvdauthor [-o dir] [audio/video/subpicture options] [chapters]
To create 1 chapter per mpeg, simply do
dvdauthor [-o dir] [a/v/s options] chap1.mpg chap2.mpg chap3.mpg...
To manually specify chapters, use the --chapters option
dvdauthor [-o dir] [a/v/s options] -c chap1a.mpg chap1b.mpg -c chap2a.mpg chap2b.mpg ....
To add chapters every fifteen minutes, do
dvdauthor [-o dir] [a/v/s options] -c 0,15:00,30:00,45:00,1:00:00,1:15:00... longvideo.mpg
Call dvdauthor for each titleset you want to create. Note that due to the DVD standard, all audio, video, and subpicture options must be set once for the entire titleset; i.e. you cannot mix pal and ntsc video in the same titleset. For that you must generate separate titlesets.
Run dvdauthor -h to see the audio, video, and subpicture options. Note that dvdauthor can autodetect most parameters except the language.
3. Create the table of contents
dvdauthor -T [-o dir]
Viola! You now have a DVD directory structure that will probably work! You can now write this out to your DVD, mini-DVD (CD), or just play it from your HDD. To generate the UDF image to burn to DVD, use mkisofs from cdrtools-1.11a27 or later. Simply pass it the -dvd-video option.
BTW, if you have an old HDD that you use for generating dvd images, you can create /usr/local/etc/dvdauthor.conf or ~/.dvdauthorrc and add the line:
WORKDIR=foo
Then you wont need to specify -o to dvddirgen or dvdauthor. Alternatively, you could just set
WORKDIR=mydvd
to always have it create a DVD in the current working directory.
Enhancements:
- Support of VOBUs without audio or video has been added.
- Reading from file descriptors for VOBs, palette, and XML has been implemented.
- Support for really long subtitles and for full sized PTS/SCR has been added.
- Audio type detection logic has been improved.
- Runtime memory requirement has been substantially reduced.
- YUV handling in spuunmux and subgen has been fixed.
- SVCD subtitling has been fixed.
- NTSC 3:2 pulldown handling has been fixed.
- Handling of audio packets that have no PTS has been fixed.
- Many more minor bugs have been fixed and features have been added. Documentation has been improved.
<<lessdvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream that should play when you put it in a DVD player.
To start you need mpeg files that contain the necessary DVD VOB packets. These can be generated by passing -f 8 to mplex. See the included utility makevob.
There are 3 steps to building the DVD directory structure on your HDD.
1. Delete a previously authored dvd
dvddirdel [-o dir]
WARNING! This will delete without discrimination the contents of the directory that you specify!
2. Create your titlesets
dvdauthor [-o dir] [audio/video/subpicture options] [chapters]
To create 1 chapter per mpeg, simply do
dvdauthor [-o dir] [a/v/s options] chap1.mpg chap2.mpg chap3.mpg...
To manually specify chapters, use the --chapters option
dvdauthor [-o dir] [a/v/s options] -c chap1a.mpg chap1b.mpg -c chap2a.mpg chap2b.mpg ....
To add chapters every fifteen minutes, do
dvdauthor [-o dir] [a/v/s options] -c 0,15:00,30:00,45:00,1:00:00,1:15:00... longvideo.mpg
Call dvdauthor for each titleset you want to create. Note that due to the DVD standard, all audio, video, and subpicture options must be set once for the entire titleset; i.e. you cannot mix pal and ntsc video in the same titleset. For that you must generate separate titlesets.
Run dvdauthor -h to see the audio, video, and subpicture options. Note that dvdauthor can autodetect most parameters except the language.
3. Create the table of contents
dvdauthor -T [-o dir]
Viola! You now have a DVD directory structure that will probably work! You can now write this out to your DVD, mini-DVD (CD), or just play it from your HDD. To generate the UDF image to burn to DVD, use mkisofs from cdrtools-1.11a27 or later. Simply pass it the -dvd-video option.
BTW, if you have an old HDD that you use for generating dvd images, you can create /usr/local/etc/dvdauthor.conf or ~/.dvdauthorrc and add the line:
WORKDIR=foo
Then you wont need to specify -o to dvddirgen or dvdauthor. Alternatively, you could just set
WORKDIR=mydvd
to always have it create a DVD in the current working directory.
Enhancements:
- Support of VOBUs without audio or video has been added.
- Reading from file descriptors for VOBs, palette, and XML has been implemented.
- Support for really long subtitles and for full sized PTS/SCR has been added.
- Audio type detection logic has been improved.
- Runtime memory requirement has been substantially reduced.
- YUV handling in spuunmux and subgen has been fixed.
- SVCD subtitling has been fixed.
- NTSC 3:2 pulldown handling has been fixed.
- Handling of audio packets that have no PTS has been fixed.
- Many more minor bugs have been fixed and features have been added. Documentation has been improved.
Download (0.31MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1013 downloads
KDE Internet share wizard 0.1
KDE Internet share wizard is a Kommnder script that can help you share your internet connection over LAN. more>>
KDE Internet share wizard is a Kommander script that can help you share your internet connection over LAN.
Overview:
I was on a LAN and I needed to share my internet connection because we didnt have any router.
I found this to be quite difficult, but after some searching on internet I found a very good explanation for making this work.
Now, Ive made a WindowsXP like internet connection sharing guide for all who wants to share their internet connection easy and fast.
Usage:
copy the tar.gz file contents into /usr/bin and then run:
kdeinternetshare.sh - English
For all those who are unsure how to use the guide, it should be good to stick to the default settings.
This is only a quite simple guide so suggestions and improvments are welcome.
System requirements:
- Kommander
<<lessOverview:
I was on a LAN and I needed to share my internet connection because we didnt have any router.
I found this to be quite difficult, but after some searching on internet I found a very good explanation for making this work.
Now, Ive made a WindowsXP like internet connection sharing guide for all who wants to share their internet connection easy and fast.
Usage:
copy the tar.gz file contents into /usr/bin and then run:
kdeinternetshare.sh - English
For all those who are unsure how to use the guide, it should be good to stick to the default settings.
This is only a quite simple guide so suggestions and improvments are welcome.
System requirements:
- Kommander
Download (0.012MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
976 downloads
Magic Settings Wizard 0.1
Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings. more>>
Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings.
Magic Settings Wizard can backup/restore through an FTP location used as a storage medium.
Main features:
- backup or restore applications settings : select which ones from a list.
- personal home dir is automatically detected by default, but another directory can be specified.
- communicates with a FTP server specified by the user.
- FTP settings may be saved in a config file.
- a FTP directory may be created from the interface if needed.
- add your own applications settings definitions if yours dont exist in the database (edit settings_definitions.py).
<<lessMagic Settings Wizard can backup/restore through an FTP location used as a storage medium.
Main features:
- backup or restore applications settings : select which ones from a list.
- personal home dir is automatically detected by default, but another directory can be specified.
- communicates with a FTP server specified by the user.
- FTP settings may be saved in a config file.
- a FTP directory may be created from the interface if needed.
- add your own applications settings definitions if yours dont exist in the database (edit settings_definitions.py).
Download (0.015MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1374 downloads
dvdmenuauthor 0.02
dvdmenuauthor makes it easy and efficient to author a DVD with menus in an indirect (non-WYSIWYG) way. more>>
dvdmenuauthor project makes it easy and efficient to author a DVD with menus in an indirect (non-WYSIWYG) way. An XML project file drives the DVD authoring, from which both menus and a dvdauthor XML file are generated.
dvdauthor and spumux are then used to author the DVD filesystem. Menu items (buttons and static items such as images and text) can be specified conscisely in the project XML file with LaTeX markup (to be processed by pdfLaTeX and rendered by xpdf).
<<lessdvdauthor and spumux are then used to author the DVD filesystem. Menu items (buttons and static items such as images and text) can be specified conscisely in the project XML file with LaTeX markup (to be processed by pdfLaTeX and rendered by xpdf).
Download (0.097MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
921 downloads
Module::Build::Authoring 0.2805
Module::Build::Authoring are authoring Module::Build modules. more>>
Module::Build::Authoring are authoring Module::Build modules.
When creating a Build.PL script for a module, something like the following code will typically be used:
use Module::Build;
my $build = Module::Build->new
(
module_name => Foo::Bar,
license => perl,
requires => {
perl => 5.6.1,
Some::Module => 1.23,
Other::Module => >= 1.2, != 1.5, < 2.0,
},
);
$build->create_build_script;
A simple module could get away with something as short as this for its Build.PL script:
use Module::Build;
Module::Build->new(
module_name => Foo::Bar,
license => perl,
)->create_build_script;
The model used by Module::Build is a lot like the MakeMaker metaphor, with the following correspondences:
In Module::Build In ExtUtils::MakeMaker
--------------------------- ------------------------
Build.PL (initial script) Makefile.PL (initial script)
Build (a short perl script) Makefile (a long Makefile)
_build/ (saved state info) various config text in the Makefile
Any customization can be done simply by subclassing Module::Build and adding a method called (for example) ACTION_test, overriding the default test action. You could also add a method called ACTION_whatever, and then you could perform the action Build whatever.
For information on providing compatibility with ExtUtils::MakeMaker, see Module::Build::Compat and http://www.makemaker.org/wiki/index.cgi?ModuleBuildConversionGuide.
<<lessWhen creating a Build.PL script for a module, something like the following code will typically be used:
use Module::Build;
my $build = Module::Build->new
(
module_name => Foo::Bar,
license => perl,
requires => {
perl => 5.6.1,
Some::Module => 1.23,
Other::Module => >= 1.2, != 1.5, < 2.0,
},
);
$build->create_build_script;
A simple module could get away with something as short as this for its Build.PL script:
use Module::Build;
Module::Build->new(
module_name => Foo::Bar,
license => perl,
)->create_build_script;
The model used by Module::Build is a lot like the MakeMaker metaphor, with the following correspondences:
In Module::Build In ExtUtils::MakeMaker
--------------------------- ------------------------
Build.PL (initial script) Makefile.PL (initial script)
Build (a short perl script) Makefile (a long Makefile)
_build/ (saved state info) various config text in the Makefile
Any customization can be done simply by subclassing Module::Build and adding a method called (for example) ACTION_test, overriding the default test action. You could also add a method called ACTION_whatever, and then you could perform the action Build whatever.
For information on providing compatibility with ExtUtils::MakeMaker, see Module::Build::Compat and http://www.makemaker.org/wiki/index.cgi?ModuleBuildConversionGuide.
Download (0.18MB)
Added: 2006-10-17 License: Perl Artistic License Price:
1104 downloads
Image Resize Wizard 1.5
Image Resize Wizard is a free PHP script you can add to your web site that enables your visitors to re-size their images. more>>
Image Resize Wizard is a PHP script witch you can add to your web site that enables your visitors to re-size their images quickly and efficiently.
The user just selects their image and the largest side length and click "resize". Image Resize Wizard is very easy to install and can add some very useful functionality to your site.
Main features:
- Image Resize Wizard is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- The Image Resize Wizard interface is as simple as it gets. Just two inputs, a click, and the user gets their image resized.
- No odd libraries needed, the script should work on most servers with PHP installed.
<<lessThe user just selects their image and the largest side length and click "resize". Image Resize Wizard is very easy to install and can add some very useful functionality to your site.
Main features:
- Image Resize Wizard is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- The Image Resize Wizard interface is as simple as it gets. Just two inputs, a click, and the user gets their image resized.
- No odd libraries needed, the script should work on most servers with PHP installed.
Download (0.007MB)
Added: 2006-02-22 License: Freeware Price:
1343 downloads
KDE DivX subtitles editor 0.2
ksubeditor is a DivX subtitle editor for KDE 3.x. more>>
ksubeditor is a DivX subtitle editor for KDE 3.x. It is able to edit and convert subtitles between different subtitle formats. It can easily change the time of the subtitle and fit it to the movie.
Main features:
- quite userfriendly interface
- support for
- vplayer format
- MicroDVD format
- SubRipper format
- SSA format
- time shifting from selected subtitle
- time shifting for all subtitles
- time shifting for one line
- converting Polish chars from windows to ISO
- deleting lines
- inserting lines
- editing subtitle
- testing edited subtitles in mplayer
- splitting subtitles into two files
- joining two files into one
- spell checking
- converting between subtitle formats
- changing subtitle fps
<<lessMain features:
- quite userfriendly interface
- support for
- vplayer format
- MicroDVD format
- SubRipper format
- SSA format
- time shifting from selected subtitle
- time shifting for all subtitles
- time shifting for one line
- converting Polish chars from windows to ISO
- deleting lines
- inserting lines
- editing subtitle
- testing edited subtitles in mplayer
- splitting subtitles into two files
- joining two files into one
- spell checking
- converting between subtitle formats
- changing subtitle fps
Download (0.55MB)
Added: 2006-07-17 License: (FDL) GNU Free Documentation License Price:
752 downloads
Swing XML Authoring Tool 0.5.5
SwiXAT is a Swing-based authoring tool for the quick and easy development of GUI Java applications. more>>
Swing XML Authoring Tool is a Swing-based authoring tool for the quick and easy development of GUI Java applications.
It implements out-of-box a true MVC framework and uses XML to define the view (SwiXml is used as the XUL engine), BeanShell as a scripting language for the controller, and JXPath as the binding mechanism between the view and model.
Swing XML Authoring Tool provides a complete environment in which it is possible to almost write an entire Java Swing application without writing Java compiled code. The use of XPath makes it very simple to traverse the object tree of the applications business model.
It takes a lot of work to develop a Swing application, laying out and configuring GUI components, and then integrating them with the application functionality. SwiXAT addresses both of these issues by providing a framework based on a complete implementation of the MVC architectural pattern.
The benefits obtained by a such framework are the followings:
- Architectural Correctness: By adopting a true MVC (Model View Controller) based framework, it is very easy to correctly implement any UI application. Its not difficult to write a Java/Swing application, but whats very difficult is to build a good, well designed Swing application, where the adoption of the MVC paradigm permits to reduce the maintenance costs, thanks to the clean separation between the view and the application logic.
- Development Speed: The adoption of a framework reduces the development cost by providing out-of-box, well integrated and easy to use common features, like wizards, plugins, support for MDI interfaces, etc. Moreover, the use of XML to define the user interface, as well as the adoption of an interpreted scripting language, permits to implement the Code&Test development style, where the compilation time is reduced to zero.
- Code Reuse: The net separation between the view and the control logic permits to write reusable modules that can be combined in several manners. The developer is naturally induced to modularize the application and write reusable code, minimizing the effort of building new applications or adding new functionality to existing ones.
SwiXAT is all the above, and we hope youll appreciate our effort.
<<lessIt implements out-of-box a true MVC framework and uses XML to define the view (SwiXml is used as the XUL engine), BeanShell as a scripting language for the controller, and JXPath as the binding mechanism between the view and model.
Swing XML Authoring Tool provides a complete environment in which it is possible to almost write an entire Java Swing application without writing Java compiled code. The use of XPath makes it very simple to traverse the object tree of the applications business model.
It takes a lot of work to develop a Swing application, laying out and configuring GUI components, and then integrating them with the application functionality. SwiXAT addresses both of these issues by providing a framework based on a complete implementation of the MVC architectural pattern.
The benefits obtained by a such framework are the followings:
- Architectural Correctness: By adopting a true MVC (Model View Controller) based framework, it is very easy to correctly implement any UI application. Its not difficult to write a Java/Swing application, but whats very difficult is to build a good, well designed Swing application, where the adoption of the MVC paradigm permits to reduce the maintenance costs, thanks to the clean separation between the view and the application logic.
- Development Speed: The adoption of a framework reduces the development cost by providing out-of-box, well integrated and easy to use common features, like wizards, plugins, support for MDI interfaces, etc. Moreover, the use of XML to define the user interface, as well as the adoption of an interpreted scripting language, permits to implement the Code&Test development style, where the compilation time is reduced to zero.
- Code Reuse: The net separation between the view and the control logic permits to write reusable modules that can be combined in several manners. The developer is naturally induced to modularize the application and write reusable code, minimizing the effort of building new applications or adding new functionality to existing ones.
SwiXAT is all the above, and we hope youll appreciate our effort.
Download (3.7MB)
Added: 2006-10-03 License: The Apache License 2.0 Price:
1118 downloads
Dynamic Image Resize Wizard 1.0
Dynamic Image Resize Wizard is a free PHP script you can add to your web site that enables your visitors to re-size their images more>>
Dynamic Image Resize Wizard is a free PHP script that enables your visitors to re-size their images quickly, efficiently and on-the-fly.
The user just enters the URL of the image they wish to resize, and the length they wish the image to be, and the Wizard does the rest.You can use it for your own site or for your site visitors, and its easy to integrate in with other scripts.
Main features:
- Dynamic Image Resize Wizard is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- The Dynamic Image Resize Wizard interface is super simple and the instructions are easy to understand.
- The script is easy to integrate in with other site components.
- Perfect for resizing an image without getting that annoying grainy look that comes from trying to shrink an image using just HTML.
<<lessThe user just enters the URL of the image they wish to resize, and the length they wish the image to be, and the Wizard does the rest.You can use it for your own site or for your site visitors, and its easy to integrate in with other scripts.
Main features:
- Dynamic Image Resize Wizard is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- The Dynamic Image Resize Wizard interface is super simple and the instructions are easy to understand.
- The script is easy to integrate in with other site components.
- Perfect for resizing an image without getting that annoying grainy look that comes from trying to shrink an image using just HTML.
Download (0.010MB)
Added: 2006-03-14 License: Freeware Price:
1319 downloads
Package Wizard 2.7
Package Wizard is a very useful tool that creates rpm, Debian and Slackware packages. more>>
Package Wizard is a very useful tool that creates rpm, Debian and Slackware packages.
You need to install the Kommander (1.1) before:
http://www.kde-apps.org/content/show.php?content=12865
(it is the part of the kdewebdev3 package on SUSE),
and the checkinstall utility:
http://asic-linux.com.mx/~izto/checkinstall/download.php
The general rpm, Debian and Slackware package includes a service menu, so you can start it from the KDE context menu (section Actions).
TODO:
- Define alternetive for gcc and qt.
- Improve the check function before checkinstall.
Known bugs:
- After qmake, the file list display is not refreshed.
- The error messages are not redirected to the integrated konsole during ./configure.
- The error detection after compilation is not complete.
- Some problems maybe present for non-root users.
- Time stamp problems (during checkinstall) may be present on old rpm based systems.
Enhancements:
- The error detection after compilation is complete.
- Sound effects added.
- Simplified checkinstall/debhelper frontend.
- New buttons: Make clean, remove the directory debian/ from the source.
<<lessYou need to install the Kommander (1.1) before:
http://www.kde-apps.org/content/show.php?content=12865
(it is the part of the kdewebdev3 package on SUSE),
and the checkinstall utility:
http://asic-linux.com.mx/~izto/checkinstall/download.php
The general rpm, Debian and Slackware package includes a service menu, so you can start it from the KDE context menu (section Actions).
TODO:
- Define alternetive for gcc and qt.
- Improve the check function before checkinstall.
Known bugs:
- After qmake, the file list display is not refreshed.
- The error messages are not redirected to the integrated konsole during ./configure.
- The error detection after compilation is not complete.
- Some problems maybe present for non-root users.
- Time stamp problems (during checkinstall) may be present on old rpm based systems.
Enhancements:
- The error detection after compilation is complete.
- Sound effects added.
- Simplified checkinstall/debhelper frontend.
- New buttons: Make clean, remove the directory debian/ from the source.
Download (0.16MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1107 downloads
CCK Wizard 1.1
CCK Wizard is an addon that can be used to create an extension that customizes Firefox. more>>
CCK Wizard is an addon that can be used to create an extension that customizes Firefox.
The CCK Wizard can be used to create an extension that customizes Firefox. To access it, after installation, select Tools->CCK Wizard.
Main features:
- Add identifer to the user agent string
- Change the default home page and startup override home page
- Change the title bar text
- Change the animated logo
- Change the web page and tooltip used for the animated logo
- Add a help menu item that links to a web page
- Provide sites for which popups and XPInstalls are allowed by default
- Preinstall browser plug-ins
- Preinstall search engines
- Add folders, bookmarks and live bookmarks to the personal toolbar
- Add folders, bookmarks and live bookmarks to the bookmarks folder
- Set default preferences
- Lock preferences
- Add registry keys (Windows only)
- Add certificates
- Set default proxy configurations
- Package other XPIs with your distribution
- Disable about:config
<<lessThe CCK Wizard can be used to create an extension that customizes Firefox. To access it, after installation, select Tools->CCK Wizard.
Main features:
- Add identifer to the user agent string
- Change the default home page and startup override home page
- Change the title bar text
- Change the animated logo
- Change the web page and tooltip used for the animated logo
- Add a help menu item that links to a web page
- Provide sites for which popups and XPInstalls are allowed by default
- Preinstall browser plug-ins
- Preinstall search engines
- Add folders, bookmarks and live bookmarks to the personal toolbar
- Add folders, bookmarks and live bookmarks to the bookmarks folder
- Set default preferences
- Lock preferences
- Add registry keys (Windows only)
- Add certificates
- Set default proxy configurations
- Package other XPIs with your distribution
- Disable about:config
Download (0.043MB)
Added: 2007-05-01 License: MPL (Mozilla Public License) Price:
930 downloads
RPM Wizard 0.7
RPM Wizard is an installation program for RPM packages. more>>
RPM Wizard is an installation program for RPM packages. Using a wizard interface, it makes installing easy even for beginners. With features such as automatic dependency handling, it aims to become the most easy-to-use RPM installation program.
RPM Wizard is written in Python and uses the PyQt bindings for the Qt GUI toolkit. It is Open Source and available under the GNU General Public License.
Main features:
Ease of use
- RPM Wizard is designed to be as easy to use as possible. The program does not require any previous knowledge of how RPM works. When installed properly, the user can just click on an RPM file in the file manager and RPM Wizard starts automatically. The installation is supposed to go as smoothly as any Windows installation. If you think that something could be made more easy-to-use just drop me an email. No one knows better than the user.
Automatic dependency handling
- This is the new feature in RPM Wizard 0.6. A common problem when installing RPM packages is that the software is missing some dependencies, i.e some other software that is needed to get the program working. With most other RPM installers the user himself has to look for other RPM packages that satisfy the dependencies and install them first. RPM Wizard tries to do this automatically by searching a premade database of the content of the distribution CDs. If you are installing from a directory on your hard drive, it can also make use of the packages in that directory to satisfy the missing dependencies.
Install from a list of distribution packages NEW!
- If you have the RPM Wizard database module installed you can install packages by choosing the package name from a list. The list only includes packages that are newer than those installed. No longer will you have to search through all your distribution CD:s to find the package you are looking for.
Details dialog
- This dialog gives a lot of details for those interested without getting in the way for users that just want to get the installation through quickly. You can view the files of the package, the size, lists of provides and depends and more.
Shortcut on the desktop
- At the end of the wizard the user is given the option to put a shortcut on all users desktops (both KDE and Gnome).
Launch program
- This option starts the installed program as soon as the user clicks Finish.
<<lessRPM Wizard is written in Python and uses the PyQt bindings for the Qt GUI toolkit. It is Open Source and available under the GNU General Public License.
Main features:
Ease of use
- RPM Wizard is designed to be as easy to use as possible. The program does not require any previous knowledge of how RPM works. When installed properly, the user can just click on an RPM file in the file manager and RPM Wizard starts automatically. The installation is supposed to go as smoothly as any Windows installation. If you think that something could be made more easy-to-use just drop me an email. No one knows better than the user.
Automatic dependency handling
- This is the new feature in RPM Wizard 0.6. A common problem when installing RPM packages is that the software is missing some dependencies, i.e some other software that is needed to get the program working. With most other RPM installers the user himself has to look for other RPM packages that satisfy the dependencies and install them first. RPM Wizard tries to do this automatically by searching a premade database of the content of the distribution CDs. If you are installing from a directory on your hard drive, it can also make use of the packages in that directory to satisfy the missing dependencies.
Install from a list of distribution packages NEW!
- If you have the RPM Wizard database module installed you can install packages by choosing the package name from a list. The list only includes packages that are newer than those installed. No longer will you have to search through all your distribution CD:s to find the package you are looking for.
Details dialog
- This dialog gives a lot of details for those interested without getting in the way for users that just want to get the installation through quickly. You can view the files of the package, the size, lists of provides and depends and more.
Shortcut on the desktop
- At the end of the wizard the user is given the option to put a shortcut on all users desktops (both KDE and Gnome).
Launch program
- This option starts the installed program as soon as the user clicks Finish.
Download (0.084MB)
Added: 2005-06-22 License: GPL (GNU General Public License) Price:
1600 downloads
KDE Network Mapper 0.2.0
KNetmap is a network discovery, scanning, and probing tool for KDE. more>>
KDE Network Mapper is a network discovery, probing, and scanning tool. It is a KDE GUI for nmap.
Individual hosts or entire subnets can be scanned simultaneously, and the results are shown in the interface as queries finish, so the user neednt wait for the entire scan to finish.
Main features:
- Save to/Load from simple XML format.
- NMap Scanning.
- NMap XML Import.
Enhancements:
- Removed KDE 3.1 support...seriously, upgrade.
- Migrated to UIC for the prefs, more UIC coming soon.
- Refactored the host info page.
- We have graphics now!
- Near full revamp of nmap code, new parsing, scanning, and presentation.
- The automake code is less braindead now.
- Stability has increased overall, as well as usefullness.
- Seriously, soo many changes, if you want the details, than diff -Naur it.
<<lessIndividual hosts or entire subnets can be scanned simultaneously, and the results are shown in the interface as queries finish, so the user neednt wait for the entire scan to finish.
Main features:
- Save to/Load from simple XML format.
- NMap Scanning.
- NMap XML Import.
Enhancements:
- Removed KDE 3.1 support...seriously, upgrade.
- Migrated to UIC for the prefs, more UIC coming soon.
- Refactored the host info page.
- We have graphics now!
- Near full revamp of nmap code, new parsing, scanning, and presentation.
- The automake code is less braindead now.
- Stability has increased overall, as well as usefullness.
- Seriously, soo many changes, if you want the details, than diff -Naur it.
Download (1.0MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1512 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 kde dvd authoring wizard 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