gmodwiki icon indicating copy to clipboard operation
gmodwiki copied to clipboard

A slimmed & improved mirror of the Garry's Mod wiki, with self-hosting

Results 7 gmodwiki issues
Sort by recently updated
recently updated
newest added

Currently, we break each page body down into keywords and then perform a keyword lookup at runtime. This is space/memory efficient, but it's not very robust. For example, `ACT` will...

enhancement
help wanted

I want people to be able to scrape the mirror super easily, even if the main site is down or whatever. Ideally, we could serve a number of different json...

enhancement

In other scrapers, they use a fancy `/page/preview` endpoint that lets them generate lists of all the pages in the category they want. - [ref](https://github.com/NullEnt1ty/gmod-wiki-scraper/blob/master/src/wiki-api-client.ts#L28) - [ref](https://github.com/NullEnt1ty/gmod-wiki-scraper/blob/master/src/wiki-scraper.ts#L178) It would be...

enhancement

Gmodwiki should support Wiki Search Tags: https://wiki.facepunch.com/gmod/Wiki_Search_Tags

enhancement

Tampermonkey script that redirects `wiki.facepunch.com/gmod/` to `gmodwiki.com`

Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4. Commits 05b1ec0 3.1.4 16d6154 fix: prevent proto assignment via implicit string See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dset&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

I really love this project, but there is one thing that makes me sad - data updates only ~once~ twice* every 1 day. Why not move the scrapper to a...