Ignore:
Timestamp:
Jan 21, 2012, 5:11:09 PM (12 years ago)
Author:
Daniel Cooper <danny@…>
Branches:
no-cups
Children:
279640c
Parents:
4914b47 (diff), 374c558 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Daniel Cooper <danny@…> (01/21/12 17:11:09)
git-committer:
Daniel Cooper <danny@…> (01/21/12 17:11:09)
Message:

Merge branch 'no-cups' of github.com:jhamrick/gutenbach into no-cups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/server/requests.py

    r4914b47 rf70792f  
    985985            REQUIRED 'job-id' (integer(1:MAX)) and 'printer-uri' (uri)
    986986            REQUIRED 'document-uri' (uri)
    987               -or-  'job-uri' (uri)
     987            OPTIONAL 'job-uri' (uri)
    988988            OPTIONAL 'requesting-user-name' (name(MAX))
    989989            OPTIONAL 'document-name' (name(MAX))
     
    991991            OPTIONAL 'document-format' (mimeMediaType)
    992992            OPTIONAL 'document-natural-language' (naturalLanguage)
    993         Group 2: Document Content
    994993           
    995994        Response
     
    10691068            self.printer.send_uri(
    10701069                job_id,
    1071                 document_uri=document_uri,
     1070                document_uri,
    10721071                document_name=document_name,
    10731072                document_format=document_format,
Note: See TracChangeset for help on using the changeset viewer.