fork this repository and submit pull requests to contribute
./
├── 2015-01-01 # meeting date in YYYY-MM-DD format
│ ├── location.json # contains address and timestamp
│ ├── Markdown Document Name.md # will become a link named "Markdown Document Name"
│ └── Demo or Presentation Name # will become a link to
│ │ # static.jacksonscript.org/2015-01-01/Demo or Presentation Name
│ │ # named "Demo or Presentation Name"
│ └── index.html # the main page of the demo or presentation
├── 2015-02-01
│ ├── location.json
│ ├── Markdown Document Name.md
│ └── Demo/Presentation Name
│ └── index.html
├── Page Name.md # will be listed in home page buttons as "Page Name"
└── README.md # will not ever be processed