Fix GitHub word capitalization (#1547)

* Fix GitHub capitalization

```diff
- Github
+ GitHub
```

* Fix GitHub capitalization

```diff
- github
+ GitHub
```
This commit is contained in:
Micael Jarniac 2023-07-10 18:54:18 -03:00 committed by GitHub
parent e6fc3246df
commit 88618809a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 19 additions and 19 deletions

View File

@ -8,7 +8,7 @@ insert_anchor_links = "left"
</div>
<div style="border: 1px solid lightgrey; margin:24px;padding:12px;border-radius: 8px; background-color: whitesmoke; filter: drop-shadow(3px 3px darkgray)">
<b>NEWS:</b> We are excited to <a href="/posts/2023-06-06-htmx-github-accelerator/">announce</a> that htmx has been accepted into the first class of the <a href="https://accelerator.github.com/">Github Open Source Accelerator!</a>
<b>NEWS:</b> We are excited to <a href="/posts/2023-06-06-htmx-github-accelerator/">announce</a> that htmx has been accepted into the first class of the <a href="https://accelerator.github.com/">GitHub Open Source Accelerator!</a>
</div>
<h2>introduction</h2>
@ -54,7 +54,7 @@ Read the [docs introduction](@/docs.md#introduction) for a more in-depth... intr
<h2>sponsors <iframe src="https://github.com/sponsors/bigskysoftware/button" title="Sponsor htmx" height="32" width="114" style="border: 1px solid gray; border-radius: 12px; float:right"></iframe></h2>
htmx development can be supported via [Github Sponsors](https://github.com/sponsors/bigskysoftware?o=esb)
htmx development can be supported via [GitHub Sponsors](https://github.com/sponsors/bigskysoftware?o=esb)
Thank you to all our generous <a href="https://github.com/sponsors/bigskysoftware?o=esb">supporters</a>, including:

View File

@ -84,7 +84,7 @@ data: <div>Content to swap into your HTML page.</div>
### Test SSE Server
Htmx includes an SSE test server with many more examples of how to use Server Sent Events. Download the htmx source code from github and navigate to /test/servers/sse to experiment.
Htmx includes an SSE test server with many more examples of how to use Server Sent Events. Download the htmx source code from GitHub and navigate to /test/servers/sse to experiment.
## Notes

View File

@ -44,7 +44,7 @@ Own implementations can be provided by setting `htmx.config.wsReconnectDelay` to
### Test Web Sockets Server
Htmx includes a WebSockets test server with many more examples of how to use Server Sent Events. Download the htmx source code from github and navigate to /test/servers/ws to experiment.
Htmx includes a WebSockets test server with many more examples of how to use Server Sent Events. Download the htmx source code from GitHub and navigate to /test/servers/ws to experiment.
## Notes

View File

@ -85,13 +85,13 @@ This is a valid point: with an MPA-style application your UI interactions are ga
Of course the problem with latency issues is that they can make an app feel laggy. But, like you, we have worked with plenty of laggy SPAs, so we must say the problem isn't neatly solved by simply adopting SPA frameworks. On top of that, optimistically synchronizing data with a server can lead to extremely difficult to understand data consistency issues as well as a significant increase in overall application complexity, a topic we will return to later.
### "Github Has UI Bugs"
### "GitHub Has UI Bugs"
Github does, indeed, have UI bugs. However, none of them are particularly difficult to solve.
GitHub does, indeed, have UI bugs. However, none of them are particularly difficult to solve.
htmx offers multiple ways to [update content beyond the target element](@/examples/update-other-content.md), all of them quite easy and any of which would work to solve the UI consistency issues Mr. Harris points out.
Contrast the Github UI issues with the Instagram UI issues Mr. Harris pointed out earlier: the Instagram issues would
Contrast the GitHub UI issues with the Instagram UI issues Mr. Harris pointed out earlier: the Instagram issues would
require far more sophisticated engineering work to resolve.
## Transitional Applications
@ -167,7 +167,7 @@ unexpected happened: Python took off and, at the same time, javascript flat line
</div>
This trend of javascript peaking in the mid-2010's can be observed [on Github](https://www.benfrederickson.com/ranking-programming-languages-by-github-users/) as well:
This trend of javascript peaking in the mid-2010's can be observed [on GitHub](https://www.benfrederickson.com/ranking-programming-languages-by-github-users/) as well:
<div style="text-align:center">

View File

@ -73,13 +73,13 @@ to the simple [list view/detail view](@/examples/edit-row.md) approach many serv
One area where hypermedia can start to go a little wobbly is when you have UI dependencies that span structural
areas of the screen. A good example of this, and one that often comes up when discussing the hypermedia approach, is the issue
count number shown on the ["Issues" tab](https://github.com/bigskysoftware/htmx/issues) in Github. For a long time,
when you closed an issue on Github, the issue count on the tab did not update properly. Github, in general (although
count number shown on the ["Issues" tab](https://github.com/bigskysoftware/htmx/issues) in GitHub. For a long time,
when you closed an issue on GitHub, the issue count on the tab did not update properly. GitHub, in general (although
not exclusively), uses a hypermedia-style application.
"Ah ha!", exclaims the SPA enthusiast, "See, even GitHub can't get this right!"
Well, Github has fixed the issue, but it does demonstrate a problem with the hypermedia approach: how do you update
Well, GitHub has fixed the issue, but it does demonstrate a problem with the hypermedia approach: how do you update
disjoint parts of the UI cleanly? htmx offers [a few techniques for making this work](@/examples/update-other-content.md),
and Contexte, in their talk, discuss handling this situation very cleanly, using the event approach.

View File

@ -36,7 +36,7 @@ In [May](https://github.com/bigskysoftware/htmx/releases/tag/v0.0.1) htmx reache
who was interested in htmx as a base for his new reactive library, [Sprig](https://putyourlightson.com/plugins/sprig). Ben was willing to be an early adopter of htmx and pushed the library along
much faster than it would have gone otherwise.
I have been very lucky to the have help and feedback from many contributors in [Github](https://github.com/bigskysoftware/htmx/graphs/contributors) and on [Discord](https://htmx.org/discord). I'd like to thank, in particular, [Ben Pate](https://github.com/benpate), [Robert Schroll](https://github.com/rschroll) & [Alejandro Schmeichler](https://github.com/jreviews) for contributing code as well as new ideas and discussions.
I have been very lucky to the have help and feedback from many contributors in [GitHub](https://github.com/bigskysoftware/htmx/graphs/contributors) and on [Discord](https://htmx.org/discord). I'd like to thank, in particular, [Ben Pate](https://github.com/benpate), [Robert Schroll](https://github.com/rschroll) & [Alejandro Schmeichler](https://github.com/jreviews) for contributing code as well as new ideas and discussions.
I would like to thank [Devmode.fm](https://devmode.fm/) for having me on to [talk about htmx](https://devmode.fm/episodes/dynamic-html-with-htmx) and for cleaning up all my "uhhs" and "umms".

View File

@ -22,7 +22,7 @@ I'm pleased to announce the [0.0.7 release](https://unpkg.com/browse/htmx.org@0.
* `view` - allows you to scroll the `top` or `bottom` of the target into view
* The [`hx-push-url`](@/attributes/hx-push-url.md) attribute now can optionally take a URL to push, in addition to `true` and `false`
* Added the [`hx-vars`](@/attributes/hx-vars.md) attribute that allows you to dynamically add to the parameters that will be submitted with a request
* You can now sponsor htmx development via [Github Sponsors](https://github.com/sponsors/bigskysoftware)
* You can now sponsor htmx development via [GitHub Sponsors](https://github.com/sponsors/bigskysoftware)
* A big thanks to our first sponsors!
* <https://github.com/putyourlightson>
* <https://github.com/simosentissi>

View File

@ -1,19 +1,19 @@
+++
title = "htmx is part of the Github Accelerator!"
title = "htmx is part of the GitHub Accelerator!"
date = 2023-06-06
[taxonomies]
tag = ["posts", "announcements"]
+++
We are excited to announce that htmx has been accepted into the first class of the
[Github Open Source Accelerator](https://accelerator.github.com/)! This is a tremendous opportunity to work with and
[GitHub Open Source Accelerator](https://accelerator.github.com/)! This is a tremendous opportunity to work with and
learn from some of the most successful open source developers and projects, and a great chance to get the message
out about hypermedia and htmx.
We plan on using this opportunity to begin work on htmx 2.0 and, we hope, possibly learn how to make working on htmx
a full time job!
Here are some of the other open source projects that we have met through the Github accelerator and that we recommend
Here are some of the other open source projects that we have met through the GitHub accelerator and that we recommend
people check out:
<ul>

View File

@ -5,11 +5,11 @@ template = "talk.html"
[htmx Discord Server](/discord)
[Github Discussions](https://github.com/bigskysoftware/htmx/discussions)
[GitHub Discussions](https://github.com/bigskysoftware/htmx/discussions)
## Feature Requests & Bug Reports
[Github Issues](https://github.com/bigskysoftware/htmx/issues)
[GitHub Issues](https://github.com/bigskysoftware/htmx/issues)
## Social
@ -26,7 +26,7 @@ Email: [htmx@bigsky.software](mailto:htmx@bigsky.software)
<iframe src="https://github.com/sponsors/bigskysoftware/card" title="Sponsor bigskysoftware" height="225" width="600" style="border: 0;"></iframe>
## Github Stars
## GitHub Stars
<iframe style="width:100%;height:auto;min-width:600px;min-height:400px;" src="https://star-history.com/embed?secret=Z2hwX3oybDFUTnBMSTZBaXNhcjFwZmN5UVRnZEFSR3JFdTRPckV2Rw==#bigskysoftware/htmx&bigskysoftware/_hyperscript&Date" frameBorder="0"></iframe>