add public roadmap to footer
parent
df35c21a1a
commit
7d9a009319
|
@ -95,11 +95,14 @@ define([
|
|||
|
||||
Pages.versionString = "v4.4.0";
|
||||
|
||||
|
||||
// used for the about menu
|
||||
Pages.imprintLink = AppConfig.imprint ? footLink(imprintUrl, 'imprint') : undefined;
|
||||
Pages.privacyLink = footLink(AppConfig.privacy, 'privacy');
|
||||
Pages.githubLink = footLink('https://github.com/xwiki-labs/cryptpad', null, 'GitHub');
|
||||
Pages.docsLink = footLink('https://docs.cryptpad.fr', 'docs_link');
|
||||
Msg.home_roadmap = "Roadmap"; // XXX
|
||||
Pages.roadmapLink = footLink(AppConfig.roadmap, 'home_roadmap');
|
||||
|
||||
Pages.infopageFooter = function () {
|
||||
var terms = footLink('/terms.html', 'footer_tos'); // FIXME this should be configurable like the other legal pages
|
||||
|
@ -139,6 +142,7 @@ define([
|
|||
footLink('/contact.html', 'contact'),
|
||||
footLink('https://github.com/xwiki-labs/cryptpad/wiki/Contributors', 'footer_team'),
|
||||
footLink('http://www.xwiki.com', null, 'XWiki SAS'),
|
||||
Pages.roadmapLink,
|
||||
]),
|
||||
legalFooter,
|
||||
])
|
||||
|
|
|
@ -45,6 +45,11 @@ define(function() {
|
|||
*/
|
||||
// config.privacy = 'https://xwiki.com/en/company/PrivacyPolicy';
|
||||
|
||||
/* XXX
|
||||
*
|
||||
*/
|
||||
//config.roadmap = 'https://cryptpad.fr/kanban/#/2/kanban/view/PLM0C3tFWvYhd+EPzXrbT+NxB76Z5DtZhAA5W5hG9wo/'; // XXX
|
||||
|
||||
/* Cryptpad apps use a common API to display notifications to users
|
||||
* by default, notifications are hidden after 5 seconds
|
||||
* You can change their duration here (measured in milliseconds)
|
||||
|
|
Loading…
Reference in New Issue