Download the Aneamal Translator
The Aneamal Translator translates Aneamal files on a server automatically to HTML when they are requested by a web browser. The translator is offered under a free and open-source software license.
The Aneamal Translator currently requires PHP 8.1 on an Apache Server with support for mod_rewrite in .htaccess. Many affordable web hosting offers fulfill this. Ask your web hosting provider about it, if you are unsure.
Fresh Installation
- Download the Aneamal Translator 31.
- Unzip the downloaded ZIP archive.
- Upload the extracted files to your document root directory using an FTP program.
- Rename htaccess.txt to .htaccess using your FTP program.
Done. You can then publish your Aneamal texts written in a simple text editor, saved with the file extension .nml, by uploading them. They are converted to a webpage automatically. The URL of the webpage does not include the file extension .nml
Update version 30 → 31
- Create a backup of your current files!
- Download the Aneamal Translator 31 Update
- Unzip the downloaded ZIP archive.
- Upload the files func.php, html.php, main.php to your aneamal folder, overwriting the old files of the same name.
- Check your website for errors and design glitches. The Aneamal Translator encodes sections explicitly with the HTML section element now. This helps with styling, but could make amending old stylesheets necessary.
You can find a list of new features and other changes in the version history. In case of trouble, write to help@aneamal.org.
Previous update
Update version 29 → 30
- Create a backup of your current files!
- Download the Aneamal Translator 30 Update
- Unzip the downloaded ZIP archive.
- Upload the files func.php, html.php, main.php to your aneamal folder, overwriting the old files of the same name.
- Due to adopting a change in the HTML standard, styles need to be updated as well. In your @look.css file, replace
div[role=group]
withhgroup
. Then replace remaining instances of[role=group]
withhgroup
as well.