diff --git a/customize.dist/images/apps-preview.png b/customize.dist/images/apps-preview.png deleted file mode 100644 index 1ef33fede..000000000 Binary files a/customize.dist/images/apps-preview.png and /dev/null differ diff --git a/customize.dist/images/collaboration.png b/customize.dist/images/collaboration.png deleted file mode 100644 index decbb9b58..000000000 Binary files a/customize.dist/images/collaboration.png and /dev/null differ diff --git a/customize.dist/images/drive-grid.png b/customize.dist/images/drive-grid.png deleted file mode 100644 index b9b55157e..000000000 Binary files a/customize.dist/images/drive-grid.png and /dev/null differ diff --git a/customize.dist/images/logo_XWiki.svg b/customize.dist/images/logo_XWiki.svg deleted file mode 100644 index 270d03e63..000000000 --- a/customize.dist/images/logo_XWiki.svg +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - image/svg+xml - - Logo_XWiki - - - - - - - - Logo_XWiki - - - - - - - - - - diff --git a/customize.dist/images/logo_bpifrance.svg b/customize.dist/images/logo_bpifrance.svg deleted file mode 100644 index 4ea9e36a8..000000000 --- a/customize.dist/images/logo_bpifrance.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - logo-footer - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/customize.dist/images/logo_moss.jpg b/customize.dist/images/logo_moss.jpg deleted file mode 100644 index 06c3a06dd..000000000 Binary files a/customize.dist/images/logo_moss.jpg and /dev/null differ diff --git a/customize.dist/images/logo_ngi.png b/customize.dist/images/logo_ngi.png deleted file mode 100644 index 15c6f24fa..000000000 Binary files a/customize.dist/images/logo_ngi.png and /dev/null differ diff --git a/customize.dist/images/logo_ngi_dapsi.png b/customize.dist/images/logo_ngi_dapsi.png deleted file mode 100644 index efd52c482..000000000 Binary files a/customize.dist/images/logo_ngi_dapsi.png and /dev/null differ diff --git a/customize.dist/images/logo_ngi_trust.png b/customize.dist/images/logo_ngi_trust.png deleted file mode 100644 index 79db383d0..000000000 Binary files a/customize.dist/images/logo_ngi_trust.png and /dev/null differ diff --git a/customize.dist/images/logo_nlnet.svg b/customize.dist/images/logo_nlnet.svg deleted file mode 100644 index 1d1be5ecf..000000000 --- a/customize.dist/images/logo_nlnet.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/customize.dist/maintenance.html b/customize.dist/maintenance.html deleted file mode 100644 index 0f224d69b..000000000 --- a/customize.dist/maintenance.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - CryptPad: Collaboration suite, encrypted and open-source - - - - - - - -

Maintenance

-

We are currently upgrading CryptPad. We will be back shortly!

- diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 35b28a6f7..7b2449a72 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -112,10 +112,13 @@ define([ var customURLs = Pages.customURLs = {}; (function () { + // XXX DB: review this: + // almost all pages are commented out + // would the imprint page get generated if it was present? var defaultURLs = { //imprint: '/imprint.html', //privacy: '/privacy.html', - terms: '/terms.html', + // terms: '/terms.html', //roadmap: '/roadmap.html', source: 'https://github.com/xwiki-labs/cryptpad', }; diff --git a/lib/defaults.js b/lib/defaults.js index f9e351c47..ee7efc8f5 100644 --- a/lib/defaults.js +++ b/lib/defaults.js @@ -54,13 +54,12 @@ Default.httpHeaders = function (Env) { "Permissions-policy":"interest-cohort=()" }; }; + +// XXX check links to terms.html Default.mainPages = function () { return [ 'index', - 'privacy', - 'terms', 'contact', - 'what-is-cryptpad', 'features', 'maintenance' ];