Skip to content

Moving SBS and Russian data out of the repo #108

@Devamitta

Description

@Devamitta

This repository has been forked to dpd-db-sbs, with dpd-db set up as the upstream. All new changes from dbd-db repo will now automatically go to the main branch of new dpd-db-sbs repo, but all work will be done in the sbs branch. This means that I can periodically rebase or merge from the main (synced with upstream) into this sbs branch.

git remote add upstream https://github.com/digitalpalidictionary/dpd-db.git
git remote -v
git fetch upstream

git pull --rebase upstream main
git merge upstream/main

As a result, we can remove all traces of the SBS and Russian tables and exporters from the dbd-db repository:
Folders and files that need to be removed without affecting the main workflow:

  • .github/workflows/ru_release.yml
  • dps/
  • exporter/goldendict/ru_components
  • exporter/kindle/ru_components
  • exporter/webapp/ru_templates

Files and folders need to be refactored so they do not include any RU SBS:

  • db/
  • exporter/deconstructor/deconstructor_exporter.py
  • exporter/goldendict/
  • exporter/grammar_dict/grammar_dict.py
  • exporter/kindle/kindle_exporter.py
  • exporter/tpr/tpr_exporter.py
  • exporter/webapp
  • gui/
  • scripts/build/db_rebuild_from_tsv.py
  • tools/configger.py
  • tools/uposatha_day.py

Metadata

Metadata

Labels

1-refactor1 Type: Refactoring, improvements and maintenance. No change to external behaviour2-deconstructor2 Section: Deconstrucing compounds2-exporter2 Section: Exporting to various formats2-grammar-dict2 Section: Generating grammar dictionary2-webapp2 Section: www.dpdict.net3-html-css-js3 Language: Frontend stuff3-python3 Language: Pythonic stuff

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions