7 | | Our code, which is [https://git.mayfirst.org/?p=mfpl/mexcla-html5.git;a=summary accessible by git] is checked out in web. It can be updated to the latest version by running: `git pull` from the web directory. |
| 7 | Our code, which is [https://git.mayfirst.org/?p=mfpl/mexcla-html5.git;a=summary accessible by git] is checked out in web. It can be updated to the latest version by running: `git pull` from the web directory. NOTE: The index.es.html and index.en.html pages are generated by the `generate-pages` script and are ''not'' checked into the repo. Please edit the index.base file and then, after pulling your changes on the live site, run: |
| 8 | |
| 9 | {{{ |
| 10 | ./generate-pages "/mexcla" |
| 11 | }}} |
| 12 | |
| 13 | To generate the new files. |