From 47aa1a7342cbe83b4609cf2ba14751d18339e724 Mon Sep 17 00:00:00 2001 From: Greg Orzell Date: Wed, 13 Jun 2012 10:05:18 -0700 Subject: [PATCH] Created gh-pages branch via GitHub --- index.html | 54 ++++++++ javascripts/scale.fix.js | 17 +++ params.json | 1 + stylesheets/pygment_trac.css | 69 ++++++++++ stylesheets/styles.css | 255 +++++++++++++++++++++++++++++++++++ 5 files changed, 396 insertions(+) create mode 100644 index.html create mode 100644 javascripts/scale.fix.js create mode 100644 params.json create mode 100644 stylesheets/pygment_trac.css create mode 100644 stylesheets/styles.css diff --git a/index.html b/index.html new file mode 100644 index 000000000..536158e90 --- /dev/null +++ b/index.html @@ -0,0 +1,54 @@ + + + + + + Archaius by Netflix + + + + + + + +
+
+

Archaius

+

+

View the Project on GitHub Netflix/archaius

+ +
+
+

Archaius

+ +

Features

+ +

Archaius includes a set of configuration management APIs used by Netflix. It provides the following functionalities:

+ +
    +
  • Allow configurations to change dynamically at runtime. This enable production systems to get configuration changes without having to restart.
  • +
  • Add a cache layer that contains desired properties on top of the configuration to provide typed, fast and thread-safe access to the property.
  • +
  • Create a hierarchy of configurations and determine the final property value in a simple, fast and thread-safe manner.
  • +

Documentation

+ +

Please see wiki for detail documentations.

+ +

Origin

+ +

Archaius is a species of Chameleon whose color exhibits the same dynamic nature as the configurations we use in Netflix.

+
+
+

This project is maintained by Netflix

+

Hosted on GitHub Pages — Theme by orderedlist

+
+
+ + + + \ No newline at end of file diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 000000000..87a40ca71 --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i