Module Webby
In: lib/webby/filters.rb
lib/webby/journal.rb
lib/webby/auto_builder.rb
lib/webby/renderer.rb
lib/webby/builder.rb
lib/webby/stelan/paginator.rb
lib/webby/link_validator.rb
lib/webby/filters/outline.rb
lib/webby/filters/slides.rb
lib/webby/filters/tidy.rb
lib/webby/filters/basepath.rb
lib/webby/helpers.rb
lib/webby.rb

Methods

Classes and Modules

Module Webby::Apps
Module Webby::Filters
Module Webby::Helpers
Module Webby::Resources
Class Webby::AutoBuilder
Class Webby::Builder
Class Webby::Error
Class Webby::Journal
Class Webby::LinkValidator
Class Webby::Paginator
Class Webby::Renderer

Public Class methods

The Webby cairn file is used to mark the last time the content was built into the output directory. It is an empty file; only the modification time of the file is important.

Prints a deprecation warning using the logger. The message states that the given method is being deprecated. An optional message can be give to — somthing nice and fuzzy about a new method or why this one has to go away; sniff, we‘ll miss you little buddy.

call-seq

   Webby.exclude    => regexp

Returns a regular expression used to exclude resources from the content directory from being processed by Webby. This same regular expression is also used to exclude layouts.

Calls the editor set in the Sitefile or in the environment variables WEBBY_EDITOR or EDITOR (in that order). This method will do nothing if the editor has not been set.

Returns the library path for Webby. If any arguments are given, they will be joined to the end of the libray path using File.join.

Scan the layouts/ folder and the content/ folder and create a new Resource object for each file found there.

Returns the path for Webby. If any arguments are given, they will be joined to the end of the path using File.join.

Utility method used to rquire all files ending in .rb that lie in the directory below this file that has the same name as the filename passed in. Optionally, a specific directory name can be passed in such that the filename does not have to be equivalent to the directory.

Returns the configuration parameters for the Webby site. These defaults should be overridden as needed in the site specific Rakefile.

[Validate]