Home | Read the Docs

What is this place? Read the Docs hosts documentation, making it fully searchable and easy to find. You can import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar. We support webhooks so your docs get built when you commit code. There’s also support for versioning so you can build …

More

Geb – Very Groovy Browser Automation

Geb is a browser automation solution. It brings together the power of WebDriver, the elegance of jQuery content selection, the robustness of Page Object modelling and the expressiveness of the Groovy language. It can be used for scripting, scraping and general automation — or equally as a functional/web/acceptance testing solution via integration with testing frameworks …

More

Groovy VFS » Greach

Groovy VFS is a humble DSL that makes the Apache VFS library really useful. Copying from and to remote FTP, SFTP & HTTP sites become one line operations. Moving documents across servers are just as simple. Need to download an archive file from a website and unpack it? That is simple too. via Groovy VFS …

More

The MarkupTemplateEngine

This template engine is a template engine primarily aimed at generating XML-like markup (XML, XHTML, HTML5, …). Unlike traditional template engines, this one relies on a DSL that uses the builder syntax. Here is a sample template: via The MarkupTemplateEngine.