Here you can explore in detail our products, which include:
- Publisher - all our Copernica documentation (not only Publisher!)
- MailerQ - a high performance Mail Transfer Agent (MTA) designed for delivering large volume email messages at very high speeds
- MS - documentation that is used inside our software (via the .documentationpage() jQuery plugin)
- PHP-C++ - a C++ library for developing PHP extensions
- PHP-JS - to execute JavaScript right from your PHP script and share variables between JavaScript and PHP
- Responsive Email - an online service to create and send responsive HTML emails.
- SMTPeter - to connect your app via SMTP or REST API and start sending emails through the cloud instead of your server
With Copernica you can deliver relevant and timely communications using email, sms, landing pages and PDF.
Each top-level directory in this repository holds documentation for one specific product.
Documentation pages can be written with HTML or Markdown. Thus, files written with Markdown will have priority over ones written with HTML.
All links should be relative ones.
Documentations pages can have internal links. Such links are created in HTML like fashion by adding hash part to the link.
Examples:
[Page on MailerQ](page#segment)
Internal links can reference headers. Identifiers to use inside such links are generated with use of text inside the header. Following steps will be applied to create identifier:
- convert every utf-8 characted into ascii character
- lowercase all characters
- replace all spaces with '-'
In each directory there should be two files: navigation.md and introduction.md. Both of those files are little bit special.
navigation.md
should contain list of links to documentation topics. List can
contain more lists.
introduction.md
should contain introduction text for given documentation. Also,
it will be a default page for documentation.