.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Atompub 3pm" .TH Atompub 3pm 2024-03-04 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Atompub \- Atom Publishing Protocol implementation .SH DESCRIPTION .IX Header "DESCRIPTION" The Atom Publishing Protocol (Atompub) is a protocol for publishing and editing Web resources described at . .PP Atompub implements client Atompub::Client and server Atompub::Server for the protocol. XML formats used in the protocol are implemented in XML::Atom and XML::Atom::Service. Catalyst extension Catalyst::Controller::Atompub is also available. .PP This module was tested in July2007InteropTokyo and November2007Interop, and interoperated with other implementations. See and in detail. .SH "METHODS of HTTP::Headers, HTTP::Request, and HTTP::Response" .IX Header "METHODS of HTTP::Headers, HTTP::Request, and HTTP::Response" Some accessors for the HTTP header fields, which are used in the Atom Publishing Protocol, are imported into HTTP::Headers, HTTP::Request, and HTTP::Response. See in detail. .ie n .SS "$headers\->accept([ $value ])" .el .SS "\f(CW$headers\fP\->accept([ \f(CW$value\fP ])" .IX Subsection "$headers->accept([ $value ])" An accessor for the \fIAccept\fR header field. .PP This method is imported into HTTP::Headers and HTTP::Request. .ie n .SS "$headers\->if_match([ $value ])" .el .SS "\f(CW$headers\fP\->if_match([ \f(CW$value\fP ])" .IX Subsection "$headers->if_match([ $value ])" An accessor for the \fIIf-Match\fR header field. .PP This method is imported into HTTP::Headers and HTTP::Request. .ie n .SS "$headers\->if_none_match([ $value ])" .el .SS "\f(CW$headers\fP\->if_none_match([ \f(CW$value\fP ])" .IX Subsection "$headers->if_none_match([ $value ])" An accessor for the \fIIf-None-Match\fR header field. .PP This method is imported into HTTP::Headers and HTTP::Request. .ie n .SS "$headers\->if_modified_since([ $value ])" .el .SS "\f(CW$headers\fP\->if_modified_since([ \f(CW$value\fP ])" .IX Subsection "$headers->if_modified_since([ $value ])" An accessor for the \fIIf-Modified-Since\fR header field. \&\f(CW$value\fR MUST be UTC epoch value, like \f(CW1167609600\fR. .PP This method is imported into HTTP::Headers and HTTP::Request. .ie n .SS "$headers\->if_unmodified_since([ $value ])" .el .SS "\f(CW$headers\fP\->if_unmodified_since([ \f(CW$value\fP ])" .IX Subsection "$headers->if_unmodified_since([ $value ])" An accessor for the \fIIf-Unmodified-Since\fR header field. \&\f(CW$value\fR MUST be UTC epoch value, like \f(CW1167609600\fR. .PP This method is imported into HTTP::Headers and HTTP::Request. .ie n .SS "$headers\->content_location([ $value ])" .el .SS "\f(CW$headers\fP\->content_location([ \f(CW$value\fP ])" .IX Subsection "$headers->content_location([ $value ])" An accessor for the \fIContent-Location\fR header field. .PP This method is imported into HTTP::Headers and HTTP::Response. .ie n .SS "$headers\->etag([ $value ])" .el .SS "\f(CW$headers\fP\->etag([ \f(CW$value\fP ])" .IX Subsection "$headers->etag([ $value ])" An accessor for the \fIETag\fR header field. .PP This method is imported into HTTP::Headers and HTTP::Response. .ie n .SS "$headers\->location([ $value ])" .el .SS "\f(CW$headers\fP\->location([ \f(CW$value\fP ])" .IX Subsection "$headers->location([ $value ])" An accessor for the \fILocation\fR header field. .PP This method is imported into HTTP::Headers and HTTP::Response. .ie n .SS "$headers\->last_modified([ $value ])" .el .SS "\f(CW$headers\fP\->last_modified([ \f(CW$value\fP ])" .IX Subsection "$headers->last_modified([ $value ])" An accessor for the \fILast-Modified\fR header field. .PP This method is imported into HTTP::Headers, HTTP::Request, and HTTP::Response. .ie n .SS "$headers\->slug([ $value ])" .el .SS "\f(CW$headers\fP\->slug([ \f(CW$value\fP ])" .IX Subsection "$headers->slug([ $value ])" An accessor for the \fISlug\fR header field. .PP This method is imported into HTTP::Headers, HTTP::Request, and HTTP::Response. .SH AUTHOR .IX Header "AUTHOR" Takeru INOUE, .SH "LICENCE AND COPYRIGHT" .IX Header "LICENCE AND COPYRIGHT" Copyright (c) 2007, Takeru INOUE \f(CW\*(C`\*(C'\fR. .PP This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. .SH "DISCLAIMER OF WARRANTY" .IX Header "DISCLAIMER OF WARRANTY" BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. .PP IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.