Updated userguide. Thanks to all translators.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36308 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-04-15 18:01:21 +00:00
parent 5e7931beaa
commit 71b14067a1
283 changed files with 8792 additions and 878 deletions
+22 -20
View File
@@ -9,13 +9,15 @@
*
* Authors:
* Humdinger <[email protected]>
* Translators:
* log-1
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<meta name="robots" content="all" />
<title>Applications</title>
<title>アプリケーション</title>
<link rel="stylesheet" type="text/css" href="../Haiku-doc.css" />
</head>
<body>
@@ -34,6 +36,7 @@
<li><a href="../ru/applications.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../es/applications.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../sv_SE/applications.html"><img src="../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../uk/applications.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../en/applications.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -46,34 +49,33 @@
<div id="content">
<div>
<h1>Applications</h1>
<h1>アプリケーション</h1>
<p>Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs you downloaded somewhere, for example from a site mentioned on the <a href="../../welcome/welcome_jp.html#software">Welcome</a> page.</p>
<div class="box-info">You should only unpack/install archives within Haiku. If you extract a package under Linux or Windows, for example, and just copy the folder over to Haiku later, all the vital attributes are stripped, because those operating systems don't normally handle meta data.</div>
<p>Haikuに付属しているアプリケーションの海に飛び込む前に、<a href="../../welcome/welcome_jp.html#software">Welcome</a>ページで触れたウェブサイトなどからあなたがダウンロードしたプログラムを、どのようにインストールまたはアンインストールすれば良いのか、もう少し詳しく見て行きましょう。</p>
<div class="box-info">書庫ファイルの解凍とインストールは、Haikuの上でのみ行ってください。もし、例えばLinuxWindowsといった他のオペレーティングシステムの上でパッケージを解凍したあと、できたフォルダを単にHaikuにコピーしただけでは、必要なファイル属性が失われてしまいます。というのは、これらのオペレーティングシステムでは、通常メタデータを取り扱うことができないからです。</div>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="install" name="install">Installing applications</a></h2>
<p>Haiku software always comes as an archive. Most of the time it's a ZIP, some old BeOS packages come in Software Valet's PKG format. Software Valet was able to automatically execute installation scripts, so after double-clicking you just select a destination folder and everything's taken care of.<br />
If it's a ZIP archive, double-clicking opens <span class="app">Expander</span> where you also set the destination and unpack it. As explained in the topic <a href="filesystem-layout.html">Filesystem layout</a>, that destination is either</p>
<a id="install" name="install">アプリケーションのインストール</a></h2>
<p>Haikuのソフトウェアは必ず1つの書庫ファイルの形で提供されます。多くの場合はZIPファイルですが、古いBeOS用のパッケージについては、Software Valetと呼ばれるPKGフォーマットで提供される場合があります。Software Valetはインストール・スクリプトを自動的に実行できるように設計されているため、ファイルをダブルクリックしたあとは、インストール先フォルダを選択するだけで良く、必要な処理が自動的に行われます。<br />
ソフトウェアがZIP形式の書庫ファイルである場合、そのファイルをダブルクリックすると、<span class="app">Expander</span>が開きますので、そこで解凍先を指定してファイルを解凍することができます。<a href="filesystem-layout.html">ファイルシステム・レイアウト</a>のトピックの中で解説されているように、解凍先は次のどちらかになります:</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td><span class="path">/boot/common/apps/</span></td><td> </td><td> for applications available to every user</td></tr>
<tr><td><span class="path">/boot/home/apps/</span></td><td> </td><td> for applications only available to yourself</td></tr>
<tr><td><span class="path">/boot/common/apps/</span></td><td> </td><td>すべてのユーザーが使用できるアプリケーション用</td></tr>
<tr><td><span class="path">/boot/home/apps/</span></td><td> </td><td>各個人のみが使用できるアプリケーション用</td></tr>
</table>
<p>This distinction will only become relevant once Haiku gets multi-user support, of course.</p>
<p>Once the archive is unpacked, you should have a look into the newly created folder. Often you find ReadMe files or other documentation of interest.</p>
<p>Some programs need further configurations. For example, <a href="tracker-add-ons.html">Tracker Add-Ons</a>, <a href="preferences/datatranslations.html">Translators</a> or other system enhancing components have to be put into the right folders. Either you'll find a little script file (often with the suffix <span class="cli">.sh</span>) like <span class="cli">install</span> that you simply double click to have all taken care of.<br />
Sometimes you'll find folders that link to the correct destination named "<span class="cli">drag [filename] here...</span>". So, you simply follow that instruction and you're done.</p>
<p>Most of the time, however, nothing of the sort is necessary and you're done after unpacking.<br />
Topics <a href="deskbar.html">Deskbar</a> or <a href="desktop-applets/launchbox.html">LaunchBox</a> describe how to add shortcuts to your newly installed application.</p>
<p>もちろん、Haikuがマルチユーザーをサポートするようになって初めて、この区別が関係してきます。</p>
<p>書庫ファイルが解凍されたら、新しく作成されたフォルダの中身を覗いてみましょう。多くの場合、ReadMeファイルや興味深いドキュメントが見つかります。</p>
<p>さらに設定が必要になるプログラムもあります。例えば<a href="tracker-add-ons.html">Trackerアドオン</a><a href="preferences/datatranslations.html">Translators</a>、あるいはシステムを拡張する他のコンポーネントは、所定のフォルダに置く必要があります。あるいは、<span class="cli">install</span>といった小さなスクリプトファイル(多くの場合名前が<span class="cli">.sh</span>で終わります)が見つかるかもしれません。このファイルをダブルクリックするだけで、すべてが自動的に処理されます。<br />
"<span class="cli">drag [filename] here...</span>"という名前の、正しいインストール先にリンクされたフォルダが見つかるかもしれません。その場合はその指示に従うだけで、インストールが完了します。</p>
<p>しかしほとんどのケースでは上述のような作業は必要なく、ファイルを解凍するだけでインストールは完了します。<a href="deskbar.html">Deskbar</a><a href="desktop-applets/launchbox.html">LaunchBox</a>のトピックの中で、新しくインストールしたアプリケーションへのショートカットを追加する方法が解説されています。</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="uninstall" name="uninstall">Uninstalling applications</a></h2>
<p>If the installation was done with an install script, chances are, there's an uninstall script as well. In that case, double-click it and you're done.<br />
Otherwise, uninstalling is simply done by deleting the application's folder.</p>
<p>This, of course, leaves back possible configuration files in your <span class="path">~/config/settings</span> folder. This may be on purpose, if you want to keep those settings in case you'll install the program again in the future. Also, when the installation involved those "<span class="cli">drag [filename] here...</span>" folders, those files are also left behind.</p>
<p>One method to quickly get to all the app's files is to do a quick query for a significant part of the application's name. This will reveal the app's binary, its installation folder and its settings as well as possible links in the Deskbar etc. Simply select all relevant files and delete them.</p>
<a id="uninstall" name="uninstall">アプリケーションのアンインストール</a></h2>
<p>もしインストール作業をインストール・スクリプトで行ったのであれば、おそらくアンインストール・スクリプトが用意されているでしょう。アンインストール・スクリプトが用意されている場合は、それをダブルクリックすれば作業は完了します。<br />
アンインストール・スクリプトが用意されていない場合は、そのアプリケーションのフォルダを削除するだけで、アンインストール作業は完了します。</p>
<p>もちろんこの方法では、設定が復元できるよう、あなたの<span class="path">~/config/settings</span>フォルダの中に設定ファイルが残されます。将来もう一度同じプログラムをインストールするときに備えて、あなたが現在の設定を保持しておきたいと思う場合には、この仕様は大変有効なものであるかもしれません。また、"<span class="cli">drag [filename] here...</span>"フォルダ方式でインストールを行った場合にも、設定ファイルが残ります。</p>
<p>あるアプリケーションに関係するすべてのファイルをすばやく見つける方法の1つに、アプリケーション名の特徴的な部分に対して簡易検索を行う、というものがあります。これにより、そのアプリケーションのバイナリやインストールフォルダ、設定ファイル、Deskbar中の考えられるリンクなどが明らかになります。そのアプリケーションに関係するすべてのファイルを選択して削除するだけで、アンインストール作業は完了します。</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
@@ -9,6 +9,8 @@
*
* Authors:
* Humdinger <[email protected]>
* Translators:
* log-1
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -33,6 +35,7 @@
<li><a href="../../ru/applications/activitymonitor.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/activitymonitor.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/activitymonitor.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/activitymonitor.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/activitymonitor.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -46,20 +49,19 @@
<h2><img src="../../images/apps-images/activitymonitor-icon_64.png" alt="activitymonitor-icon_64.png" width="64" height="64" />ActivityMonitor</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/ActivityMonitor</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/ActivityMonitor settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/ActivityMonitor</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/ActivityMonitor settings</span></td></tr>
</table>
<p><br /></p>
<p>You can track system resources by launching the ActivityMonitor and activating different items of interest.
</p>
<p>ActivityMonitor を起動して関心のある各種項目を有効にすることにより、システムリソースを追跡することができます。</p>
<img src="../images/apps-images/activitymonitor.png" alt="activitymonitor.png" />
<p>By right-clicking into the window, you can toggle the display of all kinds of resources:<br />
<i>Used/Cached Memory, Swap Space, CPU Usage, Network Receive/Send, Page faults, Semaphores, Ports, Threads, Teams, Running Applications, Raw/Text Clipboard Size, Media Nodes.</i></p>
<p>Below the graph is a legend (hideable from the context menu). You can change the colors and that of the graph's background via drag&amp;drop from any color picker, e.g. from <span class="app">Icon-O-Matic</span>.</p>
<p>You can add more views from the <span class="menu">File</span> menu if it gets too crowded.</p>
<p>The <span class="menu">Settings</span> menu opens a panel to set the update interval.</p>
<p>Each view has it's own <a href="../gui.html#replicants">Replicant</a> handle and can thus be arranged, for example, on the Desktop.</p>
<p>ウィンドウ内で右クリックすることにより、次のすべてのリソースを表示するウィンドウを表示させたり、表示させないようにできます:<br />
<i>Used/Cached Memory, Swap Space, CPU Usage, Network Receive/Send, Page faults, Semaphores, Ports, Threads, Teams, Running Applications, Raw/Text Clipboard Size, Media Nodes</i></p>
<p>グラフの下に表示されているのは凡例です(コンテキストメニューから非表示にすることができます)。<span class="app">Icon-O-Matic</span> といったスポイトツールから色をドラッグ・アンド・ドロップすることにより、グラフやその背景の色をかえることができます。</p>
<p>表示領域がグラフで混雑してきた場合、<span class="menu">File</span>メニューを使って新しい表示領域を追加することができます。</p>
<p><span class="menu">Settings</span>メニューから、画面の更新間隔を設定するパネルを開くことができます。</p>
<p>各表示領域は独自の<a href="../gui.html#replicants">Replicant</a>ハンドルを保持しているので、例えばデスクトップ上で、好きなように配置することができます。</p>
</div>
</div>
+5 -4
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/applications/bepdf.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/bepdf.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/bepdf.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/bepdf.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/bepdf.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -49,10 +50,10 @@
<h2><img src="../../images/apps-images/bepdf-icon_64.png" alt="bepdf-icon_64.png" width="64" height="64" />BePDF</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/apps/BePDF/BePDF</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/apps/BePDF/BePDF</span></td></tr>
<tr><td>Documentation:</td><td></td><td><span class="path">/boot/apps/BePDF/docs/*</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">/boot/common/settings/BePDF</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">/boot/common/settings/BePDF</span></td></tr>
</table>
<p><br /></p>
<p>BePDF is a fast launching PDF viewer. Besides viewing, it supports annotating and user-defined bookmarking for unencrypted PDFs. It's fully localized for 20 languages at the moment with additional languages being easily added via text files.</p>
@@ -64,7 +65,7 @@
<div class="nav">
<div class="inner"><span>
«  <a href="activitymonitor.html">ActivityMonitor</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="bezillabrowser.html">BeZillaBrowser</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/bezillabrowser.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/bezillabrowser.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/bezillabrowser.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/bezillabrowser.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/bezillabrowser.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
«  <a href="bepdf.html">BePDF</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="pe.html">Pe</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/bezillabrowser-icon_64.png" alt="bezillabrowser-icon_64.png" width="64" height="64" />BeZillaBrowser</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/apps/BeZillaBrowser/BeZillaBrowser</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Mozilla/Firefox/*</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/apps/BeZillaBrowser/BeZillaBrowser</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Mozilla/Firefox/*</span></td></tr>
</table>
<p><br /></p>
<p>BeZillaBrowser is based on Mozilla's source code and uses patches to improve speed, stability, and other UI aspects. Currently, all BeZilla builds use Mozilla's 1.8 CVS Branch. You can file bug reports of this port at the <a href="http://ports.haiku-files.org/">HaikuPorts</a>.</p>
@@ -63,7 +64,7 @@ Caveat: It only works with online pages, not with your locally stored documents.
<div class="nav">
<div class="inner"><span>
«  <a href="bepdf.html">BePDF</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="pe.html">Pe</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/cdplayer.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/cdplayer.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/cdplayer.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/cdplayer.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/cdplayer.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
«  <a href="activitymonitor.html">ActivityMonitor</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="charactermap.html">CharacterMap</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/cdplayer-icon_64.png" alt="cdplayer-icon_64.png" width="64" height="64" />CDPlayer</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/CDPlayer</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/cd/*</span> - Stores details to all identified CDs</td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/CDPlayer</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/cd/*</span> - Stores details to all identified CDs</td></tr>
</table>
<p><br /></p>
<!-- TODO: Exactly how does it work, once BGA got the cddb daemon finished?
@@ -68,7 +69,7 @@ Activate the <span class="button">Repeat</span> button to the left of <span clas
<div class="nav">
<div class="inner"><span>
«  <a href="activitymonitor.html">ActivityMonitor</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="charactermap.html">CharacterMap</a>  »
</span></div>
</div>-->
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/charactermap.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/charactermap.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/charactermap.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/charactermap.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/charactermap.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
«  <a href="cdplayer.html">CDPlayer</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="codycam.html">CodyCam</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/charactermap-icon_64.png" alt="charactermap-icon_64.png" width="64" height="64" />CharacterMap</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/CharacterMap</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/CharacterMap settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/CharacterMap</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/CharacterMap settings</span></td></tr>
</table>
<p><br /></p>
<p>CharacterMap will show you the UTF-8 code of every character a font supports.</p>
@@ -64,7 +65,7 @@
<div class="nav">
<div class="inner"><span>
«  <a href="cdplayer.html">CDPlayer</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="codycam.html">CodyCam</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/codycam.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/codycam.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/codycam.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/codycam.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/codycam.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="charactermap.html">CharacterMap</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="deskcalc.html">DeskCalc</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/codycam-icon_64.png" alt="codycam-icon_64.png" width="64" height="64" />CodyCam</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/CodyCam</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/codycam</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/CodyCam</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/codycam</span></td></tr>
</table>
<p><br /></p>
<p>With CodyCam you take pictures at a specified interval from a connected webcam or any other video-in device and save it via FTP.</p>
@@ -63,7 +64,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="charactermap.html">CharacterMap</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="deskcalc.html">DeskCalc</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/deskcalc.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/deskcalc.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/deskcalc.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/deskcalc.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/deskcalc.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="codycam.html">CodyCam</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="diskprobe.html">DiskProbe</a> »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/deskcalc-icon_64.png" alt="deskcalc-icon_64.png" width="64" height="64" />DeskCalc</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/DeskCalc</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/DeskCalc_settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/DeskCalc</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/DeskCalc_settings</span></td></tr>
</table>
<p><br /></p>
<p>DeskCalc is a simple calculator that nevertheless has some nice features that aren't apparent on first sight.</p>
@@ -85,7 +86,7 @@ Or you drag&amp;drop a calculation directly out of an email onto DeskCalc.</p></
<div class="nav">
<div class="inner"><span>
« <a href="codycam.html">CodyCam</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="diskprobe.html">DiskProbe</a> »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/diskprobe.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/diskprobe.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/diskprobe.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/diskprobe.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/diskprobe.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="deskcalc.html">DeskCalc</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="diskusage.html">DriveUsage</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/diskprobe-icon_64.png" alt="diskprobe-icon_64.png" width="64" height="64" />DiskProbe</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/DiskProbe</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/DiskProbe</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/DiskProbe_data</span></td></tr>
</table>
<p><br /></p>
<p>DiskProbe is a HEX editor to view and alter data of a file or on a device on a byte-level. It's a very low-level tool and has therefore the potential to really mess things up if you're not careful!</p>
@@ -69,7 +70,7 @@ This is a handy feature mostly when looking at file systems, as they often conta
<div class="nav">
<div class="inner"><span>
 «  <a href="deskcalc.html">DeskCalc</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="diskusage.html">DriveUsage</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/diskusage.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/diskusage.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/diskusage.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/diskusage.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/diskusage.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="diskprobe.html">DiskProbe</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="drivesetup.html">DriveSetup</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/diskusage-icon_64.png" alt="diskusage-icon_64.png" width="64" height="64" />DiskUsage</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/DiskUsage</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/DiskUsage</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/DiskUsage</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/DiskUsage</span></td></tr>
</table>
<p><br /></p>
<p>DiskUsage shows graphically how the space on your volumes is utilized.<br />
@@ -74,7 +75,7 @@ Left-clicking the center circle moves you up one level.</p>
<div class="nav">
<div class="inner"><span>
 «  <a href="diskprobe.html">DiskProbe</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="drivesetup.html">DriveSetup</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/drivesetup.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/drivesetup.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/drivesetup.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/drivesetup.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/drivesetup.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="diskusage.html">DiskUsage</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="expander.html">Expander</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/drivesetup-icon_64.png" alt="drivesetup-icon_64.png" width="64" height="64" />DriveSetup</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/DriveSetup</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/DriveSetup</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/DriveSetup</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/DriveSetup</span></td></tr>
</table>
<p><br /></p>
<p>DriveSetup is a tool to create, delete and initialize partitions. At this time it can't resize or move existing partitions, so that you'll either need an unpartitioned volume (perhaps an external USB drive or another harddisk) or do the initial setup with a tool like the <a href="http://gparted.sourceforge.net/livecd.php">GParted LiveCD</a> to provide the space for another partition.</p>
@@ -82,7 +83,7 @@ Initializing will destroy all data on that partition!</p>
<div class="nav">
<div class="inner"><span>
 «  <a href="diskusage.html">DiskUsage</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="expander.html">Expander</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/expander.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/expander.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/expander.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/expander.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/expander.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="drivesetup.html">DriveSetup</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="icon-o-matic.html">Icon-O-Matic</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/expander-icon_64.png" alt="expander-icon_64.png" width="64" height="64" />Expander</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>No entry, normally launched via double-clicking a supported file.</i></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Expander</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Expander_Settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><i>No entry, normally launched via double-clicking a supported file.</i></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/Expander</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Expander_Settings</span></td></tr>
</table>
<p><br /></p>
<p>Expander is a small tool to quickly unpack the most common archives, among them zip, gzip, bzip2, rar and tar.gz.<br />
@@ -73,7 +74,7 @@ The options are all self-explanatory:</p>
<div class="nav">
<div class="inner"><span>
 «  <a href="drivesetup.html">DriveSetup</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="icon-o-matic.html">Icon-O-Matic</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/icon-o-matic.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/icon-o-matic.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/icon-o-matic.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/icon-o-matic.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/icon-o-matic.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="expander.html">Expander</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="installer.html">Installer</a> »
</span></div>
</div>
@@ -61,9 +62,9 @@
<h2><img src="../../images/apps-images/icon-o-matic-icon_64.png" alt="icon-o-matic-icon_64.png" width="64" height="64" />Icon-O-Matic</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Icon-O-Matic</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Icon-O-Matic</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/Icon-O-Matic</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Icon-O-Matic</span></td></tr>
</table>
<p><br /></p>
@@ -337,7 +338,7 @@ Of course you can move these indicators to change the gradient to your liking. Y
<div class="nav">
<div class="inner"><span>
« <a href="expander.html">Expander</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="installer.html">Installer</a> »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/installer.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/installer.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/installer.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/installer.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/installer.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="icon-o-matic.html">Icon-O-Matic</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="magnify.html">Magnify</a> »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/installer-icon_64.png" alt="installer-icon_64.png" width="64" height="64" />Installer</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Installer</span></td></tr>
<tr><td>Settings:</td><td></td><td><i>none</i></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/Installer</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><i>none</i></td></tr>
</table>
<p><br /></p>
<p>The Installer is used to copy Haiku onto another volume.<br />
@@ -79,7 +80,7 @@ The second pop-up menu specifies the target for the installation. This target pa
<div class="nav">
<div class="inner"><span>
« <a href="icon-o-matic.html">Icon-O-Matic</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="magnify.html">Magnify</a> »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/magnify.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/magnify.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/magnify.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/magnify.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/magnify.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="icon-o-matic.html">Icon-O-Matic</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="mail.html">Mail</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/magnify-icon_64.png" alt="magnify-icon_64.png" width="64" height="64" />Magnify</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Magnify</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Magnify_prefs</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/Magnify</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Magnify_prefs</span></td></tr>
</table>
<p><br /></p>
<p>Magnify shows an enlarged version of the area around your mouse pointer.</p>
@@ -83,7 +84,7 @@ They can also be moved with the <span class="key">CURSOR</span> keys. The active
<div class="nav">
<div class="inner"><span>
 «  <a href="icon-o-matic.html">Icon-O-Matic</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="mail.html">Mail</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/mail.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/mail.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/mail.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/mail.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/mail.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="magnify.html">Magnify</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="mediaplayer.html">MediaPlayer</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/mail-icon_64.png" alt="mail-icon_64.png" width="64" height="64" />Mail</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Mail</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Mail/BeMail Settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/Mail</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Mail/BeMail Settings</span></td></tr>
</table>
<p><br /></p>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -61,7 +62,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="magnify.html">Magnify</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="mediaplayer.html">MediaPlayer</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/mediaplayer.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/mediaplayer.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/mediaplayer.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/mediaplayer.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/mediaplayer.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="mail.html">Mail</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="midiplayer.html">MidiPlayer</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/mediaplayer-icon_64.png" alt="mediaplayer-icon_64.png" width="64" height="64" />MediaPlayer</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/MediaPlayer</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/MediaPlayer</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/MediaPlayer</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/MediaPlayer</span></td></tr>
</table>
<p><br /></p>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -60,7 +61,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="mail.html">Mail</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="midiplayer.html">MidiPlayer</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/midiplayer.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/midiplayer.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/midiplayer.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/midiplayer.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/midiplayer.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="mediaplayer.html">MediaPlayer</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="packageinstaller.html">PackageInstaller</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/midiplayer-icon_64.png" alt="midiplayer-icon_64.png" width="64" height="64" />MidiPlayer</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/MidiPlayer</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/MidiPlayerSettings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/MidiPlayer</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/MidiPlayerSettings</span></td></tr>
</table>
<p><br /></p>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -60,7 +61,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="mediaplayer.html">MediaPlayer</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="packageinstaller.html">PackageInstaller</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/packageinstaller.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/packageinstaller.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/packageinstaller.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/packageinstaller.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/packageinstaller.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="midiplayer.html">MidiPlayer</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="people.html">People</a>  »
</span></div>
</div>
@@ -47,10 +48,10 @@
<h2><img src="../../images/apps-images/packageinstaller-icon_64.png" alt="packageinstaller-icon_64.png" width="64" height="64" />PackageInstaller</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>No entry, normally launched via
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><i>No entry, normally launched via
double-clicking a supported file.</i></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/PackageInstaller</span></td></tr>
<tr><td>Settings:</td><td></td><td><i>none</i></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/PackageInstaller</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><i>none</i></td></tr>
</table>
<p><br /></p>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -61,7 +62,7 @@ double-clicking a supported file.</i></td></tr>
<div class="nav">
<div class="inner"><span>
 «  <a href="midiplayer.html">MidiPlayer</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="people.html">People</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/pe.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/pe.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/pe.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/pe.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/pe.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="bezillabrowser.html">BeZillaBrowser</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="vision.html">Vision</a>  »
</span></div>
</div>
@@ -47,10 +48,10 @@
<h2><img src="../../images/apps-images/pe-icon_64.png" alt="pe-icon_64.png" width="64" height="64" />Pe</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/apps/Pe/Pe</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/apps/Pe/Pe</span></td></tr>
<tr><td>Documentation:</td><td></td><td><span class="path">/boot/apps/Pe/Documentation.html</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/pe/*</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/pe/*</span></td></tr>
</table>
<p><br /></p>
<p>Pe is a sophisticated editor, with its syntax highlighting targeted mainly at programmers and HTML writers. Originally created by Maarten Hekkelmann, it's been open sourced and maintained by Haiku developers. A bugtracker and more information is available at the <a href="http://pe-editor.berlios.de/">Pe project page</a>.</p>
@@ -62,7 +63,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="bezillabrowser.html">BeZilla Browser</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="vision.html">Vision</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/people.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/people.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/people.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/people.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/people.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="packageinstaller.html">PackageInstaller</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="poorman.html">PoorMan</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/people-icon_64.png" alt="people-icon_64.png" width="64" height="64" />People</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/People</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/People_data</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/People</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/People_data</span></td></tr>
</table>
<p><br /></p>
<p>People is a simple contact database using the <a href="../attributes.html">attributes</a> of Haiku's filesystem to store addresses and other contact information. Every contact is saved as one Person file with its data in separate attributes. All are indexed and therefore searchable with a <a href="../queries.html">query</a>.</p>
@@ -70,7 +71,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="packageinstaller.html">PackageInstaller</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="poorman.html">PoorMan</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/poorman.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/poorman.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/poorman.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/poorman.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/poorman.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="people.html">People</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="screenshot.html">Screenshot</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/poorman-icon_64.png" alt="poorman-icon_64.png" width="64" height="64" />PoorMan</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/PoorMan</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/PoorMan Settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/PoorMan</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/PoorMan Settings</span></td></tr>
</table>
<p><br /></p>
<p>PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.</p>
@@ -71,7 +72,7 @@ The <span class="menu">Advanced</span> tab holds the setting for the maximum sim
<div class="nav">
<div class="inner"><span>
 «  <a href="people.html">People</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="screenshot.html">Screenshot</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/screenshot.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/screenshot.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/screenshot.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/screenshot.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/screenshot.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="poorman.html">PoorMan</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="showimage.html">Showimage</a> »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/screenshot-icon_64.png" alt="screenshot-icon_64.png" width="64" height="64" />Screenshot</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Screenshot</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/screenshot</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/Screenshot</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/screenshot</span></td></tr>
</table>
<p><br /></p>
<p>Besides normal screenshots taken via <span class="key">PRINT</span>, which puts a PNG of the current screen into <span class="path">/boot/home/</span>, this application provides some useful options.</p>
@@ -87,7 +88,7 @@ Note: OPTION -b, --border takes only effect when used with -w, --window
<div class="nav">
<div class="inner"><span>
« <a href="poorman.html">PoorMan</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="showimage.html">Showimage</a> »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/showimage.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/showimage.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/showimage.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/showimage.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/showimage.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="screenshot.html">Screenshot</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="soundrecorder.html">SoundRecorder</a>  »
</span></div>
</div>
@@ -47,10 +48,10 @@
<h2><img src="../../images/apps-images/showimage-icon_64.png" alt="showimage-icon_64.png" width="64" height="64" />ShowImage</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>No entry, normally launched via
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><i>No entry, normally launched via
double-clicking a supported file.</i></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/ShowImage</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/ShowImage_settings</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/ShowImage</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/ShowImage_settings</span></td></tr>
</table>
<p><br /></p>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -62,7 +63,7 @@ double-clicking a supported file.</i></td></tr>
<div class="nav">
<div class="inner"><span>
 «  <a href="screenshot.html">Screenshot</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="soundrecorder.html">SoundRecorder</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/soundrecorder.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/soundrecorder.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/soundrecorder.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/soundrecorder.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/soundrecorder.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="showimage.html">Showimage</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="stylededit.html">StyledEdit</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/soundrecorder-icon_64.png" alt="soundrecorder-icon_64.png" width="64" height="64" />SoundRecorder</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/SoundRecorder</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/???</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/SoundRecorder</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/???</span></td></tr>
</table>
<p><br /></p>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -61,7 +62,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="showimage.html">Showimage</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="stylededit.html">StyledEdit</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/stylededit.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/stylededit.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/stylededit.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/stylededit.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/stylededit.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="soundrecorder.html">SoundRecorder</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="terminal.html">Terminal</a> »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/stylededit-icon_64.png" alt="stylededit-icon_64.png" width="64" height="64" />StyledEdit</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/StyledEdit</span></td></tr>
<tr><td>Settings:</td><td></td><td><i>none</i></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/StyledEdit</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><i>none</i></td></tr>
</table>
<p><br /></p>
<p>StyledEdit is Haiku's simple text editor. Although it saves files in plain text format, additional attributes are written in order to have limited formatting capabilities when viewed with StyledEdit.</p>
@@ -77,7 +78,7 @@ MIME String 11 "BEOS:TYPE"
<div class="nav">
<div class="inner"><span>
« <a href="soundrecorder.html">SoundRecorder</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="terminal.html">Terminal</a> »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/terminal.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/terminal.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/terminal.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/terminal.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/terminal.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
« <a href="stylededit.html">StyledEdit</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="textsearch.html">TextSearch</a> »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/terminal-icon_64.png" alt="terminal-icon_64.png" width="64" height="64" />Terminal</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Terminal</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Terminal</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/Terminal</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Terminal</span><br />
<span class="path">~/.profile</span> - adds/overrides defaults in <span class="path">/boot/system/etc/profile</span><br />
<span class="path">~/.inputrc</span> - adds/overrides defaults in <span class="path">/boot/system/etc/inputrc</span></td></tr>
</table>
@@ -115,7 +116,7 @@ Both files can be created in the <span class="path">home/</span> folder and add
<div class="nav">
<div class="inner"><span>
« <a href="stylededit.html">StyledEdit</a>
:: <a href="../applications.html#list-of-apps" class="uplink">Applications</a>
:: <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a>
:: <a href="textsearch.html">TextSearch</a> »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/textsearch.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/textsearch.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/textsearch.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/textsearch.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/textsearch.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="terminal.html">Terminal</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="tv.html">TV</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/textsearch-icon_64.png" alt="textsearch-icon_64.png" width="64" height="64" />TextSearch</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>No entry, normally launched via <a href="../tracker-add-ons.html">Tracker Add-On</a></i></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/TextSearch</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/TextSearch</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><i>No entry, normally launched via <a href="../tracker-add-ons.html">Tracker Add-On</a></i></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/TextSearch</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/TextSearch</span></td></tr>
</table>
<p><br /></p>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -61,7 +62,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="terminal.html">Terminal</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="tv.html">TV</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/tv.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/tv.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/tv.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/tv.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/tv.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="textsearch.html">TextSearch</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
<!-- ::  <a href="vision.html">Vision</a>  » -->
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/tv-icon_64.png" alt="tv-icon_64.png" width="64" height="64" />TV</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/TV</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/???</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/TV</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/???</span></td></tr>
</table>
<p><br /></p>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -61,7 +62,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="textsearch.html">TextSearch</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-apps" class="uplink">アプリケーション</a> 
::  <a href="vision.html">Vision</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/vision.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/vision.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/vision.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/vision.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/vision.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="pe.html">Pe</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="vlc.html">VLC media player</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/vision-icon_64.png" alt="vision-icon_64.png" width="64" height="64" />Vision</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/apps/Vision{version}/Vision</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Vision/*</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/apps/Vision{version}/Vision</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Vision/*</span></td></tr>
</table>
<p><br /></p>
<p>Vision is an IRC client originally developed for the BeOS. Documentation and a bug tracker are available at the <a href="http://vision.sourceforge.net/">Vision website</a>.</p>
@@ -63,7 +64,7 @@ The most frequented is the English speaking #haiku at irc.freenode.org.</div>
<div class="nav">
<div class="inner"><span>
 «  <a href="pe.html">Pe</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="vlc.html">VLC media player</a>  »
</span></div>
</div>
+6 -5
View File
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/vlc.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/vlc.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/vlc.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/vlc.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/vlc.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="vision.html">Vision</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="wonderbrush.html">WonderBrush</a>  »
</span></div>
</div>
@@ -47,9 +48,9 @@
<h2><img src="../../images/apps-images/vlc-icon_64.png" alt="vlc-icon_64.png" width="64" height="64" />VLC media player</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/apps/vlc{version}/VLC media player</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/VideoLAN Client/*</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/apps/vlc{version}/VLC media player</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/VideoLAN Client/*</span></td></tr>
</table>
<p><br /></p>
<p>The VLC media player is a port of the widely used multiplatform media player. More information can be found at the <a href="http://www.videolan.org/">VideoLAN website</a>.</p>
@@ -61,7 +62,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="vision.html">Vision</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a> 
::  <a href="wonderbrush.html">WonderBrush</a>  »
</span></div>
</div>
@@ -33,11 +33,12 @@
<li><a href="../../ru/applications/wonderbrush.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/applications/wonderbrush.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/applications/wonderbrush.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/applications/wonderbrush.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/applications/wonderbrush.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
 «  <a href="vlc.html">VLC media player</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a>
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a>
</span></div>
</div>
@@ -46,10 +47,10 @@
<h2><img src="../../images/apps-images/wonderbrush-icon_64.png" alt="wonderbrush-icon_64.png" width="64" height="64" />WonderBrush</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/apps/WonderBrush/WonderBrush</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/apps/WonderBrush/WonderBrush</span></td></tr>
<tr><td>Documentation:</td><td></td><td><span class="path">/boot/apps/WonderBrush/Documentation {language}</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/WonderBrush</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/WonderBrush</span></td></tr>
</table>
<p><br /></p>
<p>WonderBrush is an editor for bitmap and vector graphics. Find more information and workshops at the <a href="http://yellowbites.com/wonderbrush.html">YellowBites website</a> and in the local <a href="file:///boot/apps/WonderBrush/Documentation%20(English)">documentation.</a></p>
@@ -61,7 +62,7 @@
<div class="nav">
<div class="inner"><span>
 «  <a href="vlc.html">VLC media player</a> 
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">Applications</a>
::  <a href="../applications.html#list-of-bundled-apps" class="uplink">アプリケーション</a>
</span></div>
</div>
-->
@@ -33,6 +33,7 @@
<li><a href="../../ru/desktop-applets/launchbox.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/desktop-applets/launchbox.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/desktop-applets/launchbox.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/desktop-applets/launchbox.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/desktop-applets/launchbox.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -46,9 +47,9 @@
<h2><img src="../../images/desktop-applets-images/launchbox-icon_64.png" alt="launchbox-icon_64.png" width="64" height="64" />LaunchBox</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/LaunchBox</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/LaunchBox/*</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/LaunchBox</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/LaunchBox/*</span></td></tr>
</table>
<p>One or more LaunchBox applets can be started to organize shortcuts to your favorite applications or documents. You decide if each is shown on all or just the current workspace. They can also serve to quickly open a document in a specific application. For example, you could drag&amp;drop a HTML file onto a text editor in a LaunchBox to open it in the editor instead of its preferred application, the browser.</p>
<img src="../images/desktop-applets-images/launchbox.png" alt="launchbox.png" />
@@ -33,6 +33,7 @@
<li><a href="../../ru/desktop-applets/networkstatus.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/desktop-applets/networkstatus.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/desktop-applets/networkstatus.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/desktop-applets/networkstatus.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/desktop-applets/networkstatus.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/desktop-applets-images/networkstatus-icon_64.png" alt="networkstatus-icon_64.png" width="64" height="64" />NetworkStatus</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/NetworkStatus</span></td></tr>
<tr><td>Settings:</td><td></td><td><i>none</i></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/NetworkStatus</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><i>none</i></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
@@ -33,6 +33,7 @@
<li><a href="../../ru/desktop-applets/processcontroller.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/desktop-applets/processcontroller.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/desktop-applets/processcontroller.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/desktop-applets/processcontroller.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/desktop-applets/processcontroller.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/desktop-applets-images/processcontroller-icon_64.png" alt="processcontroller-icon_64.png" width="64" height="64" />ProcessController</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/ProcessController</span></td></tr>
<tr><td>Settings:</td><td></td><td><i>none</i></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/ProcessController</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><i>none</i></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
</div>
@@ -33,6 +33,7 @@
<li><a href="../../ru/desktop-applets/workspaces.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/desktop-applets/workspaces.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/desktop-applets/workspaces.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/desktop-applets/workspaces.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/desktop-applets/workspaces.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -45,9 +46,9 @@
<div>
<h1><img src="../../images/desktop-applets-images/workspaces-icon_64.png" alt="workspaces-icon_64.png" width="64" height="64" /><a name="applet" id="applet">Workspaces</a></h1>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/Workspaces</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Desktop Applets</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/apps/Workspaces</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
<span class="path">~/config/settings/Workspaces_settings</span> - Stores the panel's window position.</td></tr>
</table>
<p><br /></p>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 22 KiB

+24 -19
View File
@@ -9,6 +9,8 @@
*
* Authors:
* Humdinger <[email protected]>
* Translators:
* log-1
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -33,6 +35,7 @@
<li><a href="../../ru/preferences/appearance.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/appearance.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/appearance.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/appearance.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/appearance.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -46,55 +49,57 @@
<h2><img src="../../images/prefs-images/appearance-icon_64.png" alt="appearance-icon_64.png" width="64" height="64" />Appearance</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Appearance</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/appearance</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Appearance</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/system/app_server/appearance</span></td></tr>
</table>
<p>The Appearance preferences lets you change some aspects of Haiku's visuals.</p>
<p>Appearance preferencesでHaikuの外見の一部を変更することができます。</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="colors" name="colors">Colors</a></h2>
<img src="../images/prefs-images/appearance-colors.png" alt="appearance-colors.png" />
<p>In the first tab, <span class="menu">Colors</span>, you can change the colors of different parts of the user interface. The color well accepts drag&amp;drops from other programs, letting you drag colors over from e.g. <span class="app">WonderBrush</span>, <span class="app">Icon-O-Matic</span> or the <span class="app">Backgrounds</span> panel.</p>
<p>最初のタブ<span class="menu">Colors</span>で、ユーザーインターフェースの各部位の色を変更することができます。ドラッグ・アンド・ドロップによって他のアプリケーションから色を持ってこられるようになっていますので、例えば<span class="app">WonderBrush</span><span class="app">Icon-O-Matic</span><span class="app">Backgrounds</span>パネルなどから色をドラッグすることができます。</p>
<h2>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="antialiasing" name="antialiasing">Antialiasing</a></h2>
<img src="../images/prefs-images/appearance-antialiasing.png" alt="appearance-antialiasing.png" />
<p>The second tab, <span class="menu">Antialiasing</span>, provides different settings for how things are rendered on screen.</p>
<p>2番目の<span class="menu">Antialiasing</span>タブで、画面描画に関する様々な設定を行えます。</p>
<h3>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
Glyph hinting</h3>
<p>An activated <span class="menu">Glyph hinting</span> aligns all letters in such a way that their vertical and horizontal edges rest exactly between two pixels. The result is a perfect contrast, especially when dealing with black on white. Text appears crisper. There's also a setting for <span class="menu">Monospaced Fonts Only</span> that's especially helpful with low resolution devices like netbooks. Small fonts can look pretty bad when hinting is turned on, but with this setting you still have the advantage of hinting for text editors and Terminal.</p>
<p>See the difference hinting makes with these magnified screenshots:</p>
<p><span class="menu">Glyph hinting</span>を有効にすると、すべての文字の縦方向および横方向両端に、必ず2ピクセルの空白が入るようになります。特に、白い背景で黒文字を扱う場合には、これを有効にしたときとしないときとで、結果は完全に対照的になります。有効にした場合、テキストがはっきりして見えます。ネットブックのような低解像度の機器で特に効果的な、<span class="menu">Monospaced Fonts Only</span>用の設定もあります。Hintingをオンにした場合、小さい文字がかなり汚く見えることがありますが、その場合でもテキストエディタやターミナルでHintingの恩恵を受けることができます。</p>
<p>次の拡大したスクリーンショットは、Hintingを有効にした場合と有効にしない場合とで、どれだけ見た目が変わるのかを示しています:</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-off.png" alt="appearance-glyph-off.png" /><br />Hinting: off</td><td style="width:15px;"></td><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-on.png" alt="appearance-glyph-on.png" /><br />Hinting: on</td></tr>
</table>
<p>It should be pointed out that all the <span class="app">Magnify</span> windows on this page are of course rendered themselves with the different options as well. So, you get a real world impression of the settings by comparing, for example, the bold yellow tab title or the text "33 x 15 @ 8 pixels/pixel".</p>
<p>このページに掲載されているすべての<span class="app">Magnify</span>ウィンドウは、当然のことながらそれぞれ異なるオプションで描画されている点に注意する必要があります。ですので、例えば黄色いタブの太文字タイトルや、
"33 x 15 @ 8 pixels/pixel"というテキストを比較することで、各設定が実際に作り出す印象を知ることができます。</p>
<h3>
<a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>
Antialiasing type</h3>
<p>Another technique to improve rendering is <i>Antialiasing</i>, which supports all vector graphics as well as text. It smooths lines by changing the color of certain pixels. There are two methods for that:</p>
<p><span class="menu">Grayscale</span> changes the intensity of pixels at the edge.<br />
<span class="menu">LCD subpixel</span> does an even better job, especially with (high resolution) LCD monitors. Instead of the intensity of a pixel, it changes its color which moves an edge by a fraction of a pixel, because LCD displays produce every pixel with a red, green and blue component.</p>
<p>Again, the two different methods with magnified screenshots:</p>
<p>画面描画を改善するもうひとつの方法は<i>Antialiasing</i>(アンチエイリアス)で、テキストだけでなくすべてのベクタグラフィックをサポートします。アンチエイリアスはあるピクセルの色を変更することにより、線をなめらかにします。線をなめらかにする手法には、次の2つがあります:</p>
<p><span class="menu">Grayscale</span>は、輪郭のピクセルの明るさを変更します。<br />
<span class="menu">LCD subpixel</span>
は、特に(高解像度の)LCDディスプレイを使用する場合にGrayscaleよりもさらになめらかに描画します。LCDディスプレイの1つのピクセルは赤、緑、青の要素で構成されているので、この手法では1ピクセルの明るさを変更するかわりに、1ピクセルより小さな分量だけ輪郭を移動させて輪郭の色を変更します。</p>
<p>先ほどと同様に、次の拡大したスクリーンショットは、この2つの方法の違いを示しています:</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-off.png" alt="appearance-glyph-off.png" /><br />Grayscale, Hinting: off</td><td style="width:15px;"></td><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-subpixel.png" alt="appearance-subpixel.png" /><br />LCD subpixel, Hinting: off</td></tr>
</table>
<p>Subpixel based antialiasing adds a slight colored shine to objects. Something not everyone tolerates. In Haiku you can mix the two antialiasing methods and find the right setting for you by using a slider.</p>
<div class="box-info">The subpixel based antialiasing in combination with the glyph hinting is subject of a software patent and is therefore not available by default. Depending on where in the world you live, you may get an unlocked version. Sorry about that. Talk with your representative.</div>
<p>If you do activate hinting plus LCD subpixel rendering by changing the source and recompiling, this is how it looks compared to hinting with Grayscale:</p>
<p>サブピクセル・ベースのアンチエイリアスでは、図形オブジェクトにわずかな色味を帯びた輝きが加わります。この余分な輝きを、誰もが許容するわけではありません。Haikuでは、この2つのアンチエイリアス手法を混ぜて使用することができます。スライダーを使って、あなたにとって最適な混合比を設定することができます。</p>
<div class="box-info">サブピクセルベースのアンチエイリアスをGlyph Hintingと併せて使用することは、ソフトウェア特許の対象となるため、デフォルトでは両者を同時に使用できないようになっています。あなたの住んでいる地域次第では、このロックを解除したバージョンを入手することが合法である場合があります。その場合は申し訳ありませんが、その地域の配布担当者と交渉してください。</div>
<p>仮にソースコードを変更して再コンパイルすることで、HintingとLCD subpixelを組み合わせた描画方法を有効にした場合、HintingとGrayscaleを組み合わせたものと見た目を比較すると、次のようになります:</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-on.png" alt="appearance-glyph-on.png" /><br />Grayscale, Hinting: on</td><td style="width:15px;"></td><td style="text-align:center; font-style:italic"><img src="../../images/prefs-images/appearance-glyph-on-subpixel.png" alt="appearance-glyph-on-subpixel.png" /><br />LCD subpixel, Hinting: on</td></tr>
</table>
<p><br /></p>
<p>At the bottom of the panel are two buttons:</p>
<p>設定パネルの下の部分に、次の2つのボタンがあります:</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Appearance preferences.</td></tr>
<tr><td><span class="button">Defaults</span></td><td> </td><td>すべての設定をデフォルト値に戻します。</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>Appearance preferenceを起動したときの設定に戻します。</td></tr>
</table>
</div>
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/backgrounds.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/backgrounds.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/backgrounds.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/backgrounds.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/backgrounds.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/backgrounds-icon_64.png" alt="backgrounds-icon_64.png" width="64" height="64" />Backgrounds</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Backgrounds</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Backgrounds</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
<span class="path">~/config/settings/Backgrounds settings</span> - stores the panel's window position</td></tr>
</table>
<p>You can set a color or an image as background for every folder and the Desktop for every workspace.</p>
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/datatranslations.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/datatranslations.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/datatranslations.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/datatranslations.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/datatranslations.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/datatranslations-icon_64.png" alt="datatranslations-icon_64.png" width="64" height="64" />DataTranslations</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/DataTranslations</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/*</span> - Every Translator creates its own settings file here after you've changes its defaults.<br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/DataTranslations</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/*</span> - Every Translator creates its own settings file here after you've changes its defaults.<br />
<span class="path">~/config/settings/system/DataTranslations settings</span> - Stores the panel's window position.</td></tr>
</table>
<p>Every application has the ability to open and save every file format for which there's a Translator installed. The settings for these Translators are configured in the DataTranslations preferences.</p>
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/deskbar.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/deskbar.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/deskbar.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/deskbar.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/deskbar.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h1><img src="../../images/prefs-images/deskbar-icon_64.png" alt="deskbar-icon_64.png" width="64" height="64" />Deskbar</h1>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Deskbar</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Deskbar_settings</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Deskbar</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Deskbar_settings</span><br />
<span class="path">~/config/settings/Deskbar_security_code</span></td></tr>
</table>
<p><br /></p>
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/e-mail.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/e-mail.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/e-mail.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/e-mail.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/e-mail.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -58,9 +59,9 @@
<h2><img src="../../images/prefs-images/e-mail-icon_64.png" alt="e-mail-icon_64.png" width="64" height="64" />E-mail</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/E-mail</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Mail/*</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/E-mail</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Mail/*</span></td></tr>
</table>
<p>Haiku provides a system that retrieves e-mail regularly via a Mail Service (also known as mail_daemon) and saves each mail as a single text file. It parses the mail and fills its attributes with all necessary header information, like from, to, subject and its unread status. Now it can be queried by you or any application. This system also makes switching e-mail clients easy as all the data and your configuration stays the same.<br />
The configuration is done in the E-Mail preference panel.</p>
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/filetypes.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/filetypes.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/filetypes.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/filetypes.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/filetypes.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/filetypes-icon_64.png" alt="filetypes-icon_64.png" width="64" height="64" />FileTypes</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/FileTypes</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/FileTypes settings</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/FileTypes</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/FileTypes settings</span><br />
<span class="path">~/config/settings/beos_mime/*</span> - Stores all MIME types as folders.</td></tr>
</table>
<p>Please refer to topic <a href="../filetypes.html">Filetypes</a> and the workshop <a href="../workshop-filetypes+attributes.html">Filetypes, Attributes, Index and Queries</a> that explains most of this preference panel.</p>
+5 -4
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/fonts.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/fonts.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/fonts.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/fonts.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/fonts.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,16 +48,16 @@
<h2><img src="../../images/prefs-images/fonts-icon_64.png" alt="fonts-icon_64.png" width="64" height="64" />Fonts</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Fonts</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/fonts</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Fonts</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/system/app_server/fonts</span><br />
<span class="path">~/config/settings/Font_settings</span> - Stores the panel's window position.</td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/fonts.png" alt="fonts.png" />
<p>Haiku defines three standard fonts for different purposes. You set plain, bold and fixed font types and sizes that will be used throughout the system. Besides these, there's also a separate setting for the font used in menus.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Defaults</span></td><td> </td><td>すべての設定をデフォルト値に戻します。</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Fonts preferences.</td></tr>
</table>
+5 -4
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/keyboard.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/keyboard.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/keyboard.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/keyboard.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/keyboard.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,15 +48,15 @@
<h2><img src="../../images/prefs-images/keyboard-icon_64.png" alt="keyboard-icon_64.png" width="64" height="64" />Keyboard</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Keyboard</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Keyboard_settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Keyboard</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Keyboard_settings</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/keyboard.png" alt="keyboard.png" />
<p>Set the repeat rate and the delay until a held down key starts to repeat. You can test your settings in the text field at the bottom.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Defaults</span></td><td> </td><td>すべての設定をデフォルト値に戻します。</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Keyboard preferences.</td></tr>
</table>
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/keymap.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/keymap.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/keymap.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/keymap.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/keymap.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/keymap-icon_64.png" alt="keymap-icon_64.png" width="64" height="64" />Keymap</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Keymap</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Keymap/*</span> - Location of user modified keymaps.<br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Keymap</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Keymap/*</span> - Location of user modified keymaps.<br />
<span class="path">~/config/settings/Key_map</span></td></tr>
</table>
<p><br /></p>
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/media.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/media.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/media.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/media.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/media.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/media-icon_64.png" alt="media-icon_64.png" width="64" height="64" />Media</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Media</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Media/*</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Media</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Media/*</span><br />
<span class="path">~/config/settings/System Audio Mixer</span><br />
<span class="path">~/config/settings/MediaPrefs Settings</span> - Stores the panel's window position.</td></tr>
</table>
+5 -4
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/mouse.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/mouse.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/mouse.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/mouse.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/mouse.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/mouse-icon_64.png" alt="mouse-icon_64.png" width="64" height="64" />Mouse</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Mouse</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Mouse_settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Mouse</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Mouse_settings</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/mouse.png" alt="mouse.png" />
@@ -64,7 +65,7 @@
</table>
<p>All settings are immediately applied.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Defaults</span></td><td> </td><td>すべての設定をデフォルト値に戻します。</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the Mouse preferences.</td></tr>
</table>
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/network.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/network.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/network.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/network.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/network.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/network-icon_64.png" alt="network-icon_64.png" width="64" height="64" />Network</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Network</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">/boot/common/settings/network/resolv.conf</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Network</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">/boot/common/settings/network/resolv.conf</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/network.png" alt="network.png" />
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/printers.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/printers.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/printers.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/printers.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/printers.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/printers-icon_64.png" alt="printers-icon_64.png" width="64" height="64" />Printers</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Printers</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/printers/*</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Printers</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/printers/*</span></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, please announce it on the <a href="http://www.freelists.org/list/haiku-doc">Documentation mailing list</a> to avoid duplication.</p>
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/screen.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/screen.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/screen.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/screen.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/screen.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/screen-icon_64.png" alt="screen-icon_64.png" width="64" height="64" />Screen</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Screen</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Screen</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/system/app_server/workspaces</span><br />
<span class="path">~/config/settings/kernel/drivers/vesa</span> - Only when running in VESA mode.<br />
<span class="path">~/config/settings/Screen_data</span> - Stores the panel's window position.</td></tr>
</table>
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/screensaver.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/screensaver.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/screensaver.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/screensaver.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/screensaver.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -46,9 +47,9 @@
<div>
<h2><img src="../../images/prefs-images/screensaver-icon_64.png" alt="screensaver-icon_64.png" width="64" height="64" />ScreenSaver</h2>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Screensaver</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/ScreenSaver_settings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Screensaver</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/ScreenSaver_settings</span></td></tr>
</table>
<p>The panel of the ScreenSaver preferences is split into two tabs:
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/sounds.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/sounds.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/sounds.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/sounds.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/sounds.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/sounds-icon_64.png" alt="sounds-icon_64.png" width="64" height="64" />Sounds</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Sounds</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Media/MMediaFilesManager</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Sounds</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Media/MMediaFilesManager</span></td></tr>
</table>
<p><br /></p>
<img src="../images/prefs-images/sounds.png" alt="sounds.png" />
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/time.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/time.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/time.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/time.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/time.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/time-icon_64.png" alt="time-icon_64.png" width="64" height="64" />Time</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Time</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/RTC_time_settings</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Time</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/RTC_time_settings</span><br />
<span class="path">~/config/settings/timezone</span> - A link to the current timezone in <span class="path">/boot/system/etc/timezones/*/*</span><br />
<span class="path">~/config/settings/Time_settings</span> - Stores the panel's window position.<br /></td></tr>
</table>
+4 -3
View File
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/tracker.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/tracker.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/tracker.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/tracker.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/tracker.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -47,9 +48,9 @@
<h2><img src="../../images/prefs-images/tracker-icon_64.png" alt="tracker-icon_64.png" width="64" height="64" />Tracker</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/Tracker</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/Tracker/TrackerSettings</span></td></tr>
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/Tracker</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/Tracker/TrackerSettings</span></td></tr>
</table>
<p><br /></p>
<p>The Tracker preference panel is also available from every Tracker window with the menu <span class="menu">Window | Preferences...</span>.<br />
@@ -33,6 +33,7 @@
<li><a href="../../ru/preferences/virtualmemory.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../../es/preferences/virtualmemory.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../../sv_SE/preferences/virtualmemory.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../../uk/preferences/virtualmemory.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../../en/preferences/virtualmemory.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>
@@ -46,9 +47,9 @@
<h2><img src="../../images/prefs-images/virtualmemory-icon_64.png" alt="virtualmemory-icon_64.png" width="64" height="64" />VirtualMemory</h2>
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/VirtualMemory</span></td></tr>
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/kernel/drivers/virtual_memory</span><br />
<tr><td>Deskbarメニュー:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
<tr><td>場所:</td><td></td><td><span class="path">/boot/system/preferences/VirtualMemory</span></td></tr>
<tr><td>設定ファイル:</td><td></td><td><span class="path">~/config/settings/kernel/drivers/virtual_memory</span><br />
<span class="path">~/config/settings/VM_data</span> - Stores the panel's window position.</td></tr>
</table>
<p>Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.</p>
@@ -57,7 +58,7 @@
<p>Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.<br />
Upgrading your RAM is of course the most effective way to go...</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
<tr><td><span class="button">Defaults</span></td><td> </td><td>すべての設定をデフォルト値に戻します。</td></tr>
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the VirtualMemory preferences.</td></tr>
</table>
+1
View File
@@ -33,6 +33,7 @@
<li><a href="../ru/workspaces.html"><img src="../images/flags/ru.png" alt="" />Русский</a></li>
<li><a href="../es/workspaces.html"><img src="../images/flags/es.png" alt="" />Español</a></li>
<li><a href="../sv_SE/workspaces.html"><img src="../images/flags/sv_SE.png" alt="" />Svensk</a></li>
<li><a href="../uk/workspaces.html"><img src="../images/flags/uk.png" alt="" />Українська</a></li>
<li><a href="../en/workspaces.html"><img src="../images/flags/gb.png" alt="" />English</a></li>
</ul>
<span>