Commit Graph

86 Commits

Author SHA1 Message Date
John R. Lenton
f1cb1413f1 tweaks to cross-build doc 2015-05-29 03:17:43 +01:00
Jamie Strandboge
d4fe949b34 docs/meta.md: package name actually is not allowed to contain '.' per
snappy/snapp.go:
  // this is to prevent installation of legacy packages such as those that
  // contain the origin/origin in the package name.
  if strings.ContainsRune(m.Name, '.') {
          return nil, ErrPackageNameNotSupported
  }
2015-05-27 17:43:35 -05:00
Jamie Strandboge
9bd3d826df docs/frameworks.md: clarify language around origin 2015-05-26 09:36:59 -05:00
Sergio Schvezov
0c0ef7fcf5 Updating from the bad security.md merge and applying the suggestions from Chipaca to package-names.md 2015-05-20 17:13:46 -03:00
Sergio Schvezov
5641b012a2 merging trunk 2015-05-20 14:48:10 -03:00
Sergio Schvezov
e2f9f82897 Origins instead of namespaces, it's easier for us to change than for the store. 2015-05-20 14:24:29 -03:00
Michael Vogt
d29372d99c add trivial mdlint and ensure we follow it in the docs 2015-05-19 13:46:49 +02:00
Stephen Stewart
fa90326f98 fix typos by stephen-stewart approved by chipaca 2015-05-14 06:23:26 -04:00
Stephen Stewart
5de028d6f4 oops 2015-05-13 21:41:52 +01:00
Stephen Stewart
ee35088daa django markdown is 4 spaces for child list 2015-05-13 21:39:14 +01:00
Stephen Stewart
96daf6deff remove double space 2015-05-13 18:14:43 +01:00
Stephen Stewart
fc697b37e0 fix typos 2015-05-13 17:49:03 +01:00
Jamie Strandboge
bddbf4cf59 docs/frameworks.md: quote vendor 2015-05-12 12:39:14 -05:00
Jamie Strandboge
cec346ab40 merge from trunk 2015-05-12 12:38:25 -05:00
Jamie Strandboge
976e5a43f4 update docs/security.md based on feedback from mterry 2015-05-12 10:32:03 -05:00
Jamie Strandboge
b57c9d444d docs/frameworks.md: discuss bus-name
docs/meta.md:
- whitespace
- reference frameworks.md in bus-name
2015-05-12 09:54:33 -05:00
Jamie Strandboge
44e1ba1f46 docs/security.md: more refinements around the launcher 2015-05-11 15:09:50 -05:00
Jamie Strandboge
c7f38349f8 docs/security.md:
- add debugging section
- add a couple of future work items
- clarify cgroup usage
- mention hw-assign
- talk up combination of technologies
2015-05-11 15:05:22 -05:00
Michael Vogt
54fbcff88c docs/cross-build.md: document our cross-build 2015-05-01 10:35:23 +02:00
Jamie Strandboge
0719bb15f9 docs/security.md:
- minor rephrasings
- update for cgroups
- update for origin
2015-04-23 16:20:00 -05:00
Jamie Strandboge
e33dfac3ea merge from trunk 2015-04-23 10:07:47 -05:00
Jamie Strandboge
fd3954ddc2 docs/security.md:
- minor rephrasings
- update for cgroups
- update for origin
2015-04-23 10:02:16 -05:00
Daniel Holbach
e20be72705 fix wording 2015-04-22 17:15:03 +02:00
Daniel Holbach
ea33a86469 - machanisms -> mechanisms
- immmutable -> immutable
- change <code> markdown (pandoc doesn't know about ```yaml)
- re-flow comments to wrap nicely
2015-04-22 16:24:43 +02:00
Daniel Holbach
97920c8e39 fix small typos, use <code> for configuration keywords 2015-04-22 15:42:03 +02:00