AsciiDoc Website Builder 0.2.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News AsciiDoc Website Builder 0.2.4 (Default branch)
# 1  
Old 06-23-2008
AsciiDoc Website Builder 0.2.4 (Default branch)

awb combines simple but powerful AsciiDoc markupwith templates, blog and image gallerygeneration, and sitemap.xml generation to allowyou to easily maintain and update a Web site.License: GNU General Public License (GPL)Changes:
Staleness detection for blogs was greatlyimproved. The capability to write meta descriptiontags was added. Some bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
EVOLVOTRON_MUTATE(1)						    Evolvotron						      EVOLVOTRON_MUTATE(1)

NAME
evolvotron_mutate - Render an evolvotron function tree to an image. SYNOPSIS
evolvotron_mutate < function_in.xml > function_out.xml evolvotron_mutate -g > function_out.xml DESCRIPTION
evolvotron_mutate either mutates an existing image function (saved to an XML file), or (with the -g option) creates a new image function. The mutation parameters and function weightings are the same as used by evolvotron in its default reset state. See the evolvotron user manual (accessible from the evolvotron application's Help menu) for more information on image functions. COMMANDLINE OPTIONS
-g Specifies that no function should be read from standard input. The output function is created at random. EXAMPLES
evolvotron_mutate -g | tee function0.xml | evolvotron_render function0.ppm evolvtron_mutate < function0.xml > function1.xml AUTHOR
evolvotron_mutate was written by Tim Day (www.timday.com) and is released under the conditions of the GNU General Public License. See the file LICENSE supplied with the source code for details. SEE ALSO
evolvotron(1), evolvotron_render(1) www.timday.com 25 Feb 2004 EVOLVOTRON_MUTATE(1)