cryptpad/customize.dist
2020-04-17 15:17:24 +02:00
..
fonts Update icons 2019-07-17 12:00:55 +02:00
images work around adblock plus removing our self-hosted twitter icon 2019-04-09 11:50:13 +02:00
pages Add links to the CryptPad survey and to the crowdfunding page 2019-10-03 18:09:20 +02:00
src Merge branch 'staging' into cba 2020-04-17 15:17: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 Add an example in application_config.js (#458) 2019-10-29 14:40:22 +01: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 ckeditor wordcount 2019-11-22 12:20:07 +01:00
ckeditor-contents.css Cursor improvements in pad, code and slide 2018-12-17 11:44:08 +01: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 remove log statements from login process 2020-02-27 12:53:14 -05: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 Add Hindi translation 2020-03-26 11:10:44 +01:00
pages.js update minor version and codename 2020-04-06 11:26:34 -04:00
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.