Repository: incubator-guacamole-website Updated Branches: refs/heads/master a0bef4929 -> f8ba036a0
Document the new add-tracking.pl script. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/7a5e7e81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/7a5e7e81 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/7a5e7e81 Branch: refs/heads/master Commit: 7a5e7e8176597f06487d24f5d9818c31716b3af2 Parents: f54c14e Author: Michael Jumper <[email protected]> Authored: Fri Nov 18 19:04:49 2016 -0800 Committer: Michael Jumper <[email protected]> Committed: Fri Nov 18 19:06:32 2016 -0800 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/7a5e7e81/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1d57496..8123f89 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ licensed project, the repository contains the following critical files: | Filename | Description | ------------- | ----------- | `_config.yml` | Configuration information controlling the Jekyll build. This is a standard Jekyll file. See: [Jekyll directory structure](https://jekyllrb.com/docs/structure/) +| `add-tracking.pl` | Utility script which edits specified HTML files in-place, adding the project's Google Analytics tracking code at the end of the `<body>` (requires Perl). | `build.sh` | The website build script (usage documented below). | `doc/` | Per-release documentation for Apache Guacamole. This directory contains one subdirectory per release, where each subdirectory contains the overall manual (`.../gug/`) API documentation for each part of the Guacamole core (`.../libguac/`, `.../guacamole-common/`, etc.). Files in this directory are not interpreted by Jekyll, as there are far too many files for this to be reasonable. They are instead copied into place by the `build.sh` script. | `images/` | Images which are referenced within the website HTML and CSS.
