<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:admin="http://webns.net/mvcb/"
>
<channel>
<title>Tablix</title>
<link>http://www.tablix.org</link>
<description>Free software for solving timetabling problems</description>
<dc:language>en-us</dc:language>
<dc:creator>Tomaž</dc:creator>
<dc:date>2011-10-30T10:18:40+01:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />
<item>
<link>http://www.tablix.org/archives/2009/10/07/T20_49_03/index.html</link>
<title>Mailing list off-line</title>
<dc:date>2009-10-07T20:49:03+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Servers</dc:subject>
<description><![CDATA[<div class="zem-content">


<p>Tablix mailing list <i>tablix-list</i> is currently off-line because of a spam problem.</p>
<p>I&#39;m looking for a solution for this problem, but I&#39;m a bit short on time so it will probably take a week or two. The list hasn&#39;t been very active lately, so I hope this isn&#39;t too big of an inconvenience.</p>
<p>In the mean time, please do not send mail to the mailing list, or try to subscribe. All mail sent to <i>tablix-list@tablix.org</i> is logged, but any legitimate mail will probably be lost in the large amount of spam.</p>
<p>And if you can suggest a good, secure and light-weight mailing list manager, please drop me a mail.</p>
</div>

<div class="zem-suggest" style="font-size: x-small">



</div>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2007/08/24/T11_07_00/index.html</link>
<title>Using Bash completion</title>
<dc:date>2007-08-24T11:07:00+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Miscellaneous</dc:subject>
<description><![CDATA[<p>If you're running Tablix in GNU/Linux you're probably using Bash as your shell. Putting the following three lines in your <i>.bashrc</i> file will make it easier to use Tablix utilities with long command-line options:</p>

<pre style="overflow:auto;">
complete -o default -W '--functions --conv-fitness --fit-fitness --scale' tablix2_plot
complete -o default -W '--file --dir --multi-file --multi-dir' tablix2_test
complete -o default -W '--single --multiple --graph --multi-graph' tablix2_benchmark
</pre>

<p>You can then use <b>TAB</b> key to complete options just like filenames. For example to type "<i>tablix2_plot --conv-fitness</i>" you can now only type "<i>tablix2_p<b>TAB</b> --c<b>TAB</b></i>" and the shell will fill in the missing parts for you.</p>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2007/07/03/T14_22_16/index.html</link>
<title>Tablix 0.3.5 stable release</title>
<dc:date>2007-07-03T14:22:16+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Releases</dc:subject>
<description><![CDATA[<p>Tablix 0.3.5 is available for download. <a href="http://www.tablix.org/releases/stable">Source</a> distribution and <a href="http://www.kiberpipa.org/~tomaz/tablix/repo">Debian package</a> are available at the usual places.</p>

<p>This release fixes bugs in the kernel and adds some new fitness modules.</p>

<p>You can find more details in the <a href="http://www.tablix.org/releases/stable/release-0.3.5.txt">release notes</a>.</p>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2007/05/06/T14_14_31/index.html</link>
<title>User's manual and HOW-TOs in French</title>
<dc:date>2007-05-06T14:14:31+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Releases</dc:subject>
<description><![CDATA[<p>François Colombier yesterday published a complete <a href="http://tablix.pour1.info/doc">French translation</a> of the Tablix User's Manual, HOW-TOs and Modules reference documentation. Thanks.</p>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2006/11/13/T14_17_27/index.html</link>
<title>Tablix 0.3.4 stable release</title>
<dc:date>2006-11-13T14:17:27+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Releases</dc:subject>
<description><![CDATA[<p>Besides bug fixes in the kernel and existing modules this release also adds the following new features:</p>

<p>
Two fitness modules (<i>minrooms.so</i> and <i>simplesametime.so</i>) that can be used for simple meeting scheduling were added to the distribution (contributed by Seppe vanden Broucke).</p>

<p>Several changes were made to the kernel to make building and using
Tablix on Microsoft systems easier: The path to modules can now be
changed with a command-line parameter and the module loader
automatically determines the file name extension for shared libraries
used by the operating system. It is no longer necessary to include '.so'
extensions in <i>&lt;module&gt;</i> tags in problem descriptions.</p>

<p>An export module for <a href="http://www.gnutu.devnull.pl">Gnutu Student's Schedule</a> was also added to the distribution.</p>

<p><a href="http://www.tablix.org/releases/stable">Source</a> distribution is available from the usual place. <a href="http://www.kiberpipa.org/~tomaz/tablix/repo">Debian packages</a> (now also for the <i>amd64</i> architecture) can be downloaded from the new package repository.</p>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2006/11/12/T12_27_36/index.html</link>
<title>New Debian package repository</title>
<dc:date>2006-11-12T12:27:36+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Servers</dc:subject>
<description><![CDATA[<p>
I've set up a new repository of Debian packages at <a href="http://www.kiberpipa.org/~tomaz/tablix/repo">http://www.kiberpipa.org/~tomaz/tablix/repo</a>. The old one wasn't available after the security compromise of the web server two months ago.
</p>

<p>The new repository uses a GPG key to sign the packages so your <i>apt</i> installation should be able to detect whether a package has been tampered with while it has been stored on the server.</p>

<p>Instructions for setting up your <i>/etc/apt/sources.list</i> and importing the GPG key: <a href="http://www.tablix.org/articles/stable">stable builds</a>, <a href="http://www.tablix.org/articles/devel">weekly automatic builds of the latest CVS version</a>.</p>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2006/10/27/T13_34_28/index.html</link>
<title>Upgrade to Nanoblogger 3.3</title>
<dc:date>2006-10-27T13:34:28+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Servers</dc:subject>
<description><![CDATA[<p>
I've just upgraded this site to Nanoblogger 3.3. Please report any broken links to my email address or leave a comment.
</p>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2006/09/17/T00_03_35/index.html</link>
<title>Debian packages temporarily unavailable</title>
<dc:date>2006-09-17T00:03:35+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Servers</dc:subject>
<description><![CDATA[<p>Administrators at Cyberpipe are currently investigating a security compromise in one of Cyberpipe's servers.</p>

<p>It is possible but unlikely that Tablix Debian binary packages (stable and development snapshots) that are hosted at <i>www.kiberpipa.org</i> have been tampered with. Until I can be sure that the packages have not been modified by anyone I have removed them from publicly accessible directories.</p>

<p>Because of the same reason the ISO images of the Tablix on Morphix distribution and the Jorell web service are currently unavailable.</p>

<p>Packages hosted at <i>www.tablix.org</i> and the CVS repository have not been affected and are still accessible. You can also still download the official Debian packages of Tablix from any Debian mirror.</p>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2006/07/05/T16_02_28/index.html</link>
<title>Tablix on Windows</title>
<dc:date>2006-07-05T16:02:28+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Miscellaneous</dc:subject>
<description><![CDATA[<p>Latest version of Tablix can also be compiled on Microsoft Windows. I have made an experimental package for Windows XP that includes Tablix kernel, export utility, some documentation and examples and a simple graphical user interface.</p>

<p>This package hasn't seen much testing since machines running Windows are in minority here. Please report any problems and / or other experiences to the Wiki or to the mailing list.</p>

<p>Release notes, screenshots and download link are available on this <a href="http://www.tablix.org/wiki/wiki.pl?Tablix_On_Windows">Wiki page</a>.</p>]]></description>
</item>
<item>
<link>http://www.tablix.org/archives/2006/05/28/T17_09_56/index.html</link>
<title>Tablix 0.3.3 stable release</title>
<dc:date>2006-05-28T17:09:56+01:00</dc:date>
<dc:creator>Tomaž</dc:creator>
<dc:subject>Releases</dc:subject>
<description><![CDATA[<p>Two header files (<i>style2.h</i> and <i>stripe.h</i>) are missing from the source distribution of the previous release. This results in a compiler error.</p>

<p>This release adds the missing files and also fixes a bug in the DTD file for the XML format of the fitness modules reference documentation.</p>

<p><a href="http://www.tablix.org/releases/stable">Source distribution</a> is here. The new Debian package should be identical to the previous release.</p>]]></description>
</item>
</channel>
</rss>
