aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/kindle/toc.ncx.erb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-03-17 08:32:49 -0700
committerXavier Noria <fxn@hashref.com>2012-03-17 08:32:49 -0700
commit6d87cd028b32570973450424db164e5405a0ee13 (patch)
tree38008699f54532c6ba446ec806ccc33ad26b10fd /railties/guides/source/kindle/toc.ncx.erb
parent9d06b49913dd2a2254d87c7af1af9f1e4d7f64ec (diff)
downloadrails-6d87cd028b32570973450424db164e5405a0ee13.tar.gz
rails-6d87cd028b32570973450424db164e5405a0ee13.tar.bz2
rails-6d87cd028b32570973450424db164e5405a0ee13.zip
moves the guides up to the root directory
Diffstat (limited to 'railties/guides/source/kindle/toc.ncx.erb')
-rw-r--r--railties/guides/source/kindle/toc.ncx.erb64
1 files changed, 0 insertions, 64 deletions
diff --git a/railties/guides/source/kindle/toc.ncx.erb b/railties/guides/source/kindle/toc.ncx.erb
deleted file mode 100644
index 2c6d8e3bdf..0000000000
--- a/railties/guides/source/kindle/toc.ncx.erb
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN"
- "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
-
-<ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="en-US">
-<head>
- <meta name="dtb:uid" content="RailsGuides"/>
- <meta name="dtb:depth" content="2"/>
- <meta name="dtb:totalPageCount" content="0"/>
- <meta name="dtb:maxPageNumber" content="0"/>
-</head>
-<docTitle><text>Ruby on Rails Guides</text></docTitle>
-<docAuthor><text>docrails</text></docAuthor>
-<navMap>
- <navPoint playOrder="0" class="periodical" id="periodical">
- <navLabel>
- <text>Table of Contents</text>
- </navLabel>
- <content src="toc.html"/>
-
- <navPoint class="section" id="welcome" playOrder="1">
- <navLabel>
- <text>Introduction</text>
- </navLabel>
- <content src="welcome.html"/>
-
- <navPoint class="article" id="welcome" playOrder="2">
- <navLabel>
- <text>Welcome</text>
- </navLabel>
- <content src="welcome.html"/>
- </navPoint>
- <navPoint class="article" id="credits" playOrder="3">
- <navLabel><text>Credits</text></navLabel>
- <content src="credits.html">
- </navPoint>
- <navPoint class="article" id="copyright" playOrder="4">
- <navLabel><text>Copyright &amp; License</text></navLabel>
- <content src="copyright.html">
- </navPoint>
- </navPoint>
-
- <% play_order = 4 %>
- <% documents_by_section.each_with_index do |section, section_no| %>
- <navPoint class="section" id="chapter_<%= section_no + 1 %>" playOrder="<% play_order +=1 %>">
- <navLabel>
- <text><%= section['name'] %></text>
- </navLabel>
- <content src="<%=section['documents'].first['url'] %>"/>
-
- <% section['documents'].each_with_index do |document, document_no| %>
- <navPoint class="article" id="_<%=section_no+1%>.<%=document_no+1%>" playOrder="<%=play_order +=1 %>">
- <navLabel>
- <text><%= document['name'] %></text>
- </navLabel>
- <content src="<%=document['url'] %>"/>
- </navPoint>
- <% end %>
- </navPoint>
- <% end %>
-
- </navPoint>
-</navMap>
-</ncx>