--- title: Documentation Wiki's on code.netlandish.com --- Welcome to the Netlandish software management systems. Thanks to BitBucket [sunsetting support for Mercurial][bbhg] we've been forced to find a new place to host our repositories, workflow, etc. We decided that it's best that we're not in this situation again in the future and that we should have our own systems to manage our code, CI/CD, ticket tracker, etc. We looked at several options and decided that [sourcehut][srht], aka sr.ht, was the best fit for us. It's a suite of very light weight applications designed to work totally independent of each other (well, for the most part.) This allows us to slowly roll out new services as needed. Sourcehut is also 100% open source and has a small, but active, community. While we know that it's still primitive looking and rough around the edges, it's already a very advanced system with advanced methods of collaboration. Some may call it **hardcore** but we call it *comfortable*. Here are the list of services we currently have running: - [hg.code.netlandish.com][nlhg] - Mercurial Repo Hosting - [git.code.netlandish.com][nlgit] - Git Repo Hosting - [meta.code.netlandish.com][nlmeta] - Account Management - [todo.code.netlandish.com][nltodo] - Issue Trackers - [man.code.netlandish.com][nlman] - Wiki Hosting (Where you're reading this) ## Service Specific Docs Here are some service specific docs: - [Mercurial Docs](/hg) - [Git Docs](/git) **Note:** This platform is still very new, even to us, and the docs are very limited. While this platform is mostly for the Netlandish staff and family companies, we also understand that there are collaborators who want to contribute to some of our open source projects. Please bear with us while we work out all the kinks. ## Status Please refer to the [status page](/status.md) for any service issues or status updates. [bbhg]: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket [srht]: https://sourcehut.org [nlhg]: https://hg.code.netlandish.com [nlgit]: https://git.code.netlandish.com [nlmeta]: https://meta.code.netlandish.com [nltodo]: https://todo.code.netlandish.com [nlman]: https://man.code.netlandish.com