{"id":39983670,"url":"https://github.com/bobbingwide/bigram","last_synced_at":"2026-01-18T23:08:25.531Z","repository":{"id":75256915,"uuid":"58276776","full_name":"bobbingwide/bigram","owner":"bobbingwide","description":"Simply because ... one word won't do","archived":false,"fork":false,"pushed_at":"2024-11-14T16:32:47.000Z","size":2518,"stargazers_count":1,"open_issues_count":34,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T17:31:49.533Z","etag":null,"topics":["bigrams","plugin","wordpress"],"latest_commit_sha":null,"homepage":"https://seriouslybonkers.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobbingwide.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-05-07T17:24:45.000Z","updated_at":"2024-11-14T16:32:48.000Z","dependencies_parsed_at":"2023-12-11T18:30:31.954Z","dependency_job_id":"a5b898c9-986d-4918-9702-d02dadc628d4","html_url":"https://github.com/bobbingwide/bigram","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/bobbingwide/bigram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fbigram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fbigram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fbigram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fbigram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbingwide","download_url":"https://codeload.github.com/bobbingwide/bigram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbingwide%2Fbigram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28553070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigrams","plugin","wordpress"],"created_at":"2026-01-18T23:08:25.476Z","updated_at":"2026-01-18T23:08:25.522Z","avatar_url":"https://github.com/bobbingwide.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bigram \n![banner](assets/bigram-banner-772x250.jpg)\n* Contributors: bobbingwide\n* Donate link: https://www.oik-plugins.com/oik/oik-donate/\n* Tags: specific, behaviour\n* Requires at least: 4.5.2\n* Tested up to: 6.7\n* Stable tag: 0.7.1\n* License: GPLv2 or later\n* License URI: http://www.gnu.org/licenses/gpl-2.0.html\n\n## Description \nWhen one word won't do.\n\nThe bigram WordPress plugin has \"specific behaviour\".\n\nIts purpose is to make it easy to gather all instances of the bigrams\nwhich are pairs of words where the first word starts with an 'S'\nand the second word starts with a 'B'.\n\nIt's only needed on the website seriouslybonkers.com\n\nBut the code itself could be quite educational since it tries to do things in WordPress\nthat you might not normally attempt.\n\nThis plugin delivers blocks for use in the SB ( Second Byte ) theme:\n\n- bigram/seen-before\n- bigram/search-banter\n- bigram/reactsb\n\n\n## Installation \n1. Upload the contents of the bigram plugin to the `/wp-content/plugins/bigram' directory\n1. Activate the bigram plugin through the 'Plugins' menu in WordPress\n\n## Frequently Asked Questions \n# What's a bigram? \n\nA bigram or digram is a sequence of two adjacent elements from a string of tokens, which are typically letters, syllables, or words.\nA bigram is an n-gram for n=2.\n\n* See [Wikipedia: Bigram](https://en.wikipedia.org/wiki/Bigram)\n\n# Is 'skipping bigrams' in the list? \nYes, it is now.\n\n# Why SB? \nSee the website.\n\n# How are the CPT's created? \nThe custom post type used is 'bigram'.\nThe attachments post type has also been customised.\n\nThe custom taxonomies are:\n- s-word for the word beginning with S\n- b-word for the word beginning with B\n- synthesised-by - the name of the image generation routine\n\nThe above taxonomies, as well as the default Category, are attached to both bigrams and attachments.\n\nOther custom taxonomies for the bigram CPT are:\n\n- s-letter for the second letter of the S-word\n- b-letter for the second letter of the B-word\n- supplied-by - the name of the person who supplied the SB\n\nWe don't really use posts.\n\n# What themes are supported? \nI'm developing an FSE theme called SB ( Second Byte ) to replace the genesis-SB theme ( Specially Built )\nthat was used in 2018.\n\nThe site was originally put together with TwentyFourteen.\n\nIt then suffered briefly with an Artisteer theme ( sb0515 ); used for styling basics.\n\nAnd some bits were cribbed from Pictorico... but they didn't work well on tablets or smart phones.\n\n\n## Screenshots \n1. None yet\n\n## Upgrade Notice \n# 0.7.1 \nAdds the SB link logic for verse and table blocks.\n\n## Changelog \n# 0.7.1 \n* Fixed: Add missing end spann in bigram_block_dynamic_block() #49\n* Changed: Add SB link logic for verse and table blocks #44\n* Tested: With WordPress 6.7\n* Tested: PHP 8.3\n* Tested: With PHPUnit 9.6\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbingwide%2Fbigram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbingwide%2Fbigram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbingwide%2Fbigram/lists"}