-
Notifications
You must be signed in to change notification settings - Fork 23
1.4 Folder structure
Christophe edited this page Apr 15, 2017
·
2 revisions
assets/ javascript, css and images of the application
classes/ php classes, for intern use (no access by URLs)
docs/ documentation, default folder where to put your notes
templates/ layouts for the screen, slideshow and output as vendor/external libraries, open source ones
html page
tmp/ use for temporary actions like converting the note to pdf or another format
In the root folder, you'll find, among others,
.htaccess Apache configuration file
custom.css Your own css definition (see below)
custom.js Your own javascript functions (see below)
index.php entry point
settings.json.dist Application's configuration file (see below)
Christophe Avonture