Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/dumpykota.sgml

    r2551 r3413  
    44  <title>Export datas to other software with dumpykota</title> 
    55  <para>Last modified on $Date$</para> 
    6    
     6 
    77  <para> 
    88    If you want to reuse <application>PyKota</application> datas from another 
     
    1111    best option is the new <command>dumpykota</command> command. 
    1212  </para> 
    13    
     13 
    1414  <para> 
    1515    <command>dumpykota</command> can export <application>PyKota</application> 
    1616    datas in a number of formats. The supported output formats are 
    1717    comma separated values, semicolon separated values, tab separated values, and <acronym>XML</acronym>. 
    18   </para>   
    19    
     18  </para> 
     19 
    2020  <para> 
    2121    For the print job history's datas, a special format identical to <application>CUPS</application>' <literal>page_log</literal> 
     
    2323    This allows you to interface <application>PyKota</application> with third party tools like 
    2424    <application>phpPrintAnalyzer</application> which is a logfile analyzer for <application>CUPS</application>. 
    25   </para>   
    26    
     25  </para> 
     26 
    2727  <para> 
    28     More formats may be added in the future. In particular,  
    29     <acronym>SQL</acronym> and <acronym>LDIF</acronym> are planned, but  
    30     are currently not implemented.  
     28    More formats may be added in the future. In particular, 
     29    <acronym>SQL</acronym> and <acronym>LDIF</acronym> are planned, but 
     30    are currently not implemented. 
    3131  </para> 
    32    
     32 
    3333  <para> 
    3434    <command>dumpykota</command> can't dump all datas at once though, you have 
     
    4444      <listitem><para>History of payments</para></listitem> 
    4545      <listitem><para>History of print jobs</para></listitem> 
    46     </itemizedlist>   
     46    </itemizedlist> 
    4747  </para> 
    48    
     48 
    4949  <para> 
    50     You can then import the dumped datas into a spreadsheet for example,  
     50    You can then import the dumped datas into a spreadsheet for example, 
    5151    if you want to create complex reports with nice looking graphs and 
    5252    the like. 
    5353  </para> 
    54    
     54 
    5555  <para> 
    5656    An important feature of this command is the possibility to use 
     
    6464    the year <literal>2005</literal>. 
    6565  </para> 
    66    
     66 
    6767  <para> 
    6868    Several keys like <literal>username</literal> are possible, but some 
     
    7474        the complete list of supported keys. 
    7575      </para> 
    76     </tip>   
     76    </tip> 
    7777  </para> 
    78    
     78 
    7979  <para> 
    8080    This command could also be used if you plan to write your own management 
     
    8585    This is exactly what the third party software <application>phpPykotaAdmin</application> does. 
    8686  </para> 
    87    
     87 
    8888  <para> 
    8989    Finally, <command>dumpykota</command>'s functionnality is now also available remotely through 
    9090    the use of the <command>dumpykota.cgi</command> <acronym>CGI</acronym> script. 
    9191  </para> 
    92    
     92 
    9393  <warning> 
    9494    <title>Warning</title> 
     
    9696      Only <application>PyKota</application> administrators can dump PyKota's datas. 
    9797    </para> 
    98   </warning>   
    99          
     98  </warning> 
     99 
    100100  <sect1> 
    101101    <title>Reference</title>