You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5b1a45c510
I've corrected errors, replaced sentences to better translations and other small things. This version can be considered the final one. Please notify me if new translation tokens gets added to the website, so I can keep the translation up to date. |
8 years ago | |
---|---|---|
.. | ||
fonts/lato | 9 years ago | |
share | 8 years ago | |
src | 8 years ago | |
translations | 8 years ago | |
BottomBar.html | 8 years ago | |
DecorateToolbar.js | 8 years ago | |
Header.html | 8 years ago | |
alertify.css | 9 years ago | |
alt-favicon.png | 9 years ago | |
application_config.js | 8 years ago | |
cryptofist_mini.png | 8 years ago | |
cryptofist_small.png | 10 years ago | |
fr.png | 10 years ago | |
heart.png | 10 years ago | |
index.css | 10 years ago | |
index.html | 8 years ago | |
languageSelector.js | 8 years ago | |
logo-xwiki.png | 8 years ago | |
logo-xwiki2.png | 10 years ago | |
main-favicon.png | 9 years ago | |
main.css | 8 years ago | |
main.js | 8 years ago | |
messages.js | 8 years ago | |
openpaas.png | 9 years ago | |
openpaasng.png | 9 years ago | |
pad.js | 9 years ago | |
privacy.html | 8 years ago | |
readme.md | 10 years ago | |
sheet.js | 9 years ago | |
store.js | 8 years ago | |
terms.html | 8 years ago | |
toolbar.css | 8 years ago | |
user.js | 8 years ago |
readme.md
Customizing CryptPad
In order allow the content of the main page to be changed and to allow site-specific changes to the pad and sheet while still keeping the git repository pristine, this directory exists to allow a set of hooks to be run.
The server is configured to check for a directory called /customize/
and if that is not
found, to fallback on /customize.dist/
. In order 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.
- pad.js will be run whenever the (CKEditor) pad is loaded.
- sheet.js will be run whenever the (JQuery.sheet) spreadsheet is loaded.
- index.html is the main page.
All other content which is placed in this directory will be referencable at the /customize/
URL location.