Skip to content
forked from CLSA/mastodon

Participant relationship management (PRM) software for medical studies.

Notifications You must be signed in to change notification settings

inglis-dl/mastodon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This document outlines Mastodon's organization.  For install instructions see doc/install.readme

api/
  This is where the programming interface belongs.  This includes all packages, classes, functions,
  settings, etc.

aux/
  Any auxiliary files which are needed by the software go here.

tpl/
  This is where display templates belong.  This includes twig templates, xslt, etc.

web/
  This is the public web directory that a web server usually links to.

doc/
  All documentation is found here including the phpdoc generated API documentation and design
  documents.

sql/
  This is where all sql needed to install the application belongs.  This includes database schemas,
  default data, etc.

About

Participant relationship management (PRM) software for medical studies.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.1%
  • JavaScript 1.6%
  • Other 1.3%