diff --git a/supporting-docs/projects/2015-12-10-pto.md b/supporting-docs/projects/2015-12-10-pto.md index 0fce8d29..454536c5 100644 --- a/supporting-docs/projects/2015-12-10-pto.md +++ b/supporting-docs/projects/2015-12-10-pto.md @@ -4,10 +4,12 @@ title: Perpetually Talking Online (PTO) categories: projects client description: PTO is an IRC frontend to the federated Matrix network. author: tdfischer -maturity: Alpha +maturity: Abandoned --- # {{ page.title }} Perpetually Talking Online (PTO) is an IRC frontend to the federated Matrix network. It aims to enable as many people as possible to use an existing Matrix homeserver with their existing IRC clients, and provides a radically expanded feature set for existing IRC communities looking to migrate to Matrix. -See [pto.im](http://pto.im) for more info - or grab the code from [github](https://github.com/tdfischer/pto). +See [pto.im](http://pto.im) for more info - or grab the code from [GitHub](https://github.com/tdfischer/pto). + +Unfortunately, it appears that this project is no longer being worked on. Check out [matrix-ircd](./matrix-ircd.html) instead! diff --git a/supporting-docs/projects/2016-10-04-matrix-ircd.md b/supporting-docs/projects/2016-10-04-matrix-ircd.md new file mode 100644 index 00000000..5d52a004 --- /dev/null +++ b/supporting-docs/projects/2016-10-04-matrix-ircd.md @@ -0,0 +1,17 @@ +--- +layout: project +title: matrix-ircd +categories: projects client +description: An IRCd implementation backed by Matrix. +author: Erik +maturity: Alpha +--- + +# {{ page.title }} +An IRCd implementation backed by Matrix. Inspired by [PTO](./pto.html)! + +This is a work in progress. Matrix IRCd should be stable enough to hack on and test, but has not been tested in production or for any length of time. + +See the [GitHub issues page](https://github.com/matrix-org/matrix-ircd/issues) for a more detailed breakdown of what is left to do, and/or join the discussion on the Matrix channel: [#matrix-ircd:matrix.org](https://matrix.to/#/#matrix-ircd:matrix.org) + +You can check out the code from [GitHub](https://github.com/matrix-org/matrix-ircd).