mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
try to prevent forks from breaking licence link backs
This commit is contained in:
parent
d7836fb9a3
commit
e5e65734b1
3 changed files with 9 additions and 10 deletions
|
@ -21,13 +21,13 @@
|
||||||
<a href="https://www.reddit.com/r/PHP/comments/3efmp7/sql_style_guide_a_consistent_code_guide_ensuring/">3</a>
|
<a href="https://www.reddit.com/r/PHP/comments/3efmp7/sql_style_guide_a_consistent_code_guide_ensuring/">3</a>
|
||||||
],
|
],
|
||||||
<a href="https://lobste.rs/s/q9elee/sql_style_guide_by_simon_holywell">Lobste.rs</a> and
|
<a href="https://lobste.rs/s/q9elee/sql_style_guide_by_simon_holywell">Lobste.rs</a> and
|
||||||
of course <a href="https://twitter.com/search?f=tweets&q="sqlstyle.guide"">Twitter</a>
|
of course <a href="https://twitter.com/search?f=tweets&q="sqlstyle.guide"">Twitter</a>
|
||||||
if you want to have your say.
|
if you want to have your say.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
I have attempted to answer most of the frequently asked questions and held misconceptions in a blog post
|
I have attempted to answer most of the frequently asked questions and held misconceptions in a blog post
|
||||||
entitled "<a href="https://www.simonholywell.com/post/2016/12/sql-style-guide-misconceptions/">SQL style
|
entitled "<a href="https://www.simonholywell.com/post/2016/12/sql-style-guide-misconceptions/?utm_source={{ site.domain }}-sqlstyle.guide&utm_medium=link&utm_campaign=footer-link">
|
||||||
guide misconceptions</a>" please have a read.
|
SQL style guide misconceptions</a>" please have a read.
|
||||||
</p>
|
</p>
|
||||||
<p>Please do <a href="https://github.com/treffynnon/sqlstyle.guide/issues">open issues</a> or
|
<p>Please do <a href="https://github.com/treffynnon/sqlstyle.guide/issues">open issues</a> or
|
||||||
<a href="https://github.com/treffynnon/sqlstyle.guide/pulls/">pull requests</a> for any errors you
|
<a href="https://github.com/treffynnon/sqlstyle.guide/pulls/">pull requests</a> for any errors you
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
SQL style guide
|
SQL style guide
|
||||||
</span> by
|
</span> by
|
||||||
<a xmlns:cc="http://creativecommons.org/ns#"
|
<a xmlns:cc="http://creativecommons.org/ns#"
|
||||||
href="https://www.simonholywell.com/?utm_source=sqlstyle.guide&utm_medium=link&utm_campaign=footer-licence"
|
href="https://www.simonholywell.com/?utm_source=sqlstyle.guide-{{ site.domain }}&utm_medium=link&utm_campaign=footer-licence"
|
||||||
property="cc:attributionName"
|
property="cc:attributionName"
|
||||||
rel="cc:attributionURL">
|
rel="cc:attributionURL">
|
||||||
Simon Holywell
|
Simon Holywell
|
||||||
|
@ -47,9 +47,8 @@
|
||||||
Creative CommonsAttribution-ShareAlike 4.0 International License</a>.
|
Creative CommonsAttribution-ShareAlike 4.0 International License</a>.
|
||||||
<br />Based on a work at
|
<br />Based on a work at
|
||||||
<a xmlns:dct="http://purl.org/dc/terms/"
|
<a xmlns:dct="http://purl.org/dc/terms/"
|
||||||
href="{{ site.url }}"
|
href="http://www.sqlstyle.guide"
|
||||||
rel="dct:source">
|
rel="dct:source">www.sqlstyle.guide</a>.
|
||||||
{{ site.url }}</a>.
|
|
||||||
</p>
|
</p>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<ul class="quick-links">
|
<ul class="quick-links">
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<h1 itemprop="name">SQL Style Guide</h1>
|
<h1 itemprop="name">SQL Style Guide</h1>
|
||||||
<p class="author" itemprop="author" itemscope itemtype="http://schema.org/Person">by
|
<p class="author" itemprop="author" itemscope itemtype="http://schema.org/Person">by
|
||||||
<a href="https://www.simonholywell.com/?utm_source=sqlstyle.guide&utm_medium=link&utm_campaign=header" itemprop="url"><span itemprop="name">Simon Holywell</span></a> ·
|
<a href="https://www.simonholywell.com/?utm_source=sqlstyle.guide-{{ site.domain }}&utm_medium=link&utm_campaign=header" itemprop="url"><span itemprop="name">Simon Holywell</span></a> ·
|
||||||
<a href="https://twitter.com/treffynnon">@Treffynnon</a>
|
<a href="https://twitter.com/treffynnon">@Treffynnon</a>
|
||||||
</p>
|
</p>
|
||||||
<p class="twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}" data-text="SQL style guide by @treffynnon: {{ site.description }}" data-size="large" data-dnt="true">Tweet</a>
|
<p class="twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}" data-text="SQL style guide by @treffynnon: {{ site.description }}" data-size="large" data-dnt="true">Tweet</a>
|
||||||
|
|
|
@ -18,7 +18,7 @@ read—much harder with a physical book.
|
||||||
|
|
||||||
SQL style guide by [Simon Holywell][simon] is licensed under a [Creative Commons
|
SQL style guide by [Simon Holywell][simon] is licensed under a [Creative Commons
|
||||||
Attribution-ShareAlike 4.0 International License][licence].
|
Attribution-ShareAlike 4.0 International License][licence].
|
||||||
Based on a work at [http://www.sqlstyle.guide][self].
|
Based on a work at [http://www.sqlstyle.guide][sqlstyleguide].
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
|
@ -1279,7 +1279,7 @@ ZONE
|
||||||
"Reserved keyword reference"
|
"Reserved keyword reference"
|
||||||
[eav]: https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model
|
[eav]: https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model
|
||||||
"Wikipedia: Entity–attribute–value model"
|
"Wikipedia: Entity–attribute–value model"
|
||||||
[self]: http://www.sqlstyle.guide
|
[sqlstyleguide]: http://www.sqlstyle.guide
|
||||||
"SQL style guide by Simon Holywell"
|
"SQL style guide by Simon Holywell"
|
||||||
[licence]: http://creativecommons.org/licenses/by-sa/4.0/
|
[licence]: http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
"Creative Commons Attribution-ShareAlike 4.0 International License"
|
"Creative Commons Attribution-ShareAlike 4.0 International License"
|
||||||
|
|
Loading…
Reference in a new issue