diff --git a/site/index.html b/site/index.html index 1294e07..348b2bd 100644 --- a/site/index.html +++ b/site/index.html @@ -468,8 +468,8 @@ If—after you've reached out to #telodendria-general:bancino.net—it has been determined that there is a problem with Telodendria, it should be reported to #telodendria-issues:bancino.net. There it -can be discussed further. The issues channel serves as the official -issue tracker of Telodendria; although severe issues may be copied +can be discussed further. The issues room serves as the official +issue tracker of Telodendria; although severe issues may be copied into a TODO file in the CVS repository just so they don't get lost.

@@ -521,6 +521,10 @@ All function, enumeration, structure, and header names are because it is more compact.
  • +All variable names are lowerCamelCase. This is preferred +to snake_case because it is more compact. +
  • +
  • enums and structs are always typedef-ed to their same name. The typedef occurs in the public API header, and the actual declaration occurs in