mirror of
https://github.com/jointakahe/jointakahe
synced 2025-02-22 05:07:37 +01:00
deploy: 6330b5846733a93a8eba80dd1647b1084ac9dbcd
This commit is contained in:
parent
acfc6e0df8
commit
659de1028c
@ -1,25 +0,0 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="Takahē is an ActivityPub server focused on microblogging, much like Mastodon, Pleroma, and others. Our goals are:
|
||||
Allowing multiple domains on the same server (“virtual hosting”) Efficient, stable background tasks via asynchronous state machines A default fast, low-JavaScript web interface Mastodon Client API compatibility (eventually!) Why start another server? The main motivation was to prove two things - that virtual hosting of multiple domains on a single ActivityPub server was possible (so you don’t need to run a whole new server for every person or organisation that brings their own domain), and to explore the use of Python’s asynchronous libraries to speed up the large amount of background work ActivityPub involves."><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>About Takahē | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>About Takahē</h1><p>Takahē is an ActivityPub server focused on microblogging, much like Mastodon,
|
||||
Pleroma, and others. Our goals are:</p><ul><li>Allowing multiple domains on the same server (“virtual hosting”)</li><li>Efficient, stable background tasks via asynchronous state machines</li><li>A default fast, low-JavaScript web interface</li><li>Mastodon Client API compatibility (eventually!)</li></ul><h2 id=why-start-another-server>Why start another server?</h2><p>The main motivation was to prove two things - that virtual hosting of multiple
|
||||
domains on a single ActivityPub server was possible (so you don’t need
|
||||
to run a whole new server for every person or organisation that brings their
|
||||
own domain), and to explore the use of Python’s asynchronous libraries to
|
||||
speed up the large amount of background work ActivityPub involves.</p><p>Fortunately, both of those have proved themselves to work well in the initial
|
||||
build-out phase, and so now development is focused towards a small, reliable,
|
||||
stable release.</p><p>While we do not expect to grow as large and featureful as Mastodon, the goal
|
||||
is to provide a smaller, lighter-weight server that is useful for small- to
|
||||
medium-size instances. The architecture we’ve chosen is deliberately easy to
|
||||
run and maintain but will not scale to a large install, and that’s fine.</p><h2 id=more-insight>More Insight</h2><p>Takahē is, so far, mostly authored by <a href=https://aeracode.org/>Andrew Godwin</a>,
|
||||
and you can read more about its development, choices made, and progress via
|
||||
<a href=https://aeracode.org/category/takahe>my blog posts</a>.</p><h2 id=the-takahē>The Takahē</h2><p>The Takahē bird, after which this project is named, is a
|
||||
<a href=https://en.wikipedia.org/wiki/Takah%C4%93>flightless bird from Aotearoa New Zealand</a> -
|
||||
once thought extinct, but in recent decades they were rediscovered and have
|
||||
been the subject of a successful breeding and reintroduction programme.</p><p>If you’d like to donate to the ongoing efforts to establish a healthy
|
||||
population and expansion into new areas, you can give money through the
|
||||
<a href=https://nznaturefund.org/projects/takahe-recovery-programme/>New Zealand Nature Fund</a>.
|
||||
The Takahē project maintains a regular monthly donation to the programme.</p><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,6 +1,6 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="Categories"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Categories | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="Categories"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Categories | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>Categories</h1><ul></ul><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,8 +1,8 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="This code of conduct applies to all spaces managed by the Takahē project. This includes GitHub issues and discussions, Discord, takahe.social, and other forums where the project may participate. In addition, violations of this code outside these spaces may affect a person’s ability to participate within them.
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="This code of conduct applies to all spaces managed by the Takahē project. This includes GitHub issues and discussions, Discord, takahe.social, and other forums where the project may participate. In addition, violations of this code outside these spaces may affect a person’s ability to participate within them.
|
||||
If you believe someone is violating the code of conduct, we ask that you report it by emailing conduct@jointakahe.org.
|
||||
Be friendly and patient. Be welcoming."><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Code of Conduct | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Code of Conduct | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>Code of Conduct</h1><p>This code of conduct applies to all spaces managed by the Takahē project. This includes GitHub issues and discussions, Discord, takahe.social, and other forums where the project may participate. In addition, violations of this code outside these spaces may affect a person’s ability to participate within them.</p><p>If you believe someone is violating the code of conduct, we ask that you report it by emailing <a href=mailto:conduct@jointakahe.org>conduct@jointakahe.org</a>.</p><ul><li><strong>Be friendly and patient</strong>.</li><li><strong>Be welcoming</strong>. We strive to be a community that welcomes and supports people of all backgrounds and identities. This includes, but is not limited to members of any race, ethnicity, culture, national origin, colour, immigration status, social and economic class, educational level, sex, sexual orientation, gender identity and expression, age, size, family status, political belief, religion, and mental and physical ability.</li><li><strong>Be considerate</strong>. Your work will be used by other people, and you in turn will depend on the work of others. Any decision you take will affect users and colleagues, and you should take those consequences into account when making decisions. Remember that we’re a world-wide community, so you might not be communicating in someone else’s primary language.</li><li><strong>Be respectful</strong>. Not all of us will agree all the time, but disagreement is no excuse for poor behavior and poor manners. We might all experience some frustration now and then, but we cannot allow that frustration to turn into a personal attack. It’s important to remember that a community where people feel uncomfortable or threatened is not a productive one. Members of the Takahē community should be respectful when dealing with other members as well as with people outside the Takahē community.</li><li><strong>Be careful in the words that you choose</strong>. We are a community of professionals, and we conduct ourselves professionally. Be kind to others. Do not insult or put down other participants. Harassment and other exclusionary behavior aren’t acceptable. This includes, but is not limited to:<ul><li>Violent threats or language directed against another person.</li><li>Discriminatory jokes and language.</li><li>Posting sexually explicit or violent material.</li><li>Posting (or threatening to post) other people’s personally identifying information (“doxing”).</li><li>Personal insults, especially those using racist or sexist terms.</li><li>Unwelcome sexual attention.</li><li>Advocating for, or encouraging, any of the above behavior.</li><li>Repeated harassment of others. In general, if someone asks you to stop, then stop.</li></ul></li><li><strong>When we disagree, try to understand why</strong>. Disagreements, both social and technical, happen all the time and we are no exception. It is important that we resolve disagreements and differing views constructively. Remember that we’re different. The strength of open source comes from its varied community, people from a wide range of backgrounds. Different people have different perspectives on issues. Being unable to understand why someone holds a viewpoint doesn’t mean that they’re wrong. Don’t forget that it is human to err and blaming each other doesn’t get us anywhere. Instead, focus on helping to resolve issues and learning from mistakes.</li></ul><p>(Based on the <a href=https://www.djangoproject.com/conduct/>Django Project’s Code of Conduct</a>)</p><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,10 +1,10 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="So you want to point a custom domain at takahe.social? Great! Before you start, you need to understand a few things:
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="So you want to point a custom domain at takahe.social? Great! Before you start, you need to understand a few things:
|
||||
Custom domains are limited and available by request only. Email contact@jointakahe.org to request one; we may or may not have capacity. Each custom domain is administrative and operational overhead for us.
|
||||
Once you make accounts (identities) on your custom domain, you will not be able to move them away from takahe."><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Custom Domains Guide | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Custom Domains Guide | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>Custom Domains Guide</h1><p>So you want to point a custom domain at takahe.social? Great! Before you start,
|
||||
you need to understand a few things:</p><ul><li><p>Custom domains are limited and available by request only. Email
|
||||
<a href=mailto:contact@jointakahe.org>contact@jointakahe.org</a> to request one; we may or may not have capacity.
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="Guides"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Guides | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="Guides"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Guides | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>Guides</h1><ul><li>0001-01-01
|
||||
<a href=https://jointakahe.org/guides/custom-domains/>Custom Domains Guide</a></li></ul><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
38
index.html
38
index.html
@ -1,14 +1,30 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="Takahē is a new ActivityPub server, designed for efficient use on small- to medium-size installations, and which allows you to host multiple domains on the same infrastructure.
|
||||
It’s currently in an alpha state, meaning things work (and it will talk ActivityPub to Mastodon and other servers), but there’s still a lot of features left to add.
|
||||
The flagship instance can be found at takahe.social, and if you’re interested, you can also read more about the project, or read some of Andrew’s blogs on building it."><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Welcome | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="Takahē is an ActivityPub server designed for efficient use on small- to medium-size installations, and which allows you to host multiple domains on the same infrastructure.
|
||||
It’s currently in an beta state, meaning most things work (and it will talk ActivityPub to Mastodon and other servers), but there’s still some polish and features left to add.
|
||||
The flagship instance can be found at takahe.social, and if you’re interested, you can also learn more in our documentation, browse the code on our GitHub repository, come and chat to us on Discord, or read some of Andrew’s blogs about building it."><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Welcome | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><p>Takahē is a new ActivityPub server, designed for efficient use on <em>small- to</em>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><p>Takahē is an ActivityPub server designed for efficient use on <em>small- to</em>
|
||||
<em>medium-size</em> installations, and which allows you to host <em>multiple domains</em> on
|
||||
the same infrastructure.</p><p>It’s currently in an alpha state, meaning things work (and it will talk
|
||||
ActivityPub to Mastodon and other servers), but there’s still a lot of
|
||||
<a href=https://takahe-server.readthedocs.io/en/latest/features/>features left to add</a>.</p><p>The flagship instance can be found at <a href=http://takahe.social>takahe.social</a>,
|
||||
and if you’re interested, you can also <a href=/about/>read more about the project</a>,
|
||||
or read some of <a href=https://aeracode.org/category/takahe>Andrew’s blogs on building it</a>.</p><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
||||
the same infrastructure.</p><p>It’s currently in an beta state, meaning most things work (and it will talk
|
||||
ActivityPub to Mastodon and other servers), but there’s still some
|
||||
<a href=https://docs.jointakahe.org/en/latest/features/>polish and features left to add</a>.</p><p>The flagship instance can be found at <a href=http://takahe.social>takahe.social</a>,
|
||||
and if you’re interested, you can also <a href=https://docs.jointakahe.org/en/latest/>learn more in our documentation</a>,
|
||||
browse the code <a href=https://github.com/jointakahe/takahe>on our GitHub repository</a>,
|
||||
come and chat to us <a href=https://discord.gg/qvQ39tAMvf>on Discord</a>,
|
||||
or read some of <a href=https://aeracode.org/category/takahe/>Andrew’s blogs about building it</a>.</p><h2 id=what-makes-takahē-different>What makes Takahē different?</h2><p>While it’s always nice to have more Fediverse software, we have some specific
|
||||
feature goals that we think makes Takahē a great choice of server software:</p><ul><li><p><strong>Multiple domain support</strong>, allowing you to host as many domains as you like
|
||||
on a single running instance.</p></li><li><p><strong>Multiple identity support</strong>, allowing users to represent themselves in
|
||||
as many different ways as they want.</p></li><li><p><strong>Easy deployment and maintenance</strong>, so you can focus on looking after your
|
||||
community rather than trying to wrangle with the software.</p></li><li><p><strong>Mastodon Client API compatible</strong>, so users can use their favourite client
|
||||
apps just as they would with Mastodon or other compatible servers.</p></li></ul><p>For a full set of features, including what we’re still working on,
|
||||
see <a href=https://docs.jointakahe.org/en/latest/features/>our features page</a>, as
|
||||
well as our <a href=https://docs.jointakahe.org/en/latest/interoperability/>compatability notes</a>
|
||||
for clients and other servers.</p><h2 id=the-takahē>The Takahē</h2><p>The Takahē bird, after which this project is named, is a
|
||||
<a href=https://en.wikipedia.org/wiki/Takah%C4%93>flightless bird from Aotearoa New Zealand</a> -
|
||||
once thought extinct, but in recent decades they were rediscovered and have
|
||||
been the subject of a successful breeding and reintroduction programme.</p><p>If you’d like to donate to the ongoing efforts to establish a healthy
|
||||
population and expansion into new areas, you can give money through the
|
||||
<a href=https://nznaturefund.org/projects/takahe-recovery-programme/>New Zealand Nature Fund</a>.
|
||||
The Takahē project maintains a regular monthly donation to the programme.</p><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Welcome on Takahē</title><link>https://jointakahe.org/</link><description>Recent content in Welcome on Takahē</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 19 Nov 2022 08:51:26 -0700</lastBuildDate><atom:link href="https://jointakahe.org/index.xml" rel="self" type="application/rss+xml"/><item><title>Welcome</title><link>https://jointakahe.org/posts/welcome/</link><pubDate>Sat, 19 Nov 2022 08:51:26 -0700</pubDate><guid>https://jointakahe.org/posts/welcome/</guid><description>Hello!</description></item><item><title>About Takahē</title><link>https://jointakahe.org/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://jointakahe.org/about/</guid><description>Takahē is an ActivityPub server focused on microblogging, much like Mastodon, Pleroma, and others. Our goals are:
|
||||
Allowing multiple domains on the same server (&ldquo;virtual hosting&rdquo;) Efficient, stable background tasks via asynchronous state machines A default fast, low-JavaScript web interface Mastodon Client API compatibility (eventually!) Why start another server? The main motivation was to prove two things - that virtual hosting of multiple domains on a single ActivityPub server was possible (so you don&rsquo;t need to run a whole new server for every person or organisation that brings their own domain), and to explore the use of Python&rsquo;s asynchronous libraries to speed up the large amount of background work ActivityPub involves.</description></item><item><title>Code of Conduct</title><link>https://jointakahe.org/conduct/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://jointakahe.org/conduct/</guid><description>This code of conduct applies to all spaces managed by the Takahē project. This includes GitHub issues and discussions, Discord, takahe.social, and other forums where the project may participate. In addition, violations of this code outside these spaces may affect a person&rsquo;s ability to participate within them.
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Welcome on Takahē</title><link>https://jointakahe.org/</link><description>Recent content in Welcome on Takahē</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 19 Nov 2022 08:51:26 -0700</lastBuildDate><atom:link href="https://jointakahe.org/index.xml" rel="self" type="application/rss+xml"/><item><title>Welcome</title><link>https://jointakahe.org/posts/welcome/</link><pubDate>Sat, 19 Nov 2022 08:51:26 -0700</pubDate><guid>https://jointakahe.org/posts/welcome/</guid><description>Hello!</description></item><item><title>Code of Conduct</title><link>https://jointakahe.org/conduct/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://jointakahe.org/conduct/</guid><description>This code of conduct applies to all spaces managed by the Takahē project. This includes GitHub issues and discussions, Discord, takahe.social, and other forums where the project may participate. In addition, violations of this code outside these spaces may affect a person&rsquo;s ability to participate within them.
|
||||
If you believe someone is violating the code of conduct, we ask that you report it by emailing conduct@jointakahe.org.
|
||||
Be friendly and patient. Be welcoming.</description></item><item><title>Custom Domains Guide</title><link>https://jointakahe.org/guides/custom-domains/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://jointakahe.org/guides/custom-domains/</guid><description>So you want to point a custom domain at takahe.social? Great! Before you start, you need to understand a few things:
|
||||
Custom domains are limited and available by request only. Email contact@jointakahe.org to request one; we may or may not have capacity. Each custom domain is administrative and operational overhead for us.
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="Posts"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Posts | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="Posts"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Posts | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>Posts</h1><ul><li>2022-11-19
|
||||
<a href=https://jointakahe.org/posts/welcome/>Welcome</a></li></ul><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,6 +1,6 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="Hello!"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Welcome | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="Hello!"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Welcome | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>Welcome</h1><p>Hello!</p><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://jointakahe.org/posts/</loc><lastmod>2022-11-19T08:51:26-07:00</lastmod></url><url><loc>https://jointakahe.org/</loc><lastmod>2022-11-19T08:51:26-07:00</lastmod></url><url><loc>https://jointakahe.org/posts/welcome/</loc><lastmod>2022-11-19T08:51:26-07:00</lastmod></url><url><loc>https://jointakahe.org/about/</loc></url><url><loc>https://jointakahe.org/categories/</loc></url><url><loc>https://jointakahe.org/conduct/</loc></url><url><loc>https://jointakahe.org/guides/custom-domains/</loc></url><url><loc>https://jointakahe.org/guides/</loc></url><url><loc>https://jointakahe.org/privacy/</loc></url><url><loc>https://jointakahe.org/tags/</loc></url><url><loc>https://jointakahe.org/takahesocial/</loc></url><url><loc>https://jointakahe.org/terms/</loc></url></urlset>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://jointakahe.org/posts/</loc><lastmod>2022-11-19T08:51:26-07:00</lastmod></url><url><loc>https://jointakahe.org/</loc><lastmod>2022-11-19T08:51:26-07:00</lastmod></url><url><loc>https://jointakahe.org/posts/welcome/</loc><lastmod>2022-11-19T08:51:26-07:00</lastmod></url><url><loc>https://jointakahe.org/categories/</loc></url><url><loc>https://jointakahe.org/conduct/</loc></url><url><loc>https://jointakahe.org/guides/custom-domains/</loc></url><url><loc>https://jointakahe.org/guides/</loc></url><url><loc>https://jointakahe.org/privacy/</loc></url><url><loc>https://jointakahe.org/tags/</loc></url><url><loc>https://jointakahe.org/takahesocial/</loc></url><url><loc>https://jointakahe.org/terms/</loc></url></urlset>
|
@ -1,6 +1,6 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="Tags"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Tags | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="Tags"><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>Tags | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>Tags</h1><ul></ul><footer class=site-footer><span class=site-footer-credits>Theme based on <a href=https://github.com/zwbetz-gh/cayman-hugo-theme>Cayman</a></span></footer></section></body></html>
|
@ -1,10 +1,10 @@
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.108.0"><meta name=description content="takahe.social is our “flagship” server - a Takahē server run by the main developers as a testbed and proving ground for server changes, and a place to get user feedback.
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=generator content="Hugo 0.109.0"><meta name=description content="takahe.social is our “flagship” server - a Takahē server run by the main developers as a testbed and proving ground for server changes, and a place to get user feedback.
|
||||
Much like Takahē itself, it is still in development - we don’t encourage you to rely on it for anything serious. It mostly works, but there’s lots of sharp edges and things that aren’t quite fully done yet.
|
||||
Joining The server is currently invite-only."><link rel=stylesheet href=https://jointakahe.org/css/normalize.css><link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel=stylesheet type=text/css><link rel=stylesheet href=https://jointakahe.org/css/cayman.f197fbcc617c3f604a7e7817a58931d53690eb11f3d646e44e5632aa9cfabea7.css><link rel=apple-touch-icon sizes=1024x1024 href=/icon-1024.png><link rel=icon type=image/png sizes=32x32 href=/icon-32.png><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css integrity=sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j crossorigin=anonymous><script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js integrity=sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ crossorigin=anonymous></script>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>takahe.social | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=/about/ class=btn>About</a>
|
||||
<a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<script defer src=https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js integrity=sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI crossorigin=anonymous onload=renderMathInElement(document.body)></script><title>takahe.social | Takahē</title></head><body><section class=page-header><h1 class=project-name><img src=/logo-1024.png alt="Takahe logo" class=logo></h1><h2 class=project-tagline>An efficient ActivityPub Server, for small installs with multiple domains</h2><nav><a href=https://docs.jointakahe.org/en/latest/ class=btn>Docs</a>
|
||||
<a href=https://github.com/jointakahe/takahe class=btn>GitHub</a>
|
||||
<a href=https://discord.gg/qvQ39tAMvf class=btn>Discord</a>
|
||||
<a href=https://patreon.com/takahe class=btn>Patreon</a>
|
||||
<a href=https://takahe.social/@takahe@jointakahe.org/ class=btn>@takahe</a></nav></section><section class=main-content><h1>takahe.social</h1><p><a href=https://takahe.social>takahe.social</a> is our “flagship” server - a Takahē server run by the main
|
||||
developers as a testbed and proving ground for server changes, and a place to
|
||||
get user feedback.</p><p>Much like Takahē itself, it is still in development - we don’t encourage you
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user