|
3 | 3 | :sd_hide_title: |
4 | 4 |
|
5 | 5 | .. meta:: |
6 | | - :description: Dfetch vendors source code from Git and SVN repositories directly into your project. No submodules, no lock-in, fully self-contained. |
7 | | - :keywords: dfetch, dependency management, vendoring, git, svn, embedded development, source-only dependencies, multi-repo, supply chain, sbom, license compliance |
| 6 | + :description: Dfetch vendors source code from Git or SVN repositories or plain archives directly into your project. No submodules, no lock-in, fully self-contained. |
| 7 | + :keywords: dfetch, dependency management, vendoring, git, svn, archive, embedded development, source-only dependencies, multi-repo, supply chain, sbom, license compliance |
8 | 8 | :author: Dfetch Contributors |
9 | 9 | :google-site-verification: rXUIdonVCg6XtZUDdOd7fJdSNj3bOoJJRqCFn3OVb04 |
10 | 10 |
|
|
31 | 31 | **Vendor dependencies without the pain.** |
32 | 32 |
|
33 | 33 | **Dfetch** copies source code directly into your project — no Git submodules, no SVN externals, |
34 | | -no hidden external links. Dependencies live as plain, readable files inside your own repository. |
35 | | -You stay in full control of every line. |
| 34 | +no hidden external links. Fetch from Git, SVN, or plain archive URLs. Dependencies live as plain, |
| 35 | +readable files inside your own repository. You stay in full control of every line. |
36 | 36 |
|
37 | 37 | .. grid:: 1 3 3 3 |
38 | 38 | :gutter: 3 |
@@ -180,8 +180,8 @@ You stay in full control of every line. |
180 | 180 | :text-align: center |
181 | 181 | :class-card: stat-card |
182 | 182 |
|
183 | | - Works with **Git and SVN** — even mixed in the same project. |
184 | | - The only dependency manager that bridges both without compromise. |
| 183 | + Works with **Git, SVN, and archive URLs** — even mixed in the same project. |
| 184 | + The only dependency manager that bridges these without compromise. |
185 | 185 |
|
186 | 186 | .. grid-item-card:: :material-regular:`code;2em` Any language, any build system |
187 | 187 | :text-align: center |
@@ -296,8 +296,8 @@ You stay in full control of every line. |
296 | 296 |
|
297 | 297 | :material-regular:`shuffle;1.5em;sd-text-primary` **VCS-agnostic** |
298 | 298 |
|
299 | | - Works seamlessly with **Git and SVN** — even mixed within the same project. |
300 | | - Pin by tag, branch, revision, or exact commit hash. Adapt to your team's workflow, not the other way around. |
| 299 | + Works seamlessly with **Git, SVN, and archive URLs** — even mixed within the same project. |
| 300 | + Pin by tag, branch, revision, commit hash, or cryptographic hash. Adapt to your team's workflow, not the other way around. |
301 | 301 |
|
302 | 302 | .. grid-item:: |
303 | 303 |
|
|
0 commit comments