Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextcloud catalog #4

Open
pierreozoux opened this issue Mar 11, 2018 · 1 comment
Open

Nextcloud catalog #4

pierreozoux opened this issue Mar 11, 2018 · 1 comment

Comments

@pierreozoux
Copy link
Member

nextcloud/website#6

@unteem
Copy link

unteem commented Mar 11, 2018

Using schema.org, it could look like this:


{
  "@context": "http://schema.org/",
  "@type": "SoftwareApplication",
  "name": "Nextcloud",
  "description": "Nextcloud puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on a server at home, at one of our providers or in a data center you know.",
  "url": "https://nextcloud.com",
  "image": "",
  "applicationCategory": "file sync and share",
  "applicationSuite": "",
  "availableOnDevice": "",
  "downloadUrl": "https://nextcloud.com/install/",
  "installUrl": "https://nextcloud.com/install/",
  "fileSize": "",
  "featureList": [
    { "@type": "url",
      "@id": "https://nextcloud.com/files/",
      "name": ""
    },
    { "@type": "url",
      "@id": "https://nextcloud.com/talk/",
      "name": ""
    },
    { "@type": "url",
      "@id": "https://nextcloud.com/groupware/",
      "name": ""
    },
    { "@type": "url",
      "@id": "https://nextcloud.com/athome/",
      "name": ""
    }
    ],
  "memoryRequirements": "128MB",
  "operatingSystem": "",
  "permissions": "",
  "processorRequirements": "",
  "softwareRequirements": "",
  "releaseNotes": {
    "@type": "url",
    "@id": "https://docs.nextcloud.com/server/13/admin_manual/release_notes.html",
    "name": "Release"
  },
  "screenshot": "",
  "softwareAddOn": "",
  "softwareHelp": [
    {
    "@type": "CreativeWork",
    "@id": "https://docs.nextcloud.com/server/13/user_manual/",
    "url": "https://docs.nextcloud.com/server/13/user_manual/",
    "description": "User Manual"
  },
  {
    "@type": "CreativeWork",
    "@id": "https://docs.nextcloud.com/server/13/developer_manual/",
    "url": "https://docs.nextcloud.com/server/13/developer_manual/",
    "description": "User Manual"
  },
  {
    "@type": "CreativeWork",
    "@id": "https://docs.nextcloud.com/server/13/admin_manual/",
    "url": "https://docs.nextcloud.com/server/13/admin_manual/",
    "description": "User Manual"
  }
],
  "softwareVersion": "13",
  "supportingData": "",
  "discussionUrl": ["https://help.nextcloud.com/categories", "https://webchat.freenode.net/?channels=nextcloud"],
  "creator": {
  "@type": "Organization",
  "name": "Nextcloud"
},
  "contributor" : [
    { "@type" : "Person",
      "name": ""
    },
    { "@type" : "Person",
      "name": ""
      } ],
  "copyrightHolder": "",
  "copyrightYear": "",
  "dateCreated": "",
  "dataModified": "",
  "datePublished": "",
  "workExample": {
    "@type": "SoftwareApplication",
    "url": "https://demo.nextcloud.com/",
    "name": "Demo Instance"
  },
  "funder": "",
  "sponsor": "",
  "inLanguage": "",
  "hasPart": "",
  "isFamilyFriend": "",
  "keywords": ["sharing", "file sync", "calendar", "security"],
  "isAccessibleForFree": "true",
  "licence": "GNU AFFERO GENERAL PUBLIC LICENSE",
  "publisher": "",
  "publishingPrinciples": "https://docs.nextcloud.com/server/13/developer_manual/general/index.html",
  "material": "",
  "offers": "",
  "producer": "",
  "provider": [
    { "@type": "Organization",
      "@id": "https://indie.host/#Organization"
    },
    { "@type": "Organization",
      "@id": "https://indie.host/#Organization"
    }
  ],
  "thumbnailUrl": ""
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants