cryptpad/customize.dist
yflory 0929aa3fd5 Fix undefined email in the contact page 2019-04-11 10:33:25 +02:00
..
fonts Fix new icons cache 2018-11-20 15:11:19 +01:00
images work around adblock plus removing our self-hosted twitter icon 2019-04-09 11:50:13 +02:00
pages Fix undefined email in the contact page 2019-04-11 10:33:25 +02:00
src Add mastodon and display admin email in the contact page 2019-04-01 14:39:32 +02:00
translations Merge branch 'soon' into staging 2019-03-19 13:39:28 +01:00
404.html fancy 404 page 2017-11-30 19:17:59 +01: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
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 more configurable options and add a new way to use custom config 2018-01-22 16:56:37 +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 Add support for Mathjax in CkEditor 2019-04-02 14:19:41 +02: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
credential.js Fix registration with Internet Explorer 2019-03-08 17:07:37 +01: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
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 Use the settings spinner in the loading screen 2018-07-25 15:00:02 +02:00
login.js Fix registration with Internet Explorer 2019-03-08 17:07:37 +01: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
messages.js Add support for the Russian language 2019-03-13 15:48:36 +01:00
pages.js bump version to 2.20.0 2019-04-08 18:41:50 +02: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

readme.md

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.