Sha256: f6edc1beb62c19fb8defeed9770f43034e5ba894343c8cef1190353558d044f0

Contents?: true

Size: 1.28 KB

Versions: 3

Compression:

Stored size: 1.28 KB

Contents

%h2
  = m.name

%p
  = m.summary

- if m.has_version?
  = list_attribute_content "Version", version_content
= list_attribute "licenses"
= list_attribute "platforms"
= list_attribute "authors"
= list_attribute_content "Home page", link( m.urls.homepage )

= render_description

- if more_urls?
  %h3 Read more
  %ul
    = link_item "api_docs", "API documentation"
    = link_item "tutorial", "Tutorial"
    = link_item "download", "Download sources"
    = link_item "vcs", "Source code repository"
    = link_item "announcement", "Announcement"
    = custom_urls

- if m.packages.source
  %h3 Packages
  %ul
    %li
      = link_to "Source code", m.packages.source

%p{:class => "edit-link"}
  = link_to "[Edit]", editor_url

%br{:clear => "all"}

- if disqus_enabled?
  %hr

  #disqus_thread

  :javascript
    var disqus_shortname = 'inqlude';

    var disqus_identifier = '#{m.name}';
    var disqus_url = 'http://inqlude.org/libraries/#{m.name}.html';

    /* * * DON'T EDIT BELOW THIS LINE * * */
    (function() {
      var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
      dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
    })();

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inqlude-0.7.3 view/library.html.haml
inqlude-0.7.2 view/library.html.haml
inqlude-0.7.1 view/library.html.haml