ronsavage / SQL

BNF Grammars for SQL-92, SQL-99 and SQL-2003
MIT License
370 stars 92 forks source link

Use Github Pages to produce HTML #1

Closed brianv0 closed 7 years ago

brianv0 commented 7 years ago

Hi, would you mind looking into re-exporting the HTML using github pages?

There's more info here: https://pages.github.com/ (search for project page)

ronsavage commented 7 years ago

Hi Brian

I did not consider this (yet) because years ago when I first tried using github pages the pain and awkwardness of doing so instantly put me off. But I suspect it's much easier nowadays, so yes, I'll look into it.

Thanx for the suggestion.

On 05/02/17 07:21, Brian Van Klaveren wrote:

Hi, would you mind looking into re-exporting the HTML using github pages?

There's more info here: https://pages.github.com/ (search for project page)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AABT-Joy2VJY2_x6EvdEsHHdfIXNPonNks5rZN3CgaJpZM4L3RYi.

-- Ron Savage - savage.net.au

ronsavage commented 7 years ago

Hi Brian

Done. https://ronsavage.github.io/SQL/.

On 05/02/17 07:21, Brian Van Klaveren wrote:

Hi, would you mind looking into re-exporting the HTML using github pages?

There's more info here: https://pages.github.com/ (search for project page)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AABT-Joy2VJY2_x6EvdEsHHdfIXNPonNks5rZN3CgaJpZM4L3RYi.

-- Ron Savage - savage.net.au

brianv0 commented 7 years ago

👏🏼 Thanks!

Your site has helped me out a ton recently when I was working on a parser, so thanks a ton!

ronsavage commented 7 years ago

Hi Brian

Thanx for the feedback. What language did you use?

On 05/02/17 12:54, Brian Van Klaveren wrote:

👏🏼 Thanks!

Your site has helped me out a ton recently when I was working on a parser, so thanks a ton!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1#issuecomment-277491736, or mute the thread https://github.com/notifications/unsubscribe-auth/AABT-EbNLseTC6oxtBVf4CQbsagV2zE9ks5rZSvmgaJpZM4L3RYi.

-- Ron Savage - savage.net.au

brianv0 commented 7 years ago

Python, using PLY. The current project is here:

github.com/slaclab/lacquer

The intermediate representation is from Facebook's presto, but that I had to do a grammar change to LR.

ronsavage commented 7 years ago

Hi Brian

Thanx.

On 05/02/17 13:07, Brian Van Klaveren wrote:

Python, using PLY. The current project is here:

github.com/slaclab/lacquer

The intermediate representation is from Facebook's presto, but that I had to do a grammar change to LR.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1#issuecomment-277492224, or mute the thread https://github.com/notifications/unsubscribe-auth/AABT-K3eCzfuNPjPC4ZsxhzUqQeO9yRwks5rZS75gaJpZM4L3RYi.

-- Ron Savage - savage.net.au

ronsavage commented 7 years ago

Hi Brian

Astronomy. Love it. On G+ I subscribe to APOD.

-- Ron Savage - savage.net.au

jleffler commented 7 years ago

Hi Ron,

I got an email asking about links from the README.md file and how to get at active HTML.

The https://ronsavage.github.io/SQL site exists — but I don't see how to get an update pushed to it.

Am I correct in thinking that there's a repository ronsavage.github.io under your account on Github, or am I misinterpreting what the https:/ pages.github.com/ says? If there is such a repository, is it public?

Anyway, if we wanted to update the https://ronsavage.github.io/SQL/ site with updated information (meta-data — the current link to the sql-bnf.tgz file would become.a link to the latest release of SQL on the site), what is involved?

On Sat, Feb 4, 2017 at 5:40 PM, Ron Savage notifications@github.com wrote:

Hi Brian

Done. https://ronsavage.github.io/SQL/.

On 05/02/17 07:21, Brian Van Klaveren wrote:

Hi, would you mind looking into re-exporting the HTML using github pages?

There's more info here: https://pages.github.com/ (search for project page)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AABT-Joy2VJY2_ x6EvdEsHHdfIXNPonNks5rZN3CgaJpZM4L3RYi.

-- Ron Savage - savage.net.au

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1#issuecomment-277491239, or mute the thread https://github.com/notifications/unsubscribe-auth/AIQDhuRiDYsFnbVYRVwARAYf97R0fGrJks5rZSiZgaJpZM4L3RYi .

-- Jonathan Leffler jonathan.leffler@gmail.com #include Guardian of DBD::Informix - v2015.1101 - http://dbi.perl.org "Blessed are we who can laugh at ourselves, for we shall never cease to be amused."

ronsavage commented 7 years ago

The repo is github.com/rsavage/SQL. I add you as a colleague.

ronsavage commented 7 years ago

Hi Jonathan

I went to this page and clicked Publish:

https://github.com/ronsavage/SQL/releases/edit/untagged-d664415618ca0f661e93

Let me see if I can find that page again.....Searching.....

Start: https://github.com/ronsavage/SQL

Click on Settings (on the right)

Click on Collaborators (on the left)

It asked for my pw once but not again

(From memory now...)

The display showed 2 versions: Draft (above) and Published (below)

Scroll down and Click the green Publish button.

On 11/02/17 03:42, Jonathan Leffler wrote:

Hi Ron,

I got an email asking about links from the README.md file and how to get at active HTML.

The https://ronsavage.github.io/SQL site exists — but I don't see how to get an update pushed to it.

Am I correct in thinking that there's a repository ronsavage.github.io under your account on Github, or am I misinterpreting what the https:/ pages.github.com/ says? If there is such a repository, is it public?

Anyway, if we wanted to update the https://ronsavage.github.io/SQL/ site with updated information (meta-data — the current link to the sql-bnf.tgz file would become.a link to the latest release of SQL on the site), what is involved?

On Sat, Feb 4, 2017 at 5:40 PM, Ron Savage notifications@github.com wrote:

Hi Brian

Done. https://ronsavage.github.io/SQL/.

On 05/02/17 07:21, Brian Van Klaveren wrote:

Hi, would you mind looking into re-exporting the HTML using github pages?

There's more info here: https://pages.github.com/ (search for project page)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AABT-Joy2VJY2_ x6EvdEsHHdfIXNPonNks5rZN3CgaJpZM4L3RYi.

-- Ron Savage - savage.net.au

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1#issuecomment-277491239, or mute the thread

https://github.com/notifications/unsubscribe-auth/AIQDhuRiDYsFnbVYRVwARAYf97R0fGrJks5rZSiZgaJpZM4L3RYi .

-- Jonathan Leffler jonathan.leffler@gmail.com #include Guardian of DBD::Informix - v2015.1101 - http://dbi.perl.org "Blessed are we who can laugh at ourselves, for we shall never cease to be amused."

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ronsavage/SQL/issues/1#issuecomment-278994848, or mute the thread https://github.com/notifications/unsubscribe-auth/AABT-PRuqDliWYHsyJmTfKtlWRHebyFHks5rbJORgaJpZM4L3RYi.

-- Ron Savage - savage.net.au