Add basic Open Graph Protocol stuffs

http://ogp.me/ for the curious.
1 file changed
tree: 02efbfe534877da5024088b17f3590b06703c832
  1. content/
  2. .gitignore
  3. .gitmodules
  4. package.json
  5. README.md
  6. yarn.lock
README.md

Apache Annotator (incubating) Website

The site is currently in static HTML hosted out of the content/ directory.

Any pre-generated/rendered content or documentation should be added to additional folders in the root of this repo.

Publishing

Currently, master and asf-site should be kept in sync. The asf-site branch gets published to an Apache HTTPD static hosting environment run by the Apache infrastructure team.

Developing

Requirements

This website repository contains the main project repository as a git submodule, in order to build its demo without duplicating the code.

Run git submodule init && git submodule update to pull in the submodule.

Run yarn install to install development dependencies.

Run yarn build to build the demo code (it will overwrite content/demo).

Organizing

We also use the Milestones for this repo on GitHub to track our quarterly board reports.

Web site issues and PRs are still more than welcome, though!

License

Apache License 2.0 (obviously...:wink:)