This project is a fork of the rox-filer.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/rox-filer.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionFor translators
ownertalex5@gmail.com
last changeSun, 16 Sep 2007 08:03:01 +0000 (16 09:03 +0100)
content tags
add:
README
			ROX-Filer
			A RISC OS-like filer for X
			by Thomas Leonard



Quick start
~~~~~~~~~~~
Type this ($ is the shell prompt):

	$ ./install.sh

and follow the on-screen instructions. If you want to compile as a normal
user and install as root then you should do this instead:

	$ ROX-Filer/AppRun --compile
	$ su
	[ enter root password ]
	$ ./install.sh


CVS notes
~~~~~~~~~
If you got this from CVS then you'll need to have 'autoconf' installed
before you can compile (the snapshots on the FTP site don't require this).

You will also need to run 'make' in the 'ROX-Filer/src/Docs' directory
to get the manual created in 'ROX-Filer/Help', and also run 'dist' in
'ROX-Filer/src/po' to get the translations.

Instructions on getting rox via CVS can be found at:

	http://sourceforge.net/cvs/?group_id=7023

Once you have a version of rox from CVS you can update it by simply doing

	$ cvs -z3 update

from inside the 'rox' directory.

Finally, remember that the CVS version is the very latest developer code. It
has not been well tested. It may have bugs. It may not even compile. You
have been warned! (but please report any bugs you find)


ROX-Filer
~~~~~~~~~
Help for ROX-Filer can be found in the directory ROX-Filer/Help.


Files
~~~~~

Two places are used for MIME-handling configuration files:

<Choices>/MIME-info/*
	Contains the rules for guessing a file's type from its name.
	Many programs come with files called '<prog>.mime' which contain
	additional rules. Put these files in the MIME-info directory too.

<Choices>/MIME-types/*
	Contains programs or symlinks which will be run.
	For example:

	$ rox picture.gif
	is like doing
	$ <Choices>/MIME-types/image_gif picture.gif
	or, if that isn't found,
	$ <Choices>/MIME-types/image picture.gif

In both cases, <Choices> is all the directories in your CHOICESPATH
environment variable, which defaults to:

	~/Choices:/usr/local/share/Choices:/usr/share/Choices

The leftmost directory listed is searched first, followed by the others in
order. If the string starts with a `:' then saving is disabled and no program
will attempt to save any configuration into it. For more details, see:

	<http://rox.sourceforge.net/choices.php3>


Conditions
~~~~~~~~~~
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


Please report any bugs to the mailing list:

	http://rox.sourceforge.net/contact.php3
shortlog
2007-09-16 Thomas LeonardMerge commit 'tony/master'master
2007-09-10 Tony HoughtonSimplified GError handling in theme_load_icon().
2007-09-10 Tony HoughtonFixed some problems and cleaned up some things in my...
2007-09-10 Thomas LeonardUpdated Chinese translation (Babyfai Cheung).
2007-09-05 Tony HoughtonAvoid Panel Options dialog being destroyed when changin...
2007-09-04 Tony HoughtonChanging panel side is now in dialog (new one with...
2007-09-04 Tony HoughtonConnect glade signals manually to avoid libtool depende...
2007-09-03 Tony HoughtonForce resave of panel xml file if original didn't conta...
2007-09-03 Tony HoughtonGot rid of panel options from main Options dialog.
2007-09-03 Tony HoughtonPanel options are loaded and saved.
2007-09-03 Tony HoughtonPanel Options dialog now pretty much fully functional...
2007-09-03 Tony HoughtonMore conversion of panel options to per-panel:
2007-09-03 Tony HoughtonUse libtool for linking to make sure we can auto-connec...
2007-09-03 Tony HoughtonTry to find icons in ROX and gnome themes if not in...
2007-09-02 Tony Houghtonpanel_show_options() deals gracefully with dialog alrea...
2007-09-02 Tony HoughtonPanel Options dialog may be shown but is not functional...
...
heads
14 years ago italian
15 years ago chinese
16 years ago vietnamese
16 years ago master