<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Linguas Os Wiki - new forum posts</title>
		<link>http://linguasos.wikidot.com/forum/start</link>
		<description>Posts in forums of the site &quot;Linguas Os Wiki&quot; - Linux for Translators</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-58411#post-159769</guid>
				<title>news</title>
				<link>http://linguasos.wikidot.com/forum/t-58411/news#post-159769</link>
				<description></description>
				<pubDate>Thu, 08 May 2008 10:01:47 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Linguas OS has it's own news portal now:<br /> <a href="http://www.linguasos.org/news.html">http://www.linguasos.org/news.html</a></p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24868">OT - coffee break / coffee break</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-58411/news">news</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-34774#post-89687</guid>
				<title>auto add selected apps</title>
				<link>http://linguasos.wikidot.com/forum/t-34774/auto-add-selected-apps#post-89687</link>
				<description></description>
				<pubDate>Thu, 10 Jan 2008 19:49:00 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>#!/bin/bash</p> <p>## install recommended packages via a script.<br /> export DISPLAY=:0.0</p> <p>usr=$(whoami)</p> <p>zenity —info —title EXTRAS —text "Greetings, $usr. First we need to update apt."</p> <p>gksu apt-get update | tee &gt;(zenity —title "updating apt" —progress —pulsate —auto-close)</p> <p>zenity —info —title EXTRAS —text "Okay, $usr, now we are ready to install KDE. Click OKAY to proceed."</p> <p>gksu apt-get install kdebase | tee &gt;(zenity —title Idle-Python —text "Installing KDE Desktop" —progress —pulsate —auto-close)</p> <p>zenity —info —title SUCCESS —text "KDE Desktop installed"</p> <p>zenity —info —title B-BYE —text "Thank you for using Linguas OS, $usr! Have a nice day"</p> <p>exit</p> <ol> <li>it occurs to me that I should find a way to pipe the output from apt to a window or text file.</li> <li># you know, just in case the network is down or repos are hung or something, so the user know what happened.</li> <li>## Obviously, I could add other packages to be installed, or separate scripts.</li> <li>## As likely as not, I will scrap this, and just leave good instructions for the user to use synaptic, which is pretty self-explanatory anyway.</li> <li># It's fun to write scripts, though!</li> </ol> <p>Linux is FUN!</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-26063">tech / scripts</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-34774/auto-add-selected-apps">auto add selected apps</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-34772#post-89686</guid>
				<title>Re: Linguas OS appfinder / menu edit</title>
				<link>http://linguasos.wikidot.com/forum/t-34772/linguas-os-appfinder-menu-edit#post-89686</link>
				<description></description>
				<pubDate>Thu, 10 Jan 2008 19:42:21 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <ol> <li>Here are the instructions that LingApp brings up:</li> </ol> <p>Linguas OS Application Finder - How to Edit your Fluxbox Menu<br /> abaldwin / <span class="wiki-email">gro.sosaugnil|rotcudartynot#gro.sosaugnil|rotcudartynot</span></p> <p>Close these instructions after reading these instructions, LingApp will assist you to find an application and add it to your menu.</p> <ol> <li>(note: I'd like to find a way to enable printing from the zenity text-info dialog…hmmmm.)</li> </ol> <p>In Fluxbox, when you add applications, they will not be automatically added to your fluxbox menu.<br /> LingApp is a handy little script that will help you to find where the applications have bee installed. In most cases, this will be in a location such as<br /> /usr/bin/yourapplication<br /> or<br /> /usr/sbin/application</p> <p>To add this application to launch from your fluxbox menu, you will have to add it manually. This is easily done by opening the fluxbox menu in a text editor and adding an entry for your application.<br /> Don't forget to save your changes to the menu.</p> <p>Your fluxbox menu will be in a hidden folder in your /home directory<br /> such as /home/yourname/.fluxbox<br /> You can open it and edit it by entering<br /> medit ~/.fluxbox/menu<br /> in xterm, which will open a text editor and display the menu for editing.</p> <p>Fluxbox menu entries look like this:</p> <p>[exec] (name of application) {/path/to/application}</p> <p>For instance, the menu entry for LingApp is</p> <p>[exec] (LingApp) {/usr/local/bin/lingapp}</p> <p>If you don't know where the application is, you can run</p> <p>whereis 'name of application'<br /> in xterm to find it.<br /> LingApp will do this for you after you close these instructions.<br /> Another means of finding an application on Linguas OS is to use Searchmonkey<br /> which is in your Admin submenu of the Linguas OS Fluxbox desktop menu.</p> <p>All the same, here is an example, say, if you were trying to find openoffice writer:<br /> You would open xterm or another terminal and do as follows:</p> <p>user@localhost:~$ whereis oowriter</p> <p>The terminal would then output this:</p> <p>oowriter: /usr/bin/oowriter /usr/bin/X11/oowriter /usr/share/man/man1/oowriter.1.gz</p> <p>You will notice that the first entry is "/usr/bin/oowriter"</p> <p>This is the command to start openoffice writer (your word processor).<br /> You will see this in the default Linguas OS menu in the "office" submenu.</p> <p>So, say you have decided to add xmms (winamp for linux) using synaptic, and, now you want to add it to your menu.</p> <p>You would enter xmms into LingApp, and it would give tell you that xmms is at /usr/bin/xmms.</p> <p>To add xmms to your fluxbox menu, then, you would add an entry like this</p> <p>[exec] (xmms) {/usr/bin/xmms}</p> <p>This would then show up in your menu, and you could start it with a click.</p> <p>You can add sumbenus, too:</p> <p>[submenu] (name of submenu)<br /> [exec] (name) {command}<br /> [exec] (name) {command}<br /> [end]</p> <p>For instance, say you want to add a submenu to your fluxbox menu for multimedia applications, and then add any multimedia applications to that menu.<br /> It might look something like this:</p> <p>[submenu] (Multimedia)<br /> [exec] (xmms) {/usr/bin/xmms}<br /> [exec] (gxine) {/usr/bin/gxine}<br /> [end]</p> <p>If you completely mess up the menu, you can run<br /> fluxbox-generate_menu<br /> in xterm to reconstruct something reasonable.<br /> Then you can edit it to customize it again.<br /> Also, I have included an extra copy of the default Linguas OS menu in<br /> /home/yourname/.bktxts<br /> You can move it to /home/yourname/.fluxbox<br /> to restore the default Linguas OS menu.</p> <p>If you require further assistance, please feel free to ask on the Linguas OS Yahoo! group at<br /> <a href="http://tech.groups.yahoo.com/group/linguasos/">http://tech.groups.yahoo.com/group/linguasos/</a></p> <p>Thanks for using Linguas OS!</p> <p>Anthony Baldwin<br /> <span class="wiki-email">gro.sosaugnil|rotcudartynot#gro.sosaugnil|rotcudartynot</span></p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-26063">tech / scripts</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-34772/linguas-os-appfinder-menu-edit">Linguas OS appfinder / menu edit</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-34772#post-89684</guid>
				<title>Linguas OS appfinder / menu edit</title>
				<link>http://linguasos.wikidot.com/forum/t-34772/linguas-os-appfinder-menu-edit#post-89684</link>
				<description></description>
				<pubDate>Thu, 10 Jan 2008 19:40:59 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>#!/bin/bash</p> <ol> <li>app finder for Linguas OS (www.linguasos.org).</li> <li>find apps and enable entry to flux menu</li> <li>author, Anthony Baldwin / <span class="wiki-email">gro.sosaugnil|rotcudartynot#gro.sosaugnil|rotcudartynot</span></li> <li>this little scripty is 100% gpl</li> </ol> <ol> <li>whoami gives the name of the currently logged in user.</li> </ol> <p>u=$(whoami)</p> <p>zenity —info —title LingApp —width 500 —text "Greetings, $u! This application will assist you in finding applications and adding them to your Linguas OS Fluxbox desktop menu."</p> <p>h=$(zenity —entry —title LingApp —width 500 —text "Do you require instructions on how to find applications and them to your menu, enter 'h' for help below. To proceed to find your application, 'f' for find.")</p> <p>if [ $h = h ]; then</p> <p>zenity —title LingApp —text-info —width 600 —height 600 —filename="/usr/local/share/lomened"</p> <ol> <li>Don't forget to put lomened text file into /usr/local/share!</li> <li>probably add a page to the Linguas OS wiki to direct users to as well.</li> </ol> <p>ap=$(zenity —entry —title LingApp —text "Enter the name of the application you wish to find")</p> <p>loc=$(whereis $ap)</p> <p>zenity —info —title LingApp —text "If you have entered the correct name for your application, and it is installed, then $ap is here: $loc".</p> <p>ed=$(zenity —entry —title LingApp —text "Would you like to edit your Fluxbox menu to add this application now? -enter y for yes.")</p> <p>if [ $ed = y ]; then</p> <p>kate ~/.fluxbox/menu # will have to edit this to medit !!</p> <p>exit</p> <p>else</p> <p>zenity —info —title LingApp —text "Thank you for using Linguas OS, $usr!"</p> <p>fi<br /> fi</p> <p>exit</p> <ol> <li>lomened gives further instructions. It is posted in reply to this script.</li> </ol> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-26063">tech / scripts</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-34772/linguas-os-appfinder-menu-edit">Linguas OS appfinder / menu edit</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-34771#post-89682</guid>
				<title>back up script</title>
				<link>http://linguasos.wikidot.com/forum/t-34771/back-up-script#post-89682</link>
				<description></description>
				<pubDate>Thu, 10 Jan 2008 19:38:38 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>#!/bin/bash</p> <ol> <li>this is a script to back up the files for my business</li> <li>I put it in my autostart.sh so it comes up when I log into fluxbox</li> <li>but one could just as well put it in crontab to pop up once a week, or something.</li> </ol> <p>A=$(zenity —entry —title "Back it UP!" —text "It is recommended that you back up your financial data at least once a week. Would you like to back up your files now? Type 'yes' to continue")</p> <p>if [ $A != yes ]; then</p> <p>zenity —warning —title Okay —text "Don't forget to do a back up soon!"</p> <p>end</p> <p>else</p> <p>zenity —info —title "Proceed" —text "Back Up will begin now."</p> <ol> <li>I originally wrote this to run on kubuntu, but for Linguas OS, you would use gksu instead of sudo</li> <li>also, one could use rsync instead of cp -u (to my knowledge, they do about the same thing, copy directories and files from one location to another, but only changing what is new in them).</li> </ol> <p>sudo cp -r -u /path/to/files /path/to/back-up/dir/ | tee &gt;(zenity —title "Copying files to back-up!" —progress —pulsate —auto-close)</p> <p>sudo cp -r -u /home/username/OmegaT/TMs /path/to/backup/dir | tee &gt;(zenity —title "Copying translation memories to back-up!" —progress —auto-close)</p> <p>zenity —info —title "COMPLETE" —text "Back-up is now complete."</p> <p>exit</p> <p>fi</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-26063">tech / scripts</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-34771/back-up-script">back up script</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-34509#post-89008</guid>
				<title>Releases /  New (xfce, kde)</title>
				<link>http://linguasos.wikidot.com/forum/t-34509/releases-new-xfce-kde#post-89008</link>
				<description></description>
				<pubDate>Wed, 09 Jan 2008 13:51:15 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have been trying to put together a LiveCD iso, under 650 mb, but with xfce, instead of fluxbox (although, to tell the truth, I prefer fluxbox…It's just that xfce will be easier for the uninitiated to use).<br /> However, after numerous attempts, I have still not been able to keep the .iso under 830 mb.<br /> So, I will make a release available with xfce, but, it will not fit on one CDrom, but will require a DVD.<br /> I also have an iso built with KDE, which, in my opinion, is the best, most fully-featured and easily configurable desktop manager for Linux. The Linguas OS-KDE iso is 1.1 gb.<br /> I will be seeding torrents for these two additional releases this week.</p> <p>I am also already, as mentioned no the Y! group, working up the 2nd release of Linguas OS, with Fluxbox, in which will be included documentation.</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24867">tech / technical discussion</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-34509/releases-new-xfce-kde">Releases / New (xfce, kde)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33665#post-86837</guid>
				<title>Re: Finished translations</title>
				<link>http://linguasos.wikidot.com/forum/t-33665/finished-translations#post-86837</link>
				<description></description>
				<pubDate>Fri, 04 Jan 2008 08:01:52 +0000</pubDate>
				<wikidot:authorName>tomtom</wikidot:authorName>				<wikidot:authorUserId>63410</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Tony,</p> <p>Thanks for adjusting the links. I was planning to do so once somebody has had a look over my first translation. E.g., adding the link to hdd-installdede once I have translated it, etc.</p> <p>Sonja</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24862">international &amp; localization / deutch</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33665/finished-translations">Finished translations</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33712#post-86794</guid>
				<title>Re: empieze</title>
				<link>http://linguasos.wikidot.com/forum/t-33712/empieze#post-86794</link>
				<description></description>
				<pubDate>Fri, 04 Jan 2008 05:00:37 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Lo que traduci se encontra aquí:<br /> <a href="http://linguasos.wikidot.com/empiezar-es">http://linguasos.wikidot.com/empiezar-es</a></p> <p>gracias en adelante para ayudarme</p> <p>/tony</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24829">international &amp; localization / español</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33712/empieze">empieze</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33713#post-86793</guid>
				<title>Comencei, mas, preciso de ajuda</title>
				<link>http://linguasos.wikidot.com/forum/t-33713/comencei-mas-preciso-de-ajuda#post-86793</link>
				<description></description>
				<pubDate>Fri, 04 Jan 2008 04:59:32 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Traduzi a pagina de començar (getting started) ao português (<a href="http://linguasos.wikidot.com/comecar-pt">http://linguasos.wikidot.com/comecar-pt</a>),<br /> mas, com certeza, a minha tradução precisará muitos correcões, pois,<br /> quem estiver disponível dar uma olhada nela…por favor…me ajude, tá!<br /> Meu português é bem longe do perfeição…</p> <p>obrigado<br /> /tony</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24830">international &amp; localization / português</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33713/comencei-mas-preciso-de-ajuda">Comencei, mas, preciso de ajuda</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33712#post-86791</guid>
				<title>empieze</title>
				<link>http://linguasos.wikidot.com/forum/t-33712/empieze#post-86791</link>
				<description></description>
				<pubDate>Fri, 04 Jan 2008 04:56:43 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yo traduci la página de comenzar [gettingstarted] al español, pero, tengo certeza que mi traducción<br /> necesitará correciones.</p> <p>/tony</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24829">international &amp; localization / español</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33712/empieze">empieze</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33665#post-86784</guid>
				<title>Re: Finished translations</title>
				<link>http://linguasos.wikidot.com/forum/t-33665/finished-translations#post-86784</link>
				<description></description>
				<pubDate>Fri, 04 Jan 2008 04:22:34 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I also changed the Openoffice link to <a href="http://de.openoffice.org">http://de.openoffice.org</a> and the KDE link to <a href="http://de.kde.org">http://de.kde.org</a></p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24862">international &amp; localization / deutch</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33665/finished-translations">Finished translations</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33665#post-86777</guid>
				<title>Re: Finished translations</title>
				<link>http://linguasos.wikidot.com/forum/t-33665/finished-translations#post-86777</link>
				<description></description>
				<pubDate>Fri, 04 Jan 2008 03:43:50 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, I can't proofread German, because, Ich spreche nicht Deutsches,<br /> but, I did add the link to the Synaptic site, for reference.<br /> Looks good to me, but what do I know?<br /> I'll bet it's perfect.</p> <p>Vielen Dank!<br /> (I had a little help from <a href="http://babelfish.altavist.com">http://babelfish.altavist.com</a> here…)</p> <p>/tony</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24862">international &amp; localization / deutch</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33665/finished-translations">Finished translations</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33665#post-86647</guid>
				<title>Finished translations</title>
				<link>http://linguasos.wikidot.com/forum/t-33665/finished-translations#post-86647</link>
				<description></description>
				<pubDate>Thu, 03 Jan 2008 22:22:23 +0000</pubDate>
				<wikidot:authorName>tomtom</wikidot:authorName>				<wikidot:authorUserId>63410</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have started translating the Wiki pages.</p> <p>At the moment, I have translated the following pages:</p> <ul> <li><a href="http://linguasos.wikidot.com/gettingstarteddede">Getting Started</a></li> </ul> <p>These pages need proofreading:</p> <ul> <li><a href="http://linguasos.wikidot.com/gettingstarteddede">Getting Started</a></li> </ul> <p>Sonja</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24862">international &amp; localization / deutch</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33665/finished-translations">Finished translations</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33478#post-86047</guid>
				<title>assigned</title>
				<link>http://linguasos.wikidot.com/forum/t-33478/assigned#post-86047</link>
				<description></description>
				<pubDate>Wed, 02 Jan 2008 19:02:18 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>German localization has been assigned to Sonja/tomtom</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24862">international &amp; localization / deutch</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33478/assigned">assigned</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33428#post-85935</guid>
				<title>Translate the wiki</title>
				<link>http://linguasos.wikidot.com/forum/t-33428/translate-the-wiki#post-85935</link>
				<description></description>
				<pubDate>Wed, 02 Jan 2008 12:59:46 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greetings fellow translators.<br /> If you choose to assist with translation of the wiki, your efforts will be most appreciated.<br /> To create a new page, simply enter the name of it in the small field at the bottom of the left navigation panel.<br /> Please use the name of the page you are editing, and append your language abbreviation.<br /> (Thus, were I translating /gettingstarted to Português Brasileiro, I would create the page gettingstartedPTBR)</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24876">international &amp; localization / general info for localization</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33428/translate-the-wiki">Translate the wiki</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33327#post-85931</guid>
				<title>Re: gen info for l10n</title>
				<link>http://linguasos.wikidot.com/forum/t-33327/gen-info-for-l10n#post-85931</link>
				<description></description>
				<pubDate>Wed, 02 Jan 2008 12:40:49 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I deeply appreciate your offer to begin localization of the website.<br /> If you wish to begin right away, I would suggest you begin with the material on the wiki.<br /> I have added a couple of new pages just this morning.<br /> Also, if you translate the material on linguasos.org, you can simply e-mail<br /> me the files and I will post them.<br /> Thanks so much for your assistance!<br /> Danka Shein (don't know if that is spelled correctly…German is not one of my langugaes..)</p> <p>/tony</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24876">international &amp; localization / general info for localization</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33327/gen-info-for-l10n">gen info for l10n</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33327#post-85864</guid>
				<title>Re: gen info for l10n</title>
				<link>http://linguasos.wikidot.com/forum/t-33327/gen-info-for-l10n#post-85864</link>
				<description></description>
				<pubDate>Wed, 02 Jan 2008 07:29:24 +0000</pubDate>
				<wikidot:authorName>tomtom</wikidot:authorName>				<wikidot:authorUserId>63410</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Tony,</p> <p>I am volunteering to translate whatever material you have into German. I'd say let's start with the website since it is already up and running.</p> <p>I can download it from the website, if you don't mind, or wait until you've prepared something, if you prefer it that way. Just let me know.</p> <p>Sonja</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24876">international &amp; localization / general info for localization</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33327/gen-info-for-l10n">gen info for l10n</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33327#post-85699</guid>
				<title>gen info for l10n</title>
				<link>http://linguasos.wikidot.com/forum/t-33327/gen-info-for-l10n#post-85699</link>
				<description></description>
				<pubDate>Tue, 01 Jan 2008 14:23:03 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>At this juncture (01/01/08), Linguas OS is only available in English, although language packs, of course, can be added upon installation, or chosen on boot of the CD, so, as with the vast majority of linux distributions, YOUR language, likely, is available.<br /> Now, the first LiveCD (0.2, which is stable and currently available for download) release was more or less an experiment, and created for the purposes of a demo at a local translators assoc.<br /> I expect to releasing a new CD within the month, however, with a few modifications, and, above all, to include documentation to assist new users (html files, which will open upon boot of the cd and/or boot of hdd install, using an autostart.sh). It will include instructions on how to find one's way around fluxbox, and how to install additional packages after install (including the KDE desktop for those seeking a more Windows-like experience) using Synaptic.<br /> This documentation will require translation, of course, for users that do not speak English.<br /> Also, I will be seeking translation of the website to other languages.<br /> I'll probably do the Brazilian Portuguese myself, and simply have the Mrs. correct it (she is from Brazil).</p> <p>My guess is, there may be some documentation already available for fluxbox, but I'd have to check that out, and, especially, see if it if suitable for the uninitiated to Linux…We'll see.</p> <p>So, if you wish to participate in the localization of Linguas OS to YOUR language, please do let us know. I hope to have the documentation available soon. I will build a repo on linguasos.org for the documentation files and for .tmx files for future localization (of course, I assume you will be using Omega T!).<br /> I will also place the initial documentation files in the file repo on the yahoo group.</p> <p>thanks, obrigado, merci, gracias,<br /> tony</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24876">international &amp; localization / general info for localization</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33327/gen-info-for-l10n">gen info for l10n</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33304#post-85638</guid>
				<title>support options</title>
				<link>http://linguasos.wikidot.com/forum/t-33304/support-options#post-85638</link>
				<description></description>
				<pubDate>Tue, 01 Jan 2008 00:38:11 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Get support here on this forum, or, alternatively, join the <a href="http://tech.groups.yahoo.com/group/linguasos/">Linguas OS Yahoo! group</a> and make your support requests there.</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24861">Support / get support for Linguas OS</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33304/support-options">support options</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-33288#post-85588</guid>
				<title>Welcome to Linguas OS</title>
				<link>http://linguasos.wikidot.com/forum/t-33288/welcome-to-linguas-os#post-85588</link>
				<description></description>
				<pubDate>Mon, 31 Dec 2007 20:01:20 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Welcome, bienvenido, bem vindo, bienvenu, bienvenutti!<br /> Please join in and participate in the Linguas OS project.<br /> Thanks,<br /> Tony</p> <br/>Forum category: <a href="http://linguasos.wikidot.com/forum/c-24827">Linguas OS / welcome</a><br/>Forum thread: <a href="http://linguasos.wikidot.com/forum/t-33288/welcome-to-linguas-os">Welcome to Linguas OS</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>