| 8 | |
| 9 | == Who can edit == |
| 10 | |
| 11 | Regular GRASS contributers who want write access to the website should ask for it on the grass-dev website. You don't have to be a programmer. Don't worry about getting stuck with SVN or editing the HTML, it's really not that bad and there is a huge amount of help out there on the web. We've kept the HTML very simple on purpose. |
| 12 | |
| 13 | == Editing == |
| 14 | |
| 15 | A web page's structure is generally held in a *.php file, the page content is generally saved in a *.inc file. Inside you will generally find standard HTML markup. The website hierarchy should be obvious. |
| 16 | |
| 17 | Edit the page in your favorite text editor. '''Do not use web page editing software''', that will insert all sorts of custom formatting junk into the page and then no one else will be able edit it by hand. |
| 18 | |