Changeset 305 for trunk


Ignore:
Timestamp:
08/03/09 09:19:32 (3 years ago)
Author:
marc
Message:

updated sgml file, include hacking in distro, remove DOS line endings for hacking, add french translation for desktop file, convert sgml to manpage on the fly

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/itaka.docs

    r130 r305  
    22BUGS 
    33AUTHORS 
     4HACKING 
    45TODO 
    56README 
  • trunk/debian/itaka.sgml

    r297 r305  
    4747  </refsect1> 
    4848  <refsect1> 
     49      <title>OPTIONS</title> 
     50      <para>Itaka follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.</para> 
     51      <para> 
     52          <emphasis role="bold">-h, --help</emphasis> 
     53          Show summary of options. 
     54      </para> 
     55      <para> 
     56          <emphasis role="bold">-v, --version</emphasis> 
     57          Show the version of the program. 
     58      </para> 
     59      <para> 
     60          <emphasis role="bold">-r, --revision</emphasis> 
     61          Show the revision of the progam. 
     62      </para> 
     63      <para> 
     64          <emphasis role="strong">-d, --debug</emphasis> 
     65          Start in debug mode. 
     66      </para> 
     67    </refsect1> 
     68  <refsect1> 
    4969    <title>SEE ALSO</title> 
    5070 
     
    5474    <title>AUTHOR</title> 
    5575 
    56     <para>Itaka was written by: Marc E. &dhemail;.</para> 
     76    <para>Itaka was written by: Marc E. <&dhemail>;.</para> 
    5777 
    5878    <para>This manual page was written by &dhusername; &dhemail; for 
  • trunk/debian/rules

    r298 r305  
    2727 
    2828        # This needs to be updated to have the new options 
    29         #/usr/bin/docbook-to-man debian/itaka.sgml > share/itaka.1 
     29        /usr/bin/docbook-to-man debian/itaka.sgml > share/itaka.1 
    3030 
    3131        touch build-stamp 
  • trunk/share/itaka.desktop

    r299 r305  
    55GenericName=Itaka on-demand screenshot server 
    66GenericName[es]=Servidor de pantallas por demanda 
     7GenericName[fr]=Itaka, serveur de captures d'écran à la demande 
    78Comment=Screenshot server 
    89Comment[es]=Servidor de capturas de pantalla 
     10Comment[fr]=Serveur de captures d'écran 
    911StartupNotify=true 
    1012Icon=itaka 
Note: See TracChangeset for help on using the changeset viewer.