Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melmothx/amusewiki
Text::Amuse-based publishing platform
https://github.com/melmothx/amusewiki
blog-engine catalyst cms epub git latex opds perl publishing wiki wiki-engine
Last synced: 5 days ago
JSON representation
Text::Amuse-based publishing platform
- Host: GitHub
- URL: https://github.com/melmothx/amusewiki
- Owner: melmothx
- License: other
- Created: 2014-03-01T16:36:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T07:32:06.000Z (5 months ago)
- Last Synced: 2024-06-20T09:28:43.815Z (5 months ago)
- Topics: blog-engine, catalyst, cms, epub, git, latex, opds, perl, publishing, wiki, wiki-engine
- Language: Perl
- Homepage: https://amusewiki.org
- Size: 39.7 MB
- Stars: 167
- Watchers: 13
- Forks: 26
- Open Issues: 16
-
Metadata Files:
- Readme: README.mdwn
- Changelog: Changes
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![AmuseWiki](https://raw.githubusercontent.com/melmothx/amusewiki/master/doc/design/amw-banner.png)
This is a wiki engine using the Text::Amuse markup (based on and
mostly compatible with Emacs Muse) and a Git backend. It can work as a
read-only site, as a moderated wiki, or as a fully open wiki or even
as a private site. On a single instance you can run as many sites as you
want.The application is written in Perl and uses the AmuseWikiFarm
namespace (for legacy reason, as its predecessor used the AmuseWiki
namespace).The application has an extensive test suite. However, **do not run
`make test` in the production directory**. If you want to run the
tests, do it in a dedicated checkout, as tests leave a lot of files
behind.## Documentation
The official documentation can be found on https://amusewiki.org
If for some reason the site is offline you can find the muse source
files in the
[GitHub repository](https://github.com/melmothx/amusewiki-site).
Notable entries are listed below.For Docker images please look at https://github.com/rojenzaman/amusewiki-docker
### Install and upgrade
- https://amusewiki.org/library/install or
https://github.com/melmothx/amusewiki-site/blob/master/i/il/install.muse- https://amusewiki.org/library/upgrade-amusewiki or
https://github.com/melmothx/amusewiki-site/blob/master/u/ua/upgrade-amusewiki.muse### Site setup, customization, user roles, SSL certificates
- https://amusewiki.org/library/roles or
https://github.com/melmothx/amusewiki-site/blob/master/r/rs/roles.muse- https://amusewiki.org/library/site-customization or
https://github.com/melmothx/amusewiki-site/blob/master/s/sc/site-customization.muse- https://amusewiki.org/library/ssl-certificates-with-lets-encrypt or
https://github.com/melmothx/amusewiki-site/blob/master/s/sc/ssl-certificates-with-lets-encrypt.muse### Editing
- User manual for the Muse markup:
https://amusewiki.org/library/manual or
https://github.com/melmothx/amusewiki-site/blob/master/m/ml/manual.muse- Offline editing with Git:
https://amusewiki.org/library/offline-editing-via-git or
https://github.com/melmothx/amusewiki-site/blob/master/o/oe/offline-editing-via-git.muse### Localization
- https://amusewiki.org/library/localization or
https://github.com/melmothx/amusewiki-site/blob/master/l/ln/localization.muse- https://amusewiki.org/library/translating-the-interface or
https://github.com/melmothx/amusewiki-site/blob/master/t/tt/translating-the-interface.muse