Gridella configuration file
- Language
[Locale]
- Sets the used language for the application. Possible values for the property
Locale are language codes of supported languages (en
for English, de for German, fr for French, lt
for Lithuanian, mk for Macedonian, nl for Dutch,
sh for Serbo-Croatian).
Default: empty
- Theme
[Theme]
- Sets the used theme for the application. Possible values for the property
Theme are all filenames (without the .zip extension)
of theme files in the themes/ directory.
Default: SkinLF
- Window Size
[WindowWidth, WindowHeight]
- The size of the application window can be set at
WindowWidth
and WindowHeight.
Default: WindowWidth=700, WindowHeight=500
- Temporary download directory
[TempDir]
- Sets the temporary directory for downloads.
TempDir should
be an existing directory or a directory that can be created at startup. Use
forward slashes ('/') instead of backslashes ('\')!
Default: Temp/
- Download directory
[DownloadDir]
- Sets the download directory for downloads.
DownloadDir should
be an existing directory or a directory that can be created at startup. Use
forward slashes ('/') instead of backslashes ('\')!
Default: Downloads/
- Shared directories
[SharedDirs]
- Sets the shared directories. Files in these directories can be found and
downloaded by other users.
SharedDirs should be a list of existing
directories separated by white space. Use forward slashes ('/') instead of
backslashes ('\')!
Default: Shared/
- Share sub-directories
[ShareSubDirs]
- By setting the
ShareSubDirs property to true all
sub-directories of a shared folder are also shared.
Default: true
- Shared file-extensions
[SharedExt]
- To share only files with certain file-extensions a list of extensions to
share could be given via
SharedExt. The extensions should be
separated by ";".
Default: gif;htm;html;jpg;pdf;ps;tar.gz;txt;zip
- Share all files (ignore file-extensions)
[ShareAllExt]
- To share files of any type, the
ShareAllExt property is set
to true. If it is set to false, only files with
the defined file-extensions are shared.
Default: true
- Openers (for file-extensions)
[Opener1, Opener1Ext,
Opener2, Opener2Ext, ...]
- To be able to open files directly by Gridella the serving applications must
be defined. There can be different applications for different file-extensions.
The applications are defined by Opener followed by the opener-index,
e.g. the first opener is Opener1, the second Opener2.
The value for the opener is the filename of an application.
To associate the opener with files, the file extensions handled by this opener
are to be set by Opener?Ext, where '?' stands for
the opener-index (1, 2, ...).
The list of file extensions should be separated by ";".
Default:
Opener1Ext=empty
Opener2=empty
Example:
Opener1=acrobat
Opener1Ext=pdf
Opener2=C:/Program Files/Internet Explorer/IExplore.exe
Opener2Ext=gif;htm;html;jpg;xml