Skip to content

Commit

Permalink
Removed <p> tags as already included in showLogos
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Jun 9, 2016
1 parent fe7027f commit edc766a
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 5 deletions.
8 changes: 3 additions & 5 deletions js/w3c/templates/cgbg-headers.html
Expand Up @@ -2,11 +2,9 @@
<p>
<a class='logo' href='http://www.w3.org/'><img width='72' height='48' src='https://www.w3.org/StyleSheets/TR/2016/logos/W3C' alt='W3C'></a>
</p>
<p>
{{#if logos}}
{{showLogos logos}}
{{/if}}
</p>
{{#if logos}}
{{showLogos logos}}
{{/if}}
<h1 class='title p-name' id='title'{{#if doRDFa}} property='dc:title'{{/if}}>{{title}}</h1>
{{#if subtitle}}
<h2 {{#if doRDFa}}property='bibo:subtitle' {{/if}}id='subtitle'>{{subtitle}}</h2>
Expand Down
134 changes: 134 additions & 0 deletions npm-debug.log
@@ -0,0 +1,134 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ]
2 info using npm@3.8.8
3 info using node@v6.0.0
4 verbose publish [ '.' ]
5 silly cache add args [ '.', null ]
6 verbose cache add spec .
7 silly cache add parsed spec Result {
7 silly cache add raw: '.',
7 silly cache add scope: null,
7 silly cache add name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: '/Users/nick/repos/openactive/respec',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory /Users/nick/.npm/respec/3.2.125/package.tgz not in flight; packing
9 verbose correctMkdir /Users/nick/.npm correctMkdir not in flight; initializing
10 info lifecycle respec@3.2.125~prepublish: respec@3.2.125
11 silly lifecycle respec@3.2.125~prepublish: no script for prepublish, continuing
12 verbose tar pack [ '/Users/nick/.npm/respec/3.2.125/package.tgz',
12 verbose tar pack '/Users/nick/repos/openactive/respec' ]
13 verbose tarball /Users/nick/.npm/respec/3.2.125/package.tgz
14 verbose folder /Users/nick/repos/openactive/respec
15 verbose addLocalTarball adding from inside cache /Users/nick/.npm/respec/3.2.125/package.tgz
16 verbose correctMkdir /Users/nick/.npm correctMkdir not in flight; initializing
17 silly cache afterAdd respec@3.2.125
18 verbose afterAdd /Users/nick/.npm/respec/3.2.125/package/package.json not in flight; writing
19 verbose correctMkdir /Users/nick/.npm correctMkdir not in flight; initializing
20 verbose afterAdd /Users/nick/.npm/respec/3.2.125/package/package.json written
21 silly publish { name: 'respec',
21 silly publish version: '3.2.125',
21 silly publish license: 'W3C',
21 silly publish description: 'Specification Edition Support Tool.',
21 silly publish engines: { node: '>=5' },
21 silly publish bin: { respec2html: './tools/respec2html.js' },
21 silly publish repository: { type: 'git', url: 'git://github.com/w3c/respec.git' },
21 silly publish author: { name: 'Robin Berjon' },
21 silly publish devDependencies:
21 silly publish { async: '^2.0.0-rc.3',
21 silly publish chai: '^3.5.0',
21 silly publish colors: '^1.1.2',
21 silly publish 'command-line-args': '^2.1.6',
21 silly publish epipebomb: '^0.1.1',
21 silly publish express: '^4.13.4',
21 silly publish 'fs-extra': '^0.30.0',
21 silly publish 'fs-promise': '^0.5.0',
21 silly publish handlebars: '^4.0.5',
21 silly publish 'jasmine-core': '^2.4.1',
21 silly publish 'jasmine-reporters': '^2.1.1',
21 silly publish jquery: '^2.2.3',
21 silly publish jscs: '^3.0.3',
21 silly publish jshint: '^2.9.2',
21 silly publish karma: '^0.13.22',
21 silly publish 'karma-chrome-launcher': '^1.0.1',
21 silly publish 'karma-detect-browsers': '^2.1.0',
21 silly publish 'karma-firefox-launcher': '^1.0.0',
21 silly publish 'karma-ie-launcher': '^1.0.0',
21 silly publish 'karma-jasmine': '^1.0.2',
21 silly publish 'karma-mocha': '^1.0.1',
21 silly publish 'karma-mocha-reporter': '^2.0.2',
21 silly publish 'karma-opera-launcher': '^1.0.0',
21 silly publish 'karma-requirejs': '^1.0.0',
21 silly publish 'karma-safari-launcher': '^1.0.0',
21 silly publish 'karma-safaritechpreview-launcher': '0.0.4',
21 silly publish 'karma-verbose-summary-reporter': '0.0.1',
21 silly publish 'marcosc-async': '^1.1.3',
21 silly publish mocha: '^2.4.5',
21 silly publish moment: '^2.13.0',
21 silly publish 'mozilla-download': '^1.1.1',
21 silly publish nightmare: '^2.3.3',
21 silly publish 'promise-polyfill': '^5.0.0',
21 silly publish prompt: '^1.0.0',
21 silly publish requirejs: '^2.2.0',
21 silly publish webidl2: '^2.0.11',
21 silly publish 'whatwg-fetch': '^1.0.0' },
21 silly publish scripts:
21 silly publish { karma: 'karma start --single-run',
21 silly publish 'test:karma': 'npm run karma',
21 silly publish 'test:headless': 'node ./tests/headless.js',
21 silly publish 'test:build': 'mocha ./tests/test-build.js',
21 silly publish test: 'npm run test:headless; npm run test:karma',
21 silly publish jshint: 'jshint karma.conf.js tests tools',
21 silly publish jscs: 'jscs --esnext tests tools',
21 silly publish 'jscs:fix': 'jscs --esnext --fix tests',
21 silly publish pretest: 'npm run jshint && npm run jscs',
21 silly publish 'test:travis': 'npm run pretest; npm run test:build; karma start --single-run --reporters progress karma.conf.js; npm run test:headless' },
21 silly publish dependencies:
21 silly publish { colors: '^1.1.2',
21 silly publish 'command-line-args': '^2.1.6',
21 silly publish 'command-line-usage': '^2.0.4',
21 silly publish 'fs-promise': '^0.5.0',
21 silly publish 'marcosc-async': '^1.1.3',
21 silly publish nightmare: '^2.3.3' },
21 silly publish readme: '# ReSpec\n\n[![Build Status](https://travis-ci.org/w3c/respec.svg?branch=develop)](https://travis-ci.org/w3c/respec)\n\nReSpec is a JS library that makes it easier to write technical specifications, or documents\nthat tend to be technical in nature in general. It was originally designed for the purpose\nof writing W3C specifications, but has since grown to be able to support other outputs as\nwell.\n\n## Getting started\n\nIf you are just interested in writing a spec, you can grab the [starter spec](examples/starter.html).\n\n**You don\'t need to check-out or fork this repository.**\n\nIf you are new to spec writing, we strongly encourage you to read:\n\n * [API Design Principles](https://w3ctag.github.io/design-principles/)\n * [Writing Promise-Using Specifications](http://www.w3.org/2001/tag/doc/promises-guide)\n * [Privacy and Security Self-Review Questionnaire](https://w3ctag.github.io/security-questionnaire/)\n\n## Getting help\n\nIf you experience issues, please email [spec-prod@w3.org](mailto:spec-prod@w3.org) or\nif you think something is broken, [file a bug](https://github.com/w3c/respec/issues).\n\n**Please note:** ReSpec is not endorsed by W3C and nobody should expect the W3C Webmaster to provide advice on\nproblems encountered with ReSpec, or on why it may be failing to produce pubrules-compliant\ncontent.\n\n## Bibliographical references\n\nBibliographical references have been moved out of ReSpec. You want to use\n[speref.org](http://www.specref.org/).\n\n## Want to see complete documentation?\n\n[Documentation for ReSpec](http://www.w3.org/respec) is available. Also see\nthe [documentation repository](https://github.com/w3c/respec-docs) for the sources.\n\n## Contribute\nSee our [contribution guidelines](.github/CONTRIBUTOR.md).\n',
21 silly publish readmeFilename: 'README.md',
21 silly publish gitHead: '7ae2981204933841001c321037e537d14ac68849',
21 silly publish bugs: { url: 'https://github.com/w3c/respec/issues' },
21 silly publish homepage: 'https://github.com/w3c/respec#readme',
21 silly publish _id: 'respec@3.2.125',
21 silly publish _shasum: 'c6765caf4ad0df4812d7eb1cf47075b6cb9d63e1',
21 silly publish _from: '.' }
22 verbose getPublishConfig undefined
23 silly mapToRegistry name respec
24 silly mapToRegistry using default registry
25 silly mapToRegistry registry https://registry.npmjs.org/
26 silly mapToRegistry data Result {
26 silly mapToRegistry raw: 'respec',
26 silly mapToRegistry scope: null,
26 silly mapToRegistry name: 'respec',
26 silly mapToRegistry rawSpec: '',
26 silly mapToRegistry spec: 'latest',
26 silly mapToRegistry type: 'tag' }
27 silly mapToRegistry uri https://registry.npmjs.org/respec
28 verbose publish registryBase https://registry.npmjs.org/
29 silly publish uploading /Users/nick/.npm/respec/3.2.125/package.tgz
30 verbose stack Error: auth required for publishing
30 verbose stack at CachingRegistryClient.publish (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/publish.js:30:14)
30 verbose stack at /usr/local/lib/node_modules/npm/lib/publish.js:137:14
30 verbose stack at mapToRegistry (/usr/local/lib/node_modules/npm/lib/utils/map-to-registry.js:62:3)
30 verbose stack at publish_ (/usr/local/lib/node_modules/npm/lib/publish.js:106:3)
30 verbose stack at Array.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8)
30 verbose stack at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:14)
30 verbose stack at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:14:28)
30 verbose stack at chain (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:20:5)
30 verbose stack at /usr/local/lib/node_modules/npm/lib/publish.js:72:5
30 verbose stack at RES (/usr/local/lib/node_modules/npm/node_modules/inflight/inflight.js:23:14)
31 verbose cwd /Users/nick/repos/openactive/respec
32 error Darwin 15.4.0
33 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish"
34 error node v6.0.0
35 error npm v3.8.8
36 error code ENEEDAUTH
37 error need auth auth required for publishing
38 error need auth You need to authorize this machine using `npm adduser`
39 verbose exit [ 1, true ]

0 comments on commit edc766a

Please sign in to comment.