Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added GETlang to docs #649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h3 id="projects-using-nearley">Projects using nearley</h3>
parses SQL statements, <a href="https://github.com/oguimbal/pg-mem">pg-mem</a> is an in-memory Postgres database emulator, <a href="https://github.com/appology/resp-parser">resp-parser</a> is
a parser for the RESP protocol, <a href="https://github.com/AntonShan/Celio">celio</a>
parses Celestia star catalogs, <a href="http://haraka.github.io/users/">Haraka</a> is an
SMTP server that powers Craigslist (and others).</p>
SMTP server that powers Craigslist (and others), <a href="https://getlang.dev">GETlang</a> is a query language for extracting data from common web formats.</p>
<p><strong>Templating and files</strong>: <a href="https://github.com/bobbybee/uPresent">uPresent</a> is a
markdown-based presentation authoring system,
<a href="https://github.com/rtsao/saison">saison</a> is a minimal templating language,
Expand Down
2 changes: 1 addition & 1 deletion docs/md/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ OpenSCAD 3D models, [js-sql-parse](https://github.com/justinkenel/js-sql-parse)
parses SQL statements, [pg-mem](https://github.com/oguimbal/pg-mem) is an in-memory Postgres database emulator, [resp-parser](https://github.com/appology/resp-parser) is
a parser for the RESP protocol, [celio](https://github.com/AntonShan/Celio)
parses Celestia star catalogs, [Haraka](http://haraka.github.io/users/) is an
SMTP server that powers Craigslist (and others).
SMTP server that powers Craigslist (and others), [GETlang](https://getlang.dev) is a query language for extracting data from common web formats.

**Templating and files**: [uPresent](https://github.com/bobbybee/uPresent) is a
markdown-based presentation authoring system,
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h3 id="projects-using-nearley">Projects using nearley</h3>
parses SQL statements, <a href="https://github.com/oguimbal/pg-mem">pg-mem</a> is an in-memory Postgres database emulator, <a href="https://github.com/appology/resp-parser">resp-parser</a> is
a parser for the RESP protocol, <a href="https://github.com/AntonShan/Celio">celio</a>
parses Celestia star catalogs, <a href="http://haraka.github.io/users/">Haraka</a> is an
SMTP server that powers Craigslist (and others).</p>
SMTP server that powers Craigslist (and others), <a href="https://getlang.dev">GETlang</a> is a query language for extracting data from common web formats.</p>
<p><strong>Templating and files</strong>: <a href="https://github.com/bobbybee/uPresent">uPresent</a> is a
markdown-based presentation authoring system,
<a href="https://github.com/rtsao/saison">saison</a> is a minimal templating language,
Expand Down