diff --git a/en/.doctrees/annexe_db_scheme.doctree b/en/.doctrees/annexe_db_scheme.doctree index 3ed9074..5115d38 100644 Binary files a/en/.doctrees/annexe_db_scheme.doctree and b/en/.doctrees/annexe_db_scheme.doctree differ diff --git a/en/.doctrees/cmd_mode.doctree b/en/.doctrees/cmd_mode.doctree index c5af779..098994c 100644 Binary files a/en/.doctrees/cmd_mode.doctree and b/en/.doctrees/cmd_mode.doctree differ diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index 02835eb..c9d34eb 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/raccourcis.doctree b/en/.doctrees/raccourcis.doctree index e9547d2..48a64d2 100644 Binary files a/en/.doctrees/raccourcis.doctree and b/en/.doctrees/raccourcis.doctree differ diff --git a/en/_sources/annexe_db_scheme.rst.txt b/en/_sources/annexe_db_scheme.rst.txt index 232ff75..0ca8159 100644 --- a/en/_sources/annexe_db_scheme.rst.txt +++ b/en/_sources/annexe_db_scheme.rst.txt @@ -23,3 +23,14 @@ La version 1.1.0 de la base de données ajoute la table suivante : Les autres tables restent inchangées par rapport à la version 1.0.0. Pour migrer la base de données de la version 1.0.0 à la version 1.1.0, exécutez la commande ``migrate_from_1_0_to_1_1`` dans blunderDB. + +Version 1.2.0 +------------- + +La version 1.2.0 de la base de données ajoute la table suivante : + +- **filter_library** : Stocke les filtres de recherche avec les colonnes `id` (clé primaire), `name` (nom du filtre), et `command` (commande associée au filtre). + +Les autres tables restent inchangées par rapport à la version 1.1.0. + +Pour migrer la base de données de la version 1.1.0 à la version 1.2.0, exécutez la commande ``migrate_from_1_1_to_1_2`` dans blunderDB. diff --git a/en/_sources/cmd_mode.rst.txt b/en/_sources/cmd_mode.rst.txt index 7c1a549..ec7a063 100644 --- a/en/_sources/cmd_mode.rst.txt +++ b/en/_sources/cmd_mode.rst.txt @@ -44,6 +44,7 @@ Mode NORMAL "[number]", "Aller à la position d'indice indiqué." "list, l", "Afficher l'analyse de la position courante." "comment, co", "Afficher/écrire des commentaires." + "filter, fl", "Afficher/cacher la bibliothèque de filtres." "#tag1 tag2 ...", "Etiqueter la position courante." "e", "Charger toutes les positions de la base de données." @@ -200,3 +201,4 @@ Commandes diverses "clear, cl", "Efface l'historique des commandes." "migrate_from_1_0_to_1_1", "Migre la base de données de la version 1.0 à la version 1.1." + "migrate_from_1_1_to_1_2", "Migre la base de données de la version 1.1 à la version 1.2." diff --git a/en/_sources/raccourcis.rst.txt b/en/_sources/raccourcis.rst.txt index 2b361c1..8e953e3 100644 --- a/en/_sources/raccourcis.rst.txt +++ b/en/_sources/raccourcis.rst.txt @@ -45,6 +45,7 @@ Mode NORMAL "CTRL-P", "Afficher/cacher les commentaires." "CTRL-G", "Afficher les métadonnées de la position." "CTRL-R", "Recharger toutes les positions de la base de données." + "CTRL-B", "Afficher/cacher la bibliothèque de filtres." .. _raccourcis_edit: diff --git a/en/annexe_db_scheme.html b/en/annexe_db_scheme.html index 5aa0413..5bc8af0 100644 --- a/en/annexe_db_scheme.html +++ b/en/annexe_db_scheme.html @@ -57,6 +57,7 @@
  • 9. Annex: Database Schema
  • @@ -105,6 +106,15 @@

    9.2. Version 1.1.0The other tables remain unchanged from version 1.0.0.

    To migrate the database from version 1.0.0 to version 1.1.0, execute the command migrate_from_1_0_to_1_1 in blunderDB.

    +
    +

    9.3. Version 1.2.0

    +

    Version 1.2.0 of the database adds the following table:

    + +

    The other tables remain unchanged from version 1.1.0.

    +

    To migrate the database from version 1.1.0 to version 1.2.0, execute the command migrate_from_1_1_to_1_2 in blunderDB.

    +
    diff --git a/en/cmd_mode.html b/en/cmd_mode.html index c725378..21c122a 100644 --- a/en/cmd_mode.html +++ b/en/cmd_mode.html @@ -179,10 +179,13 @@

    comment, co

    Show/write comments.

    -

    #tag1 tag2 …

    +

    filter, fl

    +

    Show/hide the filter library.

    + +

    #tag1 tag2 …

    Tag the current position.

    -

    e

    +

    e

    Load all positions from the database.

    @@ -489,6 +492,9 @@

    migrate_from_1_0_to_1_1

    Migrate the database from version 1.0 to version 1.1.

    +

    migrate_from_1_1_to_1_2

    +

    Migrate the database from version 1.1 to version 1.2.

    + diff --git a/en/index.html b/en/index.html index 29da481..b3bb3cb 100644 --- a/en/index.html +++ b/en/index.html @@ -210,6 +210,7 @@

    Table of contents9. Annex: Database Schema diff --git a/en/raccourcis.html b/en/raccourcis.html index 185b0b8..3516dbd 100644 --- a/en/raccourcis.html +++ b/en/raccourcis.html @@ -181,6 +181,9 @@

    CTRL-R

    Reload all the positions from the database.

    +

    CTRL-B

    +

    Show/hide the filter library.

    + diff --git a/en/searchindex.js b/en/searchindex.js index d07ef3a..4201175 100644 --- a/en/searchindex.js +++ b/en/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Acknowledgments": [[6, "remerciements"]], "Add a position to the database": [[5, "ajouter-une-position-a-la-base-de-donnees"]], "Annex: Database Schema": [[0, null]], "Authorization to Run blunderDB": [[1, "autorisation-de-l-execution-de-blunderdb"]], "COMMAND mode": [[7, "le-mode-command"]], "COMMAND mode.": [[8, "mode-command"]], "Can I modify, copy, share blunderDB?": [[4, "puis-je-modifier-copier-partager-blunderdb"]], "Contact": [[6, "contacts"]], "Create a new database": [[5, "creer-une-nouvelle-base-de-donnees"]], "Delete a position": [[5, "supprimer-une-position"]], "Description of the interface": [[7, "description-de-l-interface"]], "Display the analysis of a position imported from XG": [[5, "afficher-l-analyse-d-une-position-importee-depuis-xg"]], "Donate": [[6, "faire-un-don"]], "Download and Installation": [[9, null]], "EDIT Mode": [[3, "mode-edit"]], "EDIT mode": [[7, "le-mode-edit"], [8, "mode-edit"]], "Edit a position": [[5, "editer-une-position"]], "Export a position to XG": [[5, "exporter-une-position-vers-xg"]], "Frequently Asked Questions (FAQ)": [[4, null]], "General": [[8, "general"]], "Global operations": [[3, "operations-globales"]], "How to save the state of the current database?": [[4, "comment-sauvegarder-la-base-de-donnees-courante"]], "Import a position from XG": [[5, "import-une-position-depuis-xg"]], "Installation of blunderDB": [[1, "installation-de-blunderdb"]], "Keyboard shortcuts": [[8, null]], "List of commands": [[3, null]], "Mac Annex: Possible Blocking of blunderDB": [[1, null]], "Manual": [[7, null]], "NORMAL Mode": [[3, "mode-normal"]], "NORMAL mode": [[7, "le-mode-normal"]], "NORMAL mode.": [[8, "mode-normal"]], "On which platforms does blunderDB run?": [[4, "sur-quelles-plateformes-blunderdb-fonctionne-t-il"]], "Open an existing database": [[5, "ouvrir-une-base-de-donnee-existante"]], "Search Filters": [[3, "filtres-de-recherche"]], "Search for positions based on criteria": [[5, "rechercher-des-positions-selon-des-criteres"]], "Table of contents": [[6, "sommaire"]], "Tag a position": [[5, "etiqueter-une-position"]], "User Guide": [[5, null]], "Various commands": [[3, "commandes-diverses"]], "Version 1.0.0": [[0, "version-1-0-0"]], "Version 1.1.0": [[0, "version-1-1-0"]], "Version history": [[6, "historique-des-versions"]], "View the different positions": [[5, "visualiser-les-differentes-positions"]], "What data format does blunderDB use?": [[4, "quel-format-de-donnees-utilise-blunderdb"]], "What is the purpose of blunderDB?": [[4, "quel-est-l-utilite-de-blunderdb"]], "What is the software architecture of blunderDB?": [[4, "quel-est-l-architecture-logicielle-de-blunderdb"]], "What motivated the creation of blunderDB?": [[4, "qu-est-ce-qui-a-motive-la-creation-de-blunderdb"]], "What were the design principles of blunderDB?": [[4, "quelles-ont-ete-les-principes-de-conception-de-blunderdb"]], "Where does the blunderDB icon come from?": [[4, "d-ou-vient-l-icone-de-blunderdb"]], "Windows Annex: False Detection of blunderDB as Malware": [[2, null]], "Windows Defender Blocking": [[2, "blocage-windows-defender"]], "Windows SmartScreen Warning": [[2, "avertissement-windows-smartscreen"]], "blunderDB": [[6, null]]}, "docnames": ["annexe_db_scheme", "annexe_mac_securite", "annexe_windows_securite", "cmd_mode", "faq", "guide_utilisateur", "index", "manuel", "raccourcis", "telecharge_install"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["annexe_db_scheme.rst", "annexe_mac_securite.rst", "annexe_windows_securite.rst", "cmd_mode.rst", "faq.rst", "guide_utilisateur.rst", "index.rst", "manuel.rst", "raccourcis.rst", "telecharge_install.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 3, 5, 6, 8], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9], "1": [3, 5, 6], "10": [2, 3], "11": 2, "12": 3, "18": 3, "19": 3, "2": [3, 5, 6, 7], "20": 3, "2024": 6, "2025": 6, "24": 3, "27": 6, "3": [3, 6, 7], "31": 6, "3182": 2, "4": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "5": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "50": 3, "6": [3, 6], "60": 3, "7": [3, 9], "70": 3, "8": 9, "A": [1, 5], "As": 1, "For": [2, 3, 4, 5, 6, 9], "If": [1, 2, 5, 6, 7, 8, 9], "In": [2, 3, 4, 5, 7], "It": [2, 4, 7, 9], "Its": [4, 6], "No": [3, 4, 9], "On": [6, 9], "The": [0, 1, 2, 3, 4, 5, 6, 7, 9], "Then": 2, "There": 7, "To": [0, 3, 5, 7], "With": 4, "abil": 4, "abl": 6, "about": [7, 9], "absenc": 4, "absolut": 4, "account": 3, "action": [3, 7, 8, 9], "activ": 7, "ad": [6, 7], "add": [0, 2, 6, 7, 8], "addit": [3, 5, 6], "addition": 4, "address": 6, "advanc": 5, "adventur": 6, "after": [1, 2, 3, 5, 6, 7, 9], "afterward": 1, "aggreg": [4, 6], "ahead": 3, "all": [3, 4, 6, 7, 8], "allow": [2, 4, 5, 7], "along": 5, "alreadi": [1, 9], "also": [6, 9], "am": [1, 2], "an": [1, 2, 3, 6, 7, 8, 9], "analys": 0, "analysi": [0, 3, 6, 7, 8], "analyz": 5, "ani": [4, 5, 6, 7, 9], "ann": 6, "annex": 6, "annot": 7, "annual": 1, "anoth": 4, "answer": 6, "anywai": 2, "appear": 1, "appl": 1, "appli": 2, "applic": [1, 2, 4, 6], "appreci": 6, "ar": [5, 6, 7], "arbitrarili": [3, 6], "architectur": 6, "archiv": 2, "area": [5, 7], "ask": 6, "assign": 5, "associ": [0, 5, 7], "attempt": [2, 6], "author": 6, "automat": 6, "avail": [4, 5, 7, 9], "b": 3, "backcheck": [3, 4], "backend": 4, "backgam": 4, "backgammon": [3, 4, 5, 6, 7], "backspac": [5, 8], "bar": [5, 7], "base": [3, 4, 6, 7], "bearoff": 5, "been": 5, "befor": 3, "behind": 3, "below": [1, 3], "best": [3, 5], "beta": 6, "between": [3, 4, 6], "blitz": 4, "block": [6, 9], "blog": 2, "blot": [3, 6], "blunder": 4, "blunderdb": [0, 3, 5, 7, 8, 9], "bo": 3, "board": [4, 5, 7, 8], "both": 4, "bottom": 7, "box": 3, "brows": 8, "bug": 6, "bui": 6, "button": 5, "bx": 3, "bypass": [1, 2, 9], "c": [3, 5, 8], "can": [1, 3, 5, 6, 7, 9], "case": 7, "catalog": [4, 6], "categori": 4, "caught": 6, "caus": 6, "certain": [2, 4], "certif": 2, "certifi": [1, 2], "certificat": 2, "chanc": [3, 4, 5], "chang": 6, "check": 3, "checker": [3, 4, 5, 7], "cheer": 6, "chess": 4, "chessbas": 4, "chmod": 9, "choic": 4, "choos": 5, "cl": 3, "clair": 6, "classif": 4, "clear": [3, 5, 8], "click": [1, 2, 5], "clipboard": 8, "close": [3, 8], "co": 3, "code": [2, 4, 6], "column": 0, "com": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "combin": [3, 4, 6], "come": 6, "command": [0, 4, 5, 6, 9], "command_histori": 0, "comment": [0, 3, 6, 7, 8], "common": 4, "compani": [1, 2], "companion": 6, "compar": [1, 3], "compos": 7, "comprehens": 5, "concern": 1, "configur": 3, "confirm": 5, "consequ": 2, "consid": [3, 4, 5], "construct": 6, "consult": 9, "contact": 3, "contain": [0, 3, 4], "continu": 6, "conveni": 4, "copi": 6, "correct": 6, "correspond": [5, 7, 9], "cost": [2, 5], "costli": [1, 2], "could": 4, "count": 7, "creat": [3, 4, 6, 7, 8], "creation": 6, "criteria": [4, 6], "cross": 4, "ctrl": [5, 8], "cu": 3, "cub": 3, "cube": [3, 4, 5, 6, 7], "current": [3, 5, 6, 7, 8], "d": [3, 5], "da5ppzm9en": 6, "data": [0, 6, 7], "databas": [3, 6, 7, 8], "date": [0, 3, 6], "daughter": 6, "db": [5, 7], "dd": 3, "de": 2, "dear": 6, "debug": 6, "decad": 6, "decemb": 6, "decis": [3, 5, 6, 7], "decreas": 5, "dedic": [6, 7], "default": [3, 7], "defend": 6, "defin": 7, "del": [3, 5, 8], "delet": [3, 6, 7, 8], "describ": [6, 7], "descript": 6, "design": [5, 6], "desktop": 4, "despit": 6, "detect": 6, "dev": 2, "develop": [1, 2, 6], "dice": [3, 5, 7], "die": 5, "differ": [3, 4, 6, 7], "difficulti": 4, "digit": [1, 2], "directli": 5, "discord": 6, "discuss": 6, "displai": [2, 3, 6, 7], "distribut": [2, 7], "do": [1, 2, 7], "doc": 2, "document": [6, 9], "doe": [5, 6], "done": 5, "doubl": [3, 5], "down": [2, 5, 8], "download": [0, 1, 2, 3, 4, 5, 6, 7, 8], "dp": 3, "drag": 1, "drink": 6, "dt": 3, "dure": 3, "e": 3, "each": [5, 7], "edit": [4, 6], "editor": 4, "effici": 6, "either": 7, "email": 6, "emoticon": 4, "empti": [5, 8], "en": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "enabl": [4, 6], "encapsul": 4, "encount": [4, 6], "end": 5, "endpoint": 5, "enrol": 1, "enter": [5, 7, 8], "entir": [1, 2], "equiti": [3, 5], "error": 5, "esc": 8, "especi": [6, 7], "et": 2, "etc": 4, "euro": 2, "ev": 2, "even": [1, 2], "ex": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "exampl": [2, 3, 4, 5], "exclud": 2, "exclus": 2, "execut": [0, 1, 2, 5, 7, 8, 9], "exist": [3, 6, 7, 8], "exit": [7, 8], "experi": 6, "explain": [1, 2, 6], "explan": 9, "explicit": [4, 7], "explicitli": [2, 3], "export": [6, 8], "extend": [2, 3], "extens": 5, "extern": 2, "extrem": 7, "f": [5, 8], "face": 5, "facilit": 4, "fals": 6, "familiar": 7, "fantast": 6, "faq": [2, 6], "februari": 6, "fee": 1, "feedback": 6, "feel": 6, "few": 6, "file": [1, 2, 3, 4, 5, 7, 8], "filter": [5, 6, 7], "final": 5, "find": [1, 6], "finder": 1, "first": [5, 8, 9], "five": 5, "fix": 6, "flexibl": 4, "folder": 4, "follow": [0, 1, 2, 6, 7], "foreign": 0, "forgotten": 4, "format": [0, 6, 9], "fr": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "free": [1, 2, 4, 6], "freedom": 4, "freeli": 7, "frequent": 6, "friend": 6, "from": [0, 2, 3, 6, 7, 8], "frontend": 4, "function": [6, 7], "futur": 6, "g": [3, 8], "game": [4, 6], "gammon": [3, 4, 5, 7], "gather": 7, "gener": [6, 7], "get": 7, "gg": 6, "github": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "give": 4, "given": 4, "global": 6, "go": [1, 2, 3, 4, 5], "goggl": 4, "golang": 2, "gradual": 7, "graphic": [4, 7, 9], "great": [4, 6], "greater": 3, "guid": 6, "gv": 6, "gv1": 3, "gv2": 3, "gv4": 3, "gx": 3, "h": [3, 8], "ha": [3, 5, 6, 7], "harmand": 6, "have": [1, 5, 6, 9], "he": [3, 6], "help": [3, 6, 7, 8], "here": 6, "hero": 6, "hesit": 9, "hide": 8, "histori": [0, 3, 8], "hold": [4, 5], "home": 5, "hope": 4, "how": [6, 9], "howev": [4, 6], "http": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "hundr": 2, "i": [1, 2, 3, 5, 6, 7, 8, 9], "icon": 6, "id": 0, "ie_fr": 2, "ignor": 3, "immedi": [4, 7], "impli": 3, "import": [3, 6, 8], "improv": 6, "increas": 5, "independ": [1, 2], "index": [3, 7], "indic": [5, 7], "info": 2, "inform": [4, 5, 7], "initi": [4, 6], "input": 5, "insert": 5, "inspir": 4, "instal": [4, 6], "instanc": [2, 6], "interact": 7, "interest": 4, "interfac": [4, 6, 9], "introduc": 6, "introduct": [5, 6], "issu": [2, 6], "its": 6, "j": 8, "jan": [3, 6], "januari": 6, "jb": 3, "jbx": 3, "joi": 6, "join": 6, "json": 0, "juxtapos": 3, "k": [3, 8], "k2": 3, "kazaross": 3, "kei": [0, 5, 7], "kevung": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "keyboard": [5, 6], "kind": 6, "known": 2, "kx": 3, "k\u00e9vin": 6, "l": [3, 5, 8], "languag": 4, "last": [3, 5, 8], "latest": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "launch": 2, "learn": 2, "least": [3, 5], "led": 4, "left": [5, 7, 8], "less": 3, "let": 5, "level": [4, 5, 7], "li": 4, "librari": [4, 5, 7], "licens": [4, 9], "lightweight": 4, "like": [1, 2, 4, 6, 9], "line": 5, "linux": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "list": [5, 6, 7], "littl": 6, "load": [3, 5], "locat": [3, 5], "long": [3, 7], "lot": 6, "m": 3, "mac": [4, 6, 9], "maco": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "mai": [2, 9], "main": [6, 7], "make": 6, "malwar": 6, "manag": [2, 4], "manual": 6, "match": [3, 6], "maxim": 5, "me": [4, 6], "mean": 5, "meet": [3, 5, 6], "membership": 1, "mention": [2, 3], "messag": [2, 7], "met": 3, "meta": 3, "metadata": [0, 3, 6, 8], "method": 5, "microsoft": 2, "middl": 7, "migrat": [0, 3], "migrate_from_1_0_to_1_1": [0, 3], "millipoint": 3, "mirror": [3, 6], "mistak": 6, "mit": [4, 9], "mm": 3, "modal": [4, 7], "mode": [5, 6], "modifi": [6, 7], "more": [2, 4, 7], "most": [3, 6], "motiv": 6, "mous": [5, 7], "move": [3, 5, 6], "multipl": 4, "must": [1, 3], "my": [4, 6], "n": [3, 5, 8], "name": 5, "nativ": [4, 9], "natur": 6, "navig": [2, 5, 7, 8], "nc": 3, "nd": 3, "ne": 3, "necessari": [4, 5, 7], "necessarili": 3, "need": [1, 4], "new": [3, 6, 7, 8], "next": 8, "nicola": 6, "non": 6, "normal": [4, 5, 6], "now": 2, "number": [3, 6, 7], "o": [3, 5, 8], "obtain": [2, 5, 6], "off": 3, "offer": [2, 9], "offici": 2, "offlin": 9, "old": 4, "onc": 1, "one": [3, 7], "onli": [1, 7], "onlin": 6, "op": 3, "open": [1, 2, 3, 4, 6, 8], "oper": [1, 2, 4, 6, 7, 9], "oppon": [3, 5], "option": [1, 2, 7], "order": 5, "organ": 4, "orient": 8, "other": [0, 7], "our": 6, "out": 6, "outfield": [3, 6], "outsid": 5, "over": 6, "owner": 7, "ox": 3, "p": [3, 8], "p50": 3, "pagedown": 8, "pageup": 8, "pai": 1, "panel": 7, "paramet": 3, "partner": 6, "pass": 3, "past": 6, "path": 5, "pattern": [3, 6], "pattern1": 3, "pattern2": 3, "paypal": 6, "pdf": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "perfect": 4, "perform": [1, 7], "perrin": 6, "person": [4, 6], "pick": 5, "pip": [3, 7], "place": [2, 5, 6], "plai": [6, 7], "platform": 6, "player": [3, 4, 5, 6, 7], "pleasur": 6, "point": [3, 5], "poor": 6, "posit": [0, 2, 3, 4, 6, 7, 8], "position_id": 0, "possibl": [6, 7, 9], "postmanpat": 6, "potenti": [1, 2, 9], "power": [4, 7], "practic": [5, 6], "present": [6, 9], "press": [5, 7], "presuppos": 4, "prevent": 2, "previou": [2, 5, 8], "previous": 5, "primari": 0, "prime": 5, "principl": 6, "priori": 4, "product": 4, "program": [1, 2, 4], "project": 2, "protect": 2, "proton": 6, "provid": [5, 6, 7], "publish": [1, 2], "pull": 6, "purpos": 6, "pursu": [1, 2], "px": 3, "q": [3, 8], "quarantin": 2, "queri": [3, 4, 7, 8], "question": 6, "quickli": [5, 6], "quit": [3, 4], "r": 8, "race": [3, 4], "reach": 6, "receiv": 6, "recommend": [2, 7], "refer": [4, 6, 7], "referenc": 0, "rel": 3, "relat": 7, "releas": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "reload": 8, "remain": 0, "remil": 6, "remov": 2, "render": [4, 9], "repositori": 4, "repres": 7, "request": [4, 5, 6], "requir": [1, 2, 5, 7, 9], "reserv": 9, "respect": 5, "respons": 4, "restrict": 1, "result": [1, 5, 7], "retriev": 4, "review": 6, "reward": 6, "right": [1, 5, 7, 8], "risk": 1, "roll": 3, "run": [2, 6, 9], "same": 5, "save": [3, 5, 6, 7], "sc": 3, "scan": 2, "schema": 6, "sco": 3, "score": [3, 4, 5, 7], "scroll": [2, 7], "search": [6, 7, 8], "section": [1, 2, 5, 6, 7, 9], "secur": 2, "see": [2, 4, 5, 7, 9], "seem": 4, "select": [1, 2, 5], "send": 5, "sent": 7, "separ": 5, "seri": 4, "serial": 4, "server": 6, "set": [2, 5, 7], "sever": [2, 6], "share": [1, 6], "she": 6, "shortcut": [5, 6, 7], "should": 6, "show": [3, 6, 8], "signatur": 2, "simpl": [4, 5], "sinc": [1, 2, 6], "singl": [4, 6, 9], "size": 6, "small": 6, "smartscreen": 6, "smirc": 4, "smooth": 7, "so": 6, "softwar": [1, 2, 6, 7], "some": [2, 4], "sort": 4, "space": [5, 7, 8], "spar": 6, "specif": 2, "specifi": 3, "spend": 6, "sqlite": 4, "standalon": 4, "start": [1, 2, 3, 5], "state": [0, 6, 7], "statu": 7, "step": [1, 2], "store": [0, 2, 4, 7], "strength": [4, 6], "structur": [3, 4, 5, 6, 7], "submit": 7, "suggest": 6, "suitabl": 4, "support": [1, 6], "svelt": 4, "switch": [5, 7, 8], "system": [1, 2, 9], "t": [3, 4], "tab": [5, 7, 8], "tabl": [0, 3], "tag": [3, 4, 6, 7], "tag1": 3, "tag2": 3, "take": 3, "takepoint": 3, "tend": 4, "termin": 9, "text": [0, 3, 4, 8], "than": 3, "thank": 6, "thei": 7, "them": [2, 6, 7], "themat": 4, "therefor": 2, "thi": [1, 2, 4, 5, 6, 7, 9], "those": 5, "threat": 2, "through": [1, 7], "thu": 4, "ticket": 2, "time": [0, 6], "timestamp": 0, "tool": 4, "toolbar": [5, 7], "top": 7, "toto": 5, "tournament": 6, "tp": 6, "tp2": 3, "tp2_last": 3, "tp2_live": 3, "tp4": 3, "tp4_last": 3, "tp4_live": 3, "tri": 1, "trigger": 2, "tristan": 6, "trust": 2, "try": 2, "turn": [2, 7], "tx": 3, "txt": [3, 8], "type": [2, 3, 4, 5, 7], "u": [2, 8], "unchang": 0, "under": [2, 4, 6, 9], "understand": [6, 9], "unger": 6, "unsur": 5, "up": [5, 8], "updat": [3, 4, 8], "upon": 4, "us": [1, 5, 6, 7, 9], "user": [4, 6, 7, 9], "usernam": 6, "v": [5, 8], "valid": [2, 4, 7], "valu": [0, 3, 5, 7], "variou": [4, 6, 7], "veri": [2, 4, 6], "version": [3, 9], "via": [2, 3, 6], "view": [6, 7], "vim": 4, "viru": 2, "vscode": 2, "w": [3, 5], "wai": [4, 5, 6], "wail": 4, "want": [2, 4, 6], "warn": [1, 6], "we": 6, "websit": 2, "webview2": 9, "welcom": 6, "well": [5, 6], "were": 6, "weren": 4, "what": 6, "when": 2, "where": [3, 5, 6, 9], "which": [2, 6, 7], "who": 5, "why": 9, "wife": 6, "win": [3, 4, 5], "window": [0, 1, 3, 4, 5, 6, 7, 8, 9], "wish": [1, 2], "without": [1, 4], "wonder": 6, "word": 3, "word1": 3, "word2": 3, "would": 6, "wr": 3, "write": 3, "wx": 3, "x": [3, 9], "xg": [6, 7, 8], "xg2": 3, "y": [3, 9], "ye": 4, "you": [1, 2, 5, 6, 7, 9], "your": [1, 6, 9], "yyyi": 3, "z": [3, 9], "zip": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "zone": [3, 4], "zx": 3}, "titles": ["9. Annex: Database Schema", "8. Mac Annex: Possible Blocking of blunderDB", "7. Windows Annex: False Detection of blunderDB as Malware", "4. List of commands", "6. Frequently Asked Questions (FAQ)", "3. User Guide", "blunderDB", "2. Manual", "5. Keyboard shortcuts", "1. Download and Installation"], "titleterms": {"0": 0, "1": 0, "On": 4, "acknowledg": 6, "add": 5, "an": 5, "analysi": 5, "annex": [0, 1, 2], "architectur": 4, "ask": 4, "author": 1, "base": 5, "block": [1, 2], "blunderdb": [1, 2, 4, 6], "can": 4, "come": 4, "command": [3, 7, 8], "contact": 6, "content": 6, "copi": 4, "creat": 5, "creation": 4, "criteria": 5, "current": 4, "data": 4, "databas": [0, 4, 5], "defend": 2, "delet": 5, "descript": 7, "design": 4, "detect": 2, "differ": 5, "displai": 5, "doe": 4, "donat": 6, "download": 9, "edit": [3, 5, 7, 8], "exist": 5, "export": 5, "fals": 2, "faq": 4, "filter": 3, "format": 4, "frequent": 4, "from": [4, 5], "gener": 8, "global": 3, "guid": 5, "histori": 6, "how": 4, "i": 4, "icon": 4, "import": 5, "instal": [1, 9], "interfac": 7, "keyboard": 8, "list": 3, "mac": 1, "malwar": 2, "manual": 7, "mode": [3, 7, 8], "modifi": 4, "motiv": 4, "new": 5, "normal": [3, 7, 8], "open": 5, "oper": 3, "platform": 4, "posit": 5, "possibl": 1, "principl": 4, "purpos": 4, "question": 4, "run": [1, 4], "save": 4, "schema": 0, "search": [3, 5], "share": 4, "shortcut": 8, "smartscreen": 2, "softwar": 4, "state": 4, "tabl": 6, "tag": 5, "us": 4, "user": 5, "variou": 3, "version": [0, 6], "view": 5, "warn": 2, "were": 4, "what": 4, "where": 4, "which": 4, "window": 2, "xg": 5}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Acknowledgments": [[6, "remerciements"]], "Add a position to the database": [[5, "ajouter-une-position-a-la-base-de-donnees"]], "Annex: Database Schema": [[0, null]], "Authorization to Run blunderDB": [[1, "autorisation-de-l-execution-de-blunderdb"]], "COMMAND mode": [[7, "le-mode-command"]], "COMMAND mode.": [[8, "mode-command"]], "Can I modify, copy, share blunderDB?": [[4, "puis-je-modifier-copier-partager-blunderdb"]], "Contact": [[6, "contacts"]], "Create a new database": [[5, "creer-une-nouvelle-base-de-donnees"]], "Delete a position": [[5, "supprimer-une-position"]], "Description of the interface": [[7, "description-de-l-interface"]], "Display the analysis of a position imported from XG": [[5, "afficher-l-analyse-d-une-position-importee-depuis-xg"]], "Donate": [[6, "faire-un-don"]], "Download and Installation": [[9, null]], "EDIT Mode": [[3, "mode-edit"]], "EDIT mode": [[7, "le-mode-edit"], [8, "mode-edit"]], "Edit a position": [[5, "editer-une-position"]], "Export a position to XG": [[5, "exporter-une-position-vers-xg"]], "Frequently Asked Questions (FAQ)": [[4, null]], "General": [[8, "general"]], "Global operations": [[3, "operations-globales"]], "How to save the state of the current database?": [[4, "comment-sauvegarder-la-base-de-donnees-courante"]], "Import a position from XG": [[5, "import-une-position-depuis-xg"]], "Installation of blunderDB": [[1, "installation-de-blunderdb"]], "Keyboard shortcuts": [[8, null]], "List of commands": [[3, null]], "Mac Annex: Possible Blocking of blunderDB": [[1, null]], "Manual": [[7, null]], "NORMAL Mode": [[3, "mode-normal"]], "NORMAL mode": [[7, "le-mode-normal"]], "NORMAL mode.": [[8, "mode-normal"]], "On which platforms does blunderDB run?": [[4, "sur-quelles-plateformes-blunderdb-fonctionne-t-il"]], "Open an existing database": [[5, "ouvrir-une-base-de-donnee-existante"]], "Search Filters": [[3, "filtres-de-recherche"]], "Search for positions based on criteria": [[5, "rechercher-des-positions-selon-des-criteres"]], "Table of contents": [[6, "sommaire"]], "Tag a position": [[5, "etiqueter-une-position"]], "User Guide": [[5, null]], "Various commands": [[3, "commandes-diverses"]], "Version 1.0.0": [[0, "version-1-0-0"]], "Version 1.1.0": [[0, "version-1-1-0"]], "Version 1.2.0": [[0, "version-1-2-0"]], "Version history": [[6, "historique-des-versions"]], "View the different positions": [[5, "visualiser-les-differentes-positions"]], "What data format does blunderDB use?": [[4, "quel-format-de-donnees-utilise-blunderdb"]], "What is the purpose of blunderDB?": [[4, "quel-est-l-utilite-de-blunderdb"]], "What is the software architecture of blunderDB?": [[4, "quel-est-l-architecture-logicielle-de-blunderdb"]], "What motivated the creation of blunderDB?": [[4, "qu-est-ce-qui-a-motive-la-creation-de-blunderdb"]], "What were the design principles of blunderDB?": [[4, "quelles-ont-ete-les-principes-de-conception-de-blunderdb"]], "Where does the blunderDB icon come from?": [[4, "d-ou-vient-l-icone-de-blunderdb"]], "Windows Annex: False Detection of blunderDB as Malware": [[2, null]], "Windows Defender Blocking": [[2, "blocage-windows-defender"]], "Windows SmartScreen Warning": [[2, "avertissement-windows-smartscreen"]], "blunderDB": [[6, null]]}, "docnames": ["annexe_db_scheme", "annexe_mac_securite", "annexe_windows_securite", "cmd_mode", "faq", "guide_utilisateur", "index", "manuel", "raccourcis", "telecharge_install"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["annexe_db_scheme.rst", "annexe_mac_securite.rst", "annexe_windows_securite.rst", "cmd_mode.rst", "faq.rst", "guide_utilisateur.rst", "index.rst", "manuel.rst", "raccourcis.rst", "telecharge_install.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 3, 5, 6, 8], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9], "1": [3, 5, 6], "10": [2, 3], "11": 2, "12": 3, "18": 3, "19": 3, "2": [3, 5, 6, 7], "20": 3, "2024": 6, "2025": 6, "24": 3, "27": 6, "3": [3, 6, 7], "31": 6, "3182": 2, "4": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "5": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "50": 3, "6": [3, 6], "60": 3, "7": [3, 9], "70": 3, "8": 9, "A": [1, 5], "As": 1, "For": [2, 3, 4, 5, 6, 9], "If": [1, 2, 5, 6, 7, 8, 9], "In": [2, 3, 4, 5, 7], "It": [2, 4, 7, 9], "Its": [4, 6], "No": [3, 4, 9], "On": [6, 9], "The": [0, 1, 2, 3, 4, 5, 6, 7, 9], "Then": 2, "There": 7, "To": [0, 3, 5, 7], "With": 4, "abil": 4, "abl": 6, "about": [7, 9], "absenc": 4, "absolut": 4, "account": 3, "action": [3, 7, 8, 9], "activ": 7, "ad": [6, 7], "add": [0, 2, 6, 7, 8], "addit": [3, 5, 6], "addition": 4, "address": 6, "advanc": 5, "adventur": 6, "after": [1, 2, 3, 5, 6, 7, 9], "afterward": 1, "aggreg": [4, 6], "ahead": 3, "all": [3, 4, 6, 7, 8], "allow": [2, 4, 5, 7], "along": 5, "alreadi": [1, 9], "also": [6, 9], "am": [1, 2], "an": [1, 2, 3, 6, 7, 8, 9], "analys": 0, "analysi": [0, 3, 6, 7, 8], "analyz": 5, "ani": [4, 5, 6, 7, 9], "ann": 6, "annex": 6, "annot": 7, "annual": 1, "anoth": 4, "answer": 6, "anywai": 2, "appear": 1, "appl": 1, "appli": 2, "applic": [1, 2, 4, 6], "appreci": 6, "ar": [5, 6, 7], "arbitrarili": [3, 6], "architectur": 6, "archiv": 2, "area": [5, 7], "ask": 6, "assign": 5, "associ": [0, 5, 7], "attempt": [2, 6], "author": 6, "automat": 6, "avail": [4, 5, 7, 9], "b": [3, 8], "backcheck": [3, 4], "backend": 4, "backgam": 4, "backgammon": [3, 4, 5, 6, 7], "backspac": [5, 8], "bar": [5, 7], "base": [3, 4, 6, 7], "bearoff": 5, "been": 5, "befor": 3, "behind": 3, "below": [1, 3], "best": [3, 5], "beta": 6, "between": [3, 4, 6], "blitz": 4, "block": [6, 9], "blog": 2, "blot": [3, 6], "blunder": 4, "blunderdb": [0, 3, 5, 7, 8, 9], "bo": 3, "board": [4, 5, 7, 8], "both": 4, "bottom": 7, "box": 3, "brows": 8, "bug": 6, "bui": 6, "button": 5, "bx": 3, "bypass": [1, 2, 9], "c": [3, 5, 8], "can": [1, 3, 5, 6, 7, 9], "case": 7, "catalog": [4, 6], "categori": 4, "caught": 6, "caus": 6, "certain": [2, 4], "certif": 2, "certifi": [1, 2], "certificat": 2, "chanc": [3, 4, 5], "chang": 6, "check": 3, "checker": [3, 4, 5, 7], "cheer": 6, "chess": 4, "chessbas": 4, "chmod": 9, "choic": 4, "choos": 5, "cl": 3, "clair": 6, "classif": 4, "clear": [3, 5, 8], "click": [1, 2, 5], "clipboard": 8, "close": [3, 8], "co": 3, "code": [2, 4, 6], "column": 0, "com": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "combin": [3, 4, 6], "come": 6, "command": [0, 4, 5, 6, 9], "command_histori": 0, "comment": [0, 3, 6, 7, 8], "common": 4, "compani": [1, 2], "companion": 6, "compar": [1, 3], "compos": 7, "comprehens": 5, "concern": 1, "configur": 3, "confirm": 5, "consequ": 2, "consid": [3, 4, 5], "construct": 6, "consult": 9, "contact": 3, "contain": [0, 3, 4], "continu": 6, "conveni": 4, "copi": 6, "correct": 6, "correspond": [5, 7, 9], "cost": [2, 5], "costli": [1, 2], "could": 4, "count": 7, "creat": [3, 4, 6, 7, 8], "creation": 6, "criteria": [4, 6], "cross": 4, "ctrl": [5, 8], "cu": 3, "cub": 3, "cube": [3, 4, 5, 6, 7], "current": [3, 5, 6, 7, 8], "d": [3, 5], "da5ppzm9en": 6, "data": [0, 6, 7], "databas": [3, 6, 7, 8], "date": [0, 3, 6], "daughter": 6, "db": [5, 7], "dd": 3, "de": 2, "dear": 6, "debug": 6, "decad": 6, "decemb": 6, "decis": [3, 5, 6, 7], "decreas": 5, "dedic": [6, 7], "default": [3, 7], "defend": 6, "defin": 7, "del": [3, 5, 8], "delet": [3, 6, 7, 8], "describ": [6, 7], "descript": 6, "design": [5, 6], "desktop": 4, "despit": 6, "detect": 6, "dev": 2, "develop": [1, 2, 6], "dice": [3, 5, 7], "die": 5, "differ": [3, 4, 6, 7], "difficulti": 4, "digit": [1, 2], "directli": 5, "discord": 6, "discuss": 6, "displai": [2, 3, 6, 7], "distribut": [2, 7], "do": [1, 2, 7], "doc": 2, "document": [6, 9], "doe": [5, 6], "done": 5, "doubl": [3, 5], "down": [2, 5, 8], "download": [0, 1, 2, 3, 4, 5, 6, 7, 8], "dp": 3, "drag": 1, "drink": 6, "dt": 3, "dure": 3, "e": 3, "each": [5, 7], "edit": [4, 6], "editor": 4, "effici": 6, "either": 7, "email": 6, "emoticon": 4, "empti": [5, 8], "en": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "enabl": [4, 6], "encapsul": 4, "encount": [4, 6], "end": 5, "endpoint": 5, "enrol": 1, "enter": [5, 7, 8], "entir": [1, 2], "equiti": [3, 5], "error": 5, "esc": 8, "especi": [6, 7], "et": 2, "etc": 4, "euro": 2, "ev": 2, "even": [1, 2], "ex": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "exampl": [2, 3, 4, 5], "exclud": 2, "exclus": 2, "execut": [0, 1, 2, 5, 7, 8, 9], "exist": [3, 6, 7, 8], "exit": [7, 8], "experi": 6, "explain": [1, 2, 6], "explan": 9, "explicit": [4, 7], "explicitli": [2, 3], "export": [6, 8], "extend": [2, 3], "extens": 5, "extern": 2, "extrem": 7, "f": [5, 8], "face": 5, "facilit": 4, "fals": 6, "familiar": 7, "fantast": 6, "faq": [2, 6], "februari": 6, "fee": 1, "feedback": 6, "feel": 6, "few": 6, "file": [1, 2, 3, 4, 5, 7, 8], "filter": [0, 5, 6, 7, 8], "filter_librari": 0, "final": 5, "find": [1, 6], "finder": 1, "first": [5, 8, 9], "five": 5, "fix": 6, "fl": 3, "flexibl": 4, "folder": 4, "follow": [0, 1, 2, 6, 7], "foreign": 0, "forgotten": 4, "format": [0, 6, 9], "fr": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "free": [1, 2, 4, 6], "freedom": 4, "freeli": 7, "frequent": 6, "friend": 6, "from": [0, 2, 3, 6, 7, 8], "frontend": 4, "function": [6, 7], "futur": 6, "g": [3, 8], "game": [4, 6], "gammon": [3, 4, 5, 7], "gather": 7, "gener": [6, 7], "get": 7, "gg": 6, "github": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "give": 4, "given": 4, "global": 6, "go": [1, 2, 3, 4, 5], "goggl": 4, "golang": 2, "gradual": 7, "graphic": [4, 7, 9], "great": [4, 6], "greater": 3, "guid": 6, "gv": 6, "gv1": 3, "gv2": 3, "gv4": 3, "gx": 3, "h": [3, 8], "ha": [3, 5, 6, 7], "harmand": 6, "have": [1, 5, 6, 9], "he": [3, 6], "help": [3, 6, 7, 8], "here": 6, "hero": 6, "hesit": 9, "hide": [3, 8], "histori": [0, 3, 8], "hold": [4, 5], "home": 5, "hope": 4, "how": [6, 9], "howev": [4, 6], "http": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "hundr": 2, "i": [1, 2, 3, 5, 6, 7, 8, 9], "icon": 6, "id": 0, "ie_fr": 2, "ignor": 3, "immedi": [4, 7], "impli": 3, "import": [3, 6, 8], "improv": 6, "increas": 5, "independ": [1, 2], "index": [3, 7], "indic": [5, 7], "info": 2, "inform": [4, 5, 7], "initi": [4, 6], "input": 5, "insert": 5, "inspir": 4, "instal": [4, 6], "instanc": [2, 6], "interact": 7, "interest": 4, "interfac": [4, 6, 9], "introduc": 6, "introduct": [5, 6], "issu": [2, 6], "its": 6, "j": 8, "jan": [3, 6], "januari": 6, "jb": 3, "jbx": 3, "joi": 6, "join": 6, "json": 0, "juxtapos": 3, "k": [3, 8], "k2": 3, "kazaross": 3, "kei": [0, 5, 7], "kevung": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "keyboard": [5, 6], "kind": 6, "known": 2, "kx": 3, "k\u00e9vin": 6, "l": [3, 5, 8], "languag": 4, "last": [3, 5, 8], "latest": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "launch": 2, "learn": 2, "least": [3, 5], "led": 4, "left": [5, 7, 8], "less": 3, "let": 5, "level": [4, 5, 7], "li": 4, "librari": [3, 4, 5, 7, 8], "licens": [4, 9], "lightweight": 4, "like": [1, 2, 4, 6, 9], "line": 5, "linux": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "list": [5, 6, 7], "littl": 6, "load": [3, 5], "locat": [3, 5], "long": [3, 7], "lot": 6, "m": 3, "mac": [4, 6, 9], "maco": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "mai": [2, 9], "main": [6, 7], "make": 6, "malwar": 6, "manag": [2, 4], "manual": 6, "match": [3, 6], "maxim": 5, "me": [4, 6], "mean": 5, "meet": [3, 5, 6], "membership": 1, "mention": [2, 3], "messag": [2, 7], "met": 3, "meta": 3, "metadata": [0, 3, 6, 8], "method": 5, "microsoft": 2, "middl": 7, "migrat": [0, 3], "migrate_from_1_0_to_1_1": [0, 3], "migrate_from_1_1_to_1_2": [0, 3], "millipoint": 3, "mirror": [3, 6], "mistak": 6, "mit": [4, 9], "mm": 3, "modal": [4, 7], "mode": [5, 6], "modifi": [6, 7], "more": [2, 4, 7], "most": [3, 6], "motiv": 6, "mous": [5, 7], "move": [3, 5, 6], "multipl": 4, "must": [1, 3], "my": [4, 6], "n": [3, 5, 8], "name": [0, 5], "nativ": [4, 9], "natur": 6, "navig": [2, 5, 7, 8], "nc": 3, "nd": 3, "ne": 3, "necessari": [4, 5, 7], "necessarili": 3, "need": [1, 4], "new": [3, 6, 7, 8], "next": 8, "nicola": 6, "non": 6, "normal": [4, 5, 6], "now": 2, "number": [3, 6, 7], "o": [3, 5, 8], "obtain": [2, 5, 6], "off": 3, "offer": [2, 9], "offici": 2, "offlin": 9, "old": 4, "onc": 1, "one": [3, 7], "onli": [1, 7], "onlin": 6, "op": 3, "open": [1, 2, 3, 4, 6, 8], "oper": [1, 2, 4, 6, 7, 9], "oppon": [3, 5], "option": [1, 2, 7], "order": 5, "organ": 4, "orient": 8, "other": [0, 7], "our": 6, "out": 6, "outfield": [3, 6], "outsid": 5, "over": 6, "owner": 7, "ox": 3, "p": [3, 8], "p50": 3, "pagedown": 8, "pageup": 8, "pai": 1, "panel": 7, "paramet": 3, "partner": 6, "pass": 3, "past": 6, "path": 5, "pattern": [3, 6], "pattern1": 3, "pattern2": 3, "paypal": 6, "pdf": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "perfect": 4, "perform": [1, 7], "perrin": 6, "person": [4, 6], "pick": 5, "pip": [3, 7], "place": [2, 5, 6], "plai": [6, 7], "platform": 6, "player": [3, 4, 5, 6, 7], "pleasur": 6, "point": [3, 5], "poor": 6, "posit": [0, 2, 3, 4, 6, 7, 8], "position_id": 0, "possibl": [6, 7, 9], "postmanpat": 6, "potenti": [1, 2, 9], "power": [4, 7], "practic": [5, 6], "present": [6, 9], "press": [5, 7], "presuppos": 4, "prevent": 2, "previou": [2, 5, 8], "previous": 5, "primari": 0, "prime": 5, "principl": 6, "priori": 4, "product": 4, "program": [1, 2, 4], "project": 2, "protect": 2, "proton": 6, "provid": [5, 6, 7], "publish": [1, 2], "pull": 6, "purpos": 6, "pursu": [1, 2], "px": 3, "q": [3, 8], "quarantin": 2, "queri": [3, 4, 7, 8], "question": 6, "quickli": [5, 6], "quit": [3, 4], "r": 8, "race": [3, 4], "reach": 6, "receiv": 6, "recommend": [2, 7], "refer": [4, 6, 7], "referenc": 0, "rel": 3, "relat": 7, "releas": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "reload": 8, "remain": 0, "remil": 6, "remov": 2, "render": [4, 9], "repositori": 4, "repres": 7, "request": [4, 5, 6], "requir": [1, 2, 5, 7, 9], "reserv": 9, "respect": 5, "respons": 4, "restrict": 1, "result": [1, 5, 7], "retriev": 4, "review": 6, "reward": 6, "right": [1, 5, 7, 8], "risk": 1, "roll": 3, "run": [2, 6, 9], "same": 5, "save": [3, 5, 6, 7], "sc": 3, "scan": 2, "schema": 6, "sco": 3, "score": [3, 4, 5, 7], "scroll": [2, 7], "search": [0, 6, 7, 8], "section": [1, 2, 5, 6, 7, 9], "secur": 2, "see": [2, 4, 5, 7, 9], "seem": 4, "select": [1, 2, 5], "send": 5, "sent": 7, "separ": 5, "seri": 4, "serial": 4, "server": 6, "set": [2, 5, 7], "sever": [2, 6], "share": [1, 6], "she": 6, "shortcut": [5, 6, 7], "should": 6, "show": [3, 6, 8], "signatur": 2, "simpl": [4, 5], "sinc": [1, 2, 6], "singl": [4, 6, 9], "size": 6, "small": 6, "smartscreen": 6, "smirc": 4, "smooth": 7, "so": 6, "softwar": [1, 2, 6, 7], "some": [2, 4], "sort": 4, "space": [5, 7, 8], "spar": 6, "specif": 2, "specifi": 3, "spend": 6, "sqlite": 4, "standalon": 4, "start": [1, 2, 3, 5], "state": [0, 6, 7], "statu": 7, "step": [1, 2], "store": [0, 2, 4, 7], "strength": [4, 6], "structur": [3, 4, 5, 6, 7], "submit": 7, "suggest": 6, "suitabl": 4, "support": [1, 6], "svelt": 4, "switch": [5, 7, 8], "system": [1, 2, 9], "t": [3, 4], "tab": [5, 7, 8], "tabl": [0, 3], "tag": [3, 4, 6, 7], "tag1": 3, "tag2": 3, "take": 3, "takepoint": 3, "tend": 4, "termin": 9, "text": [0, 3, 4, 8], "than": 3, "thank": 6, "thei": 7, "them": [2, 6, 7], "themat": 4, "therefor": 2, "thi": [1, 2, 4, 5, 6, 7, 9], "those": 5, "threat": 2, "through": [1, 7], "thu": 4, "ticket": 2, "time": [0, 6], "timestamp": 0, "tool": 4, "toolbar": [5, 7], "top": 7, "toto": 5, "tournament": 6, "tp": 6, "tp2": 3, "tp2_last": 3, "tp2_live": 3, "tp4": 3, "tp4_last": 3, "tp4_live": 3, "tri": 1, "trigger": 2, "tristan": 6, "trust": 2, "try": 2, "turn": [2, 7], "tx": 3, "txt": [3, 8], "type": [2, 3, 4, 5, 7], "u": [2, 8], "unchang": 0, "under": [2, 4, 6, 9], "understand": [6, 9], "unger": 6, "unsur": 5, "up": [5, 8], "updat": [3, 4, 8], "upon": 4, "us": [1, 5, 6, 7, 9], "user": [4, 6, 7, 9], "usernam": 6, "v": [5, 8], "valid": [2, 4, 7], "valu": [0, 3, 5, 7], "variou": [4, 6, 7], "veri": [2, 4, 6], "version": [3, 9], "via": [2, 3, 6], "view": [6, 7], "vim": 4, "viru": 2, "vscode": 2, "w": [3, 5], "wai": [4, 5, 6], "wail": 4, "want": [2, 4, 6], "warn": [1, 6], "we": 6, "websit": 2, "webview2": 9, "welcom": 6, "well": [5, 6], "were": 6, "weren": 4, "what": 6, "when": 2, "where": [3, 5, 6, 9], "which": [2, 6, 7], "who": 5, "why": 9, "wife": 6, "win": [3, 4, 5], "window": [0, 1, 3, 4, 5, 6, 7, 8, 9], "wish": [1, 2], "without": [1, 4], "wonder": 6, "word": 3, "word1": 3, "word2": 3, "would": 6, "wr": 3, "write": 3, "wx": 3, "x": [3, 9], "xg": [6, 7, 8], "xg2": 3, "y": [3, 9], "ye": 4, "you": [1, 2, 5, 6, 7, 9], "your": [1, 6, 9], "yyyi": 3, "z": [3, 9], "zip": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "zone": [3, 4], "zx": 3}, "titles": ["9. Annex: Database Schema", "8. Mac Annex: Possible Blocking of blunderDB", "7. Windows Annex: False Detection of blunderDB as Malware", "4. List of commands", "6. Frequently Asked Questions (FAQ)", "3. User Guide", "blunderDB", "2. Manual", "5. Keyboard shortcuts", "1. Download and Installation"], "titleterms": {"0": 0, "1": 0, "2": 0, "On": 4, "acknowledg": 6, "add": 5, "an": 5, "analysi": 5, "annex": [0, 1, 2], "architectur": 4, "ask": 4, "author": 1, "base": 5, "block": [1, 2], "blunderdb": [1, 2, 4, 6], "can": 4, "come": 4, "command": [3, 7, 8], "contact": 6, "content": 6, "copi": 4, "creat": 5, "creation": 4, "criteria": 5, "current": 4, "data": 4, "databas": [0, 4, 5], "defend": 2, "delet": 5, "descript": 7, "design": 4, "detect": 2, "differ": 5, "displai": 5, "doe": 4, "donat": 6, "download": 9, "edit": [3, 5, 7, 8], "exist": 5, "export": 5, "fals": 2, "faq": 4, "filter": 3, "format": 4, "frequent": 4, "from": [4, 5], "gener": 8, "global": 3, "guid": 5, "histori": 6, "how": 4, "i": 4, "icon": 4, "import": 5, "instal": [1, 9], "interfac": 7, "keyboard": 8, "list": 3, "mac": 1, "malwar": 2, "manual": 7, "mode": [3, 7, 8], "modifi": 4, "motiv": 4, "new": 5, "normal": [3, 7, 8], "open": 5, "oper": 3, "platform": 4, "posit": 5, "possibl": 1, "principl": 4, "purpos": 4, "question": 4, "run": [1, 4], "save": 4, "schema": 0, "search": [3, 5], "share": 4, "shortcut": 8, "smartscreen": 2, "softwar": 4, "state": 4, "tabl": 6, "tag": 5, "us": 4, "user": 5, "variou": 3, "version": [0, 6], "view": 5, "warn": 2, "were": 4, "what": 4, "where": 4, "which": 4, "window": 2, "xg": 5}}) \ No newline at end of file diff --git a/fr/.doctrees/annexe_db_scheme.doctree b/fr/.doctrees/annexe_db_scheme.doctree index 7737d90..4d617a7 100644 Binary files a/fr/.doctrees/annexe_db_scheme.doctree and b/fr/.doctrees/annexe_db_scheme.doctree differ diff --git a/fr/.doctrees/cmd_mode.doctree b/fr/.doctrees/cmd_mode.doctree index d4d9c95..ade346e 100644 Binary files a/fr/.doctrees/cmd_mode.doctree and b/fr/.doctrees/cmd_mode.doctree differ diff --git a/fr/.doctrees/environment.pickle b/fr/.doctrees/environment.pickle index ffd7b4a..f8cc412 100644 Binary files a/fr/.doctrees/environment.pickle and b/fr/.doctrees/environment.pickle differ diff --git a/fr/.doctrees/raccourcis.doctree b/fr/.doctrees/raccourcis.doctree index 34ea240..abf2d63 100644 Binary files a/fr/.doctrees/raccourcis.doctree and b/fr/.doctrees/raccourcis.doctree differ diff --git a/fr/_sources/annexe_db_scheme.rst.txt b/fr/_sources/annexe_db_scheme.rst.txt index 232ff75..0ca8159 100644 --- a/fr/_sources/annexe_db_scheme.rst.txt +++ b/fr/_sources/annexe_db_scheme.rst.txt @@ -23,3 +23,14 @@ La version 1.1.0 de la base de données ajoute la table suivante : Les autres tables restent inchangées par rapport à la version 1.0.0. Pour migrer la base de données de la version 1.0.0 à la version 1.1.0, exécutez la commande ``migrate_from_1_0_to_1_1`` dans blunderDB. + +Version 1.2.0 +------------- + +La version 1.2.0 de la base de données ajoute la table suivante : + +- **filter_library** : Stocke les filtres de recherche avec les colonnes `id` (clé primaire), `name` (nom du filtre), et `command` (commande associée au filtre). + +Les autres tables restent inchangées par rapport à la version 1.1.0. + +Pour migrer la base de données de la version 1.1.0 à la version 1.2.0, exécutez la commande ``migrate_from_1_1_to_1_2`` dans blunderDB. diff --git a/fr/_sources/cmd_mode.rst.txt b/fr/_sources/cmd_mode.rst.txt index 7c1a549..ec7a063 100644 --- a/fr/_sources/cmd_mode.rst.txt +++ b/fr/_sources/cmd_mode.rst.txt @@ -44,6 +44,7 @@ Mode NORMAL "[number]", "Aller à la position d'indice indiqué." "list, l", "Afficher l'analyse de la position courante." "comment, co", "Afficher/écrire des commentaires." + "filter, fl", "Afficher/cacher la bibliothèque de filtres." "#tag1 tag2 ...", "Etiqueter la position courante." "e", "Charger toutes les positions de la base de données." @@ -200,3 +201,4 @@ Commandes diverses "clear, cl", "Efface l'historique des commandes." "migrate_from_1_0_to_1_1", "Migre la base de données de la version 1.0 à la version 1.1." + "migrate_from_1_1_to_1_2", "Migre la base de données de la version 1.1 à la version 1.2." diff --git a/fr/_sources/raccourcis.rst.txt b/fr/_sources/raccourcis.rst.txt index 2b361c1..8e953e3 100644 --- a/fr/_sources/raccourcis.rst.txt +++ b/fr/_sources/raccourcis.rst.txt @@ -45,6 +45,7 @@ Mode NORMAL "CTRL-P", "Afficher/cacher les commentaires." "CTRL-G", "Afficher les métadonnées de la position." "CTRL-R", "Recharger toutes les positions de la base de données." + "CTRL-B", "Afficher/cacher la bibliothèque de filtres." .. _raccourcis_edit: diff --git a/fr/annexe_db_scheme.html b/fr/annexe_db_scheme.html index bc13ff2..e863631 100644 --- a/fr/annexe_db_scheme.html +++ b/fr/annexe_db_scheme.html @@ -58,6 +58,7 @@
  • 9. Annexe: Schéma de la base de données
  • @@ -106,6 +107,15 @@

    9.2. Version 1.1.0Les autres tables restent inchangées par rapport à la version 1.0.0.

    Pour migrer la base de données de la version 1.0.0 à la version 1.1.0, exécutez la commande migrate_from_1_0_to_1_1 dans blunderDB.

    +
    +

    9.3. Version 1.2.0

    +

    La version 1.2.0 de la base de données ajoute la table suivante :

    + +

    Les autres tables restent inchangées par rapport à la version 1.1.0.

    +

    Pour migrer la base de données de la version 1.1.0 à la version 1.2.0, exécutez la commande migrate_from_1_1_to_1_2 dans blunderDB.

    +
    diff --git a/fr/cmd_mode.html b/fr/cmd_mode.html index cb22bf1..fae698a 100644 --- a/fr/cmd_mode.html +++ b/fr/cmd_mode.html @@ -180,10 +180,13 @@

    comment, co

    Afficher/écrire des commentaires.

    -

    #tag1 tag2 …

    +

    filter, fl

    +

    Afficher/cacher la bibliothèque de filtres.

    + +

    #tag1 tag2 …

    Etiqueter la position courante.

    -

    e

    +

    e

    Charger toutes les positions de la base de données.

    @@ -506,6 +509,9 @@

    migrate_from_1_0_to_1_1

    Migre la base de données de la version 1.0 à la version 1.1.

    +

    migrate_from_1_1_to_1_2

    +

    Migre la base de données de la version 1.1 à la version 1.2.

    + diff --git a/fr/index.html b/fr/index.html index f3197fa..61d8e2c 100644 --- a/fr/index.html +++ b/fr/index.html @@ -219,6 +219,7 @@

    Sommaire9. Annexe: Schéma de la base de données diff --git a/fr/raccourcis.html b/fr/raccourcis.html index 2aa4feb..905420e 100644 --- a/fr/raccourcis.html +++ b/fr/raccourcis.html @@ -182,6 +182,9 @@

    CTRL-R

    Recharger toutes les positions de la base de données.

    +

    CTRL-B

    +

    Afficher/cacher la bibliothèque de filtres.

    + diff --git a/fr/searchindex.js b/fr/searchindex.js index 29586f6..c7663b4 100644 --- a/fr/searchindex.js +++ b/fr/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Afficher l\u2019analyse d\u2019une position import\u00e9e depuis XG": [[5, "afficher-l-analyse-d-une-position-importee-depuis-xg"]], "Ajouter une position \u00e0 la base de donn\u00e9es": [[5, "ajouter-une-position-a-la-base-de-donnees"]], "Annexe Mac : Blocage \u00e9ventuel de blunderDB": [[1, null]], "Annexe Windows : D\u00e9tection abusive de blunderDB comme logiciel malveillant": [[2, null]], "Annexe: Sch\u00e9ma de la base de donn\u00e9es": [[0, null]], "Autorisation de l\u2019ex\u00e9cution de blunderDB": [[1, "autorisation-de-l-execution-de-blunderdb"]], "Avertissement Windows SmartScreen": [[2, "avertissement-windows-smartscreen"]], "Blocage Windows Defender": [[2, "blocage-windows-defender"]], "Commandes diverses": [[3, "commandes-diverses"]], "Comment sauvegarder la base de donn\u00e9es courante?": [[4, "comment-sauvegarder-la-base-de-donnees-courante"]], "Contacts": [[6, "contacts"]], "Cr\u00e9er une nouvelle base de donn\u00e9es": [[5, "creer-une-nouvelle-base-de-donnees"]], "Description de l\u2019interface": [[7, "description-de-l-interface"]], "D\u2019o\u00f9 vient l\u2019ic\u00f4ne de blunderDB?": [[4, "d-ou-vient-l-icone-de-blunderdb"]], "Editer une position": [[5, "editer-une-position"]], "Etiqueter une position": [[5, "etiqueter-une-position"]], "Exporter une position vers XG": [[5, "exporter-une-position-vers-xg"]], "Faire un don": [[6, "faire-un-don"]], "Filtres de recherche": [[3, "filtres-de-recherche"]], "Foire aux questions": [[4, null]], "Guide utilisateur": [[5, null]], "G\u00e9n\u00e9ral": [[8, "general"]], "Historique des versions": [[6, "historique-des-versions"]], "Import une position depuis XG": [[5, "import-une-position-depuis-xg"]], "Installation de blunderDB": [[1, "installation-de-blunderdb"]], "Le mode COMMAND": [[7, "le-mode-command"]], "Le mode EDIT": [[7, "le-mode-edit"]], "Le mode NORMAL": [[7, "le-mode-normal"]], "Liste des commandes": [[3, null]], "Manuel": [[7, null]], "Mode COMMAND": [[8, "mode-command"]], "Mode EDIT": [[3, "mode-edit"], [8, "mode-edit"]], "Mode NORMAL": [[3, "mode-normal"], [8, "mode-normal"]], "Op\u00e9rations globales": [[3, "operations-globales"]], "Ouvrir une base de donn\u00e9e existante": [[5, "ouvrir-une-base-de-donnee-existante"]], "Puis-je modifier, copier, partager blunderDB?": [[4, "puis-je-modifier-copier-partager-blunderdb"]], "Quel est l\u2019architecture logicielle de blunderDB?": [[4, "quel-est-l-architecture-logicielle-de-blunderdb"]], "Quel est l\u2019utilit\u00e9 de blunderDB?": [[4, "quel-est-l-utilite-de-blunderdb"]], "Quel format de donn\u00e9es utilise blunderDB?": [[4, "quel-format-de-donnees-utilise-blunderdb"]], "Quelles ont \u00e9t\u00e9 les principes de conception de blunderDB?": [[4, "quelles-ont-ete-les-principes-de-conception-de-blunderdb"]], "Qu\u2019est ce qui a motiv\u00e9 la cr\u00e9ation de blunderDB?": [[4, "qu-est-ce-qui-a-motive-la-creation-de-blunderdb"]], "Raccourcis clavier": [[8, null]], "Rechercher des positions selon des crit\u00e8res": [[5, "rechercher-des-positions-selon-des-criteres"]], "Remerciements": [[6, "remerciements"]], "Sommaire": [[6, "sommaire"]], "Supprimer une position": [[5, "supprimer-une-position"]], "Sur quelles plateformes blunderDB fonctionne-t\u2019il?": [[4, "sur-quelles-plateformes-blunderdb-fonctionne-t-il"]], "T\u00e9l\u00e9chargement et installation": [[9, null]], "Version 1.0.0": [[0, "version-1-0-0"]], "Version 1.1.0": [[0, "version-1-1-0"]], "Visualiser les diff\u00e9rentes positions": [[5, "visualiser-les-differentes-positions"]], "blunderDB": [[6, null]]}, "docnames": ["annexe_db_scheme", "annexe_mac_securite", "annexe_windows_securite", "cmd_mode", "faq", "guide_utilisateur", "index", "manuel", "raccourcis", "telecharge_install"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["annexe_db_scheme.rst", "annexe_mac_securite.rst", "annexe_windows_securite.rst", "cmd_mode.rst", "faq.rst", "guide_utilisateur.rst", "index.rst", "manuel.rst", "raccourcis.rst", "telecharge_install.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [1, 2, 3, 4, 5, 6, 7, 8, 9], "01": 6, "02": 6, "03": 6, "06": 6, "1": [3, 5, 6], "10": [2, 3], "11": 2, "12": [3, 6], "15": 6, "18": 3, "19": 3, "2": [3, 5, 6, 7], "20": 3, "2024": 6, "2025": 6, "24": 3, "27": 6, "3": [3, 6, 7], "31": 6, "3182": 2, "4": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "5": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "50": 3, "6": 3, "60": 3, "7": [3, 9], "70": 3, "8": 9, "Avec": 4, "C": [5, 8], "Ce": [1, 2, 4, 5], "D": [3, 6], "Des": 7, "En": [4, 5], "Il": [2, 4, 7, 9], "J": [4, 6], "Je": [4, 6], "L": [3, 4, 5, 7, 8], "La": [0, 3, 4, 5, 6, 7, 9], "Le": [1, 3, 4, 5, 6], "Les": [0, 1, 2, 3, 5, 7], "M": 3, "Mais": 6, "N": [5, 8], "Par": [1, 2, 3, 4], "Pour": [0, 2, 3, 4, 5, 7, 9], "Qu": 6, "Quel": 6, "Quelles": 6, "S": [5, 8], "Sa": [4, 6], "Se": 7, "Sur": 6, "T": 3, "Une": [1, 4], "Vous": [1, 6], "a": [3, 5, 6, 7, 9], "aaa": 3, "absenc": 4, "abus": 6, "action": [3, 7, 8], "activ": 7, "adapt": 4, "adhes": 1, "adress": 6, "adversair": [3, 5], "affich": [2, 3, 6, 7, 8], "affichag": 7, "afin": [5, 6, 7], "aggreg": [4, 6], "agr\u00e9abl": 6, "aid": [3, 4, 5, 7, 8], "ains": [4, 5, 6, 7], "ajout": [0, 2, 3, 4, 6, 7, 8], "aller": [2, 3, 5], "allez": [1, 2], "alor": 2, "amis": 6, "am\u00e9lior": 6, "analys": [0, 2, 3, 6, 7, 8], "anne": 6, "annex": 6, "annot": 7, "annuel": 1, "ann\u00e9": 6, "appel": 2, "apple": 1, "appliqu": [1, 2, 4, 6], "apprec": 6, "approch": 4, "appui": [5, 7], "appuii": 5, "appuyt": 5, "apres": [1, 2, 3, 4, 5, 7, 9], "arbitrair": [3, 6], "architectur": 6, "archiv": 2, "arrier": [3, 4, 5, 8], "arriv": [2, 5], "associ": [0, 5, 7], "attendu": 9, "attribu": 5, "aucun": [4, 5, 7, 9], "augment": 5, "aujourd": 2, "auss": 6, "auteur": 6, "automat": 6, "autonom": 4, "autoris": [2, 6], "autr": [0, 4, 7], "avanc": [3, 5], "avant": 3, "aventur": 6, "avert": [1, 6], "avoir": [1, 6], "b": 3, "backcheck": 3, "backend": 4, "backgam": 4, "backgammon": [3, 4, 5, 6, 7], "barr": [5, 7], "bas": [2, 3, 6, 7, 8], "bascul": [5, 7, 8], "bearoff": 5, "besoin": 5, "bet": 6, "bibliothequ": [4, 5, 7], "bienveil": 6, "bienvenus": 6, "blitz": 4, "blocag": [6, 9], "blog": 2, "bloqu": [1, 2], "blot": [3, 6], "blunder": 4, "blunderdb": [0, 3, 5, 7, 8, 9], "bo": 3, "board": [4, 5, 7, 8], "bouton": 5, "box": 3, "bug": 6, "bx": 3, "cach": 8, "camarad": 6, "cas": [7, 9], "cass": 4, "catalogu": [4, 6], "cat\u00e9gor": 4, "caus": 6, "cel": [3, 5], "centain": 2, "certain": [2, 4], "certifi": [1, 2], "certificat": 2, "chanc": [3, 4, 5, 9], "chaqu": [5, 7], "charg": [3, 4, 5], "chemin": 5, "cherch": 3, "chessbas": 4, "chmod": 9, "chois": 5, "choix": 4, "chopp": 6, "chouet": 6, "ci": 3, "cinq": 5, "cl": 3, "clair": 6, "classif": 4, "clavi": [5, 6], "clear": 3, "clic": [1, 5], "click": 5, "cliqu": [1, 2, 5], "cl\u00e9": 0, "co": 3, "cod": [2, 4], "codag": 6, "colon": 0, "com": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "combin": [3, 4, 6], "comm": [4, 6, 9], "command": [0, 4, 5, 6, 9], "command_history": 0, "comment": [0, 3, 6], "commentair": [0, 3, 6, 7, 8], "commod": 4, "compagn": 6, "compar": 1, "complet": [1, 2], "comprendr": 9, "compris": 3, "compr\u00e9hens": 6, "compt": [3, 5, 7], "concept": 6, "concern": [1, 2], "confianc": 2, "configur": 3, "confirm": 5, "connu": 2, "consider": 3, "constitu": [4, 6, 7], "construct": 6, "consult": 9, "cons\u00e9quent": [1, 2], "contact": 3, "conten": [3, 4], "contiennent": 3, "contient": 0, "continu": 6, "contourn": [2, 9], "contr": 2, "copi": 6, "correct": 6, "correspond": [5, 7, 9], "coup": [3, 5, 6], "cour": [3, 5, 6, 7, 8], "cours": [3, 4, 7], "co\u00fbt": 5, "criter": [4, 6], "cr\u00e9": [3, 6, 8], "cr\u00e9ation": 6, "ctrl": [5, 8], "cu": 3, "cub": [3, 4, 5, 7], "da5ppzm9en": 6, "dan": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "dang": [1, 2], "dat": [0, 3, 6], "databas": 5, "db": [5, 7], "decr": [6, 7], "ded": 6, "defend": 6, "dehor": 5, "del": [3, 5, 8], "delet": [3, 5], "depuis": [6, 7], "derni": [5, 8, 9], "descript": 6, "desktop": 4, "dessous": 3, "dev": 2, "develop": 1, "developp": 1, "difficult": 4, "diff\u00e9rent": [3, 4, 6, 7], "dimension": 6, "dir": 3, "direct": 5, "discord": 6, "discut": 6, "disponibl": [4, 5, 7, 9], "disposit": 7, "distinct": 5, "distribu": [2, 7], "diver": 6, "divers": 6, "dizain": 6, "doc": 2, "document": [6, 9], "doit": [1, 4], "doivent": 3, "don": [3, 7, 8], "dossi": 4, "doubl": [3, 5], "dout": 5, "download": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "dp": 3, "droit": [1, 5, 7, 8], "dt": 3, "d\u00e9": [3, 5, 7], "d\u00e9blocag": 2, "d\u00e9buggag": 6, "d\u00e9but": 3, "d\u00e9cis": [3, 5, 6, 7], "d\u00e9clench": 2, "d\u00e9clin": 4, "d\u00e9di": 7, "d\u00e9faut": [3, 7], "d\u00e9fil": [2, 7], "d\u00e9fin": 7, "d\u00e9finit": 5, "d\u00e9j\u00e0": [1, 9], "d\u00e9marr": 2, "d\u00e9part": 5, "d\u00e9pens": 6, "d\u00e9p\u00f4t": 4, "d\u00e9tect": 6, "d\u00e9velopp": 6, "d\u00e9veloppeur": 1, "e": 3, "edit": [4, 6], "effac": [3, 5, 8], "efficac": 6, "elles": 7, "emplac": 5, "emp\u00each": 2, "encapsul": 4, "encor": 2, "encourag": [4, 6], "enfin": 4, "enregistr": [3, 5], "ensembl": [4, 7], "ensuit": [2, 4], "entre": [3, 4, 5, 6, 7, 8], "entr\u00e9": 5, "envoi": [5, 7], "erreur": [5, 6], "esc": 8, "espac": [5, 7, 8], "essai": [1, 2], "etiquet": [3, 6], "euros": 2, "ev": 2, "ex": 3, "exclur": 2, "exclus": 2, "exe": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "exempl": [2, 3, 4, 5], "exhaust": 5, "exist": [3, 6, 7, 8], "explicit": [2, 3, 4, 7], "expliqu": 6, "expliquent": [1, 2], "exploit": [1, 2, 9], "export": [6, 8], "exp\u00e9rient": 6, "extended": 2, "extens": 5, "extrem": 7, "ext\u00e9rieur": 2, "ex\u00e9cu": [0, 2, 4, 6, 9], "ex\u00e9cut": [0, 1, 2, 5, 7, 8, 9], "f": [5, 8], "fac": 5, "facilit": 4, "fair": [2, 5, 7], "fait": [1, 2, 4, 5], "fantast": 6, "faq": [2, 6], "faut": 3, "faux": 2, "fen\u00eatr": [1, 2, 5, 6, 7, 8], "ferm": [3, 8], "fichi": [1, 2, 3, 4, 5, 7, 8], "fill": 6, "filtr": [4, 5, 6, 7], "fin": 5, "find": 1, "flexibil": 4, "fluid": 7, "foir": 6, "fois": 1, "fonction": [3, 6], "fonctional": 7, "fonctionnal": 7, "forc": [4, 6], "format": [0, 6, 9], "fort": [1, 2, 9], "fortior": 3, "fourn": [5, 6], "fr": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "frontend": 4, "fr\u00e9quent": 6, "futur": 6, "g": [3, 8], "gain": [3, 4, 5], "gam": 4, "gammon": [3, 4, 5, 7], "gauch": [5, 7, 8], "ger": [2, 4], "gg": 6, "github": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "gliss": 1, "global": 6, "go": [2, 4], "goggling": 4, "golang": 2, "grand": 4, "graphiqu": [4, 7, 9], "gratuit": [1, 2], "guid": 6, "guis": 4, "gv": 6, "gv1": 3, "gv2": 3, "gv4": 3, "gx": 3, "g\u00e9n\u00e9ral": [6, 7], "h": [3, 8], "habitud": 4, "harmand": 6, "haut": [7, 8], "he": 3, "help": 3, "hero": 6, "heur": [0, 6], "histor": [0, 3, 8], "holding": 4, "hom": 5, "hor": 9, "http": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "hui": 2, "h\u00e9sit": 6, "i": [3, 8], "icon": 6, "ic\u00f4n": 6, "id": 0, "ie_fr": 2, "ignor": 3, "imm\u00e9diat": [4, 7], "impliqu": 3, "import": [3, 6, 8], "inchang": 0, "index": 7, "indic": 3, "indiqu": [3, 4, 5, 7], "ind\u00e9pend": [1, 2], "inform": [2, 4, 5, 7], "inf\u00e9rieur": 3, "initi": 6, "initial": [4, 6], "inser": 5, "inspir": 4, "install": [4, 6], "instanc": [2, 6], "interact": 7, "interfac": [4, 6, 9], "interrog": [4, 6], "introduct": [5, 6], "int\u00e9ress": 4, "issu": [2, 6, 7], "jan": [3, 6], "jb": 3, "jbx": 3, "jeu": [4, 6], "jj": 3, "joi": 6, "jou": [6, 7], "joueur": [3, 4, 5, 6, 7], "jour": [3, 8], "joyeux": 6, "json": 0, "jusqu": 2, "juxtapos": 3, "k": [3, 8], "k2": 3, "kazaross": 3, "kevung": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "key": 0, "kx": 3, "k\u00e9vin": 6, "lanc": [2, 3, 6], "langag": 4, "latest": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "learn": 2, "leg": 4, "li": 7, "libert": 4, "libr": 7, "licenc": [4, 9], "lieu": 6, "lign": [5, 6, 9], "linux": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "list": [5, 6, 7], "logiciel": [1, 6, 7], "longu": 3, "lor": [2, 3], "lorsqu": 2, "mac": [4, 6, 9], "macos": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "mail": 6, "main": [5, 7], "mainten": [5, 6], "malgr": [2, 6], "malveil": 6, "mani": [4, 5, 6], "manipul": 9, "manuel": 6, "match": [3, 6], "maximum": 5, "meilleur": [3, 5], "membership": 1, "menac": 2, "mention": [2, 3], "merveil": 6, "messag": [2, 7], "met": [3, 7], "metadat": 0, "mettr": [3, 5, 8], "microsoft": 2, "mieux": 6, "migr": [0, 3], "migrate_from_1_0_to_1_1": [0, 3], "milieu": 7, "millipoint": 3, "minim": 5, "miroir": [3, 6], "mit": [4, 9], "mm": 3, "mod": [5, 6], "modal": [4, 7], "modif": 7, "modifi": [6, 7], "moin": 3, "montr": 6, "mort": 3, "mot": 3, "mot1": 3, "mot2": 3, "motif": [3, 6], "motif1": 3, "motif2": 3, "motiv": 6, "mult": 4, "m\u00e9tadon": [0, 3, 6, 8], "m\u00e9thod": 5, "m\u00eam": [2, 4, 5], "nativ": [4, 9], "natur": 6, "navig": [7, 8], "navigu": 2, "nc": 3, "nd": 3, "new": [3, 5], "nicol": 6, "niveau": [4, 5, 7], "no": 3, "nom": 5, "nombr": [3, 7], "non": 6, "normal": [4, 6], "normalis": 5, "not": 7, "notr": 6, "nouveau": [4, 6], "nouvel": [3, 6, 7, 8], "numb": 3, "numer": [1, 2], "num\u00e9ros": 6, "n\u00e9cessair": 4, "n\u00e9cessit": [5, 9], "o": [3, 5, 8], "obten": [2, 5], "obtenu": 5, "officiel": 2, "oner": [1, 2], "op": 3, "open": [3, 5], "oper": [1, 2, 4, 6, 7], "ordre": 5, "organis": 4, "orient": [1, 2, 8], "oubl": 4, "oui": 4, "outfield": [3, 6], "outil": [4, 5, 7], "outr": [1, 2], "ouvr": [1, 2, 3, 4, 6, 8], "ox": 3, "o\u00f9": [3, 5, 6, 9], "p": [3, 8], "p50": 3, "pagedown": 8, "pageup": 8, "pai": [1, 6], "panneau": 7, "papi": 8, "paquet": 6, "parametr": [2, 3, 5, 7], "param\u00e9trag": 2, "parcour": 8, "part": [1, 2, 5, 6, 7, 9], "partag": [1, 2, 6], "partenair": 6, "particuli": 6, "pass": [1, 2, 3, 6], "paypal": 6, "pdf": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "permet": [4, 5, 7], "permettent": 6, "perrin": 6, "personalis": 4, "personnel": 6, "pet": 6, "peut": [2, 4, 5, 6, 7], "peuvent": [3, 4, 7], "pietr": 6, "pion": [3, 4, 5, 7], "pip": 3, "plac": 2, "plais": 6, "plateform": 6, "plus": [2, 3, 4, 6], "plusieur": [2, 6, 7], "point": [3, 5], "pos": 4, "posit": [0, 2, 3, 4, 6, 7, 8], "position_id": 0, "possibil": [1, 2, 4], "possibl": [2, 7, 9], "postmanpat": 6, "potentiel": [1, 2], "pourquoi": 9, "pourr": 1, "pouv": [1, 6, 9], "pouvoir": [4, 6], "pratiqu": [5, 6], "premi": [5, 7, 8, 9], "pren": 3, "prend": 3, "prendr": [3, 5], "press": 8, "prim": 5, "primair": 0, "princip": 6, "principal": [6, 7], "prior": 4, "pris": [5, 7], "prix": 2, "probabl": [1, 2], "problem": 2, "procur": 6, "product": 4, "program": 1, "programm": 2, "progress": 7, "projet": 2, "propos": 9, "proposit": 6, "propri\u00e9tair": 7, "protect": 2, "proton": 6, "pr\u00e9conis": 2, "pr\u00e9c\u00e9dent": [2, 5, 8], "pr\u00e9sent": [6, 7, 9], "pr\u00e9suppos": 4, "pr\u00e9vu": 5, "pr\u00e9vus": 4, "pseudo": 6, "pu": 6, "puis": 6, "puiss": [2, 4, 7], "pull": 6, "px": 3, "q": [3, 8], "quand": [2, 6], "quarantain": 2, "quelqu": 6, "question": 6, "quit": 3, "quitt": [7, 8], "r": 8, "raccourc": [5, 6, 7], "rapid": [5, 6], "rapport": [0, 3], "rassembl": [4, 7], "recharg": 8, "recherch": [6, 7, 8], "recommand": 7, "rejoindr": 6, "relach": 5, "relat": 3, "releas": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "remill": 6, "rencontr": [4, 6], "rendu": [4, 9], "repr\u00e9sent": 7, "request": 6, "requiert": [1, 2], "requ\u00eat": [3, 4, 5, 7, 8], "respect": 5, "restent": 0, "retard": 3, "retour": [5, 6, 8], "retrouv": [4, 6], "r\u00e9alis": [1, 2, 7], "r\u00e9cuper": 4, "r\u00e9duir": 5, "r\u00e9fer": 7, "r\u00e9f\u00e9rent": [4, 6], "r\u00e9pons": 6, "r\u00e9serv": 7, "r\u00e9solu": 6, "r\u00e9sultat": 5, "r\u00e9ticent": [1, 2, 9], "r\u00e9\u00e9tudi": 6, "sais": 5, "san": [1, 3, 4], "sauvegard": [6, 7], "sav": 5, "sc": 3, "schem": 6, "sco": 3, "scor": [3, 4, 5, 7], "search": 5, "section": [1, 2, 5, 6, 7, 9], "selon": [4, 6, 7], "sembl": 4, "ser": 4, "serveur": 6, "seul": 1, "si": [1, 2, 3, 4, 5, 6, 7, 8, 9], "signatur": 2, "signif": 5, "simpl": [4, 5], "sit": 2, "situ": 3, "smartscreen": 6, "smirc": 4, "societ": [1, 2], "sort": 3, "souhait": [1, 2, 4], "soupl": 4, "sour": [5, 7], "sous": [2, 4, 6, 7, 9], "souscrir": 1, "souten": 6, "sp\u00e9cif": 2, "sqlit": 4, "stat": 0, "stock": [0, 4, 7], "stor": 2, "structur": [3, 4, 5, 6, 7], "suit": [1, 2, 7], "suiv": [0, 1, 2, 6, 7, 8], "suppl\u00e9mentair": [2, 5], "support": [1, 6], "suppress": 5, "supprim": [2, 3, 6, 7, 8], "sup\u00e9rieur": 3, "surtout": 6, "svelt": 4, "system": [1, 2, 9], "s\u00e9cur": 2, "s\u00e9lection": [1, 2], "s\u00e9rialis": 4, "tab": [5, 7, 8], "tabl": [0, 3, 6], "tag": [5, 7], "tag1": 3, "tag2": 3, "tak": 3, "takepoint": 3, "tap": [2, 5], "tendanc": 4, "tendr": 6, "tentat": 6, "terminal": 9, "text": [0, 3, 4, 8], "th\u00e9mat": 4, "ticket": [2, 6], "tien": 6, "timestamp": 0, "tomb": 4, "toto": 5, "touch": [5, 7], "tournoi": 6, "tous": 6, "tout": [3, 4, 6, 7, 8], "toutefois": 4, "tp": 6, "tp2": 3, "tp2_last": 3, "tp2_liv": 3, "tp4": 3, "tp4_last": 3, "tp4_liv": 3, "trait": [5, 7], "tres": [4, 6], "tri": 4, "tristan": 6, "trouv": [1, 5, 6], "tx": 3, "txt": [3, 8], "typ": [2, 3, 4, 5, 7], "t\u00e9l\u00e9charg": [1, 2, 6], "u": 8, "unger": 6, "uniqu": [4, 6, 7, 9], "us": 2, "usag": 6, "util": 6, "utilis": [1, 6, 7, 9], "v": [5, 8], "va": 5, "valeur": [0, 3, 5, 7], "valid": [2, 5, 7], "valu": 0, "ver": [0, 1, 2, 6, 8], "verr": 6, "version": [3, 9], "vi": [2, 7], "vid": [5, 8], "videau": [3, 6, 7], "vieil": 4, "vient": 6, "vim": 4, "virus": [2, 6], "visualis": [6, 7], "voi": 6, "voic": 6, "voir": [1, 2, 4, 5, 7, 9], "votr": [1, 6, 9], "voul": [4, 6], "vscod": 2, "vu": [7, 8], "v\u00e9rif": 3, "v\u00e9rifi": 5, "w": [3, 5], "wail": 4, "webview2": 9, "window": [0, 1, 3, 4, 5, 6, 7, 8, 9], "wr": 3, "writ": 3, "wx": 3, "x": [3, 9], "xg": [6, 7, 8], "xg2": 3, "z": [3, 9], "zip": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "zon": [3, 4, 5, 7], "zx": 3, "\u00e9chec": 4, "\u00e9ch\u00e9": 7, "\u00e9crir": [3, 5, 6], "\u00e9dit": [1, 2, 3, 5, 7], "\u00e9diteur": [1, 2, 4], "\u00e9gal": [6, 9], "\u00e9met": 9, "\u00e9motic\u00f4n": 4, "\u00e9quit": [3, 5], "\u00e9tap": 1, "\u00e9tat": [0, 7], "\u00e9tend": 3, "\u00e9tiquet": [4, 7], "\u00e9tranger": 0, "\u00e9ventuel": [5, 6, 9], "\u00e9volu": 6, "\u00eatre": [3, 4, 5, 6, 7]}, "titles": ["9. Annexe: Sch\u00e9ma de la base de donn\u00e9es", "8. Annexe Mac : Blocage \u00e9ventuel de blunderDB", "7. Annexe Windows : D\u00e9tection abusive de blunderDB comme logiciel malveillant", "4. Liste des commandes", "6. Foire aux questions", "3. Guide utilisateur", "blunderDB", "2. Manuel", "5. Raccourcis clavier", "1. T\u00e9l\u00e9chargement et installation"], "titleterms": {"0": 0, "1": 0, "D": 4, "Le": 7, "Qu": 4, "Quel": 4, "Quelles": 4, "Sur": 4, "a": 4, "abus": 2, "affich": 5, "ajout": 5, "analys": 5, "annex": [0, 1, 2], "architectur": 4, "autoris": 1, "avert": 2, "bas": [0, 4, 5], "blocag": [1, 2], "blunderdb": [1, 2, 4, 6], "clavi": 8, "comm": 2, "command": [3, 7, 8], "comment": 4, "concept": 4, "contact": 6, "copi": 4, "cour": 4, "criter": 5, "cr\u00e9": 5, "cr\u00e9ation": 4, "defend": 2, "depuis": 5, "descript": 7, "diff\u00e9rent": 5, "divers": 3, "don": [0, 4, 5, 6], "d\u00e9tect": 2, "edit": [3, 5, 7, 8], "etiquet": 5, "exist": 5, "export": 5, "ex\u00e9cu": 1, "fair": 6, "filtr": 3, "foir": 4, "fonction": 4, "format": 4, "global": 3, "guid": 5, "g\u00e9n\u00e9ral": 8, "histor": 6, "ic\u00f4n": 4, "import": 5, "install": [1, 9], "interfac": 7, "list": 3, "logiciel": [2, 4], "mac": 1, "malveil": 2, "manuel": 7, "mod": [3, 7, 8], "modifi": 4, "motiv": 4, "normal": [3, 7, 8], "nouvel": 5, "oper": 3, "ouvr": 5, "o\u00f9": 4, "partag": 4, "plateform": 4, "posit": 5, "princip": 4, "puis": 4, "question": 4, "raccourc": 8, "recherch": [3, 5], "remerci": 6, "sauvegard": 4, "schem": 0, "selon": 5, "smartscreen": 2, "sommair": 6, "supprim": 5, "t\u00e9l\u00e9charg": 9, "util": 4, "utilis": [4, 5], "ver": 5, "version": [0, 6], "vient": 4, "visualis": 5, "window": 2, "xg": 5, "\u00e9ventuel": 1}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Afficher l\u2019analyse d\u2019une position import\u00e9e depuis XG": [[5, "afficher-l-analyse-d-une-position-importee-depuis-xg"]], "Ajouter une position \u00e0 la base de donn\u00e9es": [[5, "ajouter-une-position-a-la-base-de-donnees"]], "Annexe Mac : Blocage \u00e9ventuel de blunderDB": [[1, null]], "Annexe Windows : D\u00e9tection abusive de blunderDB comme logiciel malveillant": [[2, null]], "Annexe: Sch\u00e9ma de la base de donn\u00e9es": [[0, null]], "Autorisation de l\u2019ex\u00e9cution de blunderDB": [[1, "autorisation-de-l-execution-de-blunderdb"]], "Avertissement Windows SmartScreen": [[2, "avertissement-windows-smartscreen"]], "Blocage Windows Defender": [[2, "blocage-windows-defender"]], "Commandes diverses": [[3, "commandes-diverses"]], "Comment sauvegarder la base de donn\u00e9es courante?": [[4, "comment-sauvegarder-la-base-de-donnees-courante"]], "Contacts": [[6, "contacts"]], "Cr\u00e9er une nouvelle base de donn\u00e9es": [[5, "creer-une-nouvelle-base-de-donnees"]], "Description de l\u2019interface": [[7, "description-de-l-interface"]], "D\u2019o\u00f9 vient l\u2019ic\u00f4ne de blunderDB?": [[4, "d-ou-vient-l-icone-de-blunderdb"]], "Editer une position": [[5, "editer-une-position"]], "Etiqueter une position": [[5, "etiqueter-une-position"]], "Exporter une position vers XG": [[5, "exporter-une-position-vers-xg"]], "Faire un don": [[6, "faire-un-don"]], "Filtres de recherche": [[3, "filtres-de-recherche"]], "Foire aux questions": [[4, null]], "Guide utilisateur": [[5, null]], "G\u00e9n\u00e9ral": [[8, "general"]], "Historique des versions": [[6, "historique-des-versions"]], "Import une position depuis XG": [[5, "import-une-position-depuis-xg"]], "Installation de blunderDB": [[1, "installation-de-blunderdb"]], "Le mode COMMAND": [[7, "le-mode-command"]], "Le mode EDIT": [[7, "le-mode-edit"]], "Le mode NORMAL": [[7, "le-mode-normal"]], "Liste des commandes": [[3, null]], "Manuel": [[7, null]], "Mode COMMAND": [[8, "mode-command"]], "Mode EDIT": [[3, "mode-edit"], [8, "mode-edit"]], "Mode NORMAL": [[3, "mode-normal"], [8, "mode-normal"]], "Op\u00e9rations globales": [[3, "operations-globales"]], "Ouvrir une base de donn\u00e9e existante": [[5, "ouvrir-une-base-de-donnee-existante"]], "Puis-je modifier, copier, partager blunderDB?": [[4, "puis-je-modifier-copier-partager-blunderdb"]], "Quel est l\u2019architecture logicielle de blunderDB?": [[4, "quel-est-l-architecture-logicielle-de-blunderdb"]], "Quel est l\u2019utilit\u00e9 de blunderDB?": [[4, "quel-est-l-utilite-de-blunderdb"]], "Quel format de donn\u00e9es utilise blunderDB?": [[4, "quel-format-de-donnees-utilise-blunderdb"]], "Quelles ont \u00e9t\u00e9 les principes de conception de blunderDB?": [[4, "quelles-ont-ete-les-principes-de-conception-de-blunderdb"]], "Qu\u2019est ce qui a motiv\u00e9 la cr\u00e9ation de blunderDB?": [[4, "qu-est-ce-qui-a-motive-la-creation-de-blunderdb"]], "Raccourcis clavier": [[8, null]], "Rechercher des positions selon des crit\u00e8res": [[5, "rechercher-des-positions-selon-des-criteres"]], "Remerciements": [[6, "remerciements"]], "Sommaire": [[6, "sommaire"]], "Supprimer une position": [[5, "supprimer-une-position"]], "Sur quelles plateformes blunderDB fonctionne-t\u2019il?": [[4, "sur-quelles-plateformes-blunderdb-fonctionne-t-il"]], "T\u00e9l\u00e9chargement et installation": [[9, null]], "Version 1.0.0": [[0, "version-1-0-0"]], "Version 1.1.0": [[0, "version-1-1-0"]], "Version 1.2.0": [[0, "version-1-2-0"]], "Visualiser les diff\u00e9rentes positions": [[5, "visualiser-les-differentes-positions"]], "blunderDB": [[6, null]]}, "docnames": ["annexe_db_scheme", "annexe_mac_securite", "annexe_windows_securite", "cmd_mode", "faq", "guide_utilisateur", "index", "manuel", "raccourcis", "telecharge_install"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["annexe_db_scheme.rst", "annexe_mac_securite.rst", "annexe_windows_securite.rst", "cmd_mode.rst", "faq.rst", "guide_utilisateur.rst", "index.rst", "manuel.rst", "raccourcis.rst", "telecharge_install.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [1, 2, 3, 4, 5, 6, 7, 8, 9], "01": 6, "02": 6, "03": 6, "06": 6, "1": [3, 5, 6], "10": [2, 3], "11": 2, "12": [3, 6], "15": 6, "18": 3, "19": 3, "2": [3, 5, 6, 7], "20": 3, "2024": 6, "2025": 6, "24": 3, "27": 6, "3": [3, 6, 7], "31": 6, "3182": 2, "4": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "5": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "50": 3, "6": 3, "60": 3, "7": [3, 9], "70": 3, "8": 9, "Avec": 4, "C": [5, 8], "Ce": [1, 2, 4, 5], "D": [3, 6], "Des": 7, "En": [4, 5], "Il": [2, 4, 7, 9], "J": [4, 6], "Je": [4, 6], "L": [3, 4, 5, 7, 8], "La": [0, 3, 4, 5, 6, 7, 9], "Le": [1, 3, 4, 5, 6], "Les": [0, 1, 2, 3, 5, 7], "M": 3, "Mais": 6, "N": [5, 8], "Par": [1, 2, 3, 4], "Pour": [0, 2, 3, 4, 5, 7, 9], "Qu": 6, "Quel": 6, "Quelles": 6, "S": [5, 8], "Sa": [4, 6], "Se": 7, "Sur": 6, "T": 3, "Une": [1, 4], "Vous": [1, 6], "a": [3, 5, 6, 7, 9], "aaa": 3, "absenc": 4, "abus": 6, "action": [3, 7, 8], "activ": 7, "adapt": 4, "adhes": 1, "adress": 6, "adversair": [3, 5], "affich": [2, 3, 6, 7, 8], "affichag": 7, "afin": [5, 6, 7], "aggreg": [4, 6], "agr\u00e9abl": 6, "aid": [3, 4, 5, 7, 8], "ains": [4, 5, 6, 7], "ajout": [0, 2, 3, 4, 6, 7, 8], "aller": [2, 3, 5], "allez": [1, 2], "alor": 2, "amis": 6, "am\u00e9lior": 6, "analys": [0, 2, 3, 6, 7, 8], "anne": 6, "annex": 6, "annot": 7, "annuel": 1, "ann\u00e9": 6, "appel": 2, "apple": 1, "appliqu": [1, 2, 4, 6], "apprec": 6, "approch": 4, "appui": [5, 7], "appuii": 5, "appuyt": 5, "apres": [1, 2, 3, 4, 5, 7, 9], "arbitrair": [3, 6], "architectur": 6, "archiv": 2, "arrier": [3, 4, 5, 8], "arriv": [2, 5], "associ": [0, 5, 7], "attendu": 9, "attribu": 5, "aucun": [4, 5, 7, 9], "augment": 5, "aujourd": 2, "auss": 6, "auteur": 6, "automat": 6, "autonom": 4, "autoris": [2, 6], "autr": [0, 4, 7], "avanc": [3, 5], "avant": 3, "aventur": 6, "avert": [1, 6], "avoir": [1, 6], "b": [3, 8], "backcheck": 3, "backend": 4, "backgam": 4, "backgammon": [3, 4, 5, 6, 7], "barr": [5, 7], "bas": [2, 3, 6, 7, 8], "bascul": [5, 7, 8], "bearoff": 5, "besoin": 5, "bet": 6, "bibliothequ": [3, 4, 5, 7, 8], "bienveil": 6, "bienvenus": 6, "blitz": 4, "blocag": [6, 9], "blog": 2, "bloqu": [1, 2], "blot": [3, 6], "blunder": 4, "blunderdb": [0, 3, 5, 7, 8, 9], "bo": 3, "board": [4, 5, 7, 8], "bouton": 5, "box": 3, "bug": 6, "bx": 3, "cach": [3, 8], "camarad": 6, "cas": [7, 9], "cass": 4, "catalogu": [4, 6], "cat\u00e9gor": 4, "caus": 6, "cel": [3, 5], "centain": 2, "certain": [2, 4], "certifi": [1, 2], "certificat": 2, "chanc": [3, 4, 5, 9], "chaqu": [5, 7], "charg": [3, 4, 5], "chemin": 5, "cherch": 3, "chessbas": 4, "chmod": 9, "chois": 5, "choix": 4, "chopp": 6, "chouet": 6, "ci": 3, "cinq": 5, "cl": 3, "clair": 6, "classif": 4, "clavi": [5, 6], "clear": 3, "clic": [1, 5], "click": 5, "cliqu": [1, 2, 5], "cl\u00e9": 0, "co": 3, "cod": [2, 4], "codag": 6, "colon": 0, "com": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "combin": [3, 4, 6], "comm": [4, 6, 9], "command": [0, 4, 5, 6, 9], "command_history": 0, "comment": [0, 3, 6], "commentair": [0, 3, 6, 7, 8], "commod": 4, "compagn": 6, "compar": 1, "complet": [1, 2], "comprendr": 9, "compris": 3, "compr\u00e9hens": 6, "compt": [3, 5, 7], "concept": 6, "concern": [1, 2], "confianc": 2, "configur": 3, "confirm": 5, "connu": 2, "consider": 3, "constitu": [4, 6, 7], "construct": 6, "consult": 9, "cons\u00e9quent": [1, 2], "contact": 3, "conten": [3, 4], "contiennent": 3, "contient": 0, "continu": 6, "contourn": [2, 9], "contr": 2, "copi": 6, "correct": 6, "correspond": [5, 7, 9], "coup": [3, 5, 6], "cour": [3, 5, 6, 7, 8], "cours": [3, 4, 7], "co\u00fbt": 5, "criter": [4, 6], "cr\u00e9": [3, 6, 8], "cr\u00e9ation": 6, "ctrl": [5, 8], "cu": 3, "cub": [3, 4, 5, 7], "da5ppzm9en": 6, "dan": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "dang": [1, 2], "dat": [0, 3, 6], "databas": 5, "db": [5, 7], "decr": [6, 7], "ded": 6, "defend": 6, "dehor": 5, "del": [3, 5, 8], "delet": [3, 5], "depuis": [6, 7], "derni": [5, 8, 9], "descript": 6, "desktop": 4, "dessous": 3, "dev": 2, "develop": 1, "developp": 1, "difficult": 4, "diff\u00e9rent": [3, 4, 6, 7], "dimension": 6, "dir": 3, "direct": 5, "discord": 6, "discut": 6, "disponibl": [4, 5, 7, 9], "disposit": 7, "distinct": 5, "distribu": [2, 7], "diver": 6, "divers": 6, "dizain": 6, "doc": 2, "document": [6, 9], "doit": [1, 4], "doivent": 3, "don": [3, 7, 8], "dossi": 4, "doubl": [3, 5], "dout": 5, "download": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "dp": 3, "droit": [1, 5, 7, 8], "dt": 3, "d\u00e9": [3, 5, 7], "d\u00e9blocag": 2, "d\u00e9buggag": 6, "d\u00e9but": 3, "d\u00e9cis": [3, 5, 6, 7], "d\u00e9clench": 2, "d\u00e9clin": 4, "d\u00e9di": 7, "d\u00e9faut": [3, 7], "d\u00e9fil": [2, 7], "d\u00e9fin": 7, "d\u00e9finit": 5, "d\u00e9j\u00e0": [1, 9], "d\u00e9marr": 2, "d\u00e9part": 5, "d\u00e9pens": 6, "d\u00e9p\u00f4t": 4, "d\u00e9tect": 6, "d\u00e9velopp": 6, "d\u00e9veloppeur": 1, "e": 3, "edit": [4, 6], "effac": [3, 5, 8], "efficac": 6, "elles": 7, "emplac": 5, "emp\u00each": 2, "encapsul": 4, "encor": 2, "encourag": [4, 6], "enfin": 4, "enregistr": [3, 5], "ensembl": [4, 7], "ensuit": [2, 4], "entre": [3, 4, 5, 6, 7, 8], "entr\u00e9": 5, "envoi": [5, 7], "erreur": [5, 6], "esc": 8, "espac": [5, 7, 8], "essai": [1, 2], "etiquet": [3, 6], "euros": 2, "ev": 2, "ex": 3, "exclur": 2, "exclus": 2, "exe": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "exempl": [2, 3, 4, 5], "exhaust": 5, "exist": [3, 6, 7, 8], "explicit": [2, 3, 4, 7], "expliqu": 6, "expliquent": [1, 2], "exploit": [1, 2, 9], "export": [6, 8], "exp\u00e9rient": 6, "extended": 2, "extens": 5, "extrem": 7, "ext\u00e9rieur": 2, "ex\u00e9cu": [0, 2, 4, 6, 9], "ex\u00e9cut": [0, 1, 2, 5, 7, 8, 9], "f": [5, 8], "fac": 5, "facilit": 4, "fair": [2, 5, 7], "fait": [1, 2, 4, 5], "fantast": 6, "faq": [2, 6], "faut": 3, "faux": 2, "fen\u00eatr": [1, 2, 5, 6, 7, 8], "ferm": [3, 8], "fichi": [1, 2, 3, 4, 5, 7, 8], "fill": 6, "filt": 3, "filter_library": 0, "filtr": [0, 4, 5, 6, 7, 8], "fin": 5, "find": 1, "fl": 3, "flexibil": 4, "fluid": 7, "foir": 6, "fois": 1, "fonction": [3, 6], "fonctional": 7, "fonctionnal": 7, "forc": [4, 6], "format": [0, 6, 9], "fort": [1, 2, 9], "fortior": 3, "fourn": [5, 6], "fr": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "frontend": 4, "fr\u00e9quent": 6, "futur": 6, "g": [3, 8], "gain": [3, 4, 5], "gam": 4, "gammon": [3, 4, 5, 7], "gauch": [5, 7, 8], "ger": [2, 4], "gg": 6, "github": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "gliss": 1, "global": 6, "go": [2, 4], "goggling": 4, "golang": 2, "grand": 4, "graphiqu": [4, 7, 9], "gratuit": [1, 2], "guid": 6, "guis": 4, "gv": 6, "gv1": 3, "gv2": 3, "gv4": 3, "gx": 3, "g\u00e9n\u00e9ral": [6, 7], "h": [3, 8], "habitud": 4, "harmand": 6, "haut": [7, 8], "he": 3, "help": 3, "hero": 6, "heur": [0, 6], "histor": [0, 3, 8], "holding": 4, "hom": 5, "hor": 9, "http": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "hui": 2, "h\u00e9sit": 6, "i": [3, 8], "icon": 6, "ic\u00f4n": 6, "id": 0, "ie_fr": 2, "ignor": 3, "imm\u00e9diat": [4, 7], "impliqu": 3, "import": [3, 6, 8], "inchang": 0, "index": 7, "indic": 3, "indiqu": [3, 4, 5, 7], "ind\u00e9pend": [1, 2], "inform": [2, 4, 5, 7], "inf\u00e9rieur": 3, "initi": 6, "initial": [4, 6], "inser": 5, "inspir": 4, "install": [4, 6], "instanc": [2, 6], "interact": 7, "interfac": [4, 6, 9], "interrog": [4, 6], "introduct": [5, 6], "int\u00e9ress": 4, "issu": [2, 6, 7], "jan": [3, 6], "jb": 3, "jbx": 3, "jeu": [4, 6], "jj": 3, "joi": 6, "jou": [6, 7], "joueur": [3, 4, 5, 6, 7], "jour": [3, 8], "joyeux": 6, "json": 0, "jusqu": 2, "juxtapos": 3, "k": [3, 8], "k2": 3, "kazaross": 3, "kevung": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "key": 0, "kx": 3, "k\u00e9vin": 6, "lanc": [2, 3, 6], "langag": 4, "latest": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "learn": 2, "leg": 4, "li": 7, "libert": 4, "libr": 7, "licenc": [4, 9], "lieu": 6, "lign": [5, 6, 9], "linux": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "list": [5, 6, 7], "logiciel": [1, 6, 7], "longu": 3, "lor": [2, 3], "lorsqu": 2, "mac": [4, 6, 9], "macos": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "mail": 6, "main": [5, 7], "mainten": [5, 6], "malgr": [2, 6], "malveil": 6, "mani": [4, 5, 6], "manipul": 9, "manuel": 6, "match": [3, 6], "maximum": 5, "meilleur": [3, 5], "membership": 1, "menac": 2, "mention": [2, 3], "merveil": 6, "messag": [2, 7], "met": [3, 7], "metadat": 0, "mettr": [3, 5, 8], "microsoft": 2, "mieux": 6, "migr": [0, 3], "migrate_from_1_0_to_1_1": [0, 3], "migrate_from_1_1_to_1_2": [0, 3], "milieu": 7, "millipoint": 3, "minim": 5, "miroir": [3, 6], "mit": [4, 9], "mm": 3, "mod": [5, 6], "modal": [4, 7], "modif": 7, "modifi": [6, 7], "moin": 3, "montr": 6, "mort": 3, "mot": 3, "mot1": 3, "mot2": 3, "motif": [3, 6], "motif1": 3, "motif2": 3, "motiv": 6, "mult": 4, "m\u00e9tadon": [0, 3, 6, 8], "m\u00e9thod": 5, "m\u00eam": [2, 4, 5], "nam": 0, "nativ": [4, 9], "natur": 6, "navig": [7, 8], "navigu": 2, "nc": 3, "nd": 3, "new": [3, 5], "nicol": 6, "niveau": [4, 5, 7], "no": 3, "nom": [0, 5], "nombr": [3, 7], "non": 6, "normal": [4, 6], "normalis": 5, "not": 7, "notr": 6, "nouveau": [4, 6], "nouvel": [3, 6, 7, 8], "numb": 3, "numer": [1, 2], "num\u00e9ros": 6, "n\u00e9cessair": 4, "n\u00e9cessit": [5, 9], "o": [3, 5, 8], "obten": [2, 5], "obtenu": 5, "officiel": 2, "oner": [1, 2], "op": 3, "open": [3, 5], "oper": [1, 2, 4, 6, 7], "ordre": 5, "organis": 4, "orient": [1, 2, 8], "oubl": 4, "oui": 4, "outfield": [3, 6], "outil": [4, 5, 7], "outr": [1, 2], "ouvr": [1, 2, 3, 4, 6, 8], "ox": 3, "o\u00f9": [3, 5, 6, 9], "p": [3, 8], "p50": 3, "pagedown": 8, "pageup": 8, "pai": [1, 6], "panneau": 7, "papi": 8, "paquet": 6, "parametr": [2, 3, 5, 7], "param\u00e9trag": 2, "parcour": 8, "part": [1, 2, 5, 6, 7, 9], "partag": [1, 2, 6], "partenair": 6, "particuli": 6, "pass": [1, 2, 3, 6], "paypal": 6, "pdf": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "permet": [4, 5, 7], "permettent": 6, "perrin": 6, "personalis": 4, "personnel": 6, "pet": 6, "peut": [2, 4, 5, 6, 7], "peuvent": [3, 4, 7], "pietr": 6, "pion": [3, 4, 5, 7], "pip": 3, "plac": 2, "plais": 6, "plateform": 6, "plus": [2, 3, 4, 6], "plusieur": [2, 6, 7], "point": [3, 5], "pos": 4, "posit": [0, 2, 3, 4, 6, 7, 8], "position_id": 0, "possibil": [1, 2, 4], "possibl": [2, 7, 9], "postmanpat": 6, "potentiel": [1, 2], "pourquoi": 9, "pourr": 1, "pouv": [1, 6, 9], "pouvoir": [4, 6], "pratiqu": [5, 6], "premi": [5, 7, 8, 9], "pren": 3, "prend": 3, "prendr": [3, 5], "press": 8, "prim": 5, "primair": 0, "princip": 6, "principal": [6, 7], "prior": 4, "pris": [5, 7], "prix": 2, "probabl": [1, 2], "problem": 2, "procur": 6, "product": 4, "program": 1, "programm": 2, "progress": 7, "projet": 2, "propos": 9, "proposit": 6, "propri\u00e9tair": 7, "protect": 2, "proton": 6, "pr\u00e9conis": 2, "pr\u00e9c\u00e9dent": [2, 5, 8], "pr\u00e9sent": [6, 7, 9], "pr\u00e9suppos": 4, "pr\u00e9vu": 5, "pr\u00e9vus": 4, "pseudo": 6, "pu": 6, "puis": 6, "puiss": [2, 4, 7], "pull": 6, "px": 3, "q": [3, 8], "quand": [2, 6], "quarantain": 2, "quelqu": 6, "question": 6, "quit": 3, "quitt": [7, 8], "r": 8, "raccourc": [5, 6, 7], "rapid": [5, 6], "rapport": [0, 3], "rassembl": [4, 7], "recharg": 8, "recherch": [0, 6, 7, 8], "recommand": 7, "rejoindr": 6, "relach": 5, "relat": 3, "releas": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "remill": 6, "rencontr": [4, 6], "rendu": [4, 9], "repr\u00e9sent": 7, "request": 6, "requiert": [1, 2], "requ\u00eat": [3, 4, 5, 7, 8], "respect": 5, "restent": 0, "retard": 3, "retour": [5, 6, 8], "retrouv": [4, 6], "r\u00e9alis": [1, 2, 7], "r\u00e9cuper": 4, "r\u00e9duir": 5, "r\u00e9fer": 7, "r\u00e9f\u00e9rent": [4, 6], "r\u00e9pons": 6, "r\u00e9serv": 7, "r\u00e9solu": 6, "r\u00e9sultat": 5, "r\u00e9ticent": [1, 2, 9], "r\u00e9\u00e9tudi": 6, "sais": 5, "san": [1, 3, 4], "sauvegard": [6, 7], "sav": 5, "sc": 3, "schem": 6, "sco": 3, "scor": [3, 4, 5, 7], "search": 5, "section": [1, 2, 5, 6, 7, 9], "selon": [4, 6, 7], "sembl": 4, "ser": 4, "serveur": 6, "seul": 1, "si": [1, 2, 3, 4, 5, 6, 7, 8, 9], "signatur": 2, "signif": 5, "simpl": [4, 5], "sit": 2, "situ": 3, "smartscreen": 6, "smirc": 4, "societ": [1, 2], "sort": 3, "souhait": [1, 2, 4], "soupl": 4, "sour": [5, 7], "sous": [2, 4, 6, 7, 9], "souscrir": 1, "souten": 6, "sp\u00e9cif": 2, "sqlit": 4, "stat": 0, "stock": [0, 4, 7], "stor": 2, "structur": [3, 4, 5, 6, 7], "suit": [1, 2, 7], "suiv": [0, 1, 2, 6, 7, 8], "suppl\u00e9mentair": [2, 5], "support": [1, 6], "suppress": 5, "supprim": [2, 3, 6, 7, 8], "sup\u00e9rieur": 3, "surtout": 6, "svelt": 4, "system": [1, 2, 9], "s\u00e9cur": 2, "s\u00e9lection": [1, 2], "s\u00e9rialis": 4, "tab": [5, 7, 8], "tabl": [0, 3, 6], "tag": [5, 7], "tag1": 3, "tag2": 3, "tak": 3, "takepoint": 3, "tap": [2, 5], "tendanc": 4, "tendr": 6, "tentat": 6, "terminal": 9, "text": [0, 3, 4, 8], "th\u00e9mat": 4, "ticket": [2, 6], "tien": 6, "timestamp": 0, "tomb": 4, "toto": 5, "touch": [5, 7], "tournoi": 6, "tous": 6, "tout": [3, 4, 6, 7, 8], "toutefois": 4, "tp": 6, "tp2": 3, "tp2_last": 3, "tp2_liv": 3, "tp4": 3, "tp4_last": 3, "tp4_liv": 3, "trait": [5, 7], "tres": [4, 6], "tri": 4, "tristan": 6, "trouv": [1, 5, 6], "tx": 3, "txt": [3, 8], "typ": [2, 3, 4, 5, 7], "t\u00e9l\u00e9charg": [1, 2, 6], "u": 8, "unger": 6, "uniqu": [4, 6, 7, 9], "us": 2, "usag": 6, "util": 6, "utilis": [1, 6, 7, 9], "v": [5, 8], "va": 5, "valeur": [0, 3, 5, 7], "valid": [2, 5, 7], "valu": 0, "ver": [0, 1, 2, 6, 8], "verr": 6, "version": [3, 9], "vi": [2, 7], "vid": [5, 8], "videau": [3, 6, 7], "vieil": 4, "vient": 6, "vim": 4, "virus": [2, 6], "visualis": [6, 7], "voi": 6, "voic": 6, "voir": [1, 2, 4, 5, 7, 9], "votr": [1, 6, 9], "voul": [4, 6], "vscod": 2, "vu": [7, 8], "v\u00e9rif": 3, "v\u00e9rifi": 5, "w": [3, 5], "wail": 4, "webview2": 9, "window": [0, 1, 3, 4, 5, 6, 7, 8, 9], "wr": 3, "writ": 3, "wx": 3, "x": [3, 9], "xg": [6, 7, 8], "xg2": 3, "z": [3, 9], "zip": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "zon": [3, 4, 5, 7], "zx": 3, "\u00e9chec": 4, "\u00e9ch\u00e9": 7, "\u00e9crir": [3, 5, 6], "\u00e9dit": [1, 2, 3, 5, 7], "\u00e9diteur": [1, 2, 4], "\u00e9gal": [6, 9], "\u00e9met": 9, "\u00e9motic\u00f4n": 4, "\u00e9quit": [3, 5], "\u00e9tap": 1, "\u00e9tat": [0, 7], "\u00e9tend": 3, "\u00e9tiquet": [4, 7], "\u00e9tranger": 0, "\u00e9ventuel": [5, 6, 9], "\u00e9volu": 6, "\u00eatre": [3, 4, 5, 6, 7]}, "titles": ["9. Annexe: Sch\u00e9ma de la base de donn\u00e9es", "8. Annexe Mac : Blocage \u00e9ventuel de blunderDB", "7. Annexe Windows : D\u00e9tection abusive de blunderDB comme logiciel malveillant", "4. Liste des commandes", "6. Foire aux questions", "3. Guide utilisateur", "blunderDB", "2. Manuel", "5. Raccourcis clavier", "1. T\u00e9l\u00e9chargement et installation"], "titleterms": {"0": 0, "1": 0, "2": 0, "D": 4, "Le": 7, "Qu": 4, "Quel": 4, "Quelles": 4, "Sur": 4, "a": 4, "abus": 2, "affich": 5, "ajout": 5, "analys": 5, "annex": [0, 1, 2], "architectur": 4, "autoris": 1, "avert": 2, "bas": [0, 4, 5], "blocag": [1, 2], "blunderdb": [1, 2, 4, 6], "clavi": 8, "comm": 2, "command": [3, 7, 8], "comment": 4, "concept": 4, "contact": 6, "copi": 4, "cour": 4, "criter": 5, "cr\u00e9": 5, "cr\u00e9ation": 4, "defend": 2, "depuis": 5, "descript": 7, "diff\u00e9rent": 5, "divers": 3, "don": [0, 4, 5, 6], "d\u00e9tect": 2, "edit": [3, 5, 7, 8], "etiquet": 5, "exist": 5, "export": 5, "ex\u00e9cu": 1, "fair": 6, "filtr": 3, "foir": 4, "fonction": 4, "format": 4, "global": 3, "guid": 5, "g\u00e9n\u00e9ral": 8, "histor": 6, "ic\u00f4n": 4, "import": 5, "install": [1, 9], "interfac": 7, "list": 3, "logiciel": [2, 4], "mac": 1, "malveil": 2, "manuel": 7, "mod": [3, 7, 8], "modifi": 4, "motiv": 4, "normal": [3, 7, 8], "nouvel": 5, "oper": 3, "ouvr": 5, "o\u00f9": 4, "partag": 4, "plateform": 4, "posit": 5, "princip": 4, "puis": 4, "question": 4, "raccourc": 8, "recherch": [3, 5], "remerci": 6, "sauvegard": 4, "schem": 0, "selon": 5, "smartscreen": 2, "sommair": 6, "supprim": 5, "t\u00e9l\u00e9charg": 9, "util": 4, "utilis": [4, 5], "ver": 5, "version": [0, 6], "vient": 4, "visualis": 5, "window": 2, "xg": 5, "\u00e9ventuel": 1}}) \ No newline at end of file diff --git a/pdf_en/.doctrees/annexe_db_scheme.doctree b/pdf_en/.doctrees/annexe_db_scheme.doctree index 3ed9074..5115d38 100644 Binary files a/pdf_en/.doctrees/annexe_db_scheme.doctree and b/pdf_en/.doctrees/annexe_db_scheme.doctree differ diff --git a/pdf_en/.doctrees/cmd_mode.doctree b/pdf_en/.doctrees/cmd_mode.doctree index c5af779..098994c 100644 Binary files a/pdf_en/.doctrees/cmd_mode.doctree and b/pdf_en/.doctrees/cmd_mode.doctree differ diff --git a/pdf_en/.doctrees/environment.pickle b/pdf_en/.doctrees/environment.pickle index 5e384e2..4111131 100644 Binary files a/pdf_en/.doctrees/environment.pickle and b/pdf_en/.doctrees/environment.pickle differ diff --git a/pdf_en/.doctrees/raccourcis.doctree b/pdf_en/.doctrees/raccourcis.doctree index e9547d2..48a64d2 100644 Binary files a/pdf_en/.doctrees/raccourcis.doctree and b/pdf_en/.doctrees/raccourcis.doctree differ diff --git a/pdf_en/blunderDB-5724fdc-en.pdf b/pdf_en/blunderDB-7818f5e-en.pdf similarity index 86% rename from pdf_en/blunderDB-5724fdc-en.pdf rename to pdf_en/blunderDB-7818f5e-en.pdf index 33736f8..0574afb 100644 Binary files a/pdf_en/blunderDB-5724fdc-en.pdf and b/pdf_en/blunderDB-7818f5e-en.pdf differ diff --git a/pdf_en/blunderdb.aux b/pdf_en/blunderdb.aux index 1e29813..d4f3990 100644 --- a/pdf_en/blunderdb.aux +++ b/pdf_en/blunderdb.aux @@ -79,9 +79,9 @@ \gdef \LT@i {\LT@entry {1}{156.585pt}\LT@entry {1}{313.17001pt}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.4.5}Various commands}{13}{subsection.2.4.5}\protected@file@percent } -\newlabel{cmd_mode:commandes-diverses}{{2.4.5}{13}{Various commands}{subsection.2.4.5}{}} -\newlabel{cmd_mode:cmd-misc}{{2.4.5}{13}{Various commands}{subsection.2.4.5}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.4.5}Various commands}{14}{subsection.2.4.5}\protected@file@percent } +\newlabel{cmd_mode:commandes-diverses}{{2.4.5}{14}{Various commands}{subsection.2.4.5}{}} +\newlabel{cmd_mode:cmd-misc}{{2.4.5}{14}{Various commands}{subsection.2.4.5}{}} \@writefile{toc}{\contentsline {section}{\numberline {2.5}Keyboard shortcuts}{14}{section.2.5}\protected@file@percent } \newlabel{raccourcis:raccourcis-clavier}{{2.5}{14}{Keyboard shortcuts}{section.2.5}{}} \newlabel{raccourcis:raccourcis}{{2.5}{14}{Keyboard shortcuts}{section.2.5}{}} @@ -92,9 +92,9 @@ \@writefile{toc}{\contentsline {subsection}{\numberline {2.5.2}NORMAL mode.}{14}{subsection.2.5.2}\protected@file@percent } \newlabel{raccourcis:mode-normal}{{2.5.2}{14}{NORMAL mode}{subsection.2.5.2}{}} \newlabel{raccourcis:raccourcis-normal}{{2.5.2}{14}{NORMAL mode}{subsection.2.5.2}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.5.3}EDIT mode}{14}{subsection.2.5.3}\protected@file@percent } -\newlabel{raccourcis:mode-edit}{{2.5.3}{14}{EDIT mode}{subsection.2.5.3}{}} -\newlabel{raccourcis:raccourcis-edit}{{2.5.3}{14}{EDIT mode}{subsection.2.5.3}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.5.3}EDIT mode}{15}{subsection.2.5.3}\protected@file@percent } +\newlabel{raccourcis:mode-edit}{{2.5.3}{15}{EDIT mode}{subsection.2.5.3}{}} +\newlabel{raccourcis:raccourcis-edit}{{2.5.3}{15}{EDIT mode}{subsection.2.5.3}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.5.4}COMMAND mode.}{15}{subsection.2.5.4}\protected@file@percent } \newlabel{raccourcis:mode-command}{{2.5.4}{15}{COMMAND mode}{subsection.2.5.4}{}} \newlabel{raccourcis:raccourcis-command}{{2.5.4}{15}{COMMAND mode}{subsection.2.5.4}{}} @@ -110,10 +110,10 @@ \newlabel{faq:comment-sauvegarder-la-base-de-donnees-courante}{{2.6.3}{15}{How to save the state of the current database?}{subsection.2.6.3}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.6.4}Can I modify, copy, share blunderDB?}{15}{subsection.2.6.4}\protected@file@percent } \newlabel{faq:puis-je-modifier-copier-partager-blunderdb}{{2.6.4}{15}{Can I modify, copy, share blunderDB?}{subsection.2.6.4}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.6.5}What data format does blunderDB use?}{15}{subsection.2.6.5}\protected@file@percent } -\newlabel{faq:quel-format-de-donnees-utilise-blunderdb}{{2.6.5}{15}{What data format does blunderDB use?}{subsection.2.6.5}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.6.6}What were the design principles of blunderDB?}{15}{subsection.2.6.6}\protected@file@percent } -\newlabel{faq:quelles-ont-ete-les-principes-de-conception-de-blunderdb}{{2.6.6}{15}{What were the design principles of blunderDB?}{subsection.2.6.6}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.6.5}What data format does blunderDB use?}{16}{subsection.2.6.5}\protected@file@percent } +\newlabel{faq:quel-format-de-donnees-utilise-blunderdb}{{2.6.5}{16}{What data format does blunderDB use?}{subsection.2.6.5}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.6.6}What were the design principles of blunderDB?}{16}{subsection.2.6.6}\protected@file@percent } +\newlabel{faq:quelles-ont-ete-les-principes-de-conception-de-blunderdb}{{2.6.6}{16}{What were the design principles of blunderDB?}{subsection.2.6.6}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.6.7}What is the software architecture of blunderDB?}{16}{subsection.2.6.7}\protected@file@percent } \newlabel{faq:quel-est-l-architecture-logicielle-de-blunderdb}{{2.6.7}{16}{What is the software architecture of blunderDB?}{subsection.2.6.7}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.6.8}On which platforms does blunderDB run?}{16}{subsection.2.6.8}\protected@file@percent } @@ -134,8 +134,8 @@ \newlabel{annexe_mac_securite::doc}{{2.8}{18}{Mac Annex: Possible Blocking of blunderDB}{section.2.8}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.8.1}Installation of blunderDB}{18}{subsection.2.8.1}\protected@file@percent } \newlabel{annexe_mac_securite:installation-de-blunderdb}{{2.8.1}{18}{Installation of blunderDB}{subsection.2.8.1}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {2.8.2}Authorization to Run blunderDB}{18}{subsection.2.8.2}\protected@file@percent } -\newlabel{annexe_mac_securite:autorisation-de-l-execution-de-blunderdb}{{2.8.2}{18}{Authorization to Run blunderDB}{subsection.2.8.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.8.2}Authorization to Run blunderDB}{26}{subsection.2.8.2}\protected@file@percent } +\newlabel{annexe_mac_securite:autorisation-de-l-execution-de-blunderdb}{{2.8.2}{26}{Authorization to Run blunderDB}{subsection.2.8.2}{}} \@writefile{toc}{\contentsline {section}{\numberline {2.9}Annex: Database Schema}{26}{section.2.9}\protected@file@percent } \newlabel{annexe_db_scheme:annexe-schema-de-la-base-de-donnees}{{2.9}{26}{Annex: Database Schema}{section.2.9}{}} \newlabel{annexe_db_scheme:annexe-db-migration}{{2.9}{26}{Annex: Database Schema}{section.2.9}{}} @@ -144,6 +144,8 @@ \newlabel{annexe_db_scheme:version-1-0-0}{{2.9.1}{26}{Version 1.0.0}{subsection.2.9.1}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.9.2}Version 1.1.0}{26}{subsection.2.9.2}\protected@file@percent } \newlabel{annexe_db_scheme:version-1-1-0}{{2.9.2}{26}{Version 1.1.0}{subsection.2.9.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.3}Version 1.2.0}{26}{subsection.2.9.3}\protected@file@percent } +\newlabel{annexe_db_scheme:version-1-2-0}{{2.9.3}{26}{Version 1.2.0}{subsection.2.9.3}{}} \@writefile{toc}{\contentsline {chapter}{\numberline {3}Contact}{27}{chapter.3}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} diff --git a/pdf_en/blunderdb.fdb_latexmk b/pdf_en/blunderdb.fdb_latexmk index bfdfd48..0b5618b 100644 --- a/pdf_en/blunderdb.fdb_latexmk +++ b/pdf_en/blunderdb.fdb_latexmk @@ -1,11 +1,11 @@ # Fdb version 4 -["makeindex blunderdb.idx"] 1738862068.77312 "blunderdb.idx" "blunderdb.ind" "blunderdb" 1738862069.95526 0 - "blunderdb.idx" 1738862069.20924 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" +["makeindex blunderdb.idx"] 1738962557.41747 "blunderdb.idx" "blunderdb.ind" "blunderdb" 1738962558.5907 0 + "blunderdb.idx" 1738962557.85315 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" (generated) "blunderdb.ilg" "blunderdb.ind" (rewritten before read) -["pdflatex"] 1738862068.78728 "blunderdb.tex" "blunderdb.pdf" "blunderdb" 1738862069.9554 0 +["pdflatex"] 1738962557.43069 "blunderdb.tex" "blunderdb.pdf" "blunderdb" 1738962558.59084 0 "/etc/texmf/web2c/texmf.cnf" 1738530698.24309 475 c0e671620eb5563b2130f56340a5fde8 "" "/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" "/usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1136768653 3584 adb004a0c8e7c46ee66cad73671f37b4 "" @@ -141,44 +141,44 @@ "/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty" 1480098840 2211 af9b7d12507105a58a3e8e926996b827 "" "/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd" 1480098840 1160 de7b1cf70edab73c9f1704df2a9fdbbd "" "/usr/share/texmf/web2c/texmf.cnf" 1707919699 40399 f2c302f7d2af602abb742093540a5834 "" - "/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1738862003.11983 128028 f533b797fba58d231669ea19e894e23e "" - "/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1738862029 6800795 09831920392e2dcbcc5c74a7c65ceb2f "" - "blunderdb.aux" 1738862069.86424 16008 abf3d7aa835e358d40d74acd18f96ffc "pdflatex" - "blunderdb.ind" 1738862068.78324 0 d41d8cd98f00b204e9800998ecf8427e "makeindex blunderdb.idx" - "blunderdb.out" 1738862069.86624 9731 9709d857172c6e02473fd1787e747a4f "pdflatex" - "blunderdb.tex" 1738862067.39323 61122 5b0e718a34b2f434b872c6d09f328aa0 "" - "blunderdb.toc" 1738862069.86624 4853 d1f93587e0d697e3d5cc8a849f10e013 "pdflatex" - "blunderdb_potential_virus.png" 1738861950.51549 10420 17810c56752adc266c6217d2c99ff5fa "" - "smartscreen_en.png" 1738861950.51649 4106 fcb0e369573e42141ec7444c3a324bae "" - "sphinx.sty" 1738861957.51754 54119 967a674353157928503df7cae9b6165e "" - "sphinxhighlight.sty" 1738862067.24023 7553 83fb52292c17957d9f4aadcb28c57a87 "" - "sphinxlatexadmonitions.sty" 1738861957.51854 19110 2855832b1a32f04033523b9919260ac9 "" - "sphinxlatexcontainers.sty" 1738861957.51854 900 d61f923db071a7b54d3cee8a1e6935d3 "" - "sphinxlatexgraphics.sty" 1738861957.51854 4918 c9266041d02bc615d54b890e96e3acd3 "" - "sphinxlatexindbibtoc.sty" 1738861957.51854 2065 1f1f215c304208004fc0522855b3b127 "" - "sphinxlatexlists.sty" 1738861957.51854 5138 98bcb41aa6ecb6cc5c1a6a7c936cb8a8 "" - "sphinxlatexliterals.sty" 1738861957.51954 45860 fa61a279a7f157481590da017e0c6962 "" - "sphinxlatexnumfig.sty" 1738861957.51954 5419 aeaffe9a9d596e3663201bb873b06758 "" - "sphinxlatexobjects.sty" 1738861957.51954 14353 ece39b9f5052a425b12c0b91f2bcd818 "" - "sphinxlatexshadowbox.sty" 1738861957.51954 8437 cec78b6bb66e95d214da9fd42b1af598 "" - "sphinxlatexstyleheadings.sty" 1738861957.51954 3742 2a2cc6aa695b2f8c98eb9ee104e5fc6f "" - "sphinxlatexstylepage.sty" 1738861957.51954 2671 e63daf3b9f0f8a387a8b4ba09c515982 "" - "sphinxlatexstyletext.sty" 1738861957.52054 6759 9e932c65374cfb62686485d331bc975c "" - "sphinxlatextables.sty" 1738861957.52054 57643 7f1013c2fa11942370d867527bdda568 "" - "sphinxmanual.cls" 1738861957.52054 4241 7b0d7a37df7b5715fb0dbd585c52ecdb "" - "sphinxmessages.sty" 1738862067.40223 745 3f5fcd6cdd7964ed608767954a8ced6f "" - "sphinxoptionsgeometry.sty" 1738861957.52054 2060 6c27b3eba37bde592ae8908ab2c1ac0f "" - "sphinxoptionshyperref.sty" 1738861957.52054 1093 e468489bae7631a7f387b4b0f7bc15d4 "" - "sphinxpackageboxes.sty" 1738861957.52154 36106 1be2053eb1cb9b083b3a75e3657bcb24 "" - "sphinxpackagefootnote.sty" 1738861957.52154 15330 2fb656b6ce8cd1f6aba2d1c508fb51e5 "" - "threat_found_action_needed.png" 1738861950.51649 24285 48aa076ae74109fba8923555f8316ee1 "" - "win1.png" 1738861950.51649 66775 c87a2e9d2912fc0337d034b33238e4a0 "" - "win2.png" 1738861950.51649 50609 6601b362f8206096b47030ca3e632dd0 "" - "win3.png" 1738861950.51749 41396 b5c21cbf57cc2766925419602d64fff1 "" - "win4.png" 1738861950.51749 41059 e67e597d3793b265be0ad63f1a88b866 "" - "win5.png" 1738861950.51749 35483 3dbda994881697a0affd14b702841e2b "" - "win6.png" 1738861950.51749 28940 15da7eacab50d8090e549a3782b443da "" - "win7.png" 1738861950.51749 35710 8ce0a62e8f57983381b7b3614ed79f98 "" + "/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1738962493.31841 128028 f533b797fba58d231669ea19e894e23e "" + "/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1738962499 6800794 2e02f4da2dfb1c8585f87195dbe4d179 "" + "blunderdb.aux" 1738962558.49915 16223 89b0ab4016cacb177d796c7add11d633 "pdflatex" + "blunderdb.ind" 1738962557.42615 0 d41d8cd98f00b204e9800998ecf8427e "makeindex blunderdb.idx" + "blunderdb.out" 1738962558.50015 9861 c7820eccf2df8b11853a481c9aceb73f "pdflatex" + "blunderdb.tex" 1738962556.05116 62142 e3d9076df4746ce351390dd105559c31 "" + "blunderdb.toc" 1738962558.50115 4937 d94b28b29b671e5d83d14f820921cdc9 "pdflatex" + "blunderdb_potential_virus.png" 1738962451.03054 10420 17810c56752adc266c6217d2c99ff5fa "" + "smartscreen_en.png" 1738962451.03054 4106 fcb0e369573e42141ec7444c3a324bae "" + "sphinx.sty" 1738962457.11653 54119 967a674353157928503df7cae9b6165e "" + "sphinxhighlight.sty" 1738962555.89716 7553 83fb52292c17957d9f4aadcb28c57a87 "" + "sphinxlatexadmonitions.sty" 1738962457.11653 19110 2855832b1a32f04033523b9919260ac9 "" + "sphinxlatexcontainers.sty" 1738962457.11653 900 d61f923db071a7b54d3cee8a1e6935d3 "" + "sphinxlatexgraphics.sty" 1738962457.11753 4918 c9266041d02bc615d54b890e96e3acd3 "" + "sphinxlatexindbibtoc.sty" 1738962457.11753 2065 1f1f215c304208004fc0522855b3b127 "" + "sphinxlatexlists.sty" 1738962457.11753 5138 98bcb41aa6ecb6cc5c1a6a7c936cb8a8 "" + "sphinxlatexliterals.sty" 1738962457.11753 45860 fa61a279a7f157481590da017e0c6962 "" + "sphinxlatexnumfig.sty" 1738962457.11753 5419 aeaffe9a9d596e3663201bb873b06758 "" + "sphinxlatexobjects.sty" 1738962457.11753 14353 ece39b9f5052a425b12c0b91f2bcd818 "" + "sphinxlatexshadowbox.sty" 1738962457.11853 8437 cec78b6bb66e95d214da9fd42b1af598 "" + "sphinxlatexstyleheadings.sty" 1738962457.11853 3742 2a2cc6aa695b2f8c98eb9ee104e5fc6f "" + "sphinxlatexstylepage.sty" 1738962457.11853 2671 e63daf3b9f0f8a387a8b4ba09c515982 "" + "sphinxlatexstyletext.sty" 1738962457.11853 6759 9e932c65374cfb62686485d331bc975c "" + "sphinxlatextables.sty" 1738962457.11853 57643 7f1013c2fa11942370d867527bdda568 "" + "sphinxmanual.cls" 1738962457.11853 4241 7b0d7a37df7b5715fb0dbd585c52ecdb "" + "sphinxmessages.sty" 1738962556.05916 745 3f5fcd6cdd7964ed608767954a8ced6f "" + "sphinxoptionsgeometry.sty" 1738962457.11953 2060 6c27b3eba37bde592ae8908ab2c1ac0f "" + "sphinxoptionshyperref.sty" 1738962457.11953 1093 e468489bae7631a7f387b4b0f7bc15d4 "" + "sphinxpackageboxes.sty" 1738962457.11953 36106 1be2053eb1cb9b083b3a75e3657bcb24 "" + "sphinxpackagefootnote.sty" 1738962457.11953 15330 2fb656b6ce8cd1f6aba2d1c508fb51e5 "" + "threat_found_action_needed.png" 1738962451.03054 24285 48aa076ae74109fba8923555f8316ee1 "" + "win1.png" 1738962451.03054 66775 c87a2e9d2912fc0337d034b33238e4a0 "" + "win2.png" 1738962451.03154 50609 6601b362f8206096b47030ca3e632dd0 "" + "win3.png" 1738962451.03154 41396 b5c21cbf57cc2766925419602d64fff1 "" + "win4.png" 1738962451.03154 41059 e67e597d3793b265be0ad63f1a88b866 "" + "win5.png" 1738962451.03154 35483 3dbda994881697a0affd14b702841e2b "" + "win6.png" 1738962451.03154 28940 15da7eacab50d8090e549a3782b443da "" + "win7.png" 1738962451.03254 35710 8ce0a62e8f57983381b7b3614ed79f98 "" (generated) "blunderdb.aux" "blunderdb.idx" diff --git a/pdf_en/blunderdb.log b/pdf_en/blunderdb.log index b6cad72..73b07ff 100644 --- a/pdf_en/blunderdb.log +++ b/pdf_en/blunderdb.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2025.2.6) 6 FEB 2025 17:14 +This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2025.2.7) 7 FEB 2025 21:09 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -878,72 +878,83 @@ Underfull \hbox (badness 10000) in paragraph at lines 259--261 ng, run the com-mand \T1/txtt/m/n/10 chmod +x ./ [] -[5] [6] [7] [8] [9] [10] [11] [12] -Underfull \hbox (badness 10000) in paragraph at lines 1539--1541 +[5] [6] [7] [8] [9] [10] [11] [12] [13] +Underfull \hbox (badness 10000) in paragraph at lines 1546--1548 []|\T1/qtm/m/n/10 mi- [] -Overfull \hbox (15.359pt too wide) in paragraph at lines 1539--1541 +Overfull \hbox (15.359pt too wide) in paragraph at lines 1546--1548 \T1/qtm/m/n/10 grate_from_1_0_to_1_1| [] -[13] [14] [15] - + +Underfull \hbox (badness 10000) in paragraph at lines 1553--1555 +[]|\T1/qtm/m/n/10 mi- + [] + + +Overfull \hbox (15.359pt too wide) in paragraph at lines 1553--1555 +\T1/qtm/m/n/10 grate_from_1_1_to_1_2| + [] + +[14] [15] + File: smartscreen_en.png Graphic file (type png) -Package pdftex.def Info: smartscreen_en.png used on input line 1972. +Package pdftex.def Info: smartscreen_en.png used on input line 1993. (pdftex.def) Requested size: 469.77652pt x 178.89539pt. [16] - + File: blunderdb_potential_virus.png Graphic file (type png) -Package pdftex.def Info: blunderdb_potential_virus.png used on input line 2020 +Package pdftex.def Info: blunderdb_potential_virus.png used on input line 2041 . (pdftex.def) Requested size: 417.0571pt x 125.71936pt. - + File: threat_found_action_needed.png Graphic file (type png) -Package pdftex.def Info: threat_found_action_needed.png used on input line 202 -9. +Package pdftex.def Info: threat_found_action_needed.png used on input line 205 +0. (pdftex.def) Requested size: 365.86598pt x 240.8994pt. - + File: win1.png Graphic file (type png) -Package pdftex.def Info: win1.png used on input line 2057. +Package pdftex.def Info: win1.png used on input line 2078. (pdftex.def) Requested size: 469.76967pt x 472.17908pt. - + File: win2.png Graphic file (type png) -Package pdftex.def Info: win2.png used on input line 2077. +Package pdftex.def Info: win2.png used on input line 2098. (pdftex.def) Requested size: 469.75288pt x 372.05833pt. - + [17 <./smartscreen_en.png> <./blunderdb_potential_virus.png>] + File: win3.png Graphic file (type png) -Package pdftex.def Info: win3.png used on input line 2097. +Package pdftex.def Info: win3.png used on input line 2118. (pdftex.def) Requested size: 469.75603pt x 371.0138pt. - + File: win4.png Graphic file (type png) -Package pdftex.def Info: win4.png used on input line 2117. +Package pdftex.def Info: win4.png used on input line 2138. (pdftex.def) Requested size: 469.77168pt x 372.74542pt. - [17 <./smartscreen_en.png> <./blunderdb_potential_virus.png>] - + File: win5.png Graphic file (type png) -Package pdftex.def Info: win5.png used on input line 2137. +Package pdftex.def Info: win5.png used on input line 2158. (pdftex.def) Requested size: 469.75288pt x 372.65063pt. - + File: win6.png Graphic file (type png) -Package pdftex.def Info: win6.png used on input line 2143. +Package pdftex.def Info: win6.png used on input line 2164. (pdftex.def) Requested size: 461.47292pt x 357.58505pt. - + File: win7.png Graphic file (type png) -Package pdftex.def Info: win7.png used on input line 2149. +Package pdftex.def Info: win7.png used on input line 2170. (pdftex.def) Requested size: 469.75603pt x 371.0138pt. - [18 <./threat_found_action_needed.png>] [19 <./win1.png>] [20 <./win2.png>] + +[18 <./threat_found_action_needed.png>] [19 <./win1.png>] [20 <./win2.png>] [21 <./win3.png>] [22 <./win4.png>] [23 <./win5.png>] [24 <./win6.png>] [25 <./win7.png>] [26] Chapter 3. @@ -963,13 +974,13 @@ LaTeX2e <2023-11-01> patch level 1 L3 programming layer <2024-01-22> *********** Package rerunfilecheck Info: File `blunderdb.out' has not changed. -(rerunfilecheck) Checksum: 9709D857172C6E02473FD1787E747A4F;9731. +(rerunfilecheck) Checksum: C7820ECCF2DF8B11853A481C9ACEB73F;9861. ) Here is how much of TeX's memory you used: - 17028 strings out of 476182 - 289986 string characters out of 5795596 + 17031 strings out of 476182 + 290052 string characters out of 5795596 1973975 words of memory out of 5000000 - 38549 multiletter control sequences out of 15000+600000 + 38551 multiletter control sequences out of 15000+600000 608304 words of font info for 74 fonts, out of 8000000 for 9000 15 hyphenation exceptions out of 8191 72i,11n,83p,1198b,666s stack positions out of 10000i,1000n,20000p,200000b,200000s @@ -979,10 +990,10 @@ s/type1/public/tex-gyre/qhvbi.pfb> -Output written on blunderdb.pdf (35 pages, 445583 bytes). +Output written on blunderdb.pdf (35 pages, 446498 bytes). PDF statistics: - 522 PDF objects out of 1000 (max. 8388607) - 447 compressed objects within 5 object streams - 108 named destinations out of 1000 (max. 500000) - 495 words of extra memory for PDF output out of 10000 (max. 10000000) + 528 PDF objects out of 1000 (max. 8388607) + 453 compressed objects within 5 object streams + 109 named destinations out of 1000 (max. 500000) + 503 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/pdf_en/blunderdb.out b/pdf_en/blunderdb.out index 1c9b9ba..20cf128 100644 --- a/pdf_en/blunderdb.out +++ b/pdf_en/blunderdb.out @@ -48,6 +48,7 @@ \BOOKMARK [1][-]{section.2.9}{\376\377\000A\000n\000n\000e\000x\000:\000\040\000D\000a\000t\000a\000b\000a\000s\000e\000\040\000S\000c\000h\000e\000m\000a}{chapter.2}% 48 \BOOKMARK [2][-]{subsection.2.9.1}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0000\000.\0000}{section.2.9}% 49 \BOOKMARK [2][-]{subsection.2.9.2}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0001\000.\0000}{section.2.9}% 50 -\BOOKMARK [0][-]{chapter.3}{\376\377\000C\000o\000n\000t\000a\000c\000t}{}% 51 -\BOOKMARK [0][-]{chapter.4}{\376\377\000D\000o\000n\000a\000t\000e}{}% 52 -\BOOKMARK [0][-]{chapter.5}{\376\377\000A\000c\000k\000n\000o\000w\000l\000e\000d\000g\000m\000e\000n\000t\000s}{}% 53 +\BOOKMARK [2][-]{subsection.2.9.3}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0002\000.\0000}{section.2.9}% 51 +\BOOKMARK [0][-]{chapter.3}{\376\377\000C\000o\000n\000t\000a\000c\000t}{}% 52 +\BOOKMARK [0][-]{chapter.4}{\376\377\000D\000o\000n\000a\000t\000e}{}% 53 +\BOOKMARK [0][-]{chapter.5}{\376\377\000A\000c\000k\000n\000o\000w\000l\000e\000d\000g\000m\000e\000n\000t\000s}{}% 54 diff --git a/pdf_en/blunderdb.tex b/pdf_en/blunderdb.tex index de06366..d5c2634 100644 --- a/pdf_en/blunderdb.tex +++ b/pdf_en/blunderdb.tex @@ -65,7 +65,7 @@ \title{blunderDB} -\date{Feb 06, 2025} +\date{Feb 07, 2025} \release{0.5.4} \author{Kevin UNGER \textless{}blunderdb@proton.me\textgreater{}} \newcommand{\sphinxlogo}{\vbox{}} @@ -870,6 +870,13 @@ \subsection{NORMAL Mode} \\ \sphinxhline \sphinxAtStartPar +filter, fl +& +\sphinxAtStartPar +Show/hide the filter library. +\\ +\sphinxhline +\sphinxAtStartPar \#tag1 tag2 … & \sphinxAtStartPar @@ -1542,6 +1549,13 @@ \subsection{Various commands} \sphinxAtStartPar Migrate the database from version 1.0 to version 1.1. \\ +\sphinxhline +\sphinxAtStartPar +migrate\_from\_1\_1\_to\_1\_2 +& +\sphinxAtStartPar +Migrate the database from version 1.1 to version 1.2. +\\ \sphinxbottomrule \end{tabular} \sphinxtableafterendhook\par @@ -1738,6 +1752,13 @@ \subsection{NORMAL mode.} \sphinxAtStartPar Reload all the positions from the database. \\ +\sphinxhline +\sphinxAtStartPar +CTRL\sphinxhyphen{}B +& +\sphinxAtStartPar +Show/hide the filter library. +\\ \sphinxbottomrule \end{tabular} \sphinxtableafterendhook\par @@ -2248,6 +2269,24 @@ \subsection{Version 1.1.0} \sphinxAtStartPar To migrate the database from version 1.0.0 to version 1.1.0, execute the command \sphinxcode{\sphinxupquote{migrate\_from\_1\_0\_to\_1\_1}} in blunderDB. + + +\subsection{Version 1.2.0} +\label{\detokenize{annexe_db_scheme:version-1-2-0}} +\sphinxAtStartPar +Version 1.2.0 of the database adds the following table: +\begin{itemize} +\item {} +\sphinxAtStartPar +\sphinxstylestrong{filter\_library}: Stores search filters with the columns \sphinxtitleref{id} (primary key), \sphinxtitleref{name} (name of the filter), and \sphinxtitleref{command} (command associated with the filter). + +\end{itemize} + +\sphinxAtStartPar +The other tables remain unchanged from version 1.1.0. + +\sphinxAtStartPar +To migrate the database from version 1.1.0 to version 1.2.0, execute the command \sphinxcode{\sphinxupquote{migrate\_from\_1\_1\_to\_1\_2}} in blunderDB. \sphinxcontribyoutube{https://youtu.be/}{Ln7XKVFqfUk}{} \sphinxcontribyoutube{https://youtu.be/}{HkY4iXjxMeI}{} diff --git a/pdf_en/blunderdb.toc b/pdf_en/blunderdb.toc index 6e631fd..d57fbc9 100644 --- a/pdf_en/blunderdb.toc +++ b/pdf_en/blunderdb.toc @@ -24,19 +24,19 @@ \contentsline {subsection}{\numberline {2.4.2}NORMAL Mode}{11}{subsection.2.4.2}% \contentsline {subsection}{\numberline {2.4.3}EDIT Mode}{11}{subsection.2.4.3}% \contentsline {subsection}{\numberline {2.4.4}Search Filters}{11}{subsection.2.4.4}% -\contentsline {subsection}{\numberline {2.4.5}Various commands}{13}{subsection.2.4.5}% +\contentsline {subsection}{\numberline {2.4.5}Various commands}{14}{subsection.2.4.5}% \contentsline {section}{\numberline {2.5}Keyboard shortcuts}{14}{section.2.5}% \contentsline {subsection}{\numberline {2.5.1}General}{14}{subsection.2.5.1}% \contentsline {subsection}{\numberline {2.5.2}NORMAL mode.}{14}{subsection.2.5.2}% -\contentsline {subsection}{\numberline {2.5.3}EDIT mode}{14}{subsection.2.5.3}% +\contentsline {subsection}{\numberline {2.5.3}EDIT mode}{15}{subsection.2.5.3}% \contentsline {subsection}{\numberline {2.5.4}COMMAND mode.}{15}{subsection.2.5.4}% \contentsline {section}{\numberline {2.6}Frequently Asked Questions (FAQ)}{15}{section.2.6}% \contentsline {subsection}{\numberline {2.6.1}What is the purpose of blunderDB?}{15}{subsection.2.6.1}% \contentsline {subsection}{\numberline {2.6.2}What motivated the creation of blunderDB?}{15}{subsection.2.6.2}% \contentsline {subsection}{\numberline {2.6.3}How to save the state of the current database?}{15}{subsection.2.6.3}% \contentsline {subsection}{\numberline {2.6.4}Can I modify, copy, share blunderDB?}{15}{subsection.2.6.4}% -\contentsline {subsection}{\numberline {2.6.5}What data format does blunderDB use?}{15}{subsection.2.6.5}% -\contentsline {subsection}{\numberline {2.6.6}What were the design principles of blunderDB?}{15}{subsection.2.6.6}% +\contentsline {subsection}{\numberline {2.6.5}What data format does blunderDB use?}{16}{subsection.2.6.5}% +\contentsline {subsection}{\numberline {2.6.6}What were the design principles of blunderDB?}{16}{subsection.2.6.6}% \contentsline {subsection}{\numberline {2.6.7}What is the software architecture of blunderDB?}{16}{subsection.2.6.7}% \contentsline {subsection}{\numberline {2.6.8}On which platforms does blunderDB run?}{16}{subsection.2.6.8}% \contentsline {subsection}{\numberline {2.6.9}Where does the blunderDB icon come from?}{16}{subsection.2.6.9}% @@ -45,10 +45,11 @@ \contentsline {subsection}{\numberline {2.7.2}Windows Defender Blocking}{17}{subsection.2.7.2}% \contentsline {section}{\numberline {2.8}Mac Annex: Possible Blocking of blunderDB}{18}{section.2.8}% \contentsline {subsection}{\numberline {2.8.1}Installation of blunderDB}{18}{subsection.2.8.1}% -\contentsline {subsection}{\numberline {2.8.2}Authorization to Run blunderDB}{18}{subsection.2.8.2}% +\contentsline {subsection}{\numberline {2.8.2}Authorization to Run blunderDB}{26}{subsection.2.8.2}% \contentsline {section}{\numberline {2.9}Annex: Database Schema}{26}{section.2.9}% \contentsline {subsection}{\numberline {2.9.1}Version 1.0.0}{26}{subsection.2.9.1}% \contentsline {subsection}{\numberline {2.9.2}Version 1.1.0}{26}{subsection.2.9.2}% +\contentsline {subsection}{\numberline {2.9.3}Version 1.2.0}{26}{subsection.2.9.3}% \contentsline {chapter}{\numberline {3}Contact}{27}{chapter.3}% \contentsline {chapter}{\numberline {4}Donate}{29}{chapter.4}% \contentsline {chapter}{\numberline {5}Acknowledgments}{31}{chapter.5}% diff --git a/pdf_fr/.doctrees/annexe_db_scheme.doctree b/pdf_fr/.doctrees/annexe_db_scheme.doctree index 7737d90..4d617a7 100644 Binary files a/pdf_fr/.doctrees/annexe_db_scheme.doctree and b/pdf_fr/.doctrees/annexe_db_scheme.doctree differ diff --git a/pdf_fr/.doctrees/cmd_mode.doctree b/pdf_fr/.doctrees/cmd_mode.doctree index d4d9c95..ade346e 100644 Binary files a/pdf_fr/.doctrees/cmd_mode.doctree and b/pdf_fr/.doctrees/cmd_mode.doctree differ diff --git a/pdf_fr/.doctrees/environment.pickle b/pdf_fr/.doctrees/environment.pickle index 9dd6f5e..9db5e85 100644 Binary files a/pdf_fr/.doctrees/environment.pickle and b/pdf_fr/.doctrees/environment.pickle differ diff --git a/pdf_fr/.doctrees/raccourcis.doctree b/pdf_fr/.doctrees/raccourcis.doctree index 34ea240..abf2d63 100644 Binary files a/pdf_fr/.doctrees/raccourcis.doctree and b/pdf_fr/.doctrees/raccourcis.doctree differ diff --git a/pdf_fr/blunderDB-5724fdc-fr.pdf b/pdf_fr/blunderDB-7818f5e-fr.pdf similarity index 86% rename from pdf_fr/blunderDB-5724fdc-fr.pdf rename to pdf_fr/blunderDB-7818f5e-fr.pdf index 6736151..237312c 100644 Binary files a/pdf_fr/blunderDB-5724fdc-fr.pdf and b/pdf_fr/blunderDB-7818f5e-fr.pdf differ diff --git a/pdf_fr/blunderdb.aux b/pdf_fr/blunderdb.aux index a93da42..1de99e2 100644 --- a/pdf_fr/blunderdb.aux +++ b/pdf_fr/blunderdb.aux @@ -144,17 +144,19 @@ \newlabel{annexe_db_scheme:version-1-0-0}{{2.9.1}{26}{Version 1.0.0}{subsection.2.9.1}{}} \@writefile{toc}{\contentsline {subsection}{\numberline {2.9.2}Version 1.1.0}{26}{subsection.2.9.2}\protected@file@percent } \newlabel{annexe_db_scheme:version-1-1-0}{{2.9.2}{26}{Version 1.1.0}{subsection.2.9.2}{}} -\@writefile{toc}{\contentsline {chapter}{\numberline {3}Contacts}{27}{chapter.3}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {2.9.3}Version 1.2.0}{27}{subsection.2.9.3}\protected@file@percent } +\newlabel{annexe_db_scheme:version-1-2-0}{{2.9.3}{27}{Version 1.2.0}{subsection.2.9.3}{}} +\@writefile{toc}{\contentsline {chapter}{\numberline {3}Contacts}{29}{chapter.3}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\newlabel{index:contacts}{{3}{27}{Contacts}{chapter.3}{}} -\newlabel{index:id1}{{3}{27}{Contacts}{chapter.3}{}} -\@writefile{toc}{\contentsline {chapter}{\numberline {4}Faire un don}{29}{chapter.4}\protected@file@percent } +\newlabel{index:contacts}{{3}{29}{Contacts}{chapter.3}{}} +\newlabel{index:id1}{{3}{29}{Contacts}{chapter.3}{}} +\@writefile{toc}{\contentsline {chapter}{\numberline {4}Faire un don}{31}{chapter.4}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\newlabel{index:faire-un-don}{{4}{29}{Faire un don}{chapter.4}{}} -\@writefile{toc}{\contentsline {chapter}{\numberline {5}Remerciements}{31}{chapter.5}\protected@file@percent } +\newlabel{index:faire-un-don}{{4}{31}{Faire un don}{chapter.4}{}} +\@writefile{toc}{\contentsline {chapter}{\numberline {5}Remerciements}{33}{chapter.5}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\newlabel{index:remerciements}{{5}{31}{Remerciements}{chapter.5}{}} -\gdef \@abspage@last{35} +\newlabel{index:remerciements}{{5}{33}{Remerciements}{chapter.5}{}} +\gdef \@abspage@last{37} diff --git a/pdf_fr/blunderdb.fdb_latexmk b/pdf_fr/blunderdb.fdb_latexmk index 9af334c..4c8da93 100644 --- a/pdf_fr/blunderdb.fdb_latexmk +++ b/pdf_fr/blunderdb.fdb_latexmk @@ -1,11 +1,11 @@ # Fdb version 4 -["makeindex blunderdb.idx"] 1738862064.91368 "blunderdb.idx" "blunderdb.ind" "blunderdb" 1738862066.08326 0 - "blunderdb.idx" 1738862065.35022 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" +["makeindex blunderdb.idx"] 1738962553.66151 "blunderdb.idx" "blunderdb.ind" "blunderdb" 1738962554.83485 0 + "blunderdb.idx" 1738962554.10116 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" (generated) "blunderdb.ilg" "blunderdb.ind" (rewritten before read) -["pdflatex"] 1738862064.92765 "blunderdb.tex" "blunderdb.pdf" "blunderdb" 1738862066.08343 0 +["pdflatex"] 1738962553.67527 "blunderdb.tex" "blunderdb.pdf" "blunderdb" 1738962554.83501 0 "/etc/texmf/web2c/texmf.cnf" 1738530698.24309 475 c0e671620eb5563b2130f56340a5fde8 "" "/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" "/usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1136768653 3584 adb004a0c8e7c46ee66cad73671f37b4 "" @@ -139,44 +139,44 @@ "/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty" 1480098840 2211 af9b7d12507105a58a3e8e926996b827 "" "/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd" 1480098840 1160 de7b1cf70edab73c9f1704df2a9fdbbd "" "/usr/share/texmf/web2c/texmf.cnf" 1707919699 40399 f2c302f7d2af602abb742093540a5834 "" - "/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1738862003.11983 128028 f533b797fba58d231669ea19e894e23e "" - "/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1738862029 6800795 09831920392e2dcbcc5c74a7c65ceb2f "" - "blunderdb.aux" 1738862065.99222 16644 57bdd2840b5d9a31e8a67756114c11a7 "pdflatex" - "blunderdb.ind" 1738862064.92321 0 d41d8cd98f00b204e9800998ecf8427e "makeindex blunderdb.idx" - "blunderdb.out" 1738862065.99322 10797 1bcd08a82505d2f06954459874768e08 "pdflatex" - "blunderdb.tex" 1738862063.3802 65673 bfb2b155d46d18fe6870b4e06d3d156a "" - "blunderdb.toc" 1738862065.99422 5112 22e6392a76bc25e68aa86687722f054a "pdflatex" - "blunderdb_potential_virus.png" 1738861950.51549 10420 17810c56752adc266c6217d2c99ff5fa "" - "smartscreen_en.png" 1738861950.51649 4106 fcb0e369573e42141ec7444c3a324bae "" - "sphinx.sty" 1738861957.51754 54119 967a674353157928503df7cae9b6165e "" - "sphinxhighlight.sty" 1738862063.2192 7553 83fb52292c17957d9f4aadcb28c57a87 "" - "sphinxlatexadmonitions.sty" 1738861957.51854 19110 2855832b1a32f04033523b9919260ac9 "" - "sphinxlatexcontainers.sty" 1738861957.51854 900 d61f923db071a7b54d3cee8a1e6935d3 "" - "sphinxlatexgraphics.sty" 1738861957.51854 4918 c9266041d02bc615d54b890e96e3acd3 "" - "sphinxlatexindbibtoc.sty" 1738861957.51854 2065 1f1f215c304208004fc0522855b3b127 "" - "sphinxlatexlists.sty" 1738861957.51854 5138 98bcb41aa6ecb6cc5c1a6a7c936cb8a8 "" - "sphinxlatexliterals.sty" 1738861957.51954 45860 fa61a279a7f157481590da017e0c6962 "" - "sphinxlatexnumfig.sty" 1738861957.51954 5419 aeaffe9a9d596e3663201bb873b06758 "" - "sphinxlatexobjects.sty" 1738861957.51954 14353 ece39b9f5052a425b12c0b91f2bcd818 "" - "sphinxlatexshadowbox.sty" 1738861957.51954 8437 cec78b6bb66e95d214da9fd42b1af598 "" - "sphinxlatexstyleheadings.sty" 1738861957.51954 3742 2a2cc6aa695b2f8c98eb9ee104e5fc6f "" - "sphinxlatexstylepage.sty" 1738861957.51954 2671 e63daf3b9f0f8a387a8b4ba09c515982 "" - "sphinxlatexstyletext.sty" 1738861957.52054 6759 9e932c65374cfb62686485d331bc975c "" - "sphinxlatextables.sty" 1738861957.52054 57643 7f1013c2fa11942370d867527bdda568 "" - "sphinxmanual.cls" 1738861957.52054 4241 7b0d7a37df7b5715fb0dbd585c52ecdb "" - "sphinxmessages.sty" 1738862063.3892 742 57bfa84249e53808c286b99adea1854e "" - "sphinxoptionsgeometry.sty" 1738861957.52054 2060 6c27b3eba37bde592ae8908ab2c1ac0f "" - "sphinxoptionshyperref.sty" 1738861957.52054 1093 e468489bae7631a7f387b4b0f7bc15d4 "" - "sphinxpackageboxes.sty" 1738861957.52154 36106 1be2053eb1cb9b083b3a75e3657bcb24 "" - "sphinxpackagefootnote.sty" 1738861957.52154 15330 2fb656b6ce8cd1f6aba2d1c508fb51e5 "" - "threat_found_action_needed.png" 1738861950.51649 24285 48aa076ae74109fba8923555f8316ee1 "" - "win1.png" 1738861950.51649 66775 c87a2e9d2912fc0337d034b33238e4a0 "" - "win2.png" 1738861950.51649 50609 6601b362f8206096b47030ca3e632dd0 "" - "win3.png" 1738861950.51749 41396 b5c21cbf57cc2766925419602d64fff1 "" - "win4.png" 1738861950.51749 41059 e67e597d3793b265be0ad63f1a88b866 "" - "win5.png" 1738861950.51749 35483 3dbda994881697a0affd14b702841e2b "" - "win6.png" 1738861950.51749 28940 15da7eacab50d8090e549a3782b443da "" - "win7.png" 1738861950.51749 35710 8ce0a62e8f57983381b7b3614ed79f98 "" + "/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1738962493.31841 128028 f533b797fba58d231669ea19e894e23e "" + "/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1738962499 6800794 2e02f4da2dfb1c8585f87195dbe4d179 "" + "blunderdb.aux" 1738962554.73616 16859 4c24c6cb809bebebc1ae0460cb28f1c8 "pdflatex" + "blunderdb.ind" 1738962553.67116 0 d41d8cd98f00b204e9800998ecf8427e "makeindex blunderdb.idx" + "blunderdb.out" 1738962554.73816 10927 871a1f5b270a47faa668d47244ca19c5 "pdflatex" + "blunderdb.tex" 1738962552.18117 66778 8673afecef9875801b049c6dda25275a "" + "blunderdb.toc" 1738962554.73816 5196 81598025aebeec68d949b219d2a4231a "pdflatex" + "blunderdb_potential_virus.png" 1738962451.03054 10420 17810c56752adc266c6217d2c99ff5fa "" + "smartscreen_en.png" 1738962451.03054 4106 fcb0e369573e42141ec7444c3a324bae "" + "sphinx.sty" 1738962457.11653 54119 967a674353157928503df7cae9b6165e "" + "sphinxhighlight.sty" 1738962552.02017 7553 83fb52292c17957d9f4aadcb28c57a87 "" + "sphinxlatexadmonitions.sty" 1738962457.11653 19110 2855832b1a32f04033523b9919260ac9 "" + "sphinxlatexcontainers.sty" 1738962457.11653 900 d61f923db071a7b54d3cee8a1e6935d3 "" + "sphinxlatexgraphics.sty" 1738962457.11753 4918 c9266041d02bc615d54b890e96e3acd3 "" + "sphinxlatexindbibtoc.sty" 1738962457.11753 2065 1f1f215c304208004fc0522855b3b127 "" + "sphinxlatexlists.sty" 1738962457.11753 5138 98bcb41aa6ecb6cc5c1a6a7c936cb8a8 "" + "sphinxlatexliterals.sty" 1738962457.11753 45860 fa61a279a7f157481590da017e0c6962 "" + "sphinxlatexnumfig.sty" 1738962457.11753 5419 aeaffe9a9d596e3663201bb873b06758 "" + "sphinxlatexobjects.sty" 1738962457.11753 14353 ece39b9f5052a425b12c0b91f2bcd818 "" + "sphinxlatexshadowbox.sty" 1738962457.11853 8437 cec78b6bb66e95d214da9fd42b1af598 "" + "sphinxlatexstyleheadings.sty" 1738962457.11853 3742 2a2cc6aa695b2f8c98eb9ee104e5fc6f "" + "sphinxlatexstylepage.sty" 1738962457.11853 2671 e63daf3b9f0f8a387a8b4ba09c515982 "" + "sphinxlatexstyletext.sty" 1738962457.11853 6759 9e932c65374cfb62686485d331bc975c "" + "sphinxlatextables.sty" 1738962457.11853 57643 7f1013c2fa11942370d867527bdda568 "" + "sphinxmanual.cls" 1738962457.11853 4241 7b0d7a37df7b5715fb0dbd585c52ecdb "" + "sphinxmessages.sty" 1738962552.18917 742 57bfa84249e53808c286b99adea1854e "" + "sphinxoptionsgeometry.sty" 1738962457.11953 2060 6c27b3eba37bde592ae8908ab2c1ac0f "" + "sphinxoptionshyperref.sty" 1738962457.11953 1093 e468489bae7631a7f387b4b0f7bc15d4 "" + "sphinxpackageboxes.sty" 1738962457.11953 36106 1be2053eb1cb9b083b3a75e3657bcb24 "" + "sphinxpackagefootnote.sty" 1738962457.11953 15330 2fb656b6ce8cd1f6aba2d1c508fb51e5 "" + "threat_found_action_needed.png" 1738962451.03054 24285 48aa076ae74109fba8923555f8316ee1 "" + "win1.png" 1738962451.03054 66775 c87a2e9d2912fc0337d034b33238e4a0 "" + "win2.png" 1738962451.03154 50609 6601b362f8206096b47030ca3e632dd0 "" + "win3.png" 1738962451.03154 41396 b5c21cbf57cc2766925419602d64fff1 "" + "win4.png" 1738962451.03154 41059 e67e597d3793b265be0ad63f1a88b866 "" + "win5.png" 1738962451.03154 35483 3dbda994881697a0affd14b702841e2b "" + "win6.png" 1738962451.03154 28940 15da7eacab50d8090e549a3782b443da "" + "win7.png" 1738962451.03254 35710 8ce0a62e8f57983381b7b3614ed79f98 "" (generated) "blunderdb.aux" "blunderdb.idx" diff --git a/pdf_fr/blunderdb.log b/pdf_fr/blunderdb.log index 23ff05c..84799ff 100644 --- a/pdf_fr/blunderdb.log +++ b/pdf_fr/blunderdb.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2025.2.6) 6 FEB 2025 17:14 +This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2025.2.7) 7 FEB 2025 21:09 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -861,115 +861,126 @@ LaTeX Font Info: Trying to load font information for T1+txtt on input line 2 File: t1txtt.fd 2000/12/15 v3.1 ) [5] [6] [7] [8] [9] [10] [11] [12] [13] -Overfull \hbox (25.91899pt too wide) in paragraph at lines 1644--1646 +Overfull \hbox (25.91899pt too wide) in paragraph at lines 1651--1653 []|\T1/qtm/m/n/10 migrate_from_1_0_to_1_1| [] + +Overfull \hbox (25.91899pt too wide) in paragraph at lines 1658--1660 +[]|\T1/qtm/m/n/10 migrate_from_1_1_to_1_2| + [] + [14] [15] [16] -Underfull \hbox (badness 5817) in paragraph at lines 2094--2102 +Underfull \hbox (badness 5817) in paragraph at lines 2115--2123 \T1/qtm/m/n/10 de certifier numriquement leurs applications voire de distribue r via le Windows Store. Il est alors [] -Underfull \hbox (badness 10000) in paragraph at lines 2094--2102 +Underfull \hbox (badness 10000) in paragraph at lines 2115--2123 \T1/qtm/m/n/10 prconis de faire appel des socits extrieures pour obtenir un certificat numrique au prix de [] -Underfull \hbox (badness 10000) in paragraph at lines 2094--2102 +Underfull \hbox (badness 10000) in paragraph at lines 2115--2123 \T1/qtm/m/n/10 plusieurs centaines d'euros (voir par exemple [][]$https : / / l earn . microsoft . com / en-[]us / archive / blogs / ie _ fr / [] - + File: smartscreen_en.png Graphic file (type png) -Package pdftex.def Info: smartscreen_en.png used on input line 2120. +Package pdftex.def Info: smartscreen_en.png used on input line 2141. (pdftex.def) Requested size: 469.77652pt x 178.89539pt. [17 <./smartscreen_en.png>] - + File: blunderdb_potential_virus.png Graphic file (type png) -Package pdftex.def Info: blunderdb_potential_virus.png used on input line 2173 +Package pdftex.def Info: blunderdb_potential_virus.png used on input line 2194 . (pdftex.def) Requested size: 417.0571pt x 125.71936pt. - + File: threat_found_action_needed.png Graphic file (type png) -Package pdftex.def Info: threat_found_action_needed.png used on input line 218 -2. +Package pdftex.def Info: threat_found_action_needed.png used on input line 220 +3. (pdftex.def) Requested size: 365.86598pt x 240.8994pt. - + File: win1.png Graphic file (type png) -Package pdftex.def Info: win1.png used on input line 2213. +Package pdftex.def Info: win1.png used on input line 2234. (pdftex.def) Requested size: 469.76967pt x 472.17908pt. - + File: win2.png Graphic file (type png) -Package pdftex.def Info: win2.png used on input line 2233. +Package pdftex.def Info: win2.png used on input line 2254. (pdftex.def) Requested size: 469.75288pt x 372.05833pt. [18 <./blunderdb_potential_virus.png> <./threat_found_action_needed.png>] [19 <./win1.png>] [20 <./win2.png>] - + File: win3.png Graphic file (type png) -Package pdftex.def Info: win3.png used on input line 2253. +Package pdftex.def Info: win3.png used on input line 2274. (pdftex.def) Requested size: 469.75603pt x 371.0138pt. - + File: win4.png Graphic file (type png) -Package pdftex.def Info: win4.png used on input line 2273. +Package pdftex.def Info: win4.png used on input line 2294. (pdftex.def) Requested size: 469.77168pt x 372.74542pt. - + File: win5.png Graphic file (type png) -Package pdftex.def Info: win5.png used on input line 2294. +Package pdftex.def Info: win5.png used on input line 2315. (pdftex.def) Requested size: 469.75288pt x 372.65063pt. - + File: win6.png Graphic file (type png) -Package pdftex.def Info: win6.png used on input line 2300. +Package pdftex.def Info: win6.png used on input line 2321. (pdftex.def) Requested size: 461.47292pt x 357.58505pt. - + File: win7.png Graphic file (type png) -Package pdftex.def Info: win7.png used on input line 2306. +Package pdftex.def Info: win7.png used on input line 2327. (pdftex.def) Requested size: 469.75603pt x 371.0138pt. [21 <./win3.png>] [22 <./win4.png>] [23 <./win5.png>] [24 <./win6.png>] [25 <./win7.png>] -Underfull \hbox (badness 10000) in paragraph at lines 2415--2417 +Underfull \hbox (badness 10000) in paragraph at lines 2436--2438 []\T1/qtm/m/n/10 Pour migrer la base de donnes de la version 1.0.0 la versio n 1.1.0, excutez la commande [] [26] -Chapter 3. -[27 +Underfull \hbox (badness 10000) in paragraph at lines 2454--2456 +[]\T1/qtm/m/n/10 Pour migrer la base de donnes de la version 1.1.0 la versio +n 1.2.0, excutez la commande + [] -] [28 +[27] [28 ] -Chapter 4. +Chapter 3. [29] [30 +] +Chapter 4. +[31] [32 + ] Chapter 5. -(./blunderdb.ind) [31] (./blunderdb.aux) +(./blunderdb.ind) [33] (./blunderdb.aux) *********** LaTeX2e <2023-11-01> patch level 1 L3 programming layer <2024-01-22> *********** Package rerunfilecheck Info: File `blunderdb.out' has not changed. -(rerunfilecheck) Checksum: 1BCD08A82505D2F06954459874768E08;10797. +(rerunfilecheck) Checksum: 871A1F5B270A47FAA668D47244CA19C5;10927. ) Here is how much of TeX's memory you used: - 16986 strings out of 476182 - 288616 string characters out of 5795596 - 1975975 words of memory out of 5000000 - 38512 multiletter control sequences out of 15000+600000 + 16991 strings out of 476182 + 288696 string characters out of 5795596 + 1976975 words of memory out of 5000000 + 38514 multiletter control sequences out of 15000+600000 611301 words of font info for 75 fonts, out of 8000000 for 9000 15 hyphenation exceptions out of 8191 72i,11n,83p,1198b,666s stack positions out of 10000i,1000n,20000p,200000b,200000s @@ -979,10 +990,10 @@ s/type1/public/tex-gyre/qhvbi.pfb> -Output written on blunderdb.pdf (35 pages, 452066 bytes). +Output written on blunderdb.pdf (37 pages, 453919 bytes). PDF statistics: - 520 PDF objects out of 1000 (max. 8388607) - 445 compressed objects within 5 object streams - 108 named destinations out of 1000 (max. 500000) - 495 words of extra memory for PDF output out of 10000 (max. 10000000) + 537 PDF objects out of 1000 (max. 8388607) + 460 compressed objects within 5 object streams + 111 named destinations out of 1000 (max. 500000) + 503 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/pdf_fr/blunderdb.out b/pdf_fr/blunderdb.out index 3b5f4a5..03ff540 100644 --- a/pdf_fr/blunderdb.out +++ b/pdf_fr/blunderdb.out @@ -48,6 +48,7 @@ \BOOKMARK [1][-]{section.2.9}{\376\377\000A\000n\000n\000e\000x\000e\000:\000\040\000S\000c\000h\000\351\000m\000a\000\040\000d\000e\000\040\000l\000a\000\040\000b\000a\000s\000e\000\040\000d\000e\000\040\000d\000o\000n\000n\000\351\000e\000s}{chapter.2}% 48 \BOOKMARK [2][-]{subsection.2.9.1}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0000\000.\0000}{section.2.9}% 49 \BOOKMARK [2][-]{subsection.2.9.2}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0001\000.\0000}{section.2.9}% 50 -\BOOKMARK [0][-]{chapter.3}{\376\377\000C\000o\000n\000t\000a\000c\000t\000s}{}% 51 -\BOOKMARK [0][-]{chapter.4}{\376\377\000F\000a\000i\000r\000e\000\040\000u\000n\000\040\000d\000o\000n}{}% 52 -\BOOKMARK [0][-]{chapter.5}{\376\377\000R\000e\000m\000e\000r\000c\000i\000e\000m\000e\000n\000t\000s}{}% 53 +\BOOKMARK [2][-]{subsection.2.9.3}{\376\377\000V\000e\000r\000s\000i\000o\000n\000\040\0001\000.\0002\000.\0000}{section.2.9}% 51 +\BOOKMARK [0][-]{chapter.3}{\376\377\000C\000o\000n\000t\000a\000c\000t\000s}{}% 52 +\BOOKMARK [0][-]{chapter.4}{\376\377\000F\000a\000i\000r\000e\000\040\000u\000n\000\040\000d\000o\000n}{}% 53 +\BOOKMARK [0][-]{chapter.5}{\376\377\000R\000e\000m\000e\000r\000c\000i\000e\000m\000e\000n\000t\000s}{}% 54 diff --git a/pdf_fr/blunderdb.tex b/pdf_fr/blunderdb.tex index a8dca76..5ad30b7 100644 --- a/pdf_fr/blunderdb.tex +++ b/pdf_fr/blunderdb.tex @@ -67,7 +67,7 @@ \title{blunderDB} -\date{06 février 2025} +\date{07 février 2025} \release{0.5.4} \author{Kevin UNGER \textless{}blunderdb@proton.me\textgreater{}} \newcommand{\sphinxlogo}{\vbox{}} @@ -959,6 +959,13 @@ \subsection{Mode NORMAL} \\ \sphinxhline \sphinxAtStartPar +filter, fl +& +\sphinxAtStartPar +Afficher/cacher la bibliothèque de filtres. +\\ +\sphinxhline +\sphinxAtStartPar \#tag1 tag2 … & \sphinxAtStartPar @@ -1647,6 +1654,13 @@ \subsection{Commandes diverses} \sphinxAtStartPar Migre la base de données de la version 1.0 à la version 1.1. \\ +\sphinxhline +\sphinxAtStartPar +migrate\_from\_1\_1\_to\_1\_2 +& +\sphinxAtStartPar +Migre la base de données de la version 1.1 à la version 1.2. +\\ \sphinxbottomrule \end{tabular} \sphinxtableafterendhook\par @@ -1843,6 +1857,13 @@ \subsection{Mode NORMAL} \sphinxAtStartPar Recharger toutes les positions de la base de données. \\ +\sphinxhline +\sphinxAtStartPar +CTRL\sphinxhyphen{}B +& +\sphinxAtStartPar +Afficher/cacher la bibliothèque de filtres. +\\ \sphinxbottomrule \end{tabular} \sphinxtableafterendhook\par @@ -2414,6 +2435,24 @@ \subsection{Version 1.1.0} \sphinxAtStartPar Pour migrer la base de données de la version 1.0.0 à la version 1.1.0, exécutez la commande \sphinxcode{\sphinxupquote{migrate\_from\_1\_0\_to\_1\_1}} dans blunderDB. + + +\subsection{Version 1.2.0} +\label{\detokenize{annexe_db_scheme:version-1-2-0}} +\sphinxAtStartPar +La version 1.2.0 de la base de données ajoute la table suivante : +\begin{itemize} +\item {} +\sphinxAtStartPar +\sphinxstylestrong{filter\_library} : Stocke les filtres de recherche avec les colonnes \sphinxtitleref{id} (clé primaire), \sphinxtitleref{name} (nom du filtre), et \sphinxtitleref{command} (commande associée au filtre). + +\end{itemize} + +\sphinxAtStartPar +Les autres tables restent inchangées par rapport à la version 1.1.0. + +\sphinxAtStartPar +Pour migrer la base de données de la version 1.1.0 à la version 1.2.0, exécutez la commande \sphinxcode{\sphinxupquote{migrate\_from\_1\_1\_to\_1\_2}} dans blunderDB. \sphinxcontribyoutube{https://youtu.be/}{Ln7XKVFqfUk}{} \sphinxcontribyoutube{https://youtu.be/}{HkY4iXjxMeI}{} diff --git a/pdf_fr/blunderdb.toc b/pdf_fr/blunderdb.toc index 47730ed..5953c0c 100644 --- a/pdf_fr/blunderdb.toc +++ b/pdf_fr/blunderdb.toc @@ -49,6 +49,7 @@ \contentsline {section}{\numberline {2.9}Annexe: Schéma de la base de données}{26}{section.2.9}% \contentsline {subsection}{\numberline {2.9.1}Version 1.0.0}{26}{subsection.2.9.1}% \contentsline {subsection}{\numberline {2.9.2}Version 1.1.0}{26}{subsection.2.9.2}% -\contentsline {chapter}{\numberline {3}Contacts}{27}{chapter.3}% -\contentsline {chapter}{\numberline {4}Faire un don}{29}{chapter.4}% -\contentsline {chapter}{\numberline {5}Remerciements}{31}{chapter.5}% +\contentsline {subsection}{\numberline {2.9.3}Version 1.2.0}{27}{subsection.2.9.3}% +\contentsline {chapter}{\numberline {3}Contacts}{29}{chapter.3}% +\contentsline {chapter}{\numberline {4}Faire un don}{31}{chapter.4}% +\contentsline {chapter}{\numberline {5}Remerciements}{33}{chapter.5}%