logo SourceForge.net Logo
Home About Screenshots Download User's guide Development Info SF project page Contact
Welcome

KWebSnap is a KDE application that functions kind of like a webcam. It takes a screenshot of your desktop, and uploads it to a specified server using File Transfer Protocol (FTP). It also has a minimal HTTP server so that you can host files right on your own computer.


News

WebSnap becomes KWebSnap - September 5, 2005

WebSnap has become KWebSnap. It is now a full KDE application, and requires KDE to run, and KDE libraries to build. This porting has brought numerous improvements to the code and the application. Among other things, the system tray should work a lot better now. There are numerous internal changes, and a few feature additions. One such feature is that users can now take screenshots of the whole desktop, or the current desktop. Due to the big switch, the previous version numbers have been abandoned, and new version number line has been started at 0.1 appropriately. Go to download section to get KWebSnap.


WebSnap 0.5 released - May 8, 2005

The version 0.5 of the WebSnap project has been released. It is a major update. Most of the codebase was changed to better orginize the code. A WWW web server feature was added. Other changes include bug fixes, and general improvements.


WebSnap 0.4 released - March 12, 2005

The version 0.4 of the WebSnap project has been released. It adds an improved log.


WebSnap 0.3 released - February 06, 2005

The version 0.3 of the WebSnap project has been released. Changes:

  • There is a simple session detection system, where WebSnap can detect if it is already running.
  • The Help dialog has been improved
  • Added progress bar for the FTP transfers.
  • Minor bug fix with timer

To download go to the downlaod page.


WebSnap 0.2 released - January 26, 2005

The version 0.2 of the WebSnap project has been released. There is a simple Help dialog now, among other minor improvements. To download go to the downlaod page.


WebSnap 0.1 released - January 22, 2005

This is the first publicrelease for the WebSnap project. To download go to the downlaod page.


WebSnap launched - January 05, 2005

Welcome to the WebSnap project. The project is in early stages of development, however it is at a somewhat functioning stage. The CVS build should compile just fine with commands:

make clean
qmake
make
WebSnap definitely works, and has the proposed basic functionality. However there is still lots of work to do. Not all of functionality isn't built in. Currenty, only scaling by percent works, and there is no scaling by size. That's next to be built. I would like to build in more error checking as well, and make it more fail safe. Building in some sort of help system is also on the TODO list.