You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Andrew Grieve <ag...@chromium.org> on 2013/08/01 00:56:51 UTC

Re: Generating Docs with minimal changes

Okay, just tried with the exact same joDoc, and exact same nokogiri
version. Even have the same ruby version (although I switched to linux
after giving up trying to got nokogiri working on osx).

*STILL* getting diffs all over:
-<strong>honorificPrefix</strong>: The contact's prefix (example
<em>Mr.</em> or <em>Dr.</em>) <em>(DOMString)</em>
-</li>
-<li>
-<strong>honorificSuffix</strong>: The contact's suffix (example
<em>Esq.</em>). <em>(DOMString)</em>
-</li>
+<li><p><strong>formatted</strong>: The complete name of the contact.
<em>(DOMString)</em></p></li>
+<li><p><strong>familyName</strong>: The contact's family name.
<em>(DOMString)</em></p></li>
+<li><p><strong>givenName</strong>: The contact's given name.
<em>(DOMString)</em></p></li>
+<li><p><strong>middleName</strong>: The contact's middle name.
<em>(DOMString)</em></p></li>

Still suspect it's Markdown.pl that's the problem. could you send me your
version of it?


On Tue, Jul 30, 2013 at 3:07 PM, Michael Brooks <mi...@michaelbrooks.ca>wrote:

> nokogiri --version
> # Nokogiri (1.5.9)
>     ---
>     warnings: []
>
>     libxml:
>       compiled: 2.7.7
>       loaded: 2.7.7
>       binding: extension
>     nokogiri: 1.5.9
>     ruby:
>       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
> [universal-darwin11.0]
>       version: 1.8.7
>       engine: mri
>       platform: universal-darwin11.0
>
> jodoc
> SHA b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2
>
>
> On Thu, Jul 25, 2013 at 11:42 AM, Andrew Grieve <agrieve@chromium.org
> >wrote:
>
> > Shoot, that's the same version that I have.
> >
> > $ md5 /usr/local/bin/markdown
> > MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
> >
> > Also have:
> >
> > nokogiri --version
> > # Nokogiri (1.5.5)
> >     ---
> >     libxml:
> >       compiled: 2.8.0
> >       loaded: 2.8.0
> >       binding: extension
> >     warnings: []
> >
> >     ruby:
> >       engine: mri
> >       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
> > [universal-darwin12.0]
> >       version: 1.8.7
> >       platform: universal-darwin12.0
> >     nokogiri: 1.5.5
> >
> >
> >
> > joDoc doesn't seem to report a version :(.
> >
> > Does your nokogiri version match?
> >
> >
> >
> > On Thu, Jul 25, 2013 at 2:26 PM, Michael Brooks <
> michael@michaelbrooks.ca>wrote:
> >
> >> $ markdown --version
> >>
> >> This is Markdown, version 1.0.1.
> >> Copyright 2004 John Gruber
> >> http://daringfireball.net/projects/markdown/
> >>
> >>
> >> On Tue, Jul 23, 2013 at 11:19 AM, Andrew Grieve <agrieve@chromium.org
> >wrote:
> >>
> >>> Working on CB-4360, and think I've got it mostly covered (use rsync
> >>> instead of cp).
> >>>
> >>> Having this one issue though: When I update the files, they have
> >>> whitespace differences:
> >>>
> >>> E.g.
> >>>
> >>> -<h2>
> >>>> -<a name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
> >>>> Setup New Project</a>
> >>>> -</h2>
> >>>> +<h2><a name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
> >>>> Setup New Project</a></h2>
> >>>
> >>>
> >>> One guess is that this is caused from using different versions of
> >>> Markdown.pl.
> >>>
> >>> Michael - looks like you generated the 3.0.0 docs. Could you reply with
> >>> your version of Markdown.pl and I'll see if it generates the same
> output on
> >>> my machine? If so, I'll check the file into the repo so that we are all
> >>> using the same version.
> >>>
> >>
> >>
> >
>

Re: Generating Docs with minimal changes

Posted by Andrew Grieve <ag...@chromium.org>.
Phew, great, that looks like my diff as well.

I'm guessing you've changed your environment since generating the 3.0.0
docs?

What I'll do then, is check into svn the re-generated version (that looks
like your diff) and put instructions in the README about using exact
versions of nokogiri and about checking your diff before svn committing.


On Thu, Aug 1, 2013 at 1:10 AM, Steven Gill <st...@gmail.com> wrote:

> Hey Andrew,
>
> This is what I did.
>
> 1) Grabbed latest cordova docs repo
> 2) Ran ./bin/generate --edge
> 3) Ran rsync -av --exclude='.svn*' public/en/edge/
> 4) I figured you meant to copy public/en/edge/ into
> ../cordova-website/public/docs/en/edge in your instructions
> 5) Ran svn diff > diff.txt [1]
>
> Diffs all over.
>
> Let me know if you want me to do any more tests.
>
> [1] https://dl.dropboxusercontent.com/u/175074/diff.txt
>
>
> On Wed, Jul 31, 2013 at 4:41 PM, Andrew Grieve <ag...@chromium.org>wrote:
>
>> oh geeze, I give up! Anything else it could be??
>>
>> Steve - can you sanity check for me that this doesn't result in any
>> changes
>> for you:
>>
>> cd cordova-docs
>> ./bin/generate --edge
>> rsync -av --exclude='.svn*' public/en/edge/
>> ../cordova-website/public/docs/en/edge
>> cd ../cordova-website
>> svn diff
>>
>>
>>
>>
>>
>> On Wed, Jul 31, 2013 at 7:13 PM, Steven Gill <st...@adobe.com> wrote:
>>
>> > # Nokogiri (1.5.9)
>> >     ---
>> >     nokogiri: 1.5.9
>> >     libxml:
>> >       loaded: 2.7.8
>> >       binding: extension
>> >       compiled: 2.7.8
>> >     warnings: []
>> >
>> >     ruby:
>> >       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
>> > [universal-darwin12.0]
>> >       platform: universal-darwin12.0
>> >       engine: mri
>> >       version: 1.8.7
>> >
>> > joDoc
>> > b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2
>> >
>> > MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
>> >
>> > From: Andrew Grieve <ag...@chromium.org>
>> > Date: Wednesday, July 31, 2013 4:07 PM
>> > To: Andrew Grieve <ag...@chromium.org>, Steven Gill <
>> steveng@adobe.com>
>> > Cc: dev <de...@cordova.apache.org>
>> > Subject: Re: Generating Docs with minimal changes
>> >
>> > WAIT!!! Steve - It's *you* that generated the version of the docs that's
>> > currently checked in! I had just assumed it was Michael.
>> >
>> > Steve - tell me your version of nokogiri, your hash of joDoc, and the
>> md5
>> > of your markdown.
>> >
>> >
>> > On Wed, Jul 31, 2013 at 6:56 PM, Andrew Grieve <agrieve@chromium.org
>> >wrote:
>> >
>> >> Okay, just tried with the exact same joDoc, and exact same nokogiri
>> >> version. Even have the same ruby version (although I switched to linux
>> >> after giving up trying to got nokogiri working on osx).
>> >>
>> >> *STILL* getting diffs all over:
>> >> -<strong>honorificPrefix</strong>: The contact's prefix (example
>> >> <em>Mr.</em> or <em>Dr.</em>) <em>(DOMString)</em>
>> >> -</li>
>> >> -<li>
>> >> -<strong>honorificSuffix</strong>: The contact's suffix (example
>> >> <em>Esq.</em>). <em>(DOMString)</em>
>> >> -</li>
>> >> +<li><p><strong>formatted</strong>: The complete name of the contact.
>> >> <em>(DOMString)</em></p></li>
>> >> +<li><p><strong>familyName</strong>: The contact's family name.
>> >> <em>(DOMString)</em></p></li>
>> >> +<li><p><strong>givenName</strong>: The contact's given name.
>> >> <em>(DOMString)</em></p></li>
>> >> +<li><p><strong>middleName</strong>: The contact's middle name.
>> >> <em>(DOMString)</em></p></li>
>> >>
>> >> Still suspect it's Markdown.pl that's the problem. could you send me
>> your
>> >> version of it?
>> >>
>> >>
>> >> On Tue, Jul 30, 2013 at 3:07 PM, Michael Brooks <
>> michael@michaelbrooks.ca
>> >> > wrote:
>> >>
>> >>> nokogiri --version
>> >>> # Nokogiri (1.5.9)
>> >>>     ---
>> >>>     warnings: []
>> >>>
>> >>>     libxml:
>> >>>       compiled: 2.7.7
>> >>>       loaded: 2.7.7
>> >>>       binding: extension
>> >>>     nokogiri: 1.5.9
>> >>>     ruby:
>> >>>       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
>> >>> [universal-darwin11.0]
>> >>>       version: 1.8.7
>> >>>       engine: mri
>> >>>       platform: universal-darwin11.0
>> >>>
>> >>> jodoc
>> >>> SHA b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2
>> >>>
>> >>>
>> >>> On Thu, Jul 25, 2013 at 11:42 AM, Andrew Grieve <agrieve@chromium.org
>> >>> >wrote:
>> >>>
>> >>> > Shoot, that's the same version that I have.
>> >>> >
>> >>> > $ md5 /usr/local/bin/markdown
>> >>> > MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
>> >>> >
>> >>> > Also have:
>> >>> >
>> >>> > nokogiri --version
>> >>> > # Nokogiri (1.5.5)
>> >>> >     ---
>> >>> >     libxml:
>> >>> >       compiled: 2.8.0
>> >>> >       loaded: 2.8.0
>> >>> >       binding: extension
>> >>> >     warnings: []
>> >>> >
>> >>> >     ruby:
>> >>> >       engine: mri
>> >>> >       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
>> >>> > [universal-darwin12.0]
>> >>> >       version: 1.8.7
>> >>> >       platform: universal-darwin12.0
>> >>> >     nokogiri: 1.5.5
>> >>> >
>> >>> >
>> >>> >
>> >>> > joDoc doesn't seem to report a version :(.
>> >>> >
>> >>> > Does your nokogiri version match?
>> >>> >
>> >>> >
>> >>> >
>> >>> > On Thu, Jul 25, 2013 at 2:26 PM, Michael Brooks <
>> >>> michael@michaelbrooks.ca>wrote:
>> >>> >
>> >>> >> $ markdown --version
>> >>> >>
>> >>> >> This is Markdown, version 1.0.1.
>> >>> >> Copyright 2004 John Gruber
>> >>> >> http://daringfireball.net/projects/markdown/
>> >>> >>
>> >>> >>
>> >>> >> On Tue, Jul 23, 2013 at 11:19 AM, Andrew Grieve <
>> agrieve@chromium.org
>> >>> >wrote:
>> >>> >>
>> >>> >>> Working on CB-4360, and think I've got it mostly covered (use
>> rsync
>> >>> >>> instead of cp).
>> >>> >>>
>> >>> >>> Having this one issue though: When I update the files, they have
>> >>> >>> whitespace differences:
>> >>> >>>
>> >>> >>> E.g.
>> >>> >>>
>> >>> >>> -<h2>
>> >>> >>>> -<a
>> name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
>> >>> >>>> Setup New Project</a>
>> >>> >>>> -</h2>
>> >>> >>>> +<h2><a
>> >>> name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
>> >>> >>>> Setup New Project</a></h2>
>> >>> >>>
>> >>> >>>
>> >>> >>> One guess is that this is caused from using different versions of
>> >>> >>> Markdown.pl.
>> >>> >>>
>> >>> >>> Michael - looks like you generated the 3.0.0 docs. Could you reply
>> >>> with
>> >>> >>> your version of Markdown.pl and I'll see if it generates the same
>> >>> output on
>> >>> >>> my machine? If so, I'll check the file into the repo so that we
>> are
>> >>> all
>> >>> >>> using the same version.
>> >>> >>>
>> >>> >>
>> >>> >>
>> >>> >
>> >>>
>> >>
>> >>
>> >
>>
>
>

Re: Generating Docs with minimal changes

Posted by Steven Gill <st...@gmail.com>.
Hey Andrew,

This is what I did.

1) Grabbed latest cordova docs repo
2) Ran ./bin/generate --edge
3) Ran rsync -av --exclude='.svn*' public/en/edge/
4) I figured you meant to copy public/en/edge/ into
../cordova-website/public/docs/en/edge in your instructions
5) Ran svn diff > diff.txt [1]

Diffs all over.

Let me know if you want me to do any more tests.

[1] https://dl.dropboxusercontent.com/u/175074/diff.txt


On Wed, Jul 31, 2013 at 4:41 PM, Andrew Grieve <ag...@chromium.org> wrote:

> oh geeze, I give up! Anything else it could be??
>
> Steve - can you sanity check for me that this doesn't result in any changes
> for you:
>
> cd cordova-docs
> ./bin/generate --edge
> rsync -av --exclude='.svn*' public/en/edge/
> ../cordova-website/public/docs/en/edge
> cd ../cordova-website
> svn diff
>
>
>
>
>
> On Wed, Jul 31, 2013 at 7:13 PM, Steven Gill <st...@adobe.com> wrote:
>
> > # Nokogiri (1.5.9)
> >     ---
> >     nokogiri: 1.5.9
> >     libxml:
> >       loaded: 2.7.8
> >       binding: extension
> >       compiled: 2.7.8
> >     warnings: []
> >
> >     ruby:
> >       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
> > [universal-darwin12.0]
> >       platform: universal-darwin12.0
> >       engine: mri
> >       version: 1.8.7
> >
> > joDoc
> > b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2
> >
> > MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
> >
> > From: Andrew Grieve <ag...@chromium.org>
> > Date: Wednesday, July 31, 2013 4:07 PM
> > To: Andrew Grieve <ag...@chromium.org>, Steven Gill <steveng@adobe.com
> >
> > Cc: dev <de...@cordova.apache.org>
> > Subject: Re: Generating Docs with minimal changes
> >
> > WAIT!!! Steve - It's *you* that generated the version of the docs that's
> > currently checked in! I had just assumed it was Michael.
> >
> > Steve - tell me your version of nokogiri, your hash of joDoc, and the md5
> > of your markdown.
> >
> >
> > On Wed, Jul 31, 2013 at 6:56 PM, Andrew Grieve <agrieve@chromium.org
> >wrote:
> >
> >> Okay, just tried with the exact same joDoc, and exact same nokogiri
> >> version. Even have the same ruby version (although I switched to linux
> >> after giving up trying to got nokogiri working on osx).
> >>
> >> *STILL* getting diffs all over:
> >> -<strong>honorificPrefix</strong>: The contact's prefix (example
> >> <em>Mr.</em> or <em>Dr.</em>) <em>(DOMString)</em>
> >> -</li>
> >> -<li>
> >> -<strong>honorificSuffix</strong>: The contact's suffix (example
> >> <em>Esq.</em>). <em>(DOMString)</em>
> >> -</li>
> >> +<li><p><strong>formatted</strong>: The complete name of the contact.
> >> <em>(DOMString)</em></p></li>
> >> +<li><p><strong>familyName</strong>: The contact's family name.
> >> <em>(DOMString)</em></p></li>
> >> +<li><p><strong>givenName</strong>: The contact's given name.
> >> <em>(DOMString)</em></p></li>
> >> +<li><p><strong>middleName</strong>: The contact's middle name.
> >> <em>(DOMString)</em></p></li>
> >>
> >> Still suspect it's Markdown.pl that's the problem. could you send me
> your
> >> version of it?
> >>
> >>
> >> On Tue, Jul 30, 2013 at 3:07 PM, Michael Brooks <
> michael@michaelbrooks.ca
> >> > wrote:
> >>
> >>> nokogiri --version
> >>> # Nokogiri (1.5.9)
> >>>     ---
> >>>     warnings: []
> >>>
> >>>     libxml:
> >>>       compiled: 2.7.7
> >>>       loaded: 2.7.7
> >>>       binding: extension
> >>>     nokogiri: 1.5.9
> >>>     ruby:
> >>>       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
> >>> [universal-darwin11.0]
> >>>       version: 1.8.7
> >>>       engine: mri
> >>>       platform: universal-darwin11.0
> >>>
> >>> jodoc
> >>> SHA b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2
> >>>
> >>>
> >>> On Thu, Jul 25, 2013 at 11:42 AM, Andrew Grieve <agrieve@chromium.org
> >>> >wrote:
> >>>
> >>> > Shoot, that's the same version that I have.
> >>> >
> >>> > $ md5 /usr/local/bin/markdown
> >>> > MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
> >>> >
> >>> > Also have:
> >>> >
> >>> > nokogiri --version
> >>> > # Nokogiri (1.5.5)
> >>> >     ---
> >>> >     libxml:
> >>> >       compiled: 2.8.0
> >>> >       loaded: 2.8.0
> >>> >       binding: extension
> >>> >     warnings: []
> >>> >
> >>> >     ruby:
> >>> >       engine: mri
> >>> >       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
> >>> > [universal-darwin12.0]
> >>> >       version: 1.8.7
> >>> >       platform: universal-darwin12.0
> >>> >     nokogiri: 1.5.5
> >>> >
> >>> >
> >>> >
> >>> > joDoc doesn't seem to report a version :(.
> >>> >
> >>> > Does your nokogiri version match?
> >>> >
> >>> >
> >>> >
> >>> > On Thu, Jul 25, 2013 at 2:26 PM, Michael Brooks <
> >>> michael@michaelbrooks.ca>wrote:
> >>> >
> >>> >> $ markdown --version
> >>> >>
> >>> >> This is Markdown, version 1.0.1.
> >>> >> Copyright 2004 John Gruber
> >>> >> http://daringfireball.net/projects/markdown/
> >>> >>
> >>> >>
> >>> >> On Tue, Jul 23, 2013 at 11:19 AM, Andrew Grieve <
> agrieve@chromium.org
> >>> >wrote:
> >>> >>
> >>> >>> Working on CB-4360, and think I've got it mostly covered (use rsync
> >>> >>> instead of cp).
> >>> >>>
> >>> >>> Having this one issue though: When I update the files, they have
> >>> >>> whitespace differences:
> >>> >>>
> >>> >>> E.g.
> >>> >>>
> >>> >>> -<h2>
> >>> >>>> -<a name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
> >>> >>>> Setup New Project</a>
> >>> >>>> -</h2>
> >>> >>>> +<h2><a
> >>> name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
> >>> >>>> Setup New Project</a></h2>
> >>> >>>
> >>> >>>
> >>> >>> One guess is that this is caused from using different versions of
> >>> >>> Markdown.pl.
> >>> >>>
> >>> >>> Michael - looks like you generated the 3.0.0 docs. Could you reply
> >>> with
> >>> >>> your version of Markdown.pl and I'll see if it generates the same
> >>> output on
> >>> >>> my machine? If so, I'll check the file into the repo so that we are
> >>> all
> >>> >>> using the same version.
> >>> >>>
> >>> >>
> >>> >>
> >>> >
> >>>
> >>
> >>
> >
>

Re: Generating Docs with minimal changes

Posted by Andrew Grieve <ag...@chromium.org>.
oh geeze, I give up! Anything else it could be??

Steve - can you sanity check for me that this doesn't result in any changes
for you:

cd cordova-docs
./bin/generate --edge
rsync -av --exclude='.svn*' public/en/edge/
../cordova-website/public/docs/en/edge
cd ../cordova-website
svn diff





On Wed, Jul 31, 2013 at 7:13 PM, Steven Gill <st...@adobe.com> wrote:

> # Nokogiri (1.5.9)
>     ---
>     nokogiri: 1.5.9
>     libxml:
>       loaded: 2.7.8
>       binding: extension
>       compiled: 2.7.8
>     warnings: []
>
>     ruby:
>       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
> [universal-darwin12.0]
>       platform: universal-darwin12.0
>       engine: mri
>       version: 1.8.7
>
> joDoc
> b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2
>
> MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
>
> From: Andrew Grieve <ag...@chromium.org>
> Date: Wednesday, July 31, 2013 4:07 PM
> To: Andrew Grieve <ag...@chromium.org>, Steven Gill <st...@adobe.com>
> Cc: dev <de...@cordova.apache.org>
> Subject: Re: Generating Docs with minimal changes
>
> WAIT!!! Steve - It's *you* that generated the version of the docs that's
> currently checked in! I had just assumed it was Michael.
>
> Steve - tell me your version of nokogiri, your hash of joDoc, and the md5
> of your markdown.
>
>
> On Wed, Jul 31, 2013 at 6:56 PM, Andrew Grieve <ag...@chromium.org>wrote:
>
>> Okay, just tried with the exact same joDoc, and exact same nokogiri
>> version. Even have the same ruby version (although I switched to linux
>> after giving up trying to got nokogiri working on osx).
>>
>> *STILL* getting diffs all over:
>> -<strong>honorificPrefix</strong>: The contact's prefix (example
>> <em>Mr.</em> or <em>Dr.</em>) <em>(DOMString)</em>
>> -</li>
>> -<li>
>> -<strong>honorificSuffix</strong>: The contact's suffix (example
>> <em>Esq.</em>). <em>(DOMString)</em>
>> -</li>
>> +<li><p><strong>formatted</strong>: The complete name of the contact.
>> <em>(DOMString)</em></p></li>
>> +<li><p><strong>familyName</strong>: The contact's family name.
>> <em>(DOMString)</em></p></li>
>> +<li><p><strong>givenName</strong>: The contact's given name.
>> <em>(DOMString)</em></p></li>
>> +<li><p><strong>middleName</strong>: The contact's middle name.
>> <em>(DOMString)</em></p></li>
>>
>> Still suspect it's Markdown.pl that's the problem. could you send me your
>> version of it?
>>
>>
>> On Tue, Jul 30, 2013 at 3:07 PM, Michael Brooks <michael@michaelbrooks.ca
>> > wrote:
>>
>>> nokogiri --version
>>> # Nokogiri (1.5.9)
>>>     ---
>>>     warnings: []
>>>
>>>     libxml:
>>>       compiled: 2.7.7
>>>       loaded: 2.7.7
>>>       binding: extension
>>>     nokogiri: 1.5.9
>>>     ruby:
>>>       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
>>> [universal-darwin11.0]
>>>       version: 1.8.7
>>>       engine: mri
>>>       platform: universal-darwin11.0
>>>
>>> jodoc
>>> SHA b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2
>>>
>>>
>>> On Thu, Jul 25, 2013 at 11:42 AM, Andrew Grieve <agrieve@chromium.org
>>> >wrote:
>>>
>>> > Shoot, that's the same version that I have.
>>> >
>>> > $ md5 /usr/local/bin/markdown
>>> > MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
>>> >
>>> > Also have:
>>> >
>>> > nokogiri --version
>>> > # Nokogiri (1.5.5)
>>> >     ---
>>> >     libxml:
>>> >       compiled: 2.8.0
>>> >       loaded: 2.8.0
>>> >       binding: extension
>>> >     warnings: []
>>> >
>>> >     ruby:
>>> >       engine: mri
>>> >       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
>>> > [universal-darwin12.0]
>>> >       version: 1.8.7
>>> >       platform: universal-darwin12.0
>>> >     nokogiri: 1.5.5
>>> >
>>> >
>>> >
>>> > joDoc doesn't seem to report a version :(.
>>> >
>>> > Does your nokogiri version match?
>>> >
>>> >
>>> >
>>> > On Thu, Jul 25, 2013 at 2:26 PM, Michael Brooks <
>>> michael@michaelbrooks.ca>wrote:
>>> >
>>> >> $ markdown --version
>>> >>
>>> >> This is Markdown, version 1.0.1.
>>> >> Copyright 2004 John Gruber
>>> >> http://daringfireball.net/projects/markdown/
>>> >>
>>> >>
>>> >> On Tue, Jul 23, 2013 at 11:19 AM, Andrew Grieve <agrieve@chromium.org
>>> >wrote:
>>> >>
>>> >>> Working on CB-4360, and think I've got it mostly covered (use rsync
>>> >>> instead of cp).
>>> >>>
>>> >>> Having this one issue though: When I update the files, they have
>>> >>> whitespace differences:
>>> >>>
>>> >>> E.g.
>>> >>>
>>> >>> -<h2>
>>> >>>> -<a name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
>>> >>>> Setup New Project</a>
>>> >>>> -</h2>
>>> >>>> +<h2><a
>>> name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
>>> >>>> Setup New Project</a></h2>
>>> >>>
>>> >>>
>>> >>> One guess is that this is caused from using different versions of
>>> >>> Markdown.pl.
>>> >>>
>>> >>> Michael - looks like you generated the 3.0.0 docs. Could you reply
>>> with
>>> >>> your version of Markdown.pl and I'll see if it generates the same
>>> output on
>>> >>> my machine? If so, I'll check the file into the repo so that we are
>>> all
>>> >>> using the same version.
>>> >>>
>>> >>
>>> >>
>>> >
>>>
>>
>>
>

Re: Generating Docs with minimal changes

Posted by Steven Gill <st...@adobe.com>.
# Nokogiri (1.5.9)
    ---
    nokogiri: 1.5.9
    libxml:
      loaded: 2.7.8
      binding: extension
      compiled: 2.7.8
    warnings: []

    ruby:
      description: ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
      platform: universal-darwin12.0
      engine: mri
      version: 1.8.7

joDoc
b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2

MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf

From: Andrew Grieve <ag...@chromium.org>>
Date: Wednesday, July 31, 2013 4:07 PM
To: Andrew Grieve <ag...@chromium.org>>, Steven Gill <st...@adobe.com>>
Cc: dev <de...@cordova.apache.org>>
Subject: Re: Generating Docs with minimal changes

WAIT!!! Steve - It's *you* that generated the version of the docs that's currently checked in! I had just assumed it was Michael.

Steve - tell me your version of nokogiri, your hash of joDoc, and the md5 of your markdown.


On Wed, Jul 31, 2013 at 6:56 PM, Andrew Grieve <ag...@chromium.org>> wrote:
Okay, just tried with the exact same joDoc, and exact same nokogiri version. Even have the same ruby version (although I switched to linux after giving up trying to got nokogiri working on osx).

*STILL* getting diffs all over:
-<strong>honorificPrefix</strong>: The contact's prefix (example <em>Mr.</em> or <em>Dr.</em>) <em>(DOMString)</em>
-</li>
-<li>
-<strong>honorificSuffix</strong>: The contact's suffix (example <em>Esq.</em>). <em>(DOMString)</em>
-</li>
+<li><p><strong>formatted</strong>: The complete name of the contact. <em>(DOMString)</em></p></li>
+<li><p><strong>familyName</strong>: The contact's family name. <em>(DOMString)</em></p></li>
+<li><p><strong>givenName</strong>: The contact's given name. <em>(DOMString)</em></p></li>
+<li><p><strong>middleName</strong>: The contact's middle name. <em>(DOMString)</em></p></li>

Still suspect it's Markdown.pl that's the problem. could you send me your version of it?


On Tue, Jul 30, 2013 at 3:07 PM, Michael Brooks <mi...@michaelbrooks.ca>> wrote:
nokogiri --version
# Nokogiri (1.5.9)
    ---
    warnings: []

    libxml:
      compiled: 2.7.7
      loaded: 2.7.7
      binding: extension
    nokogiri: 1.5.9
    ruby:
      description: ruby 1.8.7 (2012-02-08 patchlevel 358)
[universal-darwin11.0]
      version: 1.8.7
      engine: mri
      platform: universal-darwin11.0

jodoc
SHA b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2


On Thu, Jul 25, 2013 at 11:42 AM, Andrew Grieve <ag...@chromium.org>>wrote:

> Shoot, that's the same version that I have.
>
> $ md5 /usr/local/bin/markdown
> MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
>
> Also have:
>
> nokogiri --version
> # Nokogiri (1.5.5)
>     ---
>     libxml:
>       compiled: 2.8.0
>       loaded: 2.8.0
>       binding: extension
>     warnings: []
>
>     ruby:
>       engine: mri
>       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
> [universal-darwin12.0]
>       version: 1.8.7
>       platform: universal-darwin12.0
>     nokogiri: 1.5.5
>
>
>
> joDoc doesn't seem to report a version :(.
>
> Does your nokogiri version match?
>
>
>
> On Thu, Jul 25, 2013 at 2:26 PM, Michael Brooks <mi...@michaelbrooks.ca>>wrote:
>
>> $ markdown --version
>>
>> This is Markdown, version 1.0.1.
>> Copyright 2004 John Gruber
>> http://daringfireball.net/projects/markdown/
>>
>>
>> On Tue, Jul 23, 2013 at 11:19 AM, Andrew Grieve <ag...@chromium.org>>wrote:
>>
>>> Working on CB-4360, and think I've got it mostly covered (use rsync
>>> instead of cp).
>>>
>>> Having this one issue though: When I update the files, they have
>>> whitespace differences:
>>>
>>> E.g.
>>>
>>> -<h2>
>>>> -<a name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
>>>> Setup New Project</a>
>>>> -</h2>
>>>> +<h2><a name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
>>>> Setup New Project</a></h2>
>>>
>>>
>>> One guess is that this is caused from using different versions of
>>> Markdown.pl.
>>>
>>> Michael - looks like you generated the 3.0.0 docs. Could you reply with
>>> your version of Markdown.pl and I'll see if it generates the same output on
>>> my machine? If so, I'll check the file into the repo so that we are all
>>> using the same version.
>>>
>>
>>
>



Re: Generating Docs with minimal changes

Posted by Andrew Grieve <ag...@chromium.org>.
WAIT!!! Steve - It's *you* that generated the version of the docs that's
currently checked in! I had just assumed it was Michael.

Steve - tell me your version of nokogiri, your hash of joDoc, and the md5
of your markdown.


On Wed, Jul 31, 2013 at 6:56 PM, Andrew Grieve <ag...@chromium.org> wrote:

> Okay, just tried with the exact same joDoc, and exact same nokogiri
> version. Even have the same ruby version (although I switched to linux
> after giving up trying to got nokogiri working on osx).
>
> *STILL* getting diffs all over:
> -<strong>honorificPrefix</strong>: The contact's prefix (example
> <em>Mr.</em> or <em>Dr.</em>) <em>(DOMString)</em>
> -</li>
> -<li>
> -<strong>honorificSuffix</strong>: The contact's suffix (example
> <em>Esq.</em>). <em>(DOMString)</em>
> -</li>
>  +<li><p><strong>formatted</strong>: The complete name of the contact.
> <em>(DOMString)</em></p></li>
> +<li><p><strong>familyName</strong>: The contact's family name.
> <em>(DOMString)</em></p></li>
> +<li><p><strong>givenName</strong>: The contact's given name.
> <em>(DOMString)</em></p></li>
> +<li><p><strong>middleName</strong>: The contact's middle name.
> <em>(DOMString)</em></p></li>
>
> Still suspect it's Markdown.pl that's the problem. could you send me your
> version of it?
>
>
> On Tue, Jul 30, 2013 at 3:07 PM, Michael Brooks <mi...@michaelbrooks.ca>wrote:
>
>> nokogiri --version
>> # Nokogiri (1.5.9)
>>     ---
>>     warnings: []
>>
>>     libxml:
>>       compiled: 2.7.7
>>       loaded: 2.7.7
>>       binding: extension
>>     nokogiri: 1.5.9
>>     ruby:
>>       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
>> [universal-darwin11.0]
>>       version: 1.8.7
>>       engine: mri
>>       platform: universal-darwin11.0
>>
>> jodoc
>> SHA b64f9841e95eedcbdfaf3cb2e9817e6a00a032e2
>>
>>
>> On Thu, Jul 25, 2013 at 11:42 AM, Andrew Grieve <agrieve@chromium.org
>> >wrote:
>>
>> > Shoot, that's the same version that I have.
>> >
>> > $ md5 /usr/local/bin/markdown
>> > MD5 (/usr/local/bin/markdown) = c1609b303b7fe654435380a168d78acf
>> >
>> > Also have:
>> >
>> > nokogiri --version
>> > # Nokogiri (1.5.5)
>> >     ---
>> >     libxml:
>> >       compiled: 2.8.0
>> >       loaded: 2.8.0
>> >       binding: extension
>> >     warnings: []
>> >
>> >     ruby:
>> >       engine: mri
>> >       description: ruby 1.8.7 (2012-02-08 patchlevel 358)
>> > [universal-darwin12.0]
>> >       version: 1.8.7
>> >       platform: universal-darwin12.0
>> >     nokogiri: 1.5.5
>> >
>> >
>> >
>> > joDoc doesn't seem to report a version :(.
>> >
>> > Does your nokogiri version match?
>> >
>> >
>> >
>> > On Thu, Jul 25, 2013 at 2:26 PM, Michael Brooks <
>> michael@michaelbrooks.ca>wrote:
>> >
>> >> $ markdown --version
>> >>
>> >> This is Markdown, version 1.0.1.
>> >> Copyright 2004 John Gruber
>> >> http://daringfireball.net/projects/markdown/
>> >>
>> >>
>> >> On Tue, Jul 23, 2013 at 11:19 AM, Andrew Grieve <agrieve@chromium.org
>> >wrote:
>> >>
>> >>> Working on CB-4360, and think I've got it mostly covered (use rsync
>> >>> instead of cp).
>> >>>
>> >>> Having this one issue though: When I update the files, they have
>> >>> whitespace differences:
>> >>>
>> >>> E.g.
>> >>>
>> >>> -<h2>
>> >>>> -<a name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
>> >>>> Setup New Project</a>
>> >>>> -</h2>
>> >>>> +<h2><a
>> name="Getting%20Started%20with%20WebOS_3_setup_new_project">3.
>> >>>> Setup New Project</a></h2>
>> >>>
>> >>>
>> >>> One guess is that this is caused from using different versions of
>> >>> Markdown.pl.
>> >>>
>> >>> Michael - looks like you generated the 3.0.0 docs. Could you reply
>> with
>> >>> your version of Markdown.pl and I'll see if it generates the same
>> output on
>> >>> my machine? If so, I'll check the file into the repo so that we are
>> all
>> >>> using the same version.
>> >>>
>> >>
>> >>
>> >
>>
>
>