Makagiga is a powerful, easy-to-use, cross-platform free software written in Java 5.0. It features plugins, file import/export, backup utility, tabbed view (like in Firefox or Opera), search function, custom colors, labels and comments for each file or folder, and more!
Home Page - makagiga.sourceforge.net | Contact
The functionality can be extended via plugins.
Currently Makagiga includes the following built-in plugins (extensions):
Copyright 2005 Konrad Twardowski Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
rpm -Uvh makagiga-YOUR_VERSION.rpm
to install (as the root user).rpm -e makagiga
to uninstall (as the root user).unzip makagiga-YOUR_VERSION.zip
cd makagiga-YOUR_VERSION
su -c ./install.sh
(option)/usr/local
(default prefix) directory.
To change the installation directory (prefix), use the following command:
su -c ./install.sh /my_prefix/my_apps
.
YOUR_PREFIX/makagiga/uninstall.sh
, to uninstall.
Run makagiga-YOUR_VERSION.exe
to install.
Use the Control Panel to uninstall.
makagiga
command.ant help
to display all build.xml
targets.ant
to compile and run Makagiga.ant dist
or make
to create the complete distribution packages..po
file.
To do this, simply run ./tools/i18nnew.sh YOUR_LANG_CODE
.
YOUR_LANG_CODE.po
file will be created in the ./po
directory.
ant i18n
to merge and compile messages..properties
based i18n!... import static makagiga.common.UI._; ... System.out.println(_("Translate me!")); ...
ant apidoc
).javadoc -d javadoc_html -subpackages org.makagiga
.
[ ^ Top | (C) 2005-3000 Konrad Twardowski ]