summaryrefslogtreecommitdiff
path: root/httpup-repgen.8
blob: f6210f52caf55b37c6bddbb4c49f7592d7943505 (plain)
    1 .\" man page for httpup-repgen
    2 .\" Johannes Winkelmann, jw@tks6.net
    3 .\" 
    4 .\" .PU
    5 .TH "httpup-repgen" "8" "" "" ""
    6 .SH "NAME"
    7 .LP 
    8 httpup-repgen \- generate an repository for httpup
    9 
   10 .SH "SYNOPSIS"
   11 .B httpup-repgen [target]
   12 .br 
   13 .SH "DESCRIPTION"
   14 httpup-repgen creates a repository for httpup. It reads the
   15 .B ~/.httpup-repgen-ignore
   16 and
   17 .B ./.httpup-repgen-ignore
   18 ignore certain patterns of files. This file will be used in a 'grep -v
   19 -f' command. Check the man page of grep(1) if you're uncertain how to use it.
   20 
   21 .LP
   22 httpup-repgen again requires the
   23 .B md5sum
   24 utility in order to generate a repository index. The more, a web
   25 server is needed to publish the collection. Possible problems can
   26 arise when publishing files which are executable: some webservers will
   27 refuse to serve them.
   28 
   29 .SH "COMMANDS"
   30 
   31 
   32 .TP 
   33 .B httpup-repgen [target directory]
   34 create a repository index file, either for the
   35 .B target directory
   36 specified or the current working directory if called without
   37 additional arguments The repository will be relative to the target directory
   38 
   39 
   40 .SH "EXAMPLES"
   41 .TP 
   42 .B httpup-repgen /home/www/ports/tks6
   43 create a repository relative the the path mentioned
   44 
   45 .TP
   46 .B $ echo '\\\\.tar\\\\.gz$' > ~/.httpup-repgen-ignore
   47 .TP
   48 .B $ httpup-repgen /home/www/ports/tks6
   49 create a repository ignoring files matching *.tar.gz
   50 
   51 .SH "AUTHORS"
   52 Johannes Winkelmann <jw@tks6.net>
   53 .SH "SEE ALSO"
   54 md5sum(1)
   55 grep(1)

Generated by cgit