#, fuzzy msgid "" msgstr "" "Project-Id-Version: Pcups 1.4b2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-01-10 21:21-0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.2.1\n" #: ./cgi.html:1 msgid "Using CGI Programs" msgstr "" #: ./cgi.html:2 msgid "" "CUPS provides a dynamic web interface through dedicated CGI programs that " "are executed when users open special directories on the CUPS server. Each " "CGI performs administration, class, help, job, and printer functions as " "directed by the user, but the actual programs that are run and functions " "that are available are limited to those that were originally designed into " "the scheduler." msgstr "" #: ./cgi.html:3 msgid "" "CUPS also supports CGI programs and specific scripting languages (Java, " "Perl, PHP, and Python) for pages you want to provide. The interpreters for " "these languages are currently configured at compile time and are associated " "with MIME media types. Table 1 shows the MIME media " "types that are reserved for each type of page and are the same as those used " "by the Apache web server." msgstr "" #: ./cgi.html:4 msgid "CGI MIME Media Types" msgstr "" #: ./cgi.html:5 msgid "Table 1: CGI MIME Media Types" msgstr "" #: ./cgi.html:6 msgid "MIME Media Type" msgstr "" #: ./cgi.html:7 msgid "Description" msgstr "" #: ./cgi.html:8 msgid "application/x-httpd-cgi" msgstr "" #: ./cgi.html:9 msgid "CGI script/program" msgstr "" #: ./cgi.html:10 msgid "application/x-httpd-java" msgstr "" #: ./cgi.html:11 msgid "Java program" msgstr "" #: ./cgi.html:12 msgid "application/x-httpd-perl" msgstr "" #: ./cgi.html:13 msgid "Perl script" msgstr "" #: ./cgi.html:14 msgid "application/x-httpd-php" msgstr "" #: ./cgi.html:15 msgid "PHP script" msgstr "" #: ./cgi.html:16 msgid "application/x-httpd-python" msgstr "" #: ./cgi.html:17 msgid "Python script" msgstr "" #: ./cgi.html:18 msgid "Configuring the Server" msgstr "" #: ./cgi.html:19 msgid "" "In order to enable the corresponding type, you must create a new " "/etc/cups/cgi.types file which maps the filename extensions to " "the appropriate MIME types, for example:" msgstr "" #: ./cgi.html:20 msgid "" "CGI scripts/programs (application/x-httpd-cgi) also must have execution " "permissions to be treated as a CGI script or program." msgstr "" #: ./cgi.html:21 msgid "Limitations" msgstr "" #: ./cgi.html:22 msgid "" "CUPS implements most of the CGI/1.1 specification, with the following " "exceptions:" msgstr "" #: ./cgi.html:23 msgid "No PATH_INFO or PATH_TRANSLATED support" msgstr "" #: ./cgi.html:24 msgid "" "Limited HTTP field support; only the Content-Length \t(CONTENT_LENGTH), " "Cookie (HTTP_COOKIE), and User-Agent \t(HTTP_USER_AGENT) fields are placed in " "environment \tvariables at this time" msgstr ""