Merge lp:~marcoceppi/juju-core/doc-rewrites into lp:juju-core/docs

Proposed by Marco Ceppi
Status: Merged
Approved by: Nick Veitch
Approved revision: no longer in the source branch.
Merge reported by: Nick Veitch
Merged at revision: not available
Proposed branch: lp:~marcoceppi/juju-core/doc-rewrites
Merge into: lp:juju-core/docs
Diff against target: 32 lines (+28/-0)
1 file modified
htmldocs/.htaccess (+28/-0)
To merge this branch: bzr merge lp:~marcoceppi/juju-core/doc-rewrites
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+172277@code.launchpad.net

Description of the change

This adds redirect mappings from old docs to current docs

To post a comment you must log in.
12. By Nick Veitch

.htaccess for rewrites merged from marcoceppi

13. By Nick Veitch

added charm anatomy page

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'htmldocs/.htaccess'
2--- htmldocs/.htaccess 1970-01-01 00:00:00 +0000
3+++ htmldocs/.htaccess 2013-07-01 06:35:31 +0000
4@@ -0,0 +1,28 @@
5+Options +FollowSymLinks
6+RewriteEngine On
7+
8+RewriteBase /docs/
9+
10+RewriteRule ^about.html$ getting-started.html#intro [R=301,NE,L]
11+RewriteRule ^getting-started.html/introduction$ getting-started.html#intro [R=301,NE,L]
12+RewriteRule ^getting-started.html/installation$ getting-started.html#install [R=301,NE,L]
13+RewriteRule ^(getting-started\.html/configuring-your-environment-using-ec2|provider-configuration-ec2\.html)$ config-aws.html [R=301,L]
14+RewriteRule ^(getting-started\.html/configuring-a-local-environment|provider-configuration-local\.html)$ http://askubuntu.com/a/65360/41 [R=301,L]
15+RewriteRule ^provider-configuration-openstack.html$ config-openstack.html [R=301,L]
16+RewriteRule ^user-tutorial.html$ getting-started.html#test [R=301,NE,L]
17+RewriteRule ^write-charm.html$ authors-charm-writing.html [R=301,L]
18+RewriteRule ^charm.html$ charms.html [R=301,L]
19+RewriteRule ^service-config.html$ charms-config.html [R=301,L]
20+RewriteRule ^charm-store.html$ authors-charm-store.html [R=301,L]
21+RewriteRule ^charm-quality.html$ authors-charm-quality.html [R=301,L]
22+RewriteRule ^charm-tests.html$ authors-testing.html [R=301,L]
23+RewriteRule ^subordinate-services.html$ authors-subordinate-services.html [R=301,L]
24+RewriteRule ^implicit-relations.html$ authors-implicit-relations.html [R=301,L]
25+RewriteRule ^constraints.html$ charms-constraints.html [R=301,L]
26+RewriteRule ^expose-services.html$ charms-exposing.html [R=301,L]
27+RewriteRule ^subordinate-services.html$ authors-subordinate-services.html [R=301,L]
28+RewriteRule ^hook-debugging.html$ authors-hooks.html [R=301,L]
29+RewriteRule ^operating-systems.html$ getting-started.html#intro [R=301,NE,L]
30+RewriteRule ^policy.html$ authors-charm-policy.html [R=301,L]
31+RewriteRule ^(relation-reference\.html|relation-info\.html|relation-hook-commands\.html)$ charms-relations.html [R=301,L]
32+

Subscribers

People subscribed via source and target branches