From 28923156e983bdeb0504b9cc19af0452758c130c Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Fri, 1 Jul 2022 16:18:19 +0200 Subject: [PATCH] Small changes to new features tour --- tours-cernbox/new_features.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tours-cernbox/new_features.json b/tours-cernbox/new_features.json index 1c4a396..6fd8140 100644 --- a/tours-cernbox/new_features.json +++ b/tours-cernbox/new_features.json @@ -12,7 +12,7 @@ }, { "title": "1. Universal URLs", - "text": "

CERNBox, which uses the EOS storage system under the hood, now exposes its full namespace. This means most of our access methods (excluding the mobile clients) have a consistent and more intuitive view.\r\n

https://new.cernbox.cern.ch/files/spaces/personal/home/eos/user/<letter>/<username>

\r\n

Now it's possible to just copy your URL and share it directly with someone else. If that person has permissions, he/she will be able to open it.\r\n

", + "text": "

CERNBox, which uses the EOS storage system under the hood, now exposes its full namespace. This means most of our access methods (excluding the mobile clients, for now) have a consistent and more intuitive view.\r\n

https://new.cernbox.cern.ch/files/spaces/eos/user/<letter>/<username>

\r\n

Now it's possible to just copy your URL and share it directly with someone else. If that person has permissions, he/she will be able to open it.\r\n

", "buttons": ["back", "next"], "learnMoreLink": "https://new-cernbox-guide.docs.cern.ch/access/#universal-urls" }, @@ -24,7 +24,7 @@ }, { "title": "3. Improved App Ecosystem", - "text": "

The new CERNBox has diverse application/file extensions integrations: Microsoft Office 365, Collabora, CodiMD, Draw.io, text editor, PDF viewer, IFC viewer, Jupyter viewer, Root viewer, SWAN, Media viewer.\r\n

", + "text": "

The new CERNBox has diverse application/file extensions integrations: Microsoft Office 365, CodiMD, Draw.io, text editor, PDF viewer, IFC viewer, Jupyter viewer, Root viewer, SWAN, Media viewer.\r\n

", "buttons": ["back", "next"], "learnMoreLink": "https://new-cernbox-guide.docs.cern.ch/apps/" }, @@ -42,7 +42,7 @@ }, { "title": "Coming soon", - "text": "

Other features will be coming in the coming months:

\r\n
  • Integrations with other services (i.e Indico)
  • \r\n
  • Improved search
  • \r\n
  • Auditing and reporting/notifications
  • \r\n
  • Backup restore UI
  • \r\n

    Stay tuned!

    ", + "text": "

    Other features will be coming in the coming months:

    \r\n
  • Integrations with other services (Indico already available)
  • \r\n
  • Improved search
  • \r\n
  • Auditing and reporting/notifications
  • \r\n
  • Backup restore UI
  • \r\n

    Stay tuned!

    ", "buttons": ["back", "next"] } ]