|
11 | 11 | <link rel="stylesheet" href="<%= basePath %>/assets/style.css">
|
12 | 12 |
|
13 | 13 | <script defer src="<%= basePath %>/assets/armadietto-utilities.js"></script>
|
| 14 | + <script type="application/ld+json" class="schemantra">{ |
| 15 | + "@context": "https://schema.org", |
| 16 | + "@type": "WebApplication", |
| 17 | + "@id": "https://github.com/remotestorage/armadietto/", |
| 18 | + "aggregateRating": {"@type": "AggregateRating", "ratingValue": 5, "bestRating": 5, "worstRating": 1, "reviewCount": 1}, |
| 19 | + "applicationCategory": "productivity", |
| 20 | + "applicationSubCategory": "storage", |
| 21 | + "copyrightYear": "2012", |
| 22 | + "description": "A remoteStorage server written for Node.js. The monolithic (old) variant stores documents in the server's file system and uses passwords for authentication; the modular (new) variant stores documents in S3-compatible storage and uses passkeys.", |
| 23 | + "dateModified": "2024-07-30", |
| 24 | + "dateCreated": "2012-06-03", |
| 25 | + "discussionUrl": "https://community.remotestorage.io/c/server-development/", |
| 26 | + "featureList": "https://remotestorage.io/", |
| 27 | + "thumbnailUrl": "https://raw.githubusercontent.com/remotestorage/armadietto/master/lib/assets/armadietto.svg", |
| 28 | + "inLanguage": "en", |
| 29 | + "isAccessibleForFree": true, |
| 30 | + "isBasedOnUrl": "https://github.com/jcoglan/restore", |
| 31 | + "keywords": "remoteStorage, per-user storage, Backend as a Service, synchronization, passkey", |
| 32 | + "license": "https://opensource.org/license/MIT", |
| 33 | + "name": "Armadietto", |
| 34 | + "offers": {"@type": "Offer", "price": 0, "priceCurrency": "USD"}, |
| 35 | + "producer": {"@type": "Organization", "name": "Armadietto contributors", "keywords": "remoteStorage", "url": "https://github.com/remotestorage/armadietto/graphs/contributors"}, |
| 36 | + "url": "https://<%= host + basePath %>/" |
| 37 | + }</script> |
14 | 38 | </head>
|
15 | 39 | <body>
|
16 | 40 |
|
|
0 commit comments