pdp8@social.pdp8.info

music, pictures and videos: https://pdp8.info <% @activities.each do |activity| file = find_file activity['object']['id'] @object = JSON.load_file file if file and File.exists? file if @object mention = mention @object['attributedTo'] %>

' target='_blank'><%= mention %>  <%= @object['published'] %> <% if activity['type'] == 'Announce' %>  (announced) <% end %>

<%= @object['content']%> <% if @object['attachment'] @object['attachment'].each do |att| case att['mediaType'] when /audio/ %>
<% when /image/ %>
'>' alt='<%= att['name'].gsub("'",''').gsub('"','"') if att['name'] %>'> <% when /video/ %>
<% end %> <% end %> <% end %>

<% end %> <% end %>