Vole Project
Artifact [02566c5dc2]
Not logged in

Artifact 02566c5dc2fb0deb677e21a2b6add05749931596:

Wiki page [Vinkix OLR Public Repository] by davidevans 2013-10-09 21:48:30.
D 2013-10-09T21:48:30.773
L Vinkix\sOLR\sPublic\sRepository
P 1e8bdaf26cb5ee27d9cf007fac2dfc4569683b4c
U davidevans
W 2640
<h1>Welcome</h1>

<h1>This page is obsolete and should not be linked to from other pages.</h1>

Welcome to the home page for the Vinkix OLR public repository.

Vinkix was formerly named Vienna, but we are in the process of changing the name of the
app to avoid conflicting with the [http://www.vienna-rss.org/|Vienna] RSS feed reader.

UPDATE:  By a unanimous vote in the Cix Vienna conference it was decided that the new name for Vienna is now Vole.  This wiki has not yet been modified to reflect the new name, and I need to modify the source code as well.  Stay tuned.

Vinkix is an offline reader for CIX which runs on Mac OS X 10.4 and later (Tiger, Leopard, Snow Leopard, Lion and Mountain Lion). There is no known reason why
it should not work on Mavericks.

See [http://en.wikipedia.org/wiki/CIX] for background about CIX and
[https://forums.cixonline.com/secure/newhome.aspx|Cix Forums] for the online version.
You can use Vinkix to access CIX forums while offline.

This page has instructions for the renamed version.  For instructions for the old version named
Vienna, please see the [Vienna OLR Public Repository|legacy home page]

This repository only contains source code. To obtain the Vinkix App in 
ready-to-run form, please join the vienna conference on CIX and download
the latest version from the files topic.

<h1>This page is just plain WRONG in places. Stay tuned for a revised version</h1>

Coming soon when the dust settles.  Stay tuned by doing a "fossil pull" to get the latest
version to your local repository,

<h1>Links</h1>
   
  *  [FAQ|Frequently Asked Questions]
  *  [The Vienna DevTeam]

<h1>System Requirements</h1>

  *  Mac OS X 10.4 (Tiger) or later
  *  A reasonably recent version of Xcode, but not too recent.
     At the moment, the best version to use is 3.2.6.

<h1>Get Fossil</h1>

The home page for Fossil is here: [http://www.fossil-scm.org]

Install fossil in your $PATH

<h1>Clone this repository</h1>

<pre>
fossil clone http://chiselapp.com/user/vinkix/repository/olrcix   vinkix.fossil
</pre>

<h1>Extract the source</h1>

<pre>
mkdir -p Vinkix-source/xxx
cd Vinkix-source/xxx
fossil open ../../vinkix.fossil tiger-branch
</pre>

<h1>Build the App</h1>
<pre>
cd Vienna
make tiger
</pre>

A short time later the Vinkix App will be in directory:
<pre>
Vienna-source/Vienna-build/tiger
</pre>

Run the App from the Makefile with:
<pre>
make tiger-run
</pre>

<h1>One last thing</h1>

Tell fossil to ignore or not merge certain types of files:

<pre>
cd Vienna-source/xxx/scripts
sh fossil-binary.sh
</pre>
Z a133ea4a1c2f3a0d760e1ce165dc7551