<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[TuxFamily's forum — Release]]></title>
		<link>/</link>
		<atom:link href="https://forum.tuxfamily.org/feed/rss/forum/4/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at TuxFamily's forum.]]></description>
		<lastBuildDate>Sun, 03 May 2015 22:46:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[ZeMarmot, Libre animation film made with Free Software]]></title>
			<link>/topic/652/zemarmot-libre-animation-film-made-with-free-software/new/posts/</link>
			<description><![CDATA[<p>We are crowdfunding for a 2D Animation Film (digital cell animation), released under Creative Commons BY-SA, and made fully with Free Software.</p><p>The crowdfunding page: <a href="http://igg.me/at/zemarmot">http://igg.me/at/zemarmot</a><br />The film website: <a href="http://film.zemarmot.net">http://film.zemarmot.net</a></p><p>You can view our teaser there, and description of the whole campaign. I hope you&#039;ll like it, and don&#039;t hesitate if you have any question! :-)</p>]]></description>
			<author><![CDATA[null@example.com (girin)]]></author>
			<pubDate>Sun, 03 May 2015 22:46:26 +0000</pubDate>
			<guid>/topic/652/zemarmot-libre-animation-film-made-with-free-software/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Libre Calendar 2015]]></title>
			<link>/topic/641/libre-calendar-2015/new/posts/</link>
			<description><![CDATA[<p>Hi all!</p><p>The association LILA releases a promotional and community calendar about Free Art, Free Software, and Artists using Free Software.</p><p>In other words: this calendar is filled by 12 artworks done by 6 artists, some photographs, 3D renders or drawings.&nbsp; The calendar is released under a Creative Commons Attribution license, and most of the profits will go to the artists, as well as to a selection of Free Software for Graphics creation (GIMP, Blender, Inkscape, Scribus).&nbsp; Of course the calendar itself is done with these software, since all the artists are usual FLOSS users.<br />And TuxFamily is hosting our project page. :-)</p><p>Hope you are interested! Project page: <a href="http://librecal2015.libreart.info/en/">http://librecal2015.libreart.info/en/</a><br />See you!</p><p>Jehan<br />Association LILA</p>]]></description>
			<author><![CDATA[null@example.com (girin)]]></author>
			<pubDate>Tue, 04 Nov 2014 17:20:04 +0000</pubDate>
			<guid>/topic/641/libre-calendar-2015/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[BashStyle-NG 8.00 (5th anniversary version)]]></title>
			<link>/topic/598/bashstyleng-800-5th-anniversary-version/new/posts/</link>
			<description><![CDATA[<p>BashStyle-NG</p><p>=== Introduction ===</p><p>BashStyle-NG consists of a graphical tool and a functionchain.</p><p>The graphical tool (bashstyle) is used to easily change a huge amount options<br />regarding Bash, Readline, VIm and Nano. The configurtion is stored using ConfigOBJ.</p><p>The functionchain is used to realize the setup when starting a new Bash.<br />Besides a diversity of additional functions or wrappers is provided.</p><p>Another thing shipped is dirinfo (a simple, in-progress directory-indexing<br />mechanism for the shell), aswell as a first-run-wizard.</p><p>12 different prompt-styles are shipped, all of them can be modified using the<br />GUIs built-in custom-prompt-builder (CPB).</p><p>Every option and every function is described in the documentation.</p><p>=== Download ===<br />download.tuxfamily.org/bashstyleng/</p><p>Changes since 7.12.1:</p><p>Overview of changes in v8.00 &quot;We&#039;re Getting High With The Rhythm&quot;</p><p>--- Important Note #1 ---</p><p>This release switched from GConf based configuration to ConfigObj.</p><p>Advantages:<br />&nbsp; &nbsp; - *much* faster startup from terminal<br />&nbsp; &nbsp; - usable from both python (ConfigObj) and Bash (ini-parser)<br />&nbsp; &nbsp;&nbsp; &nbsp;[read: all options could be changed from Bash now, too]<br />&nbsp; &nbsp; - bs-ng-profiler and rc-generator no longer required</p><p>Disadvantages:<br />&nbsp; &nbsp; - you have to fully re-setup BashStyle-NG (both GUI and Wizard)</p><p>--- Important Note #2 ---</p><p>This release requires GTK+3 / Python-GI</p><p>=== Bug fixes ===<br />* #128 (ui):<br />&nbsp; &nbsp; fixed C-P-B (Custom Prompt Builder) showing no longer existent<br />&nbsp; &nbsp; themes (and theme-code) from the &quot;Choose Style to modify:&quot; combo-box<br />* #129 (configure):<br />&nbsp; &nbsp; when configured via debian/rules, configure got the prefix wrong<br />* #130 (profile):<br />&nbsp; &nbsp; display-managers like XDM don&#039;t source /etc/profile.d/*,<br />&nbsp; &nbsp; so let nx-rc self-check, whether our profile was sourced<br />* #131 (readline/vim/nano):<br />&nbsp; &nbsp; don&#039;t create an rc for readline, vim or nano, if one is already going<br />&nbsp; &nbsp; to be created (fixes annoying issues when opening splitvt or two<br />&nbsp; &nbsp; terminals at a time)<br />* #132 (show_system_load):<br />&nbsp; &nbsp; enforce LANG=C when calling uptime, so that it properly works in all cases<br />* #133 (toolbox/about):<br />&nbsp; &nbsp; fix the bug that the toolbox and about-dialog could only<br />&nbsp; &nbsp; be properly invoked once per session<br />* #134 (configure):<br />&nbsp; &nbsp; fix detection of gir-repository-path on x86_64 (tested on Fedora 18)<br />* #135 (functions):<br />&nbsp; &nbsp; define all functions as such, to prevent errors on startup if a vendor<br />&nbsp; &nbsp; alias has the same name then a BS-NG function (eg: ll on Fedora)<br />* #136 (make):<br />&nbsp; &nbsp; fixed uninstallation of BS-NG<br />* #137 (debian/control):<br />&nbsp; &nbsp; make debian package depend on gir1.2-gtk-3.0</p><p>=== Added Features ===<br />* configure can now check for GIR Repositories<br />* configure can now check for python sub-modules<br />* options like aliases can now be reverted to previous user-value<br />&nbsp; or reset to factory defaults in the user interface<br />* -n param for &#039;randomfile&#039; (exec randomfile N times)<br />* &#039;jump&#039; feature (jump between directories, uses dirinfo database)<br />* &#039;assign&#039; function<br />* &#039;bsng-help&#039; function (auto-generates help messages)</p><p>=== Removed Features ===<br />* bs-ng-profiler (no longer required)<br />* rcgenerator (no longer required)</p><p>=== Misc changes ===<br />* shifted around some paths<br />&nbsp; + DATADIR/rc/bin =&gt; PREFIX/bin<br />&nbsp; + DATADIR/rc/opt =&gt; DATADIR/bin</p><p>* simplified debian/rules<br />* updated debian/docs</p><p>* several small fixups and improvements in the docs<br />&nbsp; [chapters 00 - 04, 06 - 07]</p><p>* majorly improved the profile (/etc/profile.d/bashstyle.sh)</p><p>* split all functions into own scripts</p><p>* updated all copyright year notices to &quot;2007 - 2013&quot;</p><p>* modularized user-interface code<br />* many automatisms, saving lots of code for user-interface</p>]]></description>
			<author><![CDATA[null@example.com (nano)]]></author>
			<pubDate>Fri, 03 May 2013 18:40:00 +0000</pubDate>
			<guid>/topic/598/bashstyleng-800-5th-anniversary-version/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Flukz 0.1]]></title>
			<link>/topic/593/flukz-01/new/posts/</link>
			<description><![CDATA[<p>A first version of Flukz has been released. It is a shootem&#039;up video game, with the specificity that game levels can be edited in the same way as a wiki. A history of changes is created for each game level, allowing users to collaborate on the creation of new and fun game levels.</p><p>The edition of the game levels is made entirely in a graphical way, so that anyone can participate to the creation of new levels without any programming knowledge. If you have edited Wikipedia before, you will probably find the interface of Flukz quite easy to use.</p><p>Web site : <a href="http://flukz.org">http://flukz.org</a></p><p>Some screenshots of Flukz, in wiki mode, and in shootem&#039;up mode :</p><p><span class="postimg"><img src="http://flukz.org/wiki/lib/exe/fetch.php?cache=&amp;w=608&amp;h=438&amp;media=shoot_capture2.jpg" alt="http://flukz.org/wiki/lib/exe/fetch.php?cache=&amp;amp;w=608&amp;amp;h=438&amp;amp;media=shoot_capture2.jpg" /></span></p><p><span class="postimg"><img src="http://flukz.org/wiki/lib/exe/fetch.php?cache=&amp;w=367&amp;h=405&amp;media=shoot_capture1.jpg" alt="http://flukz.org/wiki/lib/exe/fetch.php?cache=&amp;amp;w=367&amp;amp;h=405&amp;amp;media=shoot_capture1.jpg" /></span></p><p>Please don&#039;t hesitate to try the software and tell us what you liked or not, what kind of features should be added, etc.</p>]]></description>
			<author><![CDATA[null@example.com (yukito)]]></author>
			<pubDate>Fri, 22 Feb 2013 18:42:26 +0000</pubDate>
			<guid>/topic/593/flukz-01/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Jas CMS 0.4 Alpha-2 Released!]]></title>
			<link>/topic/587/jas-cms-04-alpha2-released/new/posts/</link>
			<description><![CDATA[<p><strong>Dear List Subscribers,<br />Dear Free Software Lovers &amp; Hackers,<br />Dear IT-Security workers,</strong></p><p>We are pleased to announce the second alpha version of Jas CMS.</p><p><strong>What is Jas CMS? What does the Jas CMS 0.4 Alpha-2 contain?</strong><br />Jas CMS is a free, small website engine written in Java, licensed under GNU GPL 3. It produces static content without the need of any databases or server-side scripting languages. </p><p>It is created to fulfil high security concerns. You can use it with any webserver which is capable of serving static files. It is suitable for various kind of content projects like personal websites, project / product pages, group sites, company websites... It is also designed for managing content projects / websites in the i2p network, tor et cetera.</p><br /><p>For more information, visit the site <a href="http://www.jascms.org/">www.jascms.org/</a></p><p><strong>New Team Members</strong><br />Congratulations and welcome to our new team members: <br />- Peter Mathijssen (Content Authoring, Testing), <br />- Francisco Ocon (Programming, Testing).</p><p><strong>Technical Release Information:</strong></p><p><strong>Bug</strong><br />[JASCMS-14] - String.contains<br />[JASCMS-15] - Edit Content Processing; Last Line<br />[JASCMS-16] - Block_content.html<br />[JASCMS-33] - File Seperator Issue on Windows<br />[JASCMS-34] - General Issues MS...<br />[JASCMS-35] - Edit Index Page Issue<br />[JASCMS-36] - PageName != SiteName<br />[JASCMS-37] - Issue with JTable Sorter<br />[JASCMS-38] - Character Encoding (UTF-8)<br />[JASCMS-44] - Variable Handling Bug<br />[JASCMS-49] - Text Fields of the NewProjectDialog not editable</p><p><strong>Improvement</strong><br />[JASCMS-17] - Menu Management Improvement<br />[JASCMS-20] - Date Format in Config<br />[JASCMS-23] - Manage StickyPages<br />[JASCMS-24] - Manage Config<br />[JASCMS-25] - Help Dialog<br />[JASCMS-26] - General GUI Improvements<br />[JASCMS-27] - Add date to output<br />[JASCMS-42] - general screens details<br />[JASCMS-45] - Authors dialog<br />[JASCMS-47] - Block list management</p><p><strong>New Feature</strong><br />[JASCMS-5] - Official Website with Jas CMS<br />[JASCMS-6] - (G)UI - Improvements<br />[JASCMS-18] - Statusbar<br />[JASCMS-21] - StickyPages</p><p><strong>Task</strong><br />[JASCMS-19] - Error Handling<br />[JASCMS-39] - Method for deleting the output<br />[JASCMS-40] - Add new designs<br />[JASCMS-46] - Code refactory and good practices</p><p><strong>Requirements</strong><br />Java JRE&nbsp; &gt;= version 6</p><p><strong>Download</strong><br />To download the package, <a href="http://www.jascms.org/download.html">just klick here!</a></p><p>Jas CMS Project Team</p><p><strong>Jas CMS - ...because the real security is static<br /><a href="http://www.jascms.org/">www.jascms.org</a></strong><br /><strong><a href="mailto:info@jascms.org">info@jascms.org</a></strong></p>]]></description>
			<author><![CDATA[null@example.com (exceptionzr)]]></author>
			<pubDate>Mon, 31 Dec 2012 07:26:54 +0000</pubDate>
			<guid>/topic/587/jas-cms-04-alpha2-released/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[A bunch of new releases]]></title>
			<link>/topic/567/a-bunch-of-new-releases/new/posts/</link>
			<description><![CDATA[<p>So... I made a bunch of new releases :]</p><p>GCMM+ rev03:<br />(a Wii homebrew to save/restore GameCube savegames on SD-Card)<br /><a href="http://www.nanolx.org/wiihomebrew/gcmmplus">http://www.nanolx.org/wiihomebrew/gcmmplus</a></p><p>HomebrewFilter rev37:<br />(a drop-in replacement for HBC - allows to load Wii/GC Homebrew from SD, DVD or USB)<br /><a href="http://www.nanolx.org/wiihomebrew/homebrewfilter">http://www.nanolx.org/wiihomebrew/homebrewfilter</a></p><p>librep 0.92.2:<br />(a lightweight and fast lisp-dialect)<br /><a href="http://sawfish.wikia.com/wiki/2012_03_26:_librep_0.92.2_released">http://sawfish.wikia.com/wiki/2012_03_2 … 2_released</a></p><p>rep-gtk 0.90.8:<br />(a gtk+ binding to librep)<br /><a href="http://sawfish.wikia.com/wiki/2012_03_26:_rep-gtk_0.90.8_released">http://sawfish.wikia.com/wiki/2012_03_2 … 8_released</a></p><p>sawfish-pager 0.90.3:<br />(a pager for the Sawfish window-manager)<br /><a href="http://sawfish.wikia.com/wiki/2012_03_26:_sawfish-pager_0.90.3_released">http://sawfish.wikia.com/wiki/2012_03_2 … 3_released</a></p><p>Sawfish 1.8.92 (RC1)<br />(the one and only Sawfish window-manager)<br /><a href="http://sawfish.wikia.com/wiki/2012_03_26:_sawfish_1.8.92_released">http://sawfish.wikia.com/wiki/2012_03_2 … 2_released</a></p><p>Have Fun!</p>]]></description>
			<author><![CDATA[null@example.com (nano)]]></author>
			<pubDate>Tue, 27 Mar 2012 16:52:21 +0000</pubDate>
			<guid>/topic/567/a-bunch-of-new-releases/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Sawfish 1.8.90]]></title>
			<link>/topic/535/sawfish-1890/new/posts/</link>
			<description><![CDATA[<p>The first beta of Sawfish 1.9.0 and the first release of Sawfish fully developed on Tuxfamily has just been released :)</p><p>If you&#039;d like to know more, visit <a href="http://sawfish.wikia.com/wiki/2011_07_30:_Sawfish_1.8.90_released">http://sawfish.wikia.com/wiki/2011_07_3 … 0_released</a></p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (nano)]]></author>
			<pubDate>Sat, 06 Aug 2011 17:26:23 +0000</pubDate>
			<guid>/topic/535/sawfish-1890/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Sawfish 1.8.0]]></title>
			<link>/topic/515/sawfish-180/new/posts/</link>
			<description><![CDATA[<p>Hi there,</p><p>we just released Sawfish 1.8.0. The last release developed on GNOME.org... so a new era begins: Sawfish @ Tuxfamily.org :)</p><p>You can find all infos about the new release here: <a href="http://sawfish.wikia.com/wiki/2011_03_13:_sawfish_1.8.0_released">http://sawfish.wikia.com/wiki/2011_03_1 … 0_released</a></p><p>Status of GNOME.org &gt;&gt; Tuxfamily.org migration:</p><p>ML: setup, not yet in use<br />BT: setup, not yet in use (sawfish.tuxfamily.org/flyspray)<br />GIT: setup, in use for librep, rep-gtk and sawfish-pager. sawfish itself will follow soon. (needed a release before moving GIT)<br />Wiki: will stay at Wikia.<br />Homepage: (sawfish.tuxfamily.org) under construction (locally)<br />Releases: hosted at Tuxfamily since 1.6x<br />Themes: moved from Sourceforge to Tuxfamily, but a wiki-bot to update the links needs to be written.</p><p>So... we arrived in the country where the penguins drink Bordeaux all day :)</p>]]></description>
			<author><![CDATA[null@example.com (nano)]]></author>
			<pubDate>Sun, 13 Mar 2011 09:26:39 +0000</pubDate>
			<guid>/topic/515/sawfish-180/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Sawfish 1.6.2]]></title>
			<link>/topic/454/sawfish-162/new/posts/</link>
			<description><![CDATA[<p>Hi all,</p><p>Just wanted to say that Sawfishs new home is at Tuxfamily. Atleast for the Releases. We moved away from SF.net because of that &quot;evil country&quot; and &quot;axis of doom&quot; things in the US-laws. </p><p>So 1.6.2 is the first Sawfish release hosted on Tuxfamily, for more infos visit our wiki: <a href="http://sawfish.wikia.com">http://sawfish.wikia.com</a>.</p><p>Lang lebe Frankreich. (&quot;Vive la france&quot; in german) :)</p>]]></description>
			<author><![CDATA[null@example.com (nano)]]></author>
			<pubDate>Wed, 17 Feb 2010 19:23:59 +0000</pubDate>
			<guid>/topic/454/sawfish-162/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Large projects?]]></title>
			<link>/topic/453/large-projects/new/posts/</link>
			<description><![CDATA[<p>Is there a limit to the size of a project.&nbsp; I am looking for a new home for a popular open-source application.</p><p>According to our current host (sourceforge.net), we generate</p><p>2GB/day downloads - (much higher every 3 or 4 months when we have a new release).<br />10000 web page hits/day</p><p>Are we too big to be hosted here?</p>]]></description>
			<author><![CDATA[null@example.com (fisharebest)]]></author>
			<pubDate>Fri, 12 Feb 2010 18:35:54 +0000</pubDate>
			<guid>/topic/453/large-projects/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[FGF players' portal]]></title>
			<link>/topic/289/fgf-players-portal/new/posts/</link>
			<description><![CDATA[<p>Good morning</p><p>After I left the project called &quot;Java Game Tome&quot;, I decided to move forward the creation of my portal of Java open source free of charge easily installable video games called &quot; FGF players &#039; portal &quot;. It is available both on Facebook and on Internet outside Facebook. However, the web version is not finished, Facebook version is 100 % functional. The purpose of this portal is to bring closer to the players and to the creators of free open source Java video games. They can test games and download their source code, see the screen captures and videos. The site is deliberately very simple, very rudimentary. The GUI is poor but this is progressively going to arrange. As I do not accept&nbsp; closed source games, I think that I shall have less of audience that other portals but I prefer favoring quality to quantity. Is it useful to show lots of games if&nbsp; finally the half of them doesn&#039;t work under Linux and if some most &quot;casual gamers&quot; cannot install them? I shall fight for free software until the end. The source code of this application will be available soon on sourceforge.net after some cleaning and fixing some security problems first.</p><p><a href="http://tuer.tuxfamily.org/fgf/players_portal/">http://tuer.tuxfamily.org/fgf/players_portal/</a></p><p>Do you have an idea for the logo?</p>]]></description>
			<author><![CDATA[null@example.com (gouessej)]]></author>
			<pubDate>Mon, 15 Sep 2008 11:33:19 +0000</pubDate>
			<guid>/topic/289/fgf-players-portal/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Oxygen Refit Icons for Gnome]]></title>
			<link>/topic/146/oxygen-refit-icons-for-gnome/new/posts/</link>
			<description><![CDATA[<p><strong>I just released Version 0.6.0 of the Oxygen Refit Icon Theme for Gnome</strong></p><p>Oxygen Refit is the Gnome Port of the two KDE Icon Themes Oxygen and Crystal Project.</p><p>If you use Debian/Ubuntu you can install it via an apt repo ... read <a href="http://download.tuxfamily.org/oxygenrefit/README">here</a></p><p>else you can download it from <a href="http://download.tuxfamily.org/oxygenrefit/OxyRepo/pool-src">here</a></p><p>You&#039;ll also find Screenshots inside of each subdirectory and a README with installation instructions, if nessacary.</p><p>There are 5 SubProjects:<br />- Oxygen Refit for Gnome<br />- Oxygen for gFTP<br />- Oxygen for GnomeBaker<br />- Oxygen for Graveman!<br />- Oxygen for GConf-Editor</p><p>Future Plans:<br />Oxygen Refit:</p><p>- more app icons<br />- icons for the applets/sub projects of gnome</p><p>Oxygen for Exaile</p><p>maybe more.</p><p>Tell me what you thing and Have Fun.</p>]]></description>
			<author><![CDATA[null@example.com (nano)]]></author>
			<pubDate>Thu, 23 Aug 2007 18:12:44 +0000</pubDate>
			<guid>/topic/146/oxygen-refit-icons-for-gnome/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[FreevoLive]]></title>
			<link>/topic/52/freevolive/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>The creator of the madbox project told me about TuxFamily, and I must say, it&#039;s great! :)</p><p>I was hosting the iso file for FreevoLive on megaupload.com, but that&#039;s not a very Linux friendly service :(<br />Besides that, people couldn&#039;t download the iso&#039;s because megaupload blocked access to people when the &#039;download slots&#039; for a country were full.</p><p>But that&#039;s all over now!&nbsp; Thanks to you guys!!</p><p>Off course I will modify the page with credits to TuxFamily!! :D<br />I&#039;ll try to do that this evening (I&#039;m sneakily typing this at work :P)</p>]]></description>
			<author><![CDATA[null@example.com (highking)]]></author>
			<pubDate>Fri, 16 Feb 2007 11:26:58 +0000</pubDate>
			<guid>/topic/52/freevolive/new/posts/</guid>
		</item>
	</channel>
</rss>
