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.
 
descriptionnone
ownerdtomas@marsmail.de
last changeSat, 1 Sep 2007 13:26:23 +0000 (1 15:26 +0200)
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-01 Dennis TomasDon't allow SetIcon/UnsetIcon SOAP calls to (un)set... master
2007-07-18 Dennis TomasUse Name entry of .desktop files for SendTo menu items.
2007-07-18 Dennis TomasUse Name entry of .desktop files for pinboard/panel...
2007-07-18 Dennis TomasLabel unlabeled icons in pan/pb config files when addin...
2007-07-07 Dennis Tomasr5094: Fixed crash when running a .desktop file in...
2007-07-06 Dennis Tomasr5093: Strip .xpm or .svg extensions from Icon entry...
2007-06-25 Dennis Tomasr5077: Added automatic placement and updating to Pinboa...
2007-06-17 Thomas Leonardr5064: When clicking on toolbar buttons, don't crash...
2007-06-17 Babyfai Cheungr5063:
2007-06-15 Stephen Watsonr5062: Need to use unsigned char when reading the heade...
2007-06-10 Thomas Leonardr5052: New release.ROX-Filer-2.6.1
2007-06-10 Thomas Leonardr5051: The EXIF reading code came from
2007-06-10 Thomas Leonardr5050: Updated French manual translation (Arnaud Calvo).
2007-06-10 Thomas Leonardr5047: Reverted accidental commit adding libxml dependency.
2007-06-10 Thomas Leonardr5045: New release.
2007-04-29 Tony Houghtonr5018: Reduced panel border width to 1 pixel.
...
tags
16 years ago ROX-Filer-2.6.1
17 years ago ROX-Filer-2.6
17 years ago ROX-Filer-2.5
20 years ago Release-2-0-1
21 years ago Release-1-2-2
21 years ago Release-1-2-1
22 years ago Release-1.2.0
22 years ago tal00r
23 years ago Release-0-1-28
23 years ago Release-0-1-27
23 years ago Release-0-1-26
23 years ago tal197
24 years ago Release-17-Jan-2000
24 years ago Release-08-Jan-2000
24 years ago Release-01-Jan-2000
24 years ago Release-30-Dec-1999
...
heads
16 years ago master
16 years ago origin
18 years ago Branch-2-2
20 years ago Branch-2-0
21 years ago Branch-1-2