The K-Sketch SVN repository is hosted by Sourceforge.
| Resource | SVN URL |
|---|---|
| Program trunk | https://k-sketch.svn.sourceforge.net/svnroot/k-sketch/trunk |
| Website | https://k-sketch.svn.sourceforge.net/svnroot/k-sketch/www |
| DUB Website | https://k-sketch.svn.sourceforge.net/svnroot/k-sketch/www_dub |
| Wiki template | https://k-sketch.svn.sourceforge.net/svnroot/k-sketch/doku_simple |
| WWW administration | https://k-sketch.svn.sourceforge.net/svnroot/k-sketch/www_admin |
| FreeKS Prototype (not for public use) | https://k-sketch.svn.sourceforge.net/svnroot/k-sketch/freeks_proto |
| Toolset | Description |
|---|---|
| Exporter Tools | Built from the INDIGO server 'dist-cmd' target and the K-Sketch .NET 'ExporterApp' target. These are the MOV and SWF converters, respectively. See export_tutorial |
Main Program
| Release | Date | Revision |
|---|---|---|
| ALPHA 3 | 04.04.08 | 647 |
| ALPHA 2 | 03.16.08 | – |
| ALPHA | 02.18.08 | – |
| Release | Date | Revision |
|---|
K-Sketch is distributed through the Design Use Build (DUB) website: http://dub.washington.edu/projects/k-sketch/download/.
K-Sketch developers should use K-Bugz to manage bugs. Discussion meant for developers and implementation specific knowledge gleaned from fixing and reporting bugs should be kept on the K-Bugz wiki.
Knowledge that would benefit the K-Sketch community at large should be posted on this wiki.
K-Sketch has two mailing lists:
http://dub.washington.edu/mailman/listinfo/ksketch-announce
http://dub.washington.edu/mailman/listinfo/ksketch-dev
Announce is open for everyone to subscribe. Dev subscriptions are moderated.
The current KSK file format is OpenKSK.
Older KSK files used C# binary serialization. Since we can't run .NET programs on our server (.NET doesn't work on Linux …), there's really no way we can offer to translate old KSK files to new KSK files, besides asking people to run a conversion program on a Windows box. Our goal is 100% backward compatibility.
Based on a previous document , Installer Design Notes