Giter Site home page Giter Site logo

Comments (5)

buhtz avatar buhtz commented on June 30, 2024

I see the problem. Markdown do not work. Got it.
Before that I used real HTML but even this didn't work.

</p>
  <ul>
      <li>First item</li>
      <li>Second item</li>
  </ul>
</p>

Other then the error of appstreamcli indicates the "ul" is not the problem but having the "ul" inside a "p" is the problem. No matter that this is W3C-valid HTML. Gnome-software and appstreamcli are not able to handle that well.

This works

  <ul>
      <li>First item</li>
      <li>Second item</li>
  </ul>

from appstream.

ximion avatar ximion commented on June 30, 2024

See https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description
There is also an example at https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#qsr-app-example with some further information.

from appstream.

ximion avatar ximion commented on June 30, 2024

No matter that this is W3C-valid HTML.

AppStream Metadata is neither HTML nor Markdown - the docs even specifically call this out to not expect HTML.

from appstream.

buhtz avatar buhtz commented on June 30, 2024

Yes, do not expect HTML. That is why I tried Markdown which even doesn't work.
The doc do not "call" what the user should expect. The section should get rewritten to with this in mind.
But you closed it and it seems you do not treat this as a bug.

It was not a support question but a bug report about the documentation.

from appstream.

ximion avatar ximion commented on June 30, 2024

The documentation is clear - it is a specification though, so it also has to be concise. It is designed for implementers of the spec and as reference.
Apparently you expect a bit more examples, which is what documents like https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html are for, as well as the various pages software stores have made. Maybe you will like those more.

from appstream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.