Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create folder in public/includes for stylesheets, images, javascript etc. This folder must have the following structure: copy
    Code Block
    bash
    bash
    includes/
        css
        gfx
        js
    
    Code Block

Copy the

...

CORE

...

includes

...

folder:

Code Block
bash
bash
 $ cp -r public/includes/core public/includes/<abbreviation>
  • CORE allows you to send automatically generated emails. For example the submit feature allows you to send an email to all reviewers of certain papers. This email is generated from two templates. A dynamic template which is generated by CORE and a static template which can contain text, like signature, disclaimers etc. The static email template will be appended to the CORE generated email template.

...