lp://staging/~carifio/pyjuju/wordsmithing-and-questions
Created by
Mike Carifio
and last modified
- Get this branch:
- bzr branch lp://staging/~carifio/pyjuju/wordsmithing-and-questions
Only
Mike Carifio
can upload to this branch. If you are
Mike Carifio
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Marco Ceppi: Pending requested
-
Diff: 363 lines (+108/-35)7 files modifiedsource/about.rst (+9/-5)
source/faq.rst (+5/-6)
source/getting-started.rst (+84/-22)
source/index.rst (+2/-1)
source/policy.rst (+1/-1)
source/provider-configuration-openstack.rst (+1/-0)
source/user-tutorial.rst (+6/-0)
Rejected
for merging
into
lp://staging/pyjuju
- Clint Byrum (community): Needs Resubmitting
-
Diff: 10581 lines (+10113/-0) (has conflicts)80 files modified.bzrignore (+7/-0)
.lbox (+1/-0)
Makefile (+133/-0)
source/_templates/ubuntu1204/globaltoc.html (+4/-0)
source/_templates/ubuntu1204/layout.html (+111/-0)
source/_templates/ubuntu1204/sourcelink.html (+4/-0)
source/_templates/ubuntu1204/static/jquery.js (+4/-0)
source/_templates/ubuntu1204/static/js/bootstrap.js (+1836/-0)
source/_templates/ubuntu1204/static/lib/bootstrap.min.css (+727/-0)
source/_templates/ubuntu1204/static/lib/font/font-awesome.css (+309/-0)
source/_templates/ubuntu1204/static/lib/font/fontawesome-webfont.svg (+255/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-apollo.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-clj.js (+18/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-css.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-go.js (+1/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-hs.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-lisp.js (+3/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-lua.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-ml.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-n.js (+4/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-proto.js (+1/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-scala.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-sql.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-tex.js (+1/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-vb.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-vhdl.js (+3/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-wiki.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-xq.js (+3/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/lang-yaml.js (+2/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/prettyprint.css (+1/-0)
source/_templates/ubuntu1204/static/lib/prettyprint/prettyprint.js (+28/-0)
source/_templates/ubuntu1204/static/ubuntu1204-core.css (+4/-0)
source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css (+223/-0)
source/_templates/ubuntu1204/static/ubuntu1204.js (+28/-0)
source/_templates/ubuntu1204/theme.conf (+15/-0)
source/about.rst (+44/-0)
source/charm-namespaces.rst (+72/-0)
source/charm-quality.rst (+156/-0)
source/charm-store.rst (+122/-0)
source/charm-tests.rst (+289/-0)
source/charm-upgrades.rst (+117/-0)
source/charm.rst (+413/-0)
source/conf.py (+200/-0)
source/constraints.rst (+243/-0)
source/developer-install.rst (+49/-0)
source/drafts/.htaccess (+4/-0)
source/drafts/expose-services.rst (+20/-0)
source/expose-services.rst (+43/-0)
source/faq.rst (+123/-0)
source/generate_modules.py (+107/-0)
source/getting-started.rst (+283/-0)
source/glossary.rst (+121/-0)
source/hook-debugging.rst (+108/-0)
source/implicit-relations.rst (+61/-0)
source/index.rst (+45/-0)
source/internals/agent-presence.rst (+154/-0)
source/internals/charm-store.rst (+466/-0)
source/internals/expose-services.rst (+143/-0)
source/internals/subordinate-internals.rst (+184/-0)
source/internals/unit-agent-hooks.rst (+307/-0)
source/internals/unit-agent-startup.rst (+156/-0)
source/internals/zookeeper.rst (+215/-0)
source/juju-drafts.rst (+10/-0)
source/juju-internals.rst (+11/-0)
source/juju-status-changes.rst (+51/-0)
source/marketing.html (+45/-0)
source/operating-systems.rst (+104/-0)
source/policy.rst (+194/-0)
source/provider-configuration-ec2.rst (+78/-0)
source/provider-configuration-local.rst (+51/-0)
source/provider-configuration-openstack.rst (+144/-0)
source/relation-hook-commands.rst (+93/-0)
source/relation-info.rst (+53/-0)
source/relation-reference.rst (+67/-0)
source/resolved.rst (+60/-0)
source/service-config.rst (+157/-0)
source/subordinate-services.rst (+185/-0)
source/upgrades.rst (+57/-0)
source/user-tutorial.rst (+306/-0)
source/write-charm.rst (+458/-0)
Branch information
Recent revisions
- 83. By Mike Carifio
-
Italicized magic and ubuntu based on word usage.
Updated beta version from 12.04 to 12.10.
Added clarification to what a charm is for those readers
who got here without much context.Removed what appears to be a spurious formfeed (control-L) in the buffer.
- 82. By Mike Carifio
-
Changed word choice 'situation' to 'case' to retain sentence symmetry.
Identified a run on sentence with a comment, but didn't try to fix it since
I don't know what the author really wants here.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/pyjuju