Author | zPlus <zplus@peers.community> 2023-05-03 20:57:10 |
Committer | zPlus <zplus@peers.community> 2023-05-03 20:57:10 |
Commit | cb75a96 (patch) |
Tree | 25cf01f |
Parent(s) |
-rw-r--r-- | data/blob.ttl | 36 | ||
-rw-r--r-- | data/library.ttl | 29 |
index cda0801..173db67 | |||
old size: 96K - new size: 97K | |||
@@ -1992,3 +1992,39 @@ prefix library: <dokk:library:> | |||
1992 | 1992 | :primary_source "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/graphbook/latest-r1931.pdf" ; | |
1993 | 1993 | :primary_source_retrieved "2023-04-30" ; | |
1994 | 1994 | :type "PDF" . | |
1995 | + | ||
1996 | + | <dokk:blob:pdf/git_branching_model_Driessen.pdf> | |
1997 | + | :library library:git_branching_model_Driessen ; | |
1998 | + | :primary_source "https://nvie.com/files/Git-branching-model.pdf" ; | |
1999 | + | :primary_source_retrieved "2023-05-03" ; | |
2000 | + | :type "PDF" . | |
2001 | + | ||
2002 | + | <dokk:blob:pdf/manage_code_git_iceberg_2020.pdf> | |
2003 | + | :library library:manage_code_git_iceberg_2020 ; | |
2004 | + | :primary_source "https://books.pharo.org/booklet-ManageCode/pdf/2020-05-12-ManageCode.pdf" ; | |
2005 | + | :primary_source_retrieved "2023-05-03" ; | |
2006 | + | :type "PDF" . | |
2007 | + | ||
2008 | + | <dokk:blob:pdf/eclipse_python_git_vim_Keating.pdf> | |
2009 | + | :library library:eclipse_python_git_vim_Keating ; | |
2010 | + | :primary_source "https://jkeating.fedorapeople.org/lfnw-eclipse-export.pdf" ; | |
2011 | + | :primary_source_retrieved "2023-05-03" ; | |
2012 | + | :type "PDF" . | |
2013 | + | ||
2014 | + | <dokk:blob:pdf/hackers_software_libre_anarquismo_2018.pdf> | |
2015 | + | :library library:hackers_software_libre_anarquismo_2018 ; | |
2016 | + | :primary_source "https://notabug.org/attachments/8f57e2a1-a24e-48da-b161-c89986a788eb" ; | |
2017 | + | :primary_source_retrieved "2023-05-03" ; | |
2018 | + | :type "PDF" . | |
2019 | + | ||
2020 | + | <dokk:blob:pdf/mercurial_cheatsheet_2009_Tam.pdf> | |
2021 | + | :library library:mercurial_cheatsheet_2009_Tam ; | |
2022 | + | :primary_source "https://wiki.mercurial-scm.org/QuickReferenceCardsAndCheatSheets?action=AttachFile&do=get&target=Mercurial-Cheatsheet-Adrian-v1.0.pdf" ; | |
2023 | + | :primary_source_retrieved "2023-05-03" ; | |
2024 | + | :type "PDF" . | |
2025 | + | ||
2026 | + | <dokk:blob:pdf/postgis_2.1_cheatsheet_r11091.pdf> | |
2027 | + | :library library:postgis_2.1_cheatsheet_r11091 ; | |
2028 | + | :primary_source "https://www.postgis.us/downloads/postgis21_cheatsheet.pdf" ; | |
2029 | + | :primary_source_retrieved "2023-05-03" ; | |
2030 | + | :type "PDF" . |
index 8df03ac..433f601 | |||
old size: 67K - new size: 68K | |||
@@ -1744,3 +1744,32 @@ prefix license: <dokk:license:> | |||
1744 | 1744 | :license license:GFDL-1.3-no-invariants-or-later ; | |
1745 | 1745 | :author "David Joyner", "Minh Van Nguyen", "Nathann Cohen" ; | |
1746 | 1746 | :site "https://code.google.com/archive/p/graphbook/" . | |
1747 | + | ||
1748 | + | :git_branching_model_Driessen | |
1749 | + | :title "Git branching model" ; | |
1750 | + | :license license:CC-BY-SA ; | |
1751 | + | :author "Vincent Driessen" . | |
1752 | + | ||
1753 | + | :manage_code_git_iceberg_2020 | |
1754 | + | :title "Manage Your Code with Git and Iceberg" ; | |
1755 | + | :license license:CC-BY-SA-3.0 ; | |
1756 | + | :author "Guillermo Polito", "Stéphane Ducasse", "Allex Oliveira" . | |
1757 | + | ||
1758 | + | :eclipse_python_git_vim_Keating | |
1759 | + | :title "Eclipse, Python, Git, and Vim Oh My!" ; | |
1760 | + | :license license:CC-BY-SA-3.0 ; | |
1761 | + | :author "Jesse Keating" . | |
1762 | + | ||
1763 | + | :hackers_software_libre_anarquismo_2018 | |
1764 | + | :title "Hackers, software libre y anarquismo" ; | |
1765 | + | :license license:CC-BY, license:CC-BY-SA, license:CC0-1.0 ; | |
1766 | + | :author "Jorge Maldonado Ventura" . | |
1767 | + | ||
1768 | + | :mercurial_cheatsheet_2009_Tam | |
1769 | + | :title "mercurial cheatsheet" ; | |
1770 | + | :license license:CC-BY-SA ; | |
1771 | + | :author "Adrian Sai-wah Tam" . | |
1772 | + | ||
1773 | + | :postgis_2.1_cheatsheet_r11091 | |
1774 | + | :title "PostGIS 2.1 Cheatsheet" ; | |
1775 | + | :license license:CC-BY-SA . |