{"id":16670957,"url":"https://github.com/melmothx/amusewiki","last_synced_at":"2025-04-09T23:18:23.650Z","repository":{"id":14601814,"uuid":"17318956","full_name":"melmothx/amusewiki","owner":"melmothx","description":"Text::Amuse-based publishing platform","archived":false,"fork":false,"pushed_at":"2025-03-22T06:58:33.000Z","size":42785,"stargazers_count":193,"open_issues_count":19,"forks_count":26,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-09T23:18:16.457Z","etag":null,"topics":["blog-engine","catalyst","cms","epub","git","latex","opds","perl","publishing","wiki","wiki-engine"],"latest_commit_sha":null,"homepage":"https://amusewiki.org","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melmothx.png","metadata":{"files":{"readme":"README.mdwn","changelog":"Changes","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-03-01T16:36:09.000Z","updated_at":"2025-04-08T23:12:32.000Z","dependencies_parsed_at":"2023-09-26T17:45:29.830Z","dependency_job_id":"9cc1e309-9893-42d4-b2c0-21945990956c","html_url":"https://github.com/melmothx/amusewiki","commit_stats":{"total_commits":5126,"total_committers":11,"mean_commits":466.0,"dds":"0.29964884900507216","last_synced_commit":"7ca0a08ea7f3837f6d7c5b65308ab15ac270c2f3"},"previous_names":[],"tags_count":253,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melmothx%2Famusewiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melmothx%2Famusewiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melmothx%2Famusewiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melmothx%2Famusewiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melmothx","download_url":"https://codeload.github.com/melmothx/amusewiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125593,"owners_count":21051771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog-engine","catalyst","cms","epub","git","latex","opds","perl","publishing","wiki","wiki-engine"],"created_at":"2024-10-12T11:40:21.557Z","updated_at":"2025-04-09T23:18:23.625Z","avatar_url":"https://github.com/melmothx.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"![AmuseWiki](https://raw.githubusercontent.com/melmothx/amusewiki/master/doc/design/amw-banner.png)\n\nThis is a wiki engine using the Text::Amuse markup (based on and\nmostly compatible with Emacs Muse) and a Git backend. It can work as a\nread-only site, as a moderated wiki, or as a fully open wiki or even\nas a private site. On a single instance you can run as many sites as you\nwant.\n\nThe application is written in Perl and uses the AmuseWikiFarm\nnamespace (for legacy reason, as its predecessor used the AmuseWiki\nnamespace).\n\nThe application has an extensive test suite. However, **do not run\n`make test` in the production directory**. If you want to run the\ntests, do it in a dedicated checkout, as tests leave a lot of files\nbehind.\n\n## Documentation\n\nThe official documentation can be found on https://amusewiki.org\n\nIf for some reason the site is offline you can find the muse source\nfiles in the\n[GitHub repository](https://github.com/melmothx/amusewiki-site).\nNotable entries are listed below.\n\nFor Docker images please look at https://github.com/rojenzaman/amusewiki-docker\n\n### Install and upgrade\n\n - https://amusewiki.org/library/install or\n   https://github.com/melmothx/amusewiki-site/blob/master/i/il/install.muse\n\n - https://amusewiki.org/library/upgrade-amusewiki or\n   https://github.com/melmothx/amusewiki-site/blob/master/u/ua/upgrade-amusewiki.muse\n\n### Site setup, customization, user roles, SSL certificates\n\n - https://amusewiki.org/library/roles or\n   https://github.com/melmothx/amusewiki-site/blob/master/r/rs/roles.muse\n\n - https://amusewiki.org/library/site-customization or\n   https://github.com/melmothx/amusewiki-site/blob/master/s/sc/site-customization.muse\n\n - https://amusewiki.org/library/ssl-certificates-with-lets-encrypt or\n   https://github.com/melmothx/amusewiki-site/blob/master/s/sc/ssl-certificates-with-lets-encrypt.muse\n\n### Editing\n\n - User manual for the Muse markup:\n   https://amusewiki.org/library/manual or\n   https://github.com/melmothx/amusewiki-site/blob/master/m/ml/manual.muse\n\n - Offline editing with Git:\n   https://amusewiki.org/library/offline-editing-via-git or\n   https://github.com/melmothx/amusewiki-site/blob/master/o/oe/offline-editing-via-git.muse\n\n### Localization\n\n - https://amusewiki.org/library/localization or\n   https://github.com/melmothx/amusewiki-site/blob/master/l/ln/localization.muse\n\n - https://amusewiki.org/library/translating-the-interface or\n   https://github.com/melmothx/amusewiki-site/blob/master/t/tt/translating-the-interface.muse\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelmothx%2Famusewiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelmothx%2Famusewiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelmothx%2Famusewiki/lists"}