Sha256: 7b961c5275618a3119a6e309b014fea87a6e523de73d5a99e361d1f8819de102

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 KB

Contents

AsciiDoc Website
================

The AsciiDoc website source is included in the AsciiDoc distribution
(in `./examples/website/`) as an example of using AsciiDoc to build a
website.

A simple shell script (`./examples/website/build-website.sh`) will
build the site's web pages -- just set the `LAYOUT` variable to the
desired layout.

Website Layouts
---------------
The website layout is determined by the layout configuration file
(`layout1.conf` or `layout2.conf`) and corresponding layout CSS file
(`layout1.css` or `layout2.css`). The example website comes with the
following layouts:

[width="80%",cols="1,4",options="header"]
|====================================================================
|Layout   |  Description
|layout1  |  Table based layout (this is the default layout)
|layout2  |  CSS based simulated frames layout
|====================================================================

The default tables based layout (layout1) works with most modern
browsers.

NOTE: The simulated frames layout (layout2) does not work with IE6.

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
FooBarWidget-mizuho-0.9.2 asciidoc/examples/website/README-website.txt
FooBarWidget-mizuho-0.9.3 asciidoc/examples/website/README-website.txt
FooBarWidget-mizuho-0.9.4 asciidoc/examples/website/README-website.txt
FooBarWidget-mizuho-0.9.5 asciidoc/examples/website/README-website.txt
mizuho-0.9.6 asciidoc/examples/website/README-website.txt