source:
csprojects /settings @
1
| Last change on this file since 1 was 1, checked in by csprojects, 18 years ago | |
|---|---|
|
Initial repository setup. |
|
| File size: 1.1 KB | |
| Line | |
|---|---|
| 1 | # This file contains general settings for your project. |
| 2 | # Lines starting with # are comments. |
| 3 | |
| 4 | # The brief description of your project used in listings. |
| 5 | description = Nanopass compiler for concurrent languages (such as occam), written in Haskell |
| 6 | |
| 7 | # An optional home URL for your project. If you've got another web page that |
| 8 | # you want to point people to for more information about your project, specify |
| 9 | # it here. |
| 10 | # home-url = http://www.example.com/ |
| 11 | |
| 12 | # Whether your project appears in the list of projects on the front page ("yes" |
| 13 | # or "no"). This doesn't control access to your project, just whether it's |
| 14 | # listed. |
| 15 | public = no |
| 16 | |
| 17 | # Optional comma-separated list of addresses to send email to whenever someone |
| 18 | # commits to your project's Subversion repository. For large projects, you'll |
| 19 | # probably want to make this point at a mailing list. |
| 20 | # commit-email = j.bloggs@kent.ac.uk, fred@example.com |
| 21 | |
| 22 | # Optional comma-separated list of addresses to send email to when something |
| 23 | # changes in your project's Trac system (for example, when a new ticket is |
| 24 | # created). |
| 25 | # trac-email = j.bloggs@kent.ac.uk |
Note:
See TracBrowser
for help on using the repository browser.