Skip to content

Commit a44a404

Browse files
committed
List subsites
1 parent 89d38e8 commit a44a404

File tree

1 file changed

+98
-9
lines changed

1 file changed

+98
-9
lines changed

README.md

+98-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ This is the website for www.haskell.org built as a hakyll static site, which bui
44

55
* [The PR policy of this repository](https://github.com/haskell-org/committee/blob/main/proposals/0003-pr-process.md)
66

7-
### Subsites
8-
9-
Not all subsites of www.haskell.org are built from this repository.
10-
Some of the others are
11-
12-
* www.haskell.org/cabal (built from [cabal-website](https://github.com/haskell/cabal-website))
13-
* www.haskell.org/platform (built from [haskell-platform](https://github.com/haskell/haskell-platform/tree/master/website))
14-
* www.haskell.org/ghcup (build from [ghcup-hs](https://gitlab.haskell.org/haskell/ghcup-hs/-/tree/master/www)
15-
167
### Contributing Changes
178

189
The easiest way to make changes is to use the `buildAndWatch` script and then
@@ -82,3 +73,101 @@ You may then run the builder binary from the `result` directory:
8273
### Deploying
8374

8475
The site will automatically be deployed live to <http://www.haskell.org/> every time a branch is merged to `master`. Alternatively an admin for this GitHub repository can deploy the site by visiting the [Deploy workflow page](https://github.com/haskell-infra/www.haskell.org/actions/workflows/deploy.yml), clicking the "Run workflow" dropdown, choosing the branch to build and deploy, and clicking the "Run workflow" button.
76+
77+
### Subsites
78+
79+
Not all subsites of www.haskell.org are built from this repository.
80+
Some of the others are
81+
82+
| Subsite | Source | Owner | Details |
83+
| --------------- | --------------- | --------------- | --------------- |
84+
| [`cabal/`](https://www.haskell.org/cabal/) | [cabal-website](https://github.com/haskell/cabal-website) | Cabal maintainers | [Details](#details-cabal) |
85+
| [`ghc/`](https://www.haskell.org/ghc/) | | | [Details](#details-ghc) |
86+
| [`ghc-perf/`](https://www.haskell.org/ghc-perf/) | | Joachim Breitner | [Details](#details-ghc-perf) |
87+
| [`ghcup/`](https://www.haskell.org/ghcup/) | [ghcup-hs](https://gitlab.haskell.org/haskell/ghcup-hs/-/tree/master/www) | Julian Ospald | |
88+
| [`haddock/`](https://www.haskell.org/haddock/) | Redirect | Haddock maintainers | [Details](#details-haddock) |
89+
| [`haskell-symposium/`](https://www.haskell.org/haskell-symposium/) | | Haskell Symposium organisers | |
90+
| [`platform/`](https://www.haskell.org/platform/) | Redirect | | |
91+
| [`alex/`](https://www.haskell.org/alex/) | | Alex maintainers | [Details](#details-alex) |
92+
| [`arrows/`](https://www.haskell.org/arrows/) | | Ross Patterson | |
93+
| [`communities/`](https://www.haskell.org/communities/) | | | [Details](#details-communities) |
94+
| [`definition/`](https://www.haskell.org/definition/) | | Haskell Prime committee | [Details](#details-definition) |
95+
| [`happy/`](https://www.haskell.org/happy/) | | Happy maintainers | [Details](#details-happy) |
96+
| [`haskell-workshop/`](https://www.haskell.org/haskell-workshop/) | | Haskell Symposium organisers | [Details](#details-haskell-workshop) |
97+
| [`hugs/`](https://www.haskell.org/hugs/) | | | [Details](#details-hugs) |
98+
| [`nhc98/`](https://www.haskell.org/nhc98/) | | York Functional Programming Group | [Details](#details-nhc98) |
99+
| [`onlinereport/`](https://www.haskell.org/nhc98/) | | Haskell Prime committee | [Details](#details-onlinereport) |
100+
| [`tutorial/`](https://www.haskell.org/tutorial/) | | | [Details](#details-tutorial) |
101+
102+
#### Details on subsites
103+
104+
* <a name="details-cabal"></a>
105+
`cabal/`
106+
107+
At least @emilypi has deploy permissions.
108+
109+
* <a name="details-ghc"></a>
110+
`ghc/`
111+
112+
Probably owned by the GHC team. Most likely @bgamari is the best
113+
contact point.
114+
115+
* <a name="details-ghc-perf"></a>
116+
`ghc-perf/`
117+
118+
Same as https://perf.haskell.org
119+
120+
* <a name="details-alex"></a>
121+
`alex/`
122+
123+
* <a name="details-communities"></a>
124+
`communities/`
125+
126+
Just contains a link to the HCAR page on this Haskell wiki
127+
128+
* <a name="details-definition"></a>
129+
`definition/`
130+
131+
Last update: 21 June 2005. [Should be owned
132+
by](https://github.com/haskell-infra/www.haskell.org/pull/103#issuecomment-877643716)
133+
the same owners as [`onlinereport`](#details-onlinereport).
134+
135+
* <a name="details-haddock"></a>
136+
`haddock/`
137+
138+
* <a name="details-happy"></a>
139+
`happy/`
140+
141+
* <a name="details-haskell-workshop"></a>
142+
`haskell-workshop/`
143+
144+
Archival page. Not updated since 2008. Source is linked as
145+
http://abridgegame.org/darcs/ but that link seems long-dead.
146+
[Ultimately the responsibility of the Haskell Symposium
147+
organisers](https://github.com/haskell-infra/www.haskell.org/pull/103#issuecomment-877643716).
148+
149+
* <a name="details-hugs"></a>
150+
`hugs/`
151+
152+
Archival page. Not updated since 2003. Report problems to
153+
<[email protected]>. Mark Jones and Malcolm Wallace [suggested
154+
as](https://github.com/haskell-infra/www.haskell.org/pull/103#issuecomment-877643716)
155+
the points of contact.
156+
157+
* <a name="details-nhc98"></a>
158+
`nhc98/`
159+
160+
Archival page. This page last modified: 9th July 2010. Not updated
161+
since 2010. Mark Jones and Malcolm Wallace [suggested
162+
as](https://github.com/haskell-infra/www.haskell.org/pull/103#issuecomment-877643716)
163+
the points of contact.
164+
165+
* <a name="details-onlinereport"></a>
166+
`onlinereport/`
167+
168+
* <a name="details-tutorial"></a>
169+
`tutorial/`
170+
171+
Revised June 2000. "This code has been tested with Hugs
172+
98". Copyright (C) 1999 Paul Hudak, John Peterson and Joseph Fasel.
173+
Perhaps confer with Paul Hudak's former students and collaborators.

0 commit comments

Comments
 (0)