···88A little light on documentation as I come off of about a week long crunch but.
991010- Looking for the old pds moover for simple code to fork
1111- check [here](https://tangled.org/@baileytownsend.dev/pds-moover/tree/803d8a70b7100c9e14df3402277441050e0f6194), if
1111+ check [here](https://tangled.org/@pds.dad/pds-moover/tree/803d8a70b7100c9e14df3402277441050e0f6194), if
1212 you'd like to see the newer front end check [here](./web-ui)
1313- Want to run your own instance of PDS MOOver? [check this docker compose](./compose.selfhost.yml). It should have all
1414 the
···4141 <li><a href="/restore">Restore</a> – restore from your backups if needed.</li>
4242 <li><a href="/turn-off">Turn Off</a> – helper to make sure your old account is deactivated.</li>
4343 <li><a href={resolve('/info')}>Info</a> – FAQs and a few other bits of information about our tools.</li>
4444- <li><a href="https://tangled.org/@baileytownsend.dev/pds-moover">Check our source code on tangled</a></li>
4444+ <li><a href="https://tangled.org/@pds.dad/pds-moover">Check our source code on tangled</a></li>
4545 </ul>
4646 </section>
4747
···192192 <section id="open-source" class="section" style="text-align:left">
193193 <h2>Can I check out the code anywhere?</h2>
194194 <p>Yep! PDS MOOver is 100% open source and can find the code on <a
195195- href="https://tangled.sh/@baileytownsend.dev/pds-moover">tangled.sh</a>. Also, if you're a
195195+ href="https://tangled.org/@pds.dad/pds-moover">tangled.org</a>. Also, if you're a
196196 developer,
197197 and you want to fork the code for a new UI. PDS MOOver's logic is all in one js file. Just take it and
198198 its dependencies and have at it.</p>
···100100101101 <h2>Contact</h2>
102102 <p>If you have questions about these terms, please reach out via the project repository or to <a
103103- href="https://bsky.app/profile/baileytownsend.dev">@baileytownsend.dev</a> directly.</p>
103103+ href="https://bsky.app/profile/pds.dad">@pds.dad</a> directly.</p>
104104 </section>
105105</div>
···183183184184 ";
185185186186- let intro = "\n\nThis is a PDS MOOver xrpc service\n\nCode: https://tangled.sh/@baileytownsend.dev/pds-moover\n";
186186+ let intro = "\n\nThis is a PDS MOOver xrpc service\n\nCode: https://tangled.org/@pds.dad/pds-moover\n";
187187188188 let banner = format!(" {body}\n{intro}");
189189
···5353 <li><a href="/restore">Restore</a> – restore from your backups if needed.</li>
5454 <li><a href="/turn-off">Turn Off</a> – helper to make sure your old account is deactivated.</li>
5555 <li><a href="/info">Info</a> – FAQs and a few other bits of information about our tools.</li>
5656- <li><a href="https://tangled.org/@baileytownsend.dev/pds-moover">Check our source code on tangled</a></li>
5656+ <li><a href="https://tangled.org/@pds.dad/pds-moover">Check our source code on tangled</a></li>
5757 </ul>
5858 </section>
5959
···157157 <section id="open-source" class="section" style="text-align:left">
158158 <h2>Can I check out the code anywhere?</h2>
159159 <p>Yep! PDS MOOver is 100% open source and can find the code on <a
160160- href="https://tangled.sh/@baileytownsend.dev/pds-moover">tangled.sh</a>. Also, if you're a
160160+ href="https://tangled.org/@pds.dad/pds-moover">tangled.org</a>. Also, if you're a
161161 developer,
162162 and you want to fork the code for a new UI. PDS MOOver's logic is all in one js file. Just take it and
163163 its dependencies and have at it.</p>
···6060 <p>In extreme circumstances we reserve the right to ban, block, and or remove your content placed on our servers if it is found to be illegal or harmful. We will notify you via Bluesky that you are being removed along with giving you an export of your backed-up data.</p>
61616262 <h2>Contact</h2>
6363- <p>If you have questions about these terms, please reach out via the project repository or to <a href="https://bsky.app/profile/baileytownsend.dev">@baileytownsend.dev</a> directly.</p>
6363+ <p>If you have questions about these terms, please reach out via the project repository or to <a href="https://bsky.app/profile/pds.dad">@pds.dad</a> directly.</p>
6464 </section>
6565</div>
6666{% endblock %}