((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/salmonella-feeds" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (tags "egg" "salmonella-feeds")) (section 2 "salmonella-feeds " (toc) (section 3 "Introduction" (p "salmonella-feeds is a command line tool to generate atom feeds out of " (int-link "/egg/salmonella" "salmonella") " log files.")) (section 3 "Author" (p (int-link "/users/mario-domenech-goulart" "Mario Domenech Goulart"))) (section 3 "Repository" (p "The salmonella-feeds egg is maintained in a " (link "https://github.com/mario-goulart/salmonella-feeds" "Github repository") ".")) (section 3 "Usage" (pre " salmonella-feeds [ -h | --help ]\n salmonella-feeds <options>\n \n <options>:\n \n --log-file=<file>\n   The salmonella log file.\n \n --feeds-dir=<dir>\n   Directory where to write feed files.\n \n --custom-feeds-dir=<dir>\n   Directory where custom feeds can be read from (optional).\n \n --custom-feeds-out-dir=<dir>\n   Directory where custom feeds will be written to.\n \n --feeds-web-dir=<dir>\n   The web directory (i.e., the directory which HTTP clients request) where\n   feeds are located.\n \n --custom-feeds-web-dir=<dir>\n   The web directory (i.e., the directory which HTTP clients request) where\n   custom feeds are located.\n \n --feeds-server=<server address>\n   Feeds server address (e.g., \"http://tests.call-cc.org\")\n \n --salmonella-report-uri=<URI>\n   The URI where salmonella reports can be located.")) (section 3 "Custom feeds" (p "Custom feeds are special feeds that can be customized by users.") (p "The input file has a simple sexpr-based syntax.  Here's an example that:") (highlight scheme "(title \"Eggs that Mario is tracking\")\n\n(egg awful)\n(egg salmonella)\n(egg salmonella-feeds)\n\n;; Ignore failures in tests (this example needs a server process\n;; which is not installed on the Salmonella-server)\n(egg postgresql ignore-tests)\n\n;; ignore warnings\n(egg salmonella-diff ignore-warnings)")) (section 3 "License" (pre " Copyright (c) 2011-2022, Mario Domenech Goulart\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n    notice, this list of conditions and the following disclaimer.\n 2. Redistributions in binary form must reproduce the above copyright\n    notice, this list of conditions and the following disclaimer in the\n    documentation and/or other materials provided with the distribution.\n 3. The name of the authors may not be used to endorse or promote products\n    derived from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS\n OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER\n IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR\n OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")) (section 3 "Version history" (section 4 "Version 0.1.1 (2022-03-31)" (ul (li "Custom feeds: don't generate entries for skipped eggs (thanks to Vasilij Schneidermann for reporting the issue)."))) (section 4 "Version 0.1.0 (2020-11-07)" (ul (li "CHICKEN 5 support"))) (section 4 "Version 0" (ul (li "Initial release"))))))