Changeset 2909

Show
Ignore:
Timestamp:
06/01/06 15:56:00 (18 years ago)
Author:
jerome
Message:

Updated URLs.

Location:
pykota/trunk
Files:
30 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbanner

    r2631 r2909  
    7676  -u | --url u         Uses u as an url to be written at the bottom of  
    7777                       the banner page. The default url is : 
    78                        http://www.librelogiciel.com/software/ 
     78                       http://www.pykota.com/ 
    7979   
    8080examples :                               
     
    297297                     "pagesize" : "a4", \ 
    298298                     "logo" : "/usr/share/pykota/logos/pykota.jpeg", 
    299                      "url" : "http://www.librelogiciel.com/software/", 
     299                     "url" : "http://www.pykota.com/", 
    300300                   } 
    301301        short_options = "vhs:l:p:u:" 
  • pykota/trunk/bin/pykotme

    r2829 r2909  
    3131from pykota.tool import PyKotaTool, PyKotaCommandLineError, crashed, N_ 
    3232 
    33 try : 
    34     from pkpgpdls import analyzer, pdlparser 
    35 except ImportError : # TODO : Remove the try/except after release 1.24. 
    36     sys.stderr.write("ERROR: pkpgcounter is now distributed separately, please grab it from http://www.librelogiciel.com/software/pkpgcounter/action_Download\n") 
     33from pkpgpdls import analyzer, pdlparser 
    3734     
    3835 
  • pykota/trunk/cgi-bin/dumpykota.cgi

    r2630 r2909  
    8282    <p> 
    8383      <font size="-2"> 
    84         <a href="http://www.librelogiciel.com/software/">%s</a> 
     84        <a href="http://www.pykota.com/">%s</a> 
    8585        &copy; %s %s  
    8686        <br /> 
  • pykota/trunk/cgi-bin/printquota.cgi

    r2880 r2909  
    8181    <p> 
    8282      <font size="-2"> 
    83         <a href="http://www.librelogiciel.com/software/">%s</a> 
     83        <a href="http://www.pykota.com/">%s</a> 
    8484        &copy; %s %s  
    8585        <br /> 
  • pykota/trunk/cgi-bin/pykotme.cgi

    r2622 r2909  
    3434from pykota.tool import PyKotaTool, PyKotaToolError 
    3535from pykota.cgifuncs import getLanguagePreference, getCharsetPreference 
    36  
    37 try : 
    38     from pkpgpdls import analyzer, pdlparser 
    39 except ImportError : # TODO : Remove the try/except after release 1.24. 
    40     sys.stderr.write("ERROR: pkpgcounter is now distributed separately, please grab it from http://www.librelogiciel.com/software/pkpgcounter/action_Download\n") 
     36from pkpgpdls import analyzer, pdlparser 
    4137     
    4238 
     
    8581    <p> 
    8682      <font size="-2"> 
    87         <a href="http://www.librelogiciel.com/software/">%s</a> 
     83        <a href="http://www.pykota.com/">%s</a> 
    8884        &copy; %s %s  
    8985        <br /> 
  • pykota/trunk/debian/copyright

    r2622 r2909  
    33 
    44It was downloaded from: 
    5 http://www.librelogiciel.com/software/PyKota/Presentation/action_Presentation 
    6 (CVS snapshot) 
     5http://www.pykota.com/software/pykota/download 
     6(SVN snapshot) 
    77 
    8 Upstream Authors: Jeroma Alet <alet@librelogiciel.com> 
     8Upstream Authors: Jerome Alet <alet@librelogiciel.com> 
    99 
    1010Copyright: 
     
    5656  * For more informations, please read : 
    5757   
    58         http://www.librelogiciel.com/software/PyKota/action_Download 
    59         http://www.librelogiciel.com/software/PyKota/Purchase 
    60         http://www.librelogiciel.com/software/PyKota/contracts 
     58        http://www.pykota.com/purchase 
     59        http://www.pykota.com/technical-support 
    6160         
  • pykota/trunk/docs/installation.sgml

    r2878 r2909  
    3131    Finally you have to download <application>PyKota</application>'s latest version 
    3232    or buy an official package, from  
    33     <ulink url="http://www.librelogiciel.com/software/">http://www.librelogiciel.com/software/</ulink>. 
     33    <ulink url="http://www.pykota.com/software/pykota">http://www.pykota.com/software/pykota</ulink>. 
    3434    If you've just bought an official package, then as soon as you've receive it you 
    3535    have to decompress and visit its archive, to do so just type the following commands : 
     
    815815          <para> 
    816816            The <application>pkpgcounter</application> Generic Page Description Language parser.  
    817             You can download it from <ulink url="http://www.librelogiciel.com/software/">http://www.librelogiciel.com/software/</ulink>. 
     817            You can download it from <ulink url="http://www.pykota.com.com/software/pkpgcounter">http://www.pykota.com.com/software/pkpgcounter</ulink>. 
    818818          </para> 
    819819        </listitem>   
     
    824824            and <command>pykoticon</command>. You don't need this module otherwise. 
    825825            If needed, you can download it from <ulink url="http://www.pangalactic.org/PyPAM/">http://www.pangalactic.org/PyPAM/</ulink>. 
     826          </para> 
     827        </listitem>   
     828        <listitem> 
     829          <para> 
     830            The <application>PkIPPLib</application> Python <acronym>IPP</acronym> library. 
     831            You can download it from <ulink url="http://www.pykota.com/software/pkipplib">http://www.pykota.com/software/pkipplib</ulink>. 
    826832          </para> 
    827833        </listitem>   
  • pykota/trunk/docs/introduction.sgml

    r2836 r2909  
    5151      Beginning on October 10th 2005, this document won't be <application>PyKota</application>'s reference documentation anymore. 
    5252      <application>PyKota</application>'s reference documentation is now at : 
    53       <ulink url="http://www.librelogiciel.com/software/PyKota/WiKota">http://www.librelogiciel.com/software/PyKota/WiKota</ulink> 
     53      <ulink url="http://www.pykota.com/wiki">http://www.pykota.com/wiki</ulink> 
    5454    </para> 
    5555     
  • pykota/trunk/docs/pykotme.sgml

    r2551 r2909  
    1717    from the command line, passing your print job's content in any format 
    1818    recognized by PyKota  
    19     <footnote><para>PyKota now uses <ulink url="http://www.librelogiciel.com/software/pkpgcounter/action_Presentation">pkpgcounter</ulink> 
     19    <footnote><para>PyKota now uses <ulink url="http://www.pykota.com/software/pkpgcounter">pkpgcounter</ulink> 
    2020    which recognizes PostScript (both binary and DSC compliant), 
    2121    PCLXL (aka PCL6), PDF, PCL3/4/5, ESC/P2, TIFF, DVI, OpenOffice Writer, and OpenOffice Impress. 
  • pykota/trunk/FAQ

    r2559 r2909  
    77  You can access to the online and searchable FAQ at : 
    88   
    9         http://otrs.librelogiciel.com/otrs/faq.pl 
     9        http://otrs.librelogiciel.com/otrs/public.pl 
     10         
     11  The most often asked question is this one :       
     12   
     13        http://otrs.librelogiciel.com/otrs/public.pl?ID=2 
    1014         
    1115  You can access to the WiKi at :       
    1216   
    13         http://www.librelogiciel.com/software/PyKota/WiKota 
     17        http://www.pykota.com/wiki 
    1418   
  • pykota/trunk/po/de/pykota.po

    r2825 r2909  
    305305"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    306306"                       the banner page. The default url is :\n" 
    307 "                       http://www.librelogiciel.com/software/\n" 
     307"                       http://www.pykota.com/\n" 
    308308"  \n" 
    309309"examples :                              \n" 
  • pykota/trunk/po/el_GR/pykota.po

    r2825 r2909  
    306306"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    307307"                       the banner page. The default url is :\n" 
    308 "                       http://www.librelogiciel.com/software/\n" 
     308"                       http://www.pykota.com/\n" 
    309309"  \n" 
    310310"examples :                              \n" 
  • pykota/trunk/po/es/pykota.po

    r2825 r2909  
    309309"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    310310"                       the banner page. The default url is :\n" 
    311 "                       http://www.librelogiciel.com/software/\n" 
     311"                       http://www.pykota.com/\n" 
    312312"  \n" 
    313313"examples :                              \n" 
     
    43324332#~ "  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    43334333#~ "                       the banner page. The default url is :\n" 
    4334 #~ "                       http://www.librelogiciel.com/software/\n" 
     4334#~ "                       http://www.pykota.com/\n" 
    43354335#~ "  \n" 
    43364336#~ "examples :                              \n" 
  • pykota/trunk/po/fr/pykota.po

    r2832 r2909  
    474474"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    475475"                       the banner page. The default url is :\n" 
    476 "                       http://www.librelogiciel.com/software/\n" 
     476"                       http://www.pykota.com/\n" 
    477477"  \n" 
    478478"examples :                              \n" 
     
    522522"  -u | --url u         Utilise u comme une url qui sera imprim�en base de\n" 
    523523"                       la page banni�. L'url par d�ut est :\n" 
    524 "                               http://www.librelogiciel.com/software/\n" 
     524"                               http://www.pykota.com/\n" 
    525525"  \n" 
    526526"exemples :\n" 
  • pykota/trunk/po/it/pykota.po

    r2825 r2909  
    306306"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    307307"                       the banner page. The default url is :\n" 
    308 "                       http://www.librelogiciel.com/software/\n" 
     308"                       http://www.pykota.com/\n" 
    309309"  \n" 
    310310"examples :                              \n" 
  • pykota/trunk/po/nb_NO/pykota.po

    r2825 r2909  
    308308"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    309309"                       the banner page. The default url is :\n" 
    310 "                       http://www.librelogiciel.com/software/\n" 
     310"                       http://www.pykota.com/\n" 
    311311"  \n" 
    312312"examples :                              \n" 
  • pykota/trunk/po/pl/pykota.po

    r2825 r2909  
    333333"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    334334"                       the banner page. The default url is :\n" 
    335 "                       http://www.librelogiciel.com/software/\n" 
     335"                       http://www.pykota.com/\n" 
    336336"  \n" 
    337337"examples :                              \n" 
     
    385385"na  \n" 
    386386"                       dole strony bannera. Domy�lnym odno�nikiem jest :\n" 
    387 "                       http://www.librelogiciel.com/software/\n" 
     387"                       http://www.pykota.com/\n" 
    388388"  \n" 
    389389"przyk�ady :                              \n" 
  • pykota/trunk/po/pt_BR/pykota.po

    r2825 r2909  
    302302"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    303303"                       the banner page. The default url is :\n" 
    304 "                       http://www.librelogiciel.com/software/\n" 
     304"                       http://www.pykota.com/\n" 
    305305"  \n" 
    306306"examples :                              \n" 
  • pykota/trunk/po/pt/pykota.po

    r2825 r2909  
    305305"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    306306"                       the banner page. The default url is :\n" 
    307 "                       http://www.librelogiciel.com/software/\n" 
     307"                       http://www.pykota.com/\n" 
    308308"  \n" 
    309309"examples :                              \n" 
  • pykota/trunk/po/pykota.pot

    r2825 r2909  
    303303"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    304304"                       the banner page. The default url is :\n" 
    305 "                       http://www.librelogiciel.com/software/\n" 
     305"                       http://www.pykota.com/\n" 
    306306"  \n" 
    307307"examples :                              \n" 
  • pykota/trunk/po/sv_SE/pykota.po

    r2825 r2909  
    307307"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    308308"                       the banner page. The default url is :\n" 
    309 "                       http://www.librelogiciel.com/software/\n" 
     309"                       http://www.pykota.com/\n" 
    310310"  \n" 
    311311"examples :                              \n" 
  • pykota/trunk/po/th/pykota.po

    r2825 r2909  
    304304"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    305305"                       the banner page. The default url is :\n" 
    306 "                       http://www.librelogiciel.com/software/\n" 
     306"                       http://www.pykota.com/\n" 
    307307"  \n" 
    308308"examples :                              \n" 
  • pykota/trunk/po/tr/pykota.po

    r2825 r2909  
    311311"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    312312"                       the banner page. The default url is :\n" 
    313 "                       http://www.librelogiciel.com/software/\n" 
     313"                       http://www.pykota.com/\n" 
    314314"  \n" 
    315315"examples :                              \n" 
  • pykota/trunk/po/zh_TW/pykota.po

    r2825 r2909  
    306306"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    307307"                       the banner page. The default url is :\n" 
    308 "                       http://www.librelogiciel.com/software/\n" 
     308"                       http://www.pykota.com/\n" 
    309309"  \n" 
    310310"examples :                              \n" 
  • pykota/trunk/pykota/accounters/software.py

    r2635 r2909  
    5252                from pkpgpdls import analyzer, pdlparser 
    5353            except ImportError :     
    54                 self.filter.printInfo("pkpgcounter is now distributed separately, please grab it from http://www.librelogiciel.com/software/pkpgcounter/action_Download", "error") 
     54                self.filter.printInfo("pkpgcounter is now distributed separately, please grab it from http://www.pykota.com/software/pkpgcounter", "error") 
    5555                self.filter.printInfo("Precomputed job size will be forced to 0 pages.", "error") 
    5656            else :      
  • pykota/trunk/pykota/config.py

    r2895 r2909  
    181181        """Returns the URL to use for the logo in the CGI scripts.""" 
    182182        url = self.getGlobalOption("logourl", ignore=1) or \ 
    183                    "http://www.librelogiciel.com/software/PyKota/pykota.png" 
     183                   "http://www.pykota.com/pykota.png" 
    184184        return url.strip()            
    185185         
     
    187187        """Returns the URL to go to when the user clicks on the logo in the CGI scripts.""" 
    188188        url = self.getGlobalOption("logolink", ignore=1) or \ 
    189                    "http://www.librelogiciel.com/software/" 
     189                   "http://www.pykota.com/" 
    190190        return url.strip()            
    191191     
  • pykota/trunk/README

    r2891 r2909  
    3333    Commercially Supported :     
    3434     
    35         - Support Contracts are available from http://www.librelogiciel.com/techsupport/ 
     35        - Support Contracts are available from http://www.pykota.com/technical-support/ 
    3636         
    3737    Operating systems : 
     
    327327  PyKota's collaborative documentation is available from : 
    328328   
    329     http://www.librelogiciel.com/software/PyKota/WiKota/ 
     329    http://www.pykota.com/wiki/ 
    330330     
    331331  You may learn more about PyKota, if it fits your own organization, 
     
    357357  See : 
    358358   
    359     http://www.librelogiciel.com/software/PyKota/WiKota/Dependencies 
     359    http://www.pykota.com/wiki/Dependencies 
    360360     
    361361  for an up-to-date list, or see below (maybe not up-to-date) : 
     
    368368    - The pkpgcounter command line tool, version 1.56 or higher. This 
    369369      tool is now mandatory for PyKota to work.  
    370       (http://www.librelogiciel.com/software/) 
     370      (http://www.pykota.com/software/pkpgcounter) 
    371371    - The pkipplib Python library (http://www.pykota.com/software/pkipplib)   
    372372    - The JAXML Python module to be able to dump datas in the XML format. 
  • pykota/trunk/setup.py

    r2778 r2909  
    114114      author = "Jerome Alet", 
    115115      author_email = "alet@librelogiciel.com", 
    116       url = "http://www.librelogiciel.com/software/", 
     116      url = "http://www.pykota.com", 
    117117      packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 
    118118      scripts = [ "bin/pknotify", "bin/pkusers", "bin/pkinvoice", "bin/pykoef", \