cryptpad/customize.dist
2020-09-28 18:53:24 +02:00
..
fonts update cptools 2020-07-02 15:30:53 +01:00
images work around adblock plus removing our self-hosted twitter icon 2019-04-09 11:50:13 +02:00
pages List premium features only with subscriptions 2020-04-26 16:02:57 +02:00
src Better cursor and snapshot markers 2020-09-28 18:53:24 +02:00
translations Add Hindi translation 2020-03-26 11:10:44 +01:00
404.html fancy 404 page 2017-11-30 19:17:59 +01:00
about.html Update requirejs 2017-08-21 18:08:37 +02:00
alt-favicon.png Compressed images: PNG recompressed pixel identical, JPGs recompressed visually identically. Saving about 9.8%≈580kB overall, to speed up initial and repeating client connections. 2017-10-14 00:31:31 +02:00
application_config.js remove hardcoded supportLanguage config value 2020-06-09 13:42:41 -04:00
bg14.jpg Styled the general menu, footer, updated about 2017-08-04 17:58:29 +03:00
bkabout.jpg Compressed images: PNG recompressed pixel identical, JPGs recompressed visually identically. Saving about 9.8%≈580kB overall, to speed up initial and repeating client connections. 2017-10-14 00:31:31 +02:00
bkregister.jpg Compressed images: PNG recompressed pixel identical, JPGs recompressed visually identically. Saving about 9.8%≈580kB overall, to speed up initial and repeating client connections. 2017-10-14 00:31:31 +02:00
bkwhat.jpg Compressed images: PNG recompressed pixel identical, JPGs recompressed visually identically. Saving about 9.8%≈580kB overall, to speed up initial and repeating client connections. 2017-10-14 00:31:31 +02:00
ckeditor-config.js Comments prototype 2020-04-20 15:22:45 +02:00
ckeditor-contents.css CkEditor export 2020-09-14 15:32:06 +02:00
code.svg Updated the about page with the new design 2017-08-14 16:40:09 +03:00
contact.html Update requirejs 2017-08-21 18:08:37 +02:00
cryptofist_mini.png Optimize image assets to speedup page loading 2017-06-25 20:14:23 +02:00
cryptofist_small.png Optimize image assets to speedup page loading 2017-06-25 20:14:23 +02:00
cryptpad-new-logo-colors-logoonly.png Compressed images: PNG recompressed pixel identical, JPGs recompressed visually identically. Saving about 9.8%≈580kB overall, to speed up initial and repeating client connections. 2017-10-14 00:31:31 +02:00
CryptPad-white-logo.svg fix styles overlapping 2017-08-04 17:44:02 +02:00
CryptPad_logo_color.svg fix styles overlapping 2017-08-04 17:44:02 +02:00
CryptPadlogo_op5.svg Design for the pages Features, FAQ and Privacy 2018-05-02 17:41:04 +03:00
delta-words.js make things actually work 2018-02-01 11:43:29 +01:00
faq.html FAQ pages 2018-02-19 12:11:45 +01:00
features.html Add a features comparison page 2018-01-23 19:03:31 +01:00
four-oh-four.js Fix 404 page inside iframe 2018-01-23 15:53:00 +01:00
index.html Add a features comparison page 2018-01-23 19:03:31 +01:00
loading-logo.png Fix loading screen in login and register 2018-04-19 14:21:26 +02:00
loading.js Fix freeze effect after typing a wrong password in login/register 2020-02-11 14:03:06 +01:00
login.js Store language settings in the user object 2020-06-02 10:42:58 +02:00
main-favicon.png Compressed images: PNG recompressed pixel identical, JPGs recompressed visually identically. Saving about 9.8%≈580kB overall, to speed up initial and repeating client connections. 2017-10-14 00:31:31 +02:00
main.js lint compliance 2018-11-05 17:33:04 +01:00
maintenance.html Add a maintenance page 2019-04-09 16:29:52 +02:00
messages.js Finnish language renamed in a correct way 2020-09-16 13:08:23 -05:00
pages.js update version to 3.22.0 (WoollyMammoth) 2020-09-11 18:38:23 +05:30
privacy.html Update requirejs 2017-08-21 18:08:37 +02:00
readme.md rewrite customize/readme.md 2016-12-28 15:33:59 +01:00
source-branch.svg Updated the about page with the new design 2017-08-14 16:40:09 +03:00
template.js Use new application icons 2018-11-05 12:02:27 +01:00
terms.html Update requirejs 2017-08-21 18:08:37 +02:00
testimonial.svg updated the register page 2017-08-15 23:47:36 +03:00
what-is-cryptpad.html Update requirejs 2017-08-21 18:08:37 +02: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.