Skip to content

Commit e535ff6

Browse files
committed
List subsites
1 parent b99c177 commit e535ff6

File tree

1 file changed

+91
-9
lines changed

1 file changed

+91
-9
lines changed

README.md

+91-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
This is the website for www.haskell.org built as a hakyll static site, which builds both as a nix derivation and a standalone cabal project. Issues with the site can be raised in this repository, and PRs can be made to change content. More general administrative issues with the site or related haskell.org infrastructure are better raised directly with the admin team on the #haskell-infrastructure channel on freenode, or at the admin@[LANGUAGE].org email address.
44

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

167
The easiest way to make changes is to use the `buildAndWatch` script and then
@@ -80,3 +71,94 @@ You may then run the builder binary from the `result` directory:
8071
### Deploying
8172

8273
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.
74+
75+
### Subsites
76+
77+
Not all subsites of www.haskell.org are built from this repository.
78+
Some of the others are
79+
80+
| Subsite | Source | Owner | Details |
81+
| --------------- | --------------- | --------------- | --------------- |
82+
| [`cabal/`](https://www.haskell.org/cabal/) | [cabal-website](https://github.com/haskell/cabal-website) | | [Details](#details-cabal) |
83+
| [`ghc/`](https://www.haskell.org/ghc/) | | | [Details](#details-ghc) |
84+
| [`ghc-perf/`](https://www.haskell.org/ghc-perf/) | | Joachim Breitner | [Details](#details-ghc-perf) |
85+
| [`ghcup/`](https://www.haskell.org/ghcup/) | [ghcup-hs](https://gitlab.haskell.org/haskell/ghcup-hs/-/tree/master/www) | Julian Ospald | |
86+
| [`haskell-symposium/`](https://www.haskell.org/haskell-symposium/) | | | |
87+
| [`platform/`](https://www.haskell.org/platform/) | [haskell-platform](https://github.com/haskell/haskell-platform/tree/master/website) | | |
88+
| [`alex/`](https://www.haskell.org/alex/) | | Simon Marlow | [Details](#details-alex) |
89+
| [`arrows/`](https://www.haskell.org/arrows/) | | Ross Patterson | |
90+
| [`communities/`](https://www.haskell.org/communities/) | | | [Details](#details-communities) |
91+
| [`definition/`](https://www.haskell.org/definition/) | | | [Details](#details-definition) |
92+
| [`haddock/`](https://www.haskell.org/haddock/) | | Simon Marlow | [Details](#details-haddock) |
93+
| [`happy/`](https://www.haskell.org/happy/) | | Simon Marlow | [Details](#details-happy) |
94+
| [`haskell-workshop/`](https://www.haskell.org/haskell-workshop/) | | | [Details](#details-haskell-workshop) |
95+
| [`hugs/`](https://www.haskell.org/hugs/) | | | [Details](#details-hugs) |
96+
| [`nhc98/`](https://www.haskell.org/nhc98/) | | York Functional Programming Group | [Details](#details-nhc98) |
97+
| [`tutorial/`](https://www.haskell.org/tutorial/) | | | [Details](#details-tutorial) |
98+
99+
#### Details on subsites
100+
101+
* <a name="details-cabal"></a>
102+
`cabal/`
103+
104+
At least @emilypi has deploy permissions.
105+
106+
* <a name="details-ghc"></a>
107+
`ghc/`
108+
109+
Probably owned by the GHC team. Most likely @bgamari is the best
110+
contact point.
111+
112+
* <a name="details-ghc-perf"></a>
113+
`ghc-perf/`
114+
115+
Same as https://perf.haskell.org
116+
117+
* <a name="details-alex"></a>
118+
`alex/`
119+
120+
Owner is listed as Simon Marlow at his Microsoft address, long-since
121+
defunct.
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
132+
133+
* <a name="details-haddock"></a>
134+
`haddock/`
135+
136+
Not updated since 2014 and the owner is listed as Simon Marlow at
137+
his Microsoft address, long-since defunct.
138+
139+
* <a name="details-happy"></a>
140+
`happy/`
141+
142+
* <a name="details-haskell-workshop"></a>
143+
`haskell-workshop/`
144+
145+
Not updated since 2008. Source is linked as
146+
http://abridgegame.org/darcs/ but that link seems long-dead.
147+
148+
* <a name="details-hugs"></a>
149+
`hugs/`
150+
151+
Not updated since 2003. Report problems to <[email protected]>.
152+
153+
* <a name="details-nhc98"></a>
154+
`nhc98/`
155+
156+
This page last modified: 9th July 2010.
157+
158+
Not updated since 2010
159+
160+
* <a name="details-tutorial"></a>
161+
`tutorial/`
162+
163+
Revised June 2000. "This code has been tested with Hugs
164+
98". Copyright (C) 1999 Paul Hudak, John Peterson and Joseph Fasel.

0 commit comments

Comments
 (0)