aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2018-01-14 21:30:46 -0800
committerMatthew Marchese <maffblaster@gentoo.org>2018-01-14 21:30:46 -0800
commit23df51c2863ed4b609bf8abb78c85db2ab6b4477 (patch)
tree2957a4edc9fe41ee4687a21a384be3cde032dc21
parentREADME: document where frontpage news comes from. (diff)
downloadwww-23df51c2863ed4b609bf8abb78c85db2ab6b4477.tar.gz
www-23df51c2863ed4b609bf8abb78c85db2ab6b4477.tar.bz2
www-23df51c2863ed4b609bf8abb78c85db2ab6b4477.zip
Better define where nokogiri is used.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e78a2e9..5ce7fb8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ On Gentoo systems using Portage:
`emerge www-apps/jekyll dev-ruby/nokogiri dev-ruby/kramdown dev-ruby/rbst`
* www-apps/jekyll - The static web engine for this site.
-* dev-ruby/nokogiri - A Ruby plugin to add support for parsing HTML/XML documents. Takes action on devaway, mirror informaiton, packages, blogs (planet), and wiki articles.
+* dev-ruby/nokogiri - A Ruby plugin to add support for parsing HTML/XML documents. Takes action on devaway, mirror information, packages, blogs (planet), and wiki articles (see files in the _data directory).
* dev-ruby/kramdown - A Ruby plugin to add support for kramdown, a superset of the Markdown markup language. kramdown is used throughout this site.
* dev-ruby/rbst - A Ruby wrapper for processing reStructuredText via Python's Docutils. Required for GLEP generation.
@@ -15,12 +15,12 @@ On Gentoo systems using Portage:
## Dynamic data
-Once the dependencies have been emerged, run `bash ./bin/update.sh` from the base directory to update the site's data that is dynamically generated. Expect "LDAP user information" to be skipped on systems that are not directly connected to Gentoo's LDAP infrastructure.
+Once the dependencies have been emerged, run `bash ./bin/update.sh` from this repository's base directory to update the site's data that is dynamically generated. Expect "LDAP user information" to be skipped on systems that are not directly connected to Gentoo's LDAP infrastructure.
## Generation
Issue a `jekyll serve` to build the site.
-## Posting News Items
+## Posting news items
Frontpage news item are built from the `_posts/` directory.