Changeset 409 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Changelog.pm


Ignore:
Timestamp:
Apr 25, 2008, 3:13:55 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Document all reusable functions in pb
  • remove the useless pbproj parameter from pb_filter functions
  • Addition and use of pb_conf_init and pb_conf_add in pb
  • Addition and use of pb_conf_fromfile_if in Conf.pm
  • preparation for 0.9.1
  • Update of pbinit files for mondo to support the new interface of pb_filter functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Changelog.pm

    r405 r409  
    3838=head1 DESCRIPTION
    3939
    40 blabla
     40This modules provides generic functions suitable for changelog management for project-builder.org
     41
     42=head1 USAGE
     43
     44=over 4
     45
     46=item B<pb_changelog>
     47
     48Function that generates the changelog used in build files, or for announcements (web, mailing-list, ...)
     49
     50It takes up to 9 parameters:
     51The first parameter is the type of the distribution.
     52The second parameter is the package name generated.
     53The third parameter is the version of the package.
     54The fourth parameter is the tag of the package.
     55The fifth parameter is the suffix of the package.
     56The sixth parameter is now unused.
     57The seventh parameter is the file descriptor on which to write the changelog content.
     58The eighth parameter is a flag in the configuration file indicating whether we want changelog expansion or not.
     59The nineth parameter is the potential changelog file pbcl.
    4160
    4261=cut
     
    179198}
    180199
     200
     201=back
     202
     203=head1 WEB SITES
     204
     205The main Web site of the project is available at L<http://www.project-builder.org/>. Bug reports should be filled using the trac instance of the project at L<http://trac.project-builder.org/>.
     206
     207=head1 USER MAILING LIST
     208
     209None exists for the moment.
     210
     211=head1 AUTHORS
     212
     213The Project-Builder.org team L<http://trac.project-builder.org/> lead by Bruno Cornec L<mailto:bruno@project-builder.org>.
     214
     215=head1 COPYRIGHT
     216
     217Project-Builder.org is distributed under the GPL v2.0 license
     218described in the file C<COPYING> included with the distribution.
     219
     220=cut
     221
    1812221;
Note: See TracChangeset for help on using the changeset viewer.