devdocs/lib/docs/core
Thibaut 018628ea7d Add two-pass redirection rewriter
... to avoid having to maintain huge lists of redirects. This works by doing a first pass to detect which internal URL is redirected where, before doing a second (normal) pass that rewrites all these URLs (links) with their final destination. There's a bit of monkey-patching I'm not proud of, but this works(tm).
2015-04-05 17:46:07 -04:00
..
models Going open source 2013-10-24 20:49:33 +02:00
scrapers Add two-pass redirection rewriter 2015-04-05 17:46:07 -04:00
autoload_helper.rb Going open source 2013-10-24 20:49:33 +02:00
doc.rb Move doc links to manifest 2015-03-22 16:00:42 -04:00
entry_index.rb Add EntryIndex#blank? 2014-12-31 12:10:59 -05:00
filter.rb Change home_url to a list of links 2015-03-14 16:51:55 -04:00
filter_stack.rb Going open source 2013-10-24 20:49:33 +02:00
instrumentable.rb Going open source 2013-10-24 20:49:33 +02:00
manifest.rb Add db_size attribute in doc manifest 2015-01-02 15:29:13 -05:00
page_db.rb Output a JSON file containing all the pages' content 2014-12-31 13:54:29 -05:00
parser.rb Remove deprecated Kernel#quietly calls 2014-12-28 13:27:04 -05:00
request.rb Auto-require gems in the "docs" bundle 2014-01-26 15:34:49 -05:00
requester.rb Auto-require gems in the "docs" bundle 2014-01-26 15:34:49 -05:00
response.rb Going open source 2013-10-24 20:49:33 +02:00
scraper.rb Add two-pass redirection rewriter 2015-04-05 17:46:07 -04:00
subscriber.rb Use String#remove 2014-04-19 12:11:24 -04:00
url.rb Make Docs::URL#relative_path_to work with unqualified URLs 2013-11-16 12:02:31 +01:00