~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to help/pl/tomboy.xml

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-06-24 09:44:48 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624094448-38fcffyrmg40pvoi
Tags: 0.15.2-0ubuntu1
* Upload to Karmic from Debian's git repository due to delays (lp: #381101)
* New upstream release 0.15.1:
 - New WebSync add-in syncs to any server that implements the Tomboy Web REST API,
   such as Snowy [http://live.gnome.org/Snowy].  Baby-eating preview release.
 - Require Mono 1.9.1 to *build* Tomboy. Should still run on older Mono.
 - Prevent PATH problems on Windows from breaking Tomboy.
 - Search for phrases by quoting search text.
 - Fix drag&drop & middle-click paste of linked text.
 - Save width of notebook pane in Search window.
 - Disable sync menu items until backend configured.
 - Close note find bar on escape, even when not focused.
 - Support FUSE being built-in to kernel.
 - Prevent crashes when reading unexpected note XML.
 - Change "Open New Note Template" LinkButton to Button to prevent error.
 - Focus search field every time Search window summoned.
 - Only show Start Here note on first run if not running as applet.
 - HIG compliance in Sync preferences.
 - Use correct "info" icon in add-in info windows.
 - Use relative path to load help.
 - Cache frequently-used text tags in one place instead of five.
 - Documentation updates.
 - Translation updates: el, es, et, gl
* New upstream release 0.15.2:
 - Fix HTML Export on Mac OS X.
 - Translation updates: es, et, nb, sv, zh_CN
* debian/control: Add help/ as GFDL 1.1+ 
* debian/rules: Remove --repack; not necessary as upstream is a .tar.gz and
  could cause rule to be nondeterministic

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
    </authorgroup>
158
158
        
159
159
          <releaseinfo revision="2.28" role="candidate">
160
 
                <ulink type="techreview" url="http://bugzilla.gnome.org/show_bug.cgi?id=576487"/>
 
160
                <ulink type="finalreview" url="http://bugzilla.gnome.org/show_bug.cgi?id=576487"/>
161
161
        </releaseinfo>
162
162
        
163
163
    <!-- According to GNU FDL, revision history is mandatory if you are -->
169
169
   than the current revision. -->
170
170
 
171
171
      <revision>
172
 
        <revnumber>Tomboy Manual 5.0</revnumber>
 
172
        <revnumber>Tomboy Manual 2.1</revnumber>
173
173
 
174
 
        <date>2008-03-23</date>
 
174
        <date>2009-03-23</date>
175
175
 
176
176
        <revdescription>
177
177
          <para role="author">Paul Cutler</para>
903
903
    <sect3 id="sync-configure-ssh">
904
904
      <title>Konfiguracja serwera synchronizacji notatek (SSH)</title>
905
905
        
906
 
      <para>Aby możliwa była synchronizacja notatek z serwerem SSH, w systemie powinien być zainstalowany system plików sshf FUSE. Aby go skonfigurować należy postępować zgodnie ze wskazówkami zawartymi w dokumentacji posiadanego systemu operacyjnego. Potrzebny jest również klucz SSH do konta SSH posiadanego na serwerze, który powinien zostać dodany do uruchomionego demona SSH. Można to wykonać korzystając z programu <application>Seahorse</application> środowiska GNOME.</para>
 
906
      <para>In order to synchronize your notes with an SSH server, you will need
 
907
      the sshfs FUSE file system installed.  Follow the documentation for your operating
 
908
      system to set up FUSE for your user.  You will also need an SSH key for your
 
909
      SSH server account, which should be added to a running SSH daemon.  This can be
 
910
      done using the GNOME <application>Seahorse</application> application, which is also 
 
911
          known as <application>Passwords and Encryption Keys</application>.</para>
 
912
          
 
913
          <para>Open <application>Passwords and Encryption Keys</application> by choosing 
 
914
          <menuchoice><guimenu>Applications</guimenu><guimenu>Accessories</guimenu>
 
915
          <guimenu>Passwords and Encryption Keys</guimenu></menuchoice>.  Click on your key, 
 
916
          and from the menu choose <menuchoice><guimenu>Remote</guimenu>
 
917
          <guimenu>Configure Key for Secure Shell...</guimenu></menuchoice>  and enter the domain name or IP address
 
918
          of the computer you want to sync to in <guimenu>Computer Name</guimenu>.  Enter the username 
 
919
          of the remote computer in <guimenu>Computer Name:</guimenu> and click <guimenu>Set Up</guimenu>.
 
920
          When prompted, enter the password, and setting up your key will be completed.</para>
907
921
      
908
 
      <para>Z rozwijalnej listy <guilabel>Usługa</guilabel> należy wybrać opcję <guimenuitem>SSH</guimenuitem>, a następnie uzupełnić informację o szczegółach połączenia z serwerem i nacisnąć przycisk <guibutton>Zapisz</guibutton>. Program jest gotowy do synchronizacji notatek.</para>
 
922
      <para>In <application>Tomboy</application>, choose <guimenuitem>SSH</guimenuitem> from the <guilabel>Service</guilabel>
 
923
      drop-down list. Fill in the connection information for your server, and then select the
 
924
      <guibutton>Save</guibutton> button.  You are now ready to synchronize your notes.</para>
909
925
    </sect3>
910
926
 
911
927
    <sect3 id="sync-configure-localfolder">