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.
1f24d7126c
This changeset applies new styles to the poll. it also uses the new asynchronous wrappers around the localStorage api. this is necessary because we're migrating to a storage system that will use an async api. The changes to the poll just happened to coincide with the async stuff. My apologies to anyone who wants to read this whole thing |
9 years ago | |
---|---|---|
.. | ||
fonts/lato | 9 years ago | |
src | 9 years ago | |
translations | 9 years ago | |
BottomBar.html | 9 years ago | |
DecorateToolbar.js | 9 years ago | |
alertify.css | 9 years ago | |
alt-favicon.png | 9 years ago | |
cryptofist_small.png | 10 years ago | |
email.js | 9 years ago | |
fr.png | 10 years ago | |
heart.png | 10 years ago | |
index.css | 10 years ago | |
index.html | 9 years ago | |
logo-xwiki2.png | 10 years ago | |
main-favicon.png | 9 years ago | |
main.css | 9 years ago | |
main.js | 9 years ago | |
messages.js | 9 years ago | |
openpaas.png | 9 years ago | |
openpaasng.png | 9 years ago | |
pad.js | 9 years ago | |
readme.md | 10 years ago | |
sheet.js | 9 years ago | |
store.js | 9 years ago | |
toolbar.css | 9 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.