You can find the values on github, just download the source code (link below). you can actually use the .skeinforge git repo as your .skeinforge directory no matter what OS you run (just install git).
http://github.com/jmil/SkeinFox/zipball/v1.11
http://git-scm.com/
jordan
> Subject: Values used in Skeinfox?
> From: Nils Schlupp <nils.s...@gmail.com>
> Date: Feb 20 05:31PM -0800
>
> Hey, I was wondering where I could find the values used in Skeinfox so
> that I could run a batch process on a linux machine using Skeinforge?
>
> Thanks,
> Nils
Nils
--
J. E. 'jet' Townsend, IDSA
Design, Fabrication, Hacking
design: www.allartburns.org; hacking: www.flatline.net; HF: KG6ZVQ
PGP: 0xD0D8C2E8 AC9B 0A23 C61A 1B4A 27C5 F799 A681 3C11 D0D8 C2E8
There is a .git directory in there. Each configuration is saved as a git branch.
So if you type:
cd .skeinforge
git branch
you will get a list of branches titled by what they are. An asterisk will be the current branch. So then you checkout which branch you want:
git checkout BRANCH_NAME
and that switches branches. You can then examine each file to see what has changed or use diff or gitx or gitk to examine all the differences...
see attached for gitx screenshot of my ~/.skeinforge directory. each green box has the name of a branch... at least 6 or 7 of these you will have in the .skeinforge directory you downloaded from github.
There are many better tutorials than what I have written here on the git documentation page. look at switching between branches.
hope that helps...
jordan