{"id":42712274,"url":"https://github.com/octplane/wikiquote-parser","last_synced_at":"2026-01-29T15:12:11.533Z","repository":{"id":66195333,"uuid":"21277586","full_name":"octplane/wikiquote-parser","owner":"octplane","description":"Wikiquote XML Parser / Abandoned project","archived":false,"fork":false,"pushed_at":"2016-05-17T14:08:27.000Z","size":308,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T13:28:54.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octplane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-27T13:59:54.000Z","updated_at":"2016-05-17T14:08:42.000Z","dependencies_parsed_at":"2024-03-05T15:46:03.194Z","dependency_job_id":null,"html_url":"https://github.com/octplane/wikiquote-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/octplane/wikiquote-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octplane%2Fwikiquote-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octplane%2Fwikiquote-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octplane%2Fwikiquote-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octplane%2Fwikiquote-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octplane","download_url":"https://codeload.github.com/octplane/wikiquote-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octplane%2Fwikiquote-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-29T15:12:09.823Z","updated_at":"2026-01-29T15:12:11.522Z","avatar_url":"https://github.com/octplane.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UNMAINTAINED\n\nDu to the poor quality of the english corpus data structure, I have lost interest in the project and I'm leaving it here as is as a reference for others developers. Feel free to reuse the code or part of the parser.\n\nBye and thanks for all the fish.\n\n\n# wikiquote-parser\n\nWikiquote XML Parser.\n\nPreliminary version for the frwikiquote multistream xml. Written in go-lang.\n\n# Letter of intention\n\n- Have the ability to extract the quote from the wikiquote XML dump and structure that for further import.\n- Isolate and create stats about the usage of the various markup inside the wikiquote project\n\n# Markup Manipulation\n\n## Source\n\nSample quote and surroundings\n```\n\u003cpage\u003e\n  \u003ctitle\u003eAmour\u003c/title\u003e\n  \u003cns\u003e0\u003c/ns\u003e\n  \u003cid\u003e1865\u003c/id\u003e\n  \u003crevision\u003e\n    ...\n    \u003ctext xml:space=\"preserve\"\u003e{{en cours.CM}}\n{{citation|citation=Aimer, c’est trouver sa richesse hors de soi.}}\n{{Réf Livre|titre=Éléments de philosophie (Gallimard)|auteur=Alain |éditeur=Librairie Larousse (Dictionnaire des citations françaises et étrangères)|année=1980 |page=3|isbn=2-03-340809-4}}\n{{Choisie citation du jour|puce=*|année=2010|mois=mars|jour=1|commentaire=|}}\n```\n\nNote that there is no formal linking between the quote and its reference, except from the spatial proximity. This already makes me sad.\n\n## Intended Output\n\n**Quote Object**:\n- text: `Aimer, c’est trouver sa richesse hors de soi.`\n- author: `Alain`\n- booktitle: `Éléments de philosophie (Gallimard)`\n- bookeditor: `Librairie Larousse (Dictionnaire des citations françaises et étrangères)`\n- bookyear: `1980\n- bookpage: `3`\n- isbn: `2-03-340809-4`\n- topic: `Amour`\n\n# Usage\n\nRead the source and adapt.\n\n- domenech selects quotes based on their structure (look at multiplex())\n- hodgson does almost the same\n\n```\ngo run domenech/main.go\n```\n\n# License\n\nMIT, cf License file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctplane%2Fwikiquote-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctplane%2Fwikiquote-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctplane%2Fwikiquote-parser/lists"}