Sha256: 3bc5e9d7dbb99fb0afc6a962e0e02750125da4d399dab7c91900ab185b60fe37

Contents?: true

Size: 764 Bytes

Versions: 9

Compression:

Stored size: 764 Bytes

Contents

%h2
  All
  | #{link_to "Stable libraries", "index"}
  | #{link_to "Development versions", "development"}
  | #{link_to "Unreleased", "unreleased"}
  | #{link_to "Commercial", "commercial"}

%p
  These are all #{libraries.count} libraries collected on Inqlude. There also
  is a group view for #{link_to "KDE Frameworks", "groups/kde-frameworks"}.

%table
  - libraries.each do |library|
    %tr
      %td.first
        = link_to_manifest library.name
      %td.last
        = library.latest_manifest.summary
        %span{"class" => "library-short-meta-data"}
          - if !library.latest_manifest.is_released?
            (unreleased,
          - else
            (#{library.latest_manifest.maturity},
          #{library.latest_manifest.licenses.join(", ")})

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
inqlude-0.12.0 view/one-column/all.html.haml
inqlude-0.11.0 view/one-column/all.html.haml
inqlude-0.10.0 view/one-column/all.html.haml
inqlude-0.9.0 view/one-column/all.html.haml
inqlude-0.8.0 view/all.html.haml
inqlude-0.7.4 view/all.html.haml
inqlude-0.7.3 view/all.html.haml
inqlude-0.7.2 view/all.html.haml
inqlude-0.7.1 view/all.html.haml