README.md in nanoc3-3.2.0a4 vs README.md in nanoc3-3.2.0b1
- old
+ new
@@ -26,16 +26,18 @@
* `result_data` contains the compiled content
* `compilation` contains the compilation functionality
* `cli` contains the commandline interface
* `data_sources` contains the standard data sources ({Nanoc3::DataSource}
subclasses), such as the filesystem data source
-* `helpers` contains helpers, which provide functionality some sites
- may find useful, such as the blogging and tagging helpers
* `extra` contains stuff that is not needed by nanoc itself, but which may
be used by helpers, data sources, filters or VCSes.
* `filters` contains the standard filters ({Nanoc3::Filter} subclasses)
- such as ERB, Markdown, Haml, ...
+ such as ERB, Markdown, Haml, …
+* `helpers` contains helpers, which provide functionality some sites
+ may find useful, such as the blogging and tagging helpers
+* `tasks` contains rake tasks that perform a variety of functions such as
+ validating HTML and CSS, uploading compiled files, …
The namespaces (modules) are organised like this:
* {Nanoc3} is the namespace for everything nanoc-related (obviously). The
classes in `lib/nanoc3/base` are part of this module (not `Nanoc3::Base`)
@@ -88,13 +90,15 @@
* Ale Muñoz
* Nicky Peeters
* Christian Plessl
* Šime Ramov
* Xavier Shay
+* Arnau Siches
* “Soryu”
* Eric Sunshine
* Dennis Sutch
* Matthias Vallentin
+* Toon Willems
## Contact
You can reach me at <denis.defreyne@stoneship.org>.