{"id":27424668,"url":"https://github.com/ph4un00b/sitemap-rustico","last_synced_at":"2026-06-07T02:04:59.292Z","repository":{"id":203878591,"uuid":"703909210","full_name":"ph4un00b/sitemap-rustico","owner":"ph4un00b","description":"🦀 Sitemap Generator for the RustLangES Community","archived":false,"fork":false,"pushed_at":"2026-03-22T00:09:37.000Z","size":6337,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-22T14:22:37.843Z","etag":null,"topics":["generator","rust","sitemap","xml"],"latest_commit_sha":null,"homepage":"https://rustlang-es.org/sitemap.xml","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ph4un00b.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-12T06:51:19.000Z","updated_at":"2026-03-22T00:09:38.000Z","dependencies_parsed_at":"2023-11-18T21:33:50.580Z","dependency_job_id":"a20045fb-1fd5-4894-9754-80951345bf87","html_url":"https://github.com/ph4un00b/sitemap-rustico","commit_stats":null,"previous_names":["ph4un00b/sitemap-rustico"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ph4un00b/sitemap-rustico","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph4un00b%2Fsitemap-rustico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph4un00b%2Fsitemap-rustico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph4un00b%2Fsitemap-rustico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph4un00b%2Fsitemap-rustico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ph4un00b","download_url":"https://codeload.github.com/ph4un00b/sitemap-rustico/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ph4un00b%2Fsitemap-rustico/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31421869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"online","status_checked_at":"2026-04-05T02:00:05.211Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["generator","rust","sitemap","xml"],"created_at":"2025-04-14T11:52:00.907Z","updated_at":"2026-04-05T02:01:24.576Z","avatar_url":"https://github.com/ph4un00b.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## install:\n\n* windows:\n  * scoop: https://scoop.sh/\n  * scoop bucket add main\n  * scoop install main/busybox\n  * scoop install main/libxml2\n\n* unix:\n  * libxml2\n\n## 🍕 diagrama general\n\n![diagrama](diagrama.png)\n\n- (buena practica) antes de crear algún cambio modificar el diagrama❗\n- [diagrama](https://excalidraw.com/#json=-Q7YuEfpfYP3Qz52P9QrW,UYLXEYM7G2KjSCTfwbt9hw)\n\n## 🍔 Instructions\n\n- fetch below repositories:\n  - ```sh\n    git clone https://github.com/RustLangES/blog.git\n    git clone https://github.com/RustLangES/RustLangES.github.io.git home\n    git clone https://github.com/RustLangES/rust-book-es.git book\n    git clone https://github.com/RustLangES/rust-para-dotnet-devs.git dotnet\n    ```\n- Sólo elegís el script para tu sistema, no tengas miedo de otros scripts de otros sistemas operativos no te van a morder.\n  - windows: `generate.bat`\n  - unix: `generate.sh`\n\n## ✨ Agregando un nuevo libro ó pagina para indexar:\n\n- obtener los path que van ser indexados, por ejemplo:\n  - para el libro _rust para dotnet devs_:\n    - clonar el repositorio `https://github.com/RustLangES/rust-para-dotnet-devs.git`\n    - asignarle un nombre de una sola palabra `git clone https://github.com/RustLangES/rust-para-dotnet-devs.git dotnet`\n    - obtener los path de las nuevas páginas para ser indexadas.\n      - trae las archivos de forma recursiva: `git ls-tree -r --name-only HEAD --full-tree src/es`\n      - filtramos y formato: `grep \"\\.md$\" | awk -F \".\" \"{print $1}\"`\n      - podes ver un ejemplo para bash o batch en `/scripts`\n    - agregar al `ignore_paths.rs` los path que no tienen sentido como:\n      - `dotnet/src/es/SUMMARY`,\n      - `dotnet/src/es/license`\n    - ajustar apropiadamente `src/bin/generate.rs`\n      - podes usar de referencia: `https://github.com/ph4un00b/sitemap-rustico/commit/2c0e4e761fd48d25ff2d27f89723d11e57140c59`\n\n## 🧪 testing workflow\n\n- deps:\n  - docker\n  - gh\n  - act\n- act.exe -j test -s GITHUB_TOKEN=\"$(gh auth token)\"\n\n## 🍗 hard todo\n\n- [ ] remove xmllint\n\n## ✨ todo\n\n- [ ] el código no esta tan trabajado si querés mejorar la estructura, podes contactar antes en la comunidad para retroalimentar y no mal usar vuestro tiempo.\n- [ ] mejorar el readme para agregar libros.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fph4un00b%2Fsitemap-rustico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fph4un00b%2Fsitemap-rustico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fph4un00b%2Fsitemap-rustico/lists"}