Skip to content

Commit b593195

Browse files
committed
fix the output location of the asciidoc generator. More detail for the README.
1 parent 634401a commit b593195

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

README.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
----
88
This repository holds the pages for RSF documentation. We are engaged in an effort to regenerate the old JSPWiki pages with http://www.methods.co.nz/asciidoc/[AsciiDoc] so that they may be maintained with standard version control.
99

10+
11+
Building
12+
~~~~~~~~
1013
The build script assumes you have the prerequisites installed: asciidoc and git.
1114

1215
----
@@ -15,4 +18,14 @@ The build script assumes you have the prerequisites installed: asciidoc and git.
1518

1619
The site pages will be created in the root directory from sources in `source`. Their layout is governed by `source/layout.conf`.
1720

21+
AsciiDoc
22+
~~~~~~~~
23+
At first blush, AsciiDoc is just Yet Another Markup Language. There are some nice benefits to using it, however:
24+
25+
. Like http://daringfireball.net/projects/markdown/[Markdown] -- a popular favorite -- it is human-readable plain text
26+
. It offers many more features than Markdown, such as tables, document meta-data, macros, and a variety of block types
27+
. In addition to HTML output, it supports PDF, DocBook, EPUB, and others
28+
29+
Website
30+
~~~~~~~
1831
This system powers http://rsf.github.io

generate-site.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ DATE=`date +%Y-%m-%d`
55

66
ASCIIDOC_HTML="asciidoc --backend=html5 --conf-file=source/layout.conf --attribute icons --attribute iconsdir=./images/icons --attribute=badges --attribute=revision=$VERS --attribute=date=$DATE"
77

8-
$ASCIIDOC_HTML source/index.adoc
8+
$ASCIIDOC_HTML -o ./index.html source/index.adoc

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ <h1>RSF&#8201;&#8212;&#8201;Reasonable Server Faces</h1>
2222
<div id="footnotes"><hr /></div>
2323
<div id="footer">
2424
<div id="footer-text">
25-
Version 3738755<br />
26-
Last updated 2013-06-26 16:30:48 CDT
25+
Version 634401a<br />
26+
Last updated 2013-06-26 17:10:30 CDT
2727
</div>
2828
</div>
2929
</div>

0 commit comments

Comments
 (0)