cryptpad/customize.dist
2021-02-09 15:48:04 +00:00
..
favicon Update teams favicon 2021-01-06 11:00:40 +00:00
fonts Remove Neuropolitical font 2020-10-23 14:44:50 +01:00
images Optimise collaboration image 2021-01-21 09:59:48 +00:00
old_logos Clean up old logos 2020-10-28 11:16:51 +00:00
pages Dark theme for static pages 2021-02-03 17:06:11 +00:00
src Fix premium ticket styles 2021-02-09 15:48:04 +00:00
translations Add Hindi translation 2020-03-26 11:10:44 +01:00
404.html Use new favicon in static pages 2020-11-10 16:19:58 +00:00
application_config.js remove hardcoded supportLanguage config value 2020-06-09 13:42:41 -04:00
ckeditor-config.js Comments prototype 2020-04-20 15:22:45 +02:00
ckeditor-contents.css Fix CkEditor scrollbar 2021-02-05 11:46:51 +01:00
contact.html Use new favicon in static pages 2020-11-10 16:19:58 +00:00
CryptPad_logo.svg Index page logo and app grid 2020-10-22 16:17:15 +01:00
CryptPad_logo_grey.svg Optimise grey logo 2021-01-21 10:19:06 +00:00
delta-words.js make things actually work 2018-02-01 11:43:29 +01:00
down.html lint compliance 2020-12-29 17:08:48 +05:30
features.html Use new favicon in static pages 2020-11-10 16:19:58 +00:00
four-oh-four.js 404 Page 2020-10-28 11:16:59 +00:00
index.html Use new favicon in static pages 2020-11-10 16:19:58 +00:00
loading.js LESS loading screen 2021-01-26 12:15:28 +01:00
login.js Stop using sessionStorage for login redirect and new pad options 2020-11-03 16:48:31 +05:30
main-favicon.png Use new logo for favicon 2020-11-06 16:20:25 +00:00
main.js lint compliance 2018-11-05 17:33:04 +01:00
maintenance.html Use new favicon in static pages 2020-11-10 16:19:58 +00:00
messages.js Fix UI language 2020-11-04 11:22:31 +01:00
pages.js Consistency with cryptpad.fr customize 2021-01-21 14:35:16 +01:00
privacy.html Use new favicon in static pages 2020-11-10 16:19:58 +00:00
readme.md rewrite customize/readme.md 2016-12-28 15:33:59 +01:00
template.js remove dead code 2021-02-08 18:40:31 +05:30
terms.html Use new favicon in static pages 2020-11-10 16:19:58 +00:00
what-is-cryptpad.html Use new favicon in static pages 2020-11-10 16:19:58 +00:00

Customizing CryptPad

In order allow a variety of features to be changed and to allow site-specific changes to CryptPad apps while still keeping the git repository pristine, this directory exists to allow a set of hooks to be run.

The server is configured to load files from the /customize/ path preferentially from cryptpad/customize/, and to fall back to cryptpad/customize.dist/ if they are not found

If you wish to customize cryptpad, please copy /customize.dist/ to /customize and then edit it there, this way you will still be able to pull from (and make pull requests to (!) the git repository.

Files you may be interested in

  • index.html is the main page
  • main.js contains javascript for the home page
  • application_config.js allows you to modify settings used by the various applications
  • messages.js contains functions for applying translations to various pages
    • look inside /translations/ for the rest of the files which contain translated strings
  • /share/ implements an iframe RPC which allows multiple domains to access the same localStorage
  • /src/ contains source files for html and css (in the form of html templates and .less stylesheets)

All other content which is placed in this directory will be referencable at the /customize/ URL location.