Changeset 2909 for pykota/trunk
- Timestamp:
- 06/01/06 15:56:00 (18 years ago)
- Location:
- pykota/trunk
- Files:
-
- 30 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkbanner
r2631 r2909 76 76 -u | --url u Uses u as an url to be written at the bottom of 77 77 the banner page. The default url is : 78 http://www. librelogiciel.com/software/78 http://www.pykota.com/ 79 79 80 80 examples : … … 297 297 "pagesize" : "a4", \ 298 298 "logo" : "/usr/share/pykota/logos/pykota.jpeg", 299 "url" : "http://www. librelogiciel.com/software/",299 "url" : "http://www.pykota.com/", 300 300 } 301 301 short_options = "vhs:l:p:u:" -
pykota/trunk/bin/pykotme
r2829 r2909 31 31 from pykota.tool import PyKotaTool, PyKotaCommandLineError, crashed, N_ 32 32 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") 33 from pkpgpdls import analyzer, pdlparser 37 34 38 35 -
pykota/trunk/cgi-bin/dumpykota.cgi
r2630 r2909 82 82 <p> 83 83 <font size="-2"> 84 <a href="http://www. librelogiciel.com/software/">%s</a>84 <a href="http://www.pykota.com/">%s</a> 85 85 © %s %s 86 86 <br /> -
pykota/trunk/cgi-bin/printquota.cgi
r2880 r2909 81 81 <p> 82 82 <font size="-2"> 83 <a href="http://www. librelogiciel.com/software/">%s</a>83 <a href="http://www.pykota.com/">%s</a> 84 84 © %s %s 85 85 <br /> -
pykota/trunk/cgi-bin/pykotme.cgi
r2622 r2909 34 34 from pykota.tool import PyKotaTool, PyKotaToolError 35 35 from 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") 36 from pkpgpdls import analyzer, pdlparser 41 37 42 38 … … 85 81 <p> 86 82 <font size="-2"> 87 <a href="http://www. librelogiciel.com/software/">%s</a>83 <a href="http://www.pykota.com/">%s</a> 88 84 © %s %s 89 85 <br /> -
pykota/trunk/debian/copyright
r2622 r2909 3 3 4 4 It was downloaded from: 5 http://www. librelogiciel.com/software/PyKota/Presentation/action_Presentation6 ( CVSsnapshot)5 http://www.pykota.com/software/pykota/download 6 (SVN snapshot) 7 7 8 Upstream Authors: Jerom aAlet <alet@librelogiciel.com>8 Upstream Authors: Jerome Alet <alet@librelogiciel.com> 9 9 10 10 Copyright: … … 56 56 * For more informations, please read : 57 57 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 61 60 -
pykota/trunk/docs/installation.sgml
r2878 r2909 31 31 Finally you have to download <application>PyKota</application>'s latest version 32 32 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>. 34 34 If you've just bought an official package, then as soon as you've receive it you 35 35 have to decompress and visit its archive, to do so just type the following commands : … … 815 815 <para> 816 816 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>. 818 818 </para> 819 819 </listitem> … … 824 824 and <command>pykoticon</command>. You don't need this module otherwise. 825 825 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>. 826 832 </para> 827 833 </listitem> -
pykota/trunk/docs/introduction.sgml
r2836 r2909 51 51 Beginning on October 10th 2005, this document won't be <application>PyKota</application>'s reference documentation anymore. 52 52 <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> 54 54 </para> 55 55 -
pykota/trunk/docs/pykotme.sgml
r2551 r2909 17 17 from the command line, passing your print job's content in any format 18 18 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> 20 20 which recognizes PostScript (both binary and DSC compliant), 21 21 PCLXL (aka PCL6), PDF, PCL3/4/5, ESC/P2, TIFF, DVI, OpenOffice Writer, and OpenOffice Impress. -
pykota/trunk/FAQ
r2559 r2909 7 7 You can access to the online and searchable FAQ at : 8 8 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 10 14 11 15 You can access to the WiKi at : 12 16 13 http://www. librelogiciel.com/software/PyKota/WiKota17 http://www.pykota.com/wiki 14 18 -
pykota/trunk/po/de/pykota.po
r2825 r2909 305 305 " -u | --url u Uses u as an url to be written at the bottom of \n" 306 306 " the banner page. The default url is :\n" 307 " http://www. librelogiciel.com/software/\n"307 " http://www.pykota.com/\n" 308 308 " \n" 309 309 "examples : \n" -
pykota/trunk/po/el_GR/pykota.po
r2825 r2909 306 306 " -u | --url u Uses u as an url to be written at the bottom of \n" 307 307 " the banner page. The default url is :\n" 308 " http://www. librelogiciel.com/software/\n"308 " http://www.pykota.com/\n" 309 309 " \n" 310 310 "examples : \n" -
pykota/trunk/po/es/pykota.po
r2825 r2909 309 309 " -u | --url u Uses u as an url to be written at the bottom of \n" 310 310 " the banner page. The default url is :\n" 311 " http://www. librelogiciel.com/software/\n"311 " http://www.pykota.com/\n" 312 312 " \n" 313 313 "examples : \n" … … 4332 4332 #~ " -u | --url u Uses u as an url to be written at the bottom of \n" 4333 4333 #~ " the banner page. The default url is :\n" 4334 #~ " http://www. librelogiciel.com/software/\n"4334 #~ " http://www.pykota.com/\n" 4335 4335 #~ " \n" 4336 4336 #~ "examples : \n" -
pykota/trunk/po/fr/pykota.po
r2832 r2909 474 474 " -u | --url u Uses u as an url to be written at the bottom of \n" 475 475 " the banner page. The default url is :\n" 476 " http://www. librelogiciel.com/software/\n"476 " http://www.pykota.com/\n" 477 477 " \n" 478 478 "examples : \n" … … 522 522 " -u | --url u Utilise u comme une url qui sera imprim�en base de\n" 523 523 " la page banni�. L'url par d�ut est :\n" 524 " http://www. librelogiciel.com/software/\n"524 " http://www.pykota.com/\n" 525 525 " \n" 526 526 "exemples :\n" -
pykota/trunk/po/it/pykota.po
r2825 r2909 306 306 " -u | --url u Uses u as an url to be written at the bottom of \n" 307 307 " the banner page. The default url is :\n" 308 " http://www. librelogiciel.com/software/\n"308 " http://www.pykota.com/\n" 309 309 " \n" 310 310 "examples : \n" -
pykota/trunk/po/nb_NO/pykota.po
r2825 r2909 308 308 " -u | --url u Uses u as an url to be written at the bottom of \n" 309 309 " the banner page. The default url is :\n" 310 " http://www. librelogiciel.com/software/\n"310 " http://www.pykota.com/\n" 311 311 " \n" 312 312 "examples : \n" -
pykota/trunk/po/pl/pykota.po
r2825 r2909 333 333 " -u | --url u Uses u as an url to be written at the bottom of \n" 334 334 " the banner page. The default url is :\n" 335 " http://www. librelogiciel.com/software/\n"335 " http://www.pykota.com/\n" 336 336 " \n" 337 337 "examples : \n" … … 385 385 "na \n" 386 386 " dole strony bannera. Domy�lnym odno�nikiem jest :\n" 387 " http://www. librelogiciel.com/software/\n"387 " http://www.pykota.com/\n" 388 388 " \n" 389 389 "przyk�ady : \n" -
pykota/trunk/po/pt_BR/pykota.po
r2825 r2909 302 302 " -u | --url u Uses u as an url to be written at the bottom of \n" 303 303 " the banner page. The default url is :\n" 304 " http://www. librelogiciel.com/software/\n"304 " http://www.pykota.com/\n" 305 305 " \n" 306 306 "examples : \n" -
pykota/trunk/po/pt/pykota.po
r2825 r2909 305 305 " -u | --url u Uses u as an url to be written at the bottom of \n" 306 306 " the banner page. The default url is :\n" 307 " http://www. librelogiciel.com/software/\n"307 " http://www.pykota.com/\n" 308 308 " \n" 309 309 "examples : \n" -
pykota/trunk/po/pykota.pot
r2825 r2909 303 303 " -u | --url u Uses u as an url to be written at the bottom of \n" 304 304 " the banner page. The default url is :\n" 305 " http://www. librelogiciel.com/software/\n"305 " http://www.pykota.com/\n" 306 306 " \n" 307 307 "examples : \n" -
pykota/trunk/po/sv_SE/pykota.po
r2825 r2909 307 307 " -u | --url u Uses u as an url to be written at the bottom of \n" 308 308 " the banner page. The default url is :\n" 309 " http://www. librelogiciel.com/software/\n"309 " http://www.pykota.com/\n" 310 310 " \n" 311 311 "examples : \n" -
pykota/trunk/po/th/pykota.po
r2825 r2909 304 304 " -u | --url u Uses u as an url to be written at the bottom of \n" 305 305 " the banner page. The default url is :\n" 306 " http://www. librelogiciel.com/software/\n"306 " http://www.pykota.com/\n" 307 307 " \n" 308 308 "examples : \n" -
pykota/trunk/po/tr/pykota.po
r2825 r2909 311 311 " -u | --url u Uses u as an url to be written at the bottom of \n" 312 312 " the banner page. The default url is :\n" 313 " http://www. librelogiciel.com/software/\n"313 " http://www.pykota.com/\n" 314 314 " \n" 315 315 "examples : \n" -
pykota/trunk/po/zh_TW/pykota.po
r2825 r2909 306 306 " -u | --url u Uses u as an url to be written at the bottom of \n" 307 307 " the banner page. The default url is :\n" 308 " http://www. librelogiciel.com/software/\n"308 " http://www.pykota.com/\n" 309 309 " \n" 310 310 "examples : \n" -
pykota/trunk/pykota/accounters/software.py
r2635 r2909 52 52 from pkpgpdls import analyzer, pdlparser 53 53 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") 55 55 self.filter.printInfo("Precomputed job size will be forced to 0 pages.", "error") 56 56 else : -
pykota/trunk/pykota/config.py
r2895 r2909 181 181 """Returns the URL to use for the logo in the CGI scripts.""" 182 182 url = self.getGlobalOption("logourl", ignore=1) or \ 183 "http://www. librelogiciel.com/software/PyKota/pykota.png"183 "http://www.pykota.com/pykota.png" 184 184 return url.strip() 185 185 … … 187 187 """Returns the URL to go to when the user clicks on the logo in the CGI scripts.""" 188 188 url = self.getGlobalOption("logolink", ignore=1) or \ 189 "http://www. librelogiciel.com/software/"189 "http://www.pykota.com/" 190 190 return url.strip() 191 191 -
pykota/trunk/README
r2891 r2909 33 33 Commercially Supported : 34 34 35 - Support Contracts are available from http://www. librelogiciel.com/techsupport/35 - Support Contracts are available from http://www.pykota.com/technical-support/ 36 36 37 37 Operating systems : … … 327 327 PyKota's collaborative documentation is available from : 328 328 329 http://www. librelogiciel.com/software/PyKota/WiKota/329 http://www.pykota.com/wiki/ 330 330 331 331 You may learn more about PyKota, if it fits your own organization, … … 357 357 See : 358 358 359 http://www. librelogiciel.com/software/PyKota/WiKota/Dependencies359 http://www.pykota.com/wiki/Dependencies 360 360 361 361 for an up-to-date list, or see below (maybe not up-to-date) : … … 368 368 - The pkpgcounter command line tool, version 1.56 or higher. This 369 369 tool is now mandatory for PyKota to work. 370 (http://www. librelogiciel.com/software/)370 (http://www.pykota.com/software/pkpgcounter) 371 371 - The pkipplib Python library (http://www.pykota.com/software/pkipplib) 372 372 - The JAXML Python module to be able to dump datas in the XML format. -
pykota/trunk/setup.py
r2778 r2909 114 114 author = "Jerome Alet", 115 115 author_email = "alet@librelogiciel.com", 116 url = "http://www. librelogiciel.com/software/",116 url = "http://www.pykota.com", 117 117 packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ], 118 118 scripts = [ "bin/pknotify", "bin/pkusers", "bin/pkinvoice", "bin/pykoef", \