Sha256: 938782b22cdaa877e5aec6e6936810d2b1ad3ce472cfa3e1b3fa1f293f93a56f

Contents?: true

Size: 1.07 KB

Versions: 38

Compression:

Stored size: 1.07 KB

Contents

<% @title = _('Library Index') %>
<p>
<%= manual_home_link() %>
&gt; <%= _("All Libraries") %>
</p>
<%
    headline_init
%>
<%= headline(_("Library Index")) %>
<%
    headline_push
    weight = {"Builtin" => "", "" => "\x7f\x7f"}
    entry_table = @entries.group_by{|lib| lib.category }.to_a
    entry_table.sort_by! do |pair|
      category = pair[0]
      pair.last.sort!
      pair[0] = "Other" if category == ""
      weight[category] || category
    end
    first = true
    entry_table.each do |category, libs|
%>
<% if first then first = false else %> / <% end %>
<a href="#<%= category %>"><%= h _(category) %></a>
<%
    end
    entry_table.each do |category, libs|
%>
<span id="<%= category %>"><%= headline(_(category)) %></span>
<table class="entries libraries">
<%
      libs.each do |lib|
        next if lib.is_sublibrary
        label = _('Builtin Library') if lib.id == '_builtin'
%>
<tr>
<td class="signature"><%= library_link(lib.name, label) %></td>
<td class="description"><%= compile_rd(lib.synopsis_source) %></td>
</tr>
<%
      end
%>
</table>
<%
    end
    headline_pop
%>

Version data entries

38 entries across 26 versions & 1 rubygems

Version Path
bitclust-core-1.3.0 data/bitclust/template.epub/library-index
bitclust-core-1.2.6 data/bitclust/template.epub/library-index
bitclust-core-1.2.5 data/bitclust/template.epub/library-index
bitclust-core-1.2.4 data/bitclust/template.epub/library-index
bitclust-core-1.2.3 data/bitclust/template.epub/library-index
bitclust-core-1.2.2 data/bitclust/template.epub/library-index
bitclust-core-1.2.1 data/bitclust/template.epub/library-index
bitclust-core-1.2.0 data/bitclust/template.epub/library-index
bitclust-core-1.1.1 data/bitclust/template.epub/library-index
bitclust-core-1.1.0 data/bitclust/template.epub/library-index
bitclust-core-1.0.0 data/bitclust/template.offline/library-index
bitclust-core-1.0.0 data/bitclust/template.epub/library-index
bitclust-core-0.9.6 data/bitclust/template.offline/library-index
bitclust-core-0.9.6 data/bitclust/template.epub/library-index
bitclust-core-0.9.5 data/bitclust/template.epub/library-index
bitclust-core-0.9.5 data/bitclust/template.offline/library-index
bitclust-core-0.9.4 data/bitclust/template.offline/library-index
bitclust-core-0.9.4 data/bitclust/template.epub/library-index
bitclust-core-0.9.3 data/bitclust/template.offline/library-index
bitclust-core-0.9.3 data/bitclust/template.epub/library-index