<div dir="ltr">Hi Eric, everyone:<div><br></div><div>The website canonical repo is the one on gitlab.  I asked Amar to use the gitlab push hooks so that pushes to that repo would rebuild the HTML and put the results on the web server.</div><div><br></div><div>We had to move our web pages off GitHub Pages to our own web server, to solve the problem of bricking someone's browser against our site if they manually typed "<a href="https://ntpsec.org">https://ntpsec.org</a>".</div><div><br></div><div>I myself find it useful to have WAF rebuild the HTML, because I don't have asciidoc installed on every machine I may be using when editing the site.</div><div><br></div><div>Plus I was noticing random changes in the site stemming from me having slightly different versions of asciidoc installed than other team members.  Changing it to being built via the push hooks solved that problem.</div><div><br></div><div>Open a bug on the issue tracker about the favicon, and Amar will be able to fix it.</div><div><br></div><div>Thanks!</div><div><br></div><div>..m</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 22, 2015 at 7:41 PM Eric S. Raymond <<a href="mailto:esr@snark.thyrsus.com">esr@snark.thyrsus.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You wrote this:<br>
<br>
>I converted the WWW repo to waf and put it on oldtimer in<br>
><br>
>  /data/git/www-asciidoc.git<br>
><br>
>I will hookup buildbot to build and then install to <a href="http://www.ntpsec.org" rel="noreferrer" target="_blank">www.ntpsec.org</a> after every<br>
>commit.<br>
><br>
>Please take a look at the repo to make sure it works for everyone here.  It<br>
>should.  Usage is simple:<br>
><br>
>  # waf configure --prefix=/path/to/www/<br>
>  # waf install<br>
><br>
>You don't need to install it to view it just go to the build/ dir and open<br>
>index.html it will work fine.<br>
<br>
And then this:<br>
<br>
>In order to see the site add:<br>
><br>
>140.211.9.65   <a href="http://www.ntpsec.org" rel="noreferrer" target="_blank">www.ntpsec.org</a>  nwww<br>
><br>
>To your hosts file.<br>
><br>
>The source is built and installed after every commit via Buildbot:<br>
><br>
>  <a href="https://buildbot.ntpsec.org/#/builders/13" rel="noreferrer" target="_blank">https://buildbot.ntpsec.org/#/builders/13</a><br>
><br>
>I will enable it after I'm given the all-clear.  This will fix our SSL issues.<br>
<br>
You didn't specify an URL to clone from.  I had to figure out that it<br>
was ssh://<a href="http://esr@oldtimer.ntpsec.org/data/git/www-asciidoc.git" rel="noreferrer" target="_blank">esr@oldtimer.ntpsec.org/data/git/www-asciidoc.git</a><br>
<br>
One I cloned it, I found that the README still said<br>
<br>
>Edit cycle:<br>
><br>
>1. Modify the asciidoc.<br>
><br>
>2. Run 'rebuild' to generate HTML from the masters.<br>
><br>
>3. Commit everything, then push.<br>
><br>
>The <a href="http://github.io" rel="noreferrer" target="_blank">github.io</a> site ignores the .txt files and makes the HTML visible.<br>
><br>
>The HTML is normally write-locked to remind you not to modify it.<br>
<br>
even though there is no rebuild script there any more.  Your change<br>
may have been well-intentioned, but because you failed to document<br>
it properly you have changed a setup I knew how to use into a setup<br>
I don't know how to use.<br>
<br>
I am left with the following questions:<br>
<br>
1. If I modify a .txt file and push it, will the corresponding *.html<br>
   file be created and published?<br>
<br>
2. If not, what rebuild step must I perform?<br>
<br>
3. Why did the site favicon stop being displayed?  What can be done to<br>
   fix that?<br>
<br>
4. Why is waf involved at all?<br>
<br>
5. What problem was this solving?  Why were you making apparently<br>
   gratuitous changes to the website publishing machinery when what<br>
   0.9.1 most needs from you is for all the unit tests to work?<br>
--<br>
                <a href="<a href="http://www.catb.org/~esr/" rel="noreferrer" target="_blank">http://www.catb.org/~esr/</a>">Eric S. Raymond</a><br>
<br>
The right of self-defense is the first law of nature: in most<br>
governments it has been the study of rulers to confine this right<br>
within the narrowest limits possible.  Wherever standing armies<br>
are kept up, and when the right of the people to keep and bear<br>
arms is, under any color or pretext whatsoever, prohibited,<br>
liberty, if not already annihilated, is on the brink of<br>
destruction."<br>
        -- Henry St. George Tucker (in Blackstone's Commentaries)<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@ntpsec.org" target="_blank">devel@ntpsec.org</a><br>
<a href="http://lists.ntpsec.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ntpsec.org/mailman/listinfo/devel</a><br>
</blockquote></div>