Skip to content

Commit

Permalink
Remove some outdated/non-sequitor materials from /sites/workshop
Browse files Browse the repository at this point in the history
This includes removing the /es/ site, which hasn't been maintained
for a long time.
  • Loading branch information
tjgrathwell committed Apr 15, 2013
1 parent 15cd2cf commit 5da0dcd
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,745 deletions.
3 changes: 1 addition & 2 deletions lib/site_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ def initialize(options)

def sites
return @sites if @sites
all_sites = Dir.glob("#{@@sites_dir}/**").map { |filename| File.basename(filename) }.sort
@sites = all_sites - ['es']
@sites = Dir.glob("#{@@sites_dir}/**").map { |filename| File.basename(filename) }.sort
end

def site_link site
Expand Down
Binary file removed sites/es/200px-Mafalda_app.png
Binary file not shown.
Binary file removed sites/es/Asociaciones_rails.png
Binary file not shown.
Binary file removed sites/es/Mvc_es.png
Binary file not shown.
675 changes: 0 additions & 675 deletions sites/es/curriculum.mw

This file was deleted.

33 changes: 0 additions & 33 deletions sites/es/instalacion.mw

This file was deleted.

6 changes: 0 additions & 6 deletions sites/es/notas.mw

This file was deleted.

1 change: 0 additions & 1 deletion sites/es/workshop.mw

This file was deleted.

252 changes: 0 additions & 252 deletions sites/workshop/auth_logic.mw

This file was deleted.

Loading

0 comments on commit 5da0dcd

Please sign in to comment.