Skip to content

Commit

Permalink
Migrate pg_bigm hosting from OSDN to GitHub. (#19)
Browse files Browse the repository at this point in the history
Due to frequent access issues with OSDN, the pg_bigm Development Group
decided to officially move hosting from OSDN to GitHub. The previously
prepared GitHub mirror is now the official site.

This commit updates the documentation to fit GitHub style, converting formats
from HTML to Markdown, removing release notes (now on the releases page),
and fixing URLs to point to GitHub instead of OSDN.

Back-patch to pg_bigm 1.0.
  • Loading branch information
MasaoFujii committed May 31, 2024
1 parent ed16759 commit ffc1870
Show file tree
Hide file tree
Showing 10 changed files with 1,055 additions and 1,477 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
# pg_bigm

The pg_bigm module provides full text search capability in [PostgreSQL](https://www.postgresql.org/).
This module allows a user to create **2-gram** (bigram) index for faster full text search.

pg_bigm is released under the [PostgreSQL License](https://opensource.org/licenses/postgresql), a liberal Open Source license, similar to the BSD or MIT licenses.

## Test Status

[![Build Status](https://github.com/pgbigm/pg_bigm/actions/workflows/test.yml/badge.svg)](https://github.com/pgbigm/pg_bigm/actions/workflows/test.yml)

## Documentation

### English
* [Release 1.2](https://pgbigm.github.io/pg_bigm/pg_bigm_en-1-2.html)
* [Release 1.1](https://pgbigm.github.io/pg_bigm/pg_bigm_en-1-1.html)
* [Release 1.0](https://pgbigm.github.io/pg_bigm/pg_bigm_en.html)

* [Release 1.2](docs/pg_bigm_en.md)
* [Release 1.1](../REL1_1_STABLE/docs/pg_bigm_en.md)
* [Release 1.0](../REL1_0_STABLE/docs/pg_bigm_en.md)

### 日本語
* [リリース1.2](https://pgbigm.github.io/pg_bigm/pg_bigm-1-2.html)
* [リリース1.1](https://pgbigm.github.io/pg_bigm/pg_bigm-1-1.html)
* [リリース1.0](https://pgbigm.github.io/pg_bigm/pg_bigm.html)

* [リリース1.2](docs/pg_bigm.md)
* [リリース1.1](../REL1_1_STABLE/docs/pg_bigm.md)
* [リリース1.0](../REL1_0_STABLE/docs/pg_bigm.md)

*****

Copyright (c) 2017-2023, pg_bigm Development Group

Copyright (c) 2012-2016, NTT DATA Corporation
Copyright (c) 2012-2016, NTT DATA Corporation
469 changes: 469 additions & 0 deletions docs/pg_bigm.md

Large diffs are not rendered by default.

Loading

0 comments on commit ffc1870

Please sign in to comment.