websitecreator
websitecreator is a tool for generating image gallery's and placing text on images. It also allows the user to create thumbnails. websitecreator uses the Qt library and the Magick++ library.
The project is hosted on sourceforge.
websitecreator is a tool for generating image gallery's and placing text on images. It also allows the user to create thumbnails. websitecreator uses the Qt library and the Magick++ library.
The project is hosted on sourceforge.
Searcher is a desktop search application based on the Jakarta Lucene Project. It is a JDK 6 based swing application that uses various open source libraries. The difference with other existing desktop search apps is the fact that Searcher allows you to select the types of documents you want to index. The project is still in an early alpha status but is already functional.
Searcher also allows you to open the files from the searchresult with the application associated with the MIME type of the files. Another bonus is the ability to find duplicates within the indexed files.
In order for the application to invoke the processes that start up the native applications associated with the filetypes you must put the jdic library (jdic.dll on windows or jdic.so on unix based platforms) in the System PATH.
The application can be downloaded from here. To run the application issue the following command:
C:\JDK6\bin\java - jar Searcher.jar
hereby assuming that the java.exe belonging to the JDK 6 or JRE 6 is installed in that location. On linux you can use the locate command to figure out where the JRE 6 or JDK 6 related files are installed.
The easiest way to adapt your PATH is to add the current directory (".") to it.