|
1 | 1 | 
|
2 | 2 |
|
| 3 | +[](https://www.nuget.org/packages/Giraffe/) |
| 4 | + |
| 5 | + |
3 | 6 | # Giraffe
|
4 | 7 |
|
5 | 8 | A functional ASP.NET Core micro web framework for building rich web applications.
|
6 | 9 |
|
7 | 10 | Read [this blog post on functional ASP.NET Core](https://dusted.codes/functional-aspnet-core) for more information.
|
8 | 11 |
|
9 |
| -[](https://www.nuget.org/packages/Giraffe/) |
10 |
| - |
11 |
| -### Linux, macOS and Windows Build Status |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| -[](https://github.com/giraffe-fsharp/Giraffe/actions?query=branch%3Adevelop++) |
16 |
| - |
17 | 12 | ## Table of contents
|
18 | 13 |
|
19 | 14 | - [About](#about)
|
@@ -171,10 +166,6 @@ There is a few sample applications which can be found in the [`samples`](https:/
|
171 | 166 |
|
172 | 167 | ### Live apps
|
173 | 168 |
|
174 |
| -#### buildstats.info |
175 |
| - |
176 |
| -The web service [https://buildstats.info](https://buildstats.info) uses Giraffe to build rich SVG widgets for Git repositories. The application runs as a Docker container in the Google Container Engine (see [CI-BuiltStats on GitHub](https://github.com/dustinmoris/CI-BuildStats) for more information). |
177 |
| - |
178 | 169 | #### dusted.codes
|
179 | 170 |
|
180 | 171 | My personal blog [https://dusted.codes](https://dusted.codes) is also built with Giraffe and ASP.NET Core and all of the [source code is published on GitHub](https://github.com/dustinmoris/DustedCodes) for further reference.
|
@@ -298,9 +289,15 @@ If you have blogged about Giraffe, demonstrating a useful topic or some other ti
|
298 | 289 |
|
299 | 290 | [Apache 2.0](https://raw.githubusercontent.com/giraffe-fsharp/Giraffe/master/LICENSE)
|
300 | 291 |
|
301 |
| -## Contact and Slack Channel |
| 292 | +## Current maintainers |
| 293 | + |
| 294 | +- [@64J0](https://github.com/64J0) |
| 295 | +- [@dbrattli](https://github.com/dbrattli) |
| 296 | +- [@mrtz-j](https://github.com/mrtz-j) |
| 297 | + |
| 298 | +## Contact |
302 | 299 |
|
303 |
| -If you have any further questions feel free to reach out to me via any of the mentioned social media on [https://dusted.codes/about](https://dusted.codes/about) or join the `#giraffe` Slack channel in the [Functional Programming Slack Team](https://functionalprogramming.slack.com/). Please use [this link](https://fpslack.com/) to request an invitation to the Functional Programming Slack Team if you don't have an account registered yet. |
| 300 | +If you have any further questions feel free to reach out to me via any of the mentioned social media on [https://dusted.codes/about](https://dusted.codes/about) |
304 | 301 |
|
305 | 302 | ## Support
|
306 | 303 |
|
|
0 commit comments