• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H27-Sep-2006-497254

Build.PLH A D27-Sep-2006447 1611

ChangesH A D27-Sep-20061.9 KiB5945

MANIFESTH A D27-Sep-200666 87

META.ymlH A D27-Sep-2006355 1514

Makefile.PLH A D27-Sep-20061.1 KiB3221

READMEH A D27-Sep-20061.7 KiB4735

README

1subatom
2=======
3
4This is a small script for creating an Atom feed based upon the
5commits to a subversion repository.  You can select which parts of the
6repository you want to put into the feed, which is useful for
7monitoring a single project.
8
9INSTALLATION
10
11To install this module type the following:
12
13   perl Build.PL
14   ./Build
15   ./Build install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21  XML::Atom::SimpleFeed
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2004 by Dominic Mitchell. All rights reserved.
26
27Redistribution and use in source and binary forms, with or without
28modification, are permitted provided that the following conditions
29are met:
301. Redistributions of source code must retain the above copyright
31   notice, this list of conditions and the following disclaimer.
322. Redistributions in binary form must reproduce the above copyright
33   notice, this list of conditions and the following disclaimer in the
34   documentation and/or other materials provided with the distribution.
35
36THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
37ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
38IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
39ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
40FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
41DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
42OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
44LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
45OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
46SUCH DAMAGE.
47