RITlug's open-source governance documents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB

10 years ago
  1. Governance
  2. ==========
  3. The official governance documents for the RIT Linux Users Group. All
  4. work is open-source and suggestions to improve these documents is
  5. welcome.
  6. All changes to the constitution are required to be submitted to the clubs
  7. office for approval, so actual acceptance of changes may lag a bit. When
  8. new versions of these policies are accepted, they should be printed and
  9. the hard copies in the club binder should be updated.
  10. Compiling
  11. -----------
  12. These documents are maintained in LaTeX and must be compiled. LaTeX supports
  13. compiling to a variety of formats. In RITlug, we most often need these
  14. documents in PDF format.
  15. Requirements:
  16. * texlive-core
  17. * texlive-latexextra
  18. (these are likely available in your package manager, but may be under
  19. different names).
  20. Once you have the requirements installed, you can build the policies by
  21. running
  22. `make`
  23. You should then have a governance.zip file, which will contain the PDFs for
  24. the policies.
  25. License
  26. -----------
  27. All documents in this repository are licensed under the
  28. [CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/)
  29. and are released into the public domain.