depot3 0.0.0a1 → 3.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +55 -1
- data/bin/d3 +323 -0
- data/bin/d3admin +1011 -0
- data/bin/d3helper +354 -0
- data/bin/puppytime +334 -0
- data/data/d3/com.pixar.d3.RepoMan.plist +23 -0
- data/data/d3/d3.conf.example +507 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftAppKit.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftCore.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftCoreData.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftCoreGraphics.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftCoreImage.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftDarwin.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftDispatch.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftFoundation.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Frameworks/libswiftObjectiveC.dylib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Info.plist +56 -0
- data/data/d3/d3RepoMan.app/Contents/MacOS/d3RepoMan +0 -0
- data/data/d3/d3RepoMan.app/Contents/PkgInfo +1 -0
- data/data/d3/d3RepoMan.app/Contents/Resources/Base.lproj/MainMenu.nib +0 -0
- data/data/d3/d3RepoMan.app/Contents/Resources/last-foreground-times-template.plist +5 -0
- data/data/d3/d3RepoMan.app/Contents/_CodeSignature/CodeResources +214 -0
- data/data/d3/puppytime/ImageLicenses.txt +165 -0
- data/data/d3/puppytime/notification_image +1 -0
- data/data/d3/puppytime/opt_out_image +1 -0
- data/data/d3/puppytime/slideshow/2008-07-11_White_German_Shepherd_pup_chilling_at_the_Coker_Arboretum.jpg +0 -0
- data/data/d3/puppytime/slideshow/2009-04-21_APBT_pup_on_deck.jpg +0 -0
- data/data/d3/puppytime/slideshow/A_puppy_Yorkie.jpg +0 -0
- data/data/d3/puppytime/slideshow/Alert_Pug_Puppy.jpg +0 -0
- data/data/d3/puppytime/slideshow/Australian_Cattle_Dog_puppies_04.JPG +0 -0
- data/data/d3/puppytime/slideshow/Beagle_puppy_Cadet.jpg +0 -0
- data/data/d3/puppytime/slideshow/Bernese_Mountain_Dog.jpg +0 -0
- data/data/d3/puppytime/slideshow/Bloodhound_Puppy.jpg +0 -0
- data/data/d3/puppytime/slideshow/Boston_terrier_with_toy.jpg +0 -0
- data/data/d3/puppytime/slideshow/Boxer_puppy_fawn_portrai.jpg +0 -0
- data/data/d3/puppytime/slideshow/Caracal_kitten.jpg +0 -0
- data/data/d3/puppytime/slideshow/Chihuahua_&_Doberman_Pup.jpg +0 -0
- data/data/d3/puppytime/slideshow/Cuccioli_di_Margot_a_35_gg_Basenjis.jpg +0 -0
- data/data/d3/puppytime/slideshow/Dalmatian_puppy_03.jpg +0 -0
- data/data/d3/puppytime/slideshow/GoldenRetrieverPuppyDaisyParker.JPG +0 -0
- data/data/d3/puppytime/slideshow/Green_eyed_beige_Chihuahua.jpg +0 -0
- data/data/d3/puppytime/slideshow/Let_Sleeping_Dogs_Lie.jpg +0 -0
- data/data/d3/puppytime/slideshow/Meatball_-_French_Bulldog_Puppy.jpg +0 -0
- data/data/d3/puppytime/slideshow/Oola_-_9_weeks.jpg +0 -0
- data/data/d3/puppytime/slideshow/Pancho0008.JPG +0 -0
- data/data/d3/puppytime/slideshow/Pomeranian_orange-sable_Coco.jpg +0 -0
- data/data/d3/puppytime/slideshow/Pug_puppy_001.jpg +0 -0
- data/data/d3/puppytime/slideshow/Puggle_puppy_6_weeks.JPG +0 -0
- data/data/d3/puppytime/slideshow/Puli_kan.jpg +0 -0
- data/data/d3/puppytime/slideshow/Puppy_French_Bulldog.jpg +0 -0
- data/data/d3/puppytime/slideshow/Rocco_the_Bulldog.jpg +0 -0
- data/data/d3/puppytime/slideshow/Rottweiler_Face.jpg +0 -0
- data/data/d3/puppytime/slideshow/Saint_Bernard_puppy.jpg +0 -0
- data/data/d3/puppytime/slideshow/Scottish_froment.jpg +0 -0
- data/data/d3/puppytime/slideshow/Shar_pei_puppy_(age_2_months).jpg +0 -0
- data/data/d3/puppytime/slideshow/Shiba-Inu_beim_Spielen_im_Schnee.JPG +0 -0
- data/data/d3/puppytime/slideshow/Smooth-coat_Border_Collie_puppy..jpg +0 -0
- data/data/d3/puppytime/slideshow/Smooth_Dachshund_puppies.jpg +0 -0
- data/data/d3/puppytime/slideshow/Snow_dog.jpg +0 -0
- data/data/d3/puppytime/slideshow/Taylor_the_Pembroke_Welsh_Corgi.png +0 -0
- data/data/d3/puppytime/slideshow/Weim_Pups_001.jpg +0 -0
- data/data/d3/puppytime/slideshow/Westie_pups.jpg +0 -0
- data/data/d3/puppytime/slideshow/Yellow_Labrador_puppies_(4165737325).jpg +0 -0
- data/lib/d3/admin/add.rb +451 -0
- data/lib/d3/admin/auth.rb +470 -0
- data/lib/d3/admin/edit.rb +297 -0
- data/lib/d3/admin/help.rb +396 -0
- data/lib/d3/admin/interactive.rb +972 -0
- data/lib/d3/admin/options.rb +454 -0
- data/lib/d3/admin/prefs.rb +204 -0
- data/lib/d3/admin/report.rb +727 -0
- data/lib/d3/admin/state.rb +42 -0
- data/lib/d3/admin/validate.rb +413 -0
- data/lib/d3/admin.rb +42 -0
- data/lib/d3/basename.rb +217 -0
- data/lib/d3/client/auth.rb +108 -0
- data/lib/d3/client/class_methods.rb +766 -0
- data/lib/d3/client/class_variables.rb +47 -0
- data/lib/d3/client/cli.rb +187 -0
- data/lib/d3/client/environment.rb +134 -0
- data/lib/d3/client/help.rb +110 -0
- data/lib/d3/client/lists.rb +314 -0
- data/lib/d3/client/receipt.rb +1173 -0
- data/lib/d3/client.rb +45 -0
- data/lib/d3/configuration.rb +319 -0
- data/lib/d3/constants.rb +60 -0
- data/lib/d3/database.rb +488 -0
- data/lib/d3/exceptions.rb +44 -0
- data/lib/d3/log.rb +271 -0
- data/lib/d3/package/aliases.rb +80 -0
- data/lib/d3/package/attributes.rb +97 -0
- data/lib/d3/package/class_methods.rb +817 -0
- data/lib/d3/package/class_variables.rb +46 -0
- data/lib/d3/package/client_actions.rb +293 -0
- data/lib/d3/package/constants.rb +58 -0
- data/lib/d3/package/constructor.rb +191 -0
- data/lib/d3/package/getters.rb +164 -0
- data/lib/d3/package/mixins.rb +39 -0
- data/lib/d3/package/private_methods.rb +227 -0
- data/lib/d3/package/questions.rb +95 -0
- data/lib/d3/package/server_actions.rb +683 -0
- data/lib/d3/package/setters.rb +326 -0
- data/lib/d3/package/validate.rb +448 -0
- data/lib/d3/package.rb +51 -0
- data/lib/d3/puppytime/pending_puppy.rb +108 -0
- data/lib/d3/puppytime/puppy_queue.rb +274 -0
- data/lib/d3/puppytime.rb +68 -0
- data/lib/d3/state.rb +105 -0
- data/lib/d3/utility.rb +325 -0
- data/lib/d3/version.rb +1 -1
- metadata +162 -9
@@ -0,0 +1,214 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>files</key>
|
6
|
+
<dict>
|
7
|
+
<key>Resources/Base.lproj/MainMenu.nib</key>
|
8
|
+
<dict>
|
9
|
+
<key>hash</key>
|
10
|
+
<data>
|
11
|
+
SobtzqrUSWtpDTb9wNEy8082kIg=
|
12
|
+
</data>
|
13
|
+
<key>optional</key>
|
14
|
+
<true/>
|
15
|
+
</dict>
|
16
|
+
<key>Resources/last-foreground-times-template.plist</key>
|
17
|
+
<data>
|
18
|
+
vO/gVYVVkU1zHBaxd4xJ53/ga5k=
|
19
|
+
</data>
|
20
|
+
</dict>
|
21
|
+
<key>files2</key>
|
22
|
+
<dict>
|
23
|
+
<key>Frameworks/libswiftAppKit.dylib</key>
|
24
|
+
<dict>
|
25
|
+
<key>cdhash</key>
|
26
|
+
<data>
|
27
|
+
3daHo7Iui+S9gq5RoYOu1NuBV5g=
|
28
|
+
</data>
|
29
|
+
<key>requirement</key>
|
30
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftAppKit" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
31
|
+
</dict>
|
32
|
+
<key>Frameworks/libswiftCore.dylib</key>
|
33
|
+
<dict>
|
34
|
+
<key>cdhash</key>
|
35
|
+
<data>
|
36
|
+
RVGmLA/BsTjPGHLX/nob+OUqYCc=
|
37
|
+
</data>
|
38
|
+
<key>requirement</key>
|
39
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftCore" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
40
|
+
</dict>
|
41
|
+
<key>Frameworks/libswiftCoreData.dylib</key>
|
42
|
+
<dict>
|
43
|
+
<key>cdhash</key>
|
44
|
+
<data>
|
45
|
+
wnAphpJkoiCwz6gTQ03BcxbSJHE=
|
46
|
+
</data>
|
47
|
+
<key>requirement</key>
|
48
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftCoreData" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
49
|
+
</dict>
|
50
|
+
<key>Frameworks/libswiftCoreGraphics.dylib</key>
|
51
|
+
<dict>
|
52
|
+
<key>cdhash</key>
|
53
|
+
<data>
|
54
|
+
4qNrATwEYWmHAqLC4rQPYaVcgdQ=
|
55
|
+
</data>
|
56
|
+
<key>requirement</key>
|
57
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftCoreGraphics" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
58
|
+
</dict>
|
59
|
+
<key>Frameworks/libswiftCoreImage.dylib</key>
|
60
|
+
<dict>
|
61
|
+
<key>cdhash</key>
|
62
|
+
<data>
|
63
|
+
x4cW1WUJov3nfFYQM9xGaD4ffJc=
|
64
|
+
</data>
|
65
|
+
<key>requirement</key>
|
66
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftCoreImage" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
67
|
+
</dict>
|
68
|
+
<key>Frameworks/libswiftDarwin.dylib</key>
|
69
|
+
<dict>
|
70
|
+
<key>cdhash</key>
|
71
|
+
<data>
|
72
|
+
TAgmiUOeN0Y3gBdTqSLHB2500O0=
|
73
|
+
</data>
|
74
|
+
<key>requirement</key>
|
75
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftDarwin" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
76
|
+
</dict>
|
77
|
+
<key>Frameworks/libswiftDispatch.dylib</key>
|
78
|
+
<dict>
|
79
|
+
<key>cdhash</key>
|
80
|
+
<data>
|
81
|
+
86bGEuY0QnZgYn7sBphSzZeqaxo=
|
82
|
+
</data>
|
83
|
+
<key>requirement</key>
|
84
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftDispatch" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
85
|
+
</dict>
|
86
|
+
<key>Frameworks/libswiftFoundation.dylib</key>
|
87
|
+
<dict>
|
88
|
+
<key>cdhash</key>
|
89
|
+
<data>
|
90
|
+
Lcyu7sxIRtzHEKXfyGAJER7cl+k=
|
91
|
+
</data>
|
92
|
+
<key>requirement</key>
|
93
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftFoundation" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
94
|
+
</dict>
|
95
|
+
<key>Frameworks/libswiftObjectiveC.dylib</key>
|
96
|
+
<dict>
|
97
|
+
<key>cdhash</key>
|
98
|
+
<data>
|
99
|
+
UUS4W9O4rLkZ+HJeawwm025pMlw=
|
100
|
+
</data>
|
101
|
+
<key>requirement</key>
|
102
|
+
<string>anchor apple generic and identifier "com.apple.dt.runtime.swiftObjectiveC" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = F3G5LR2F93)</string>
|
103
|
+
</dict>
|
104
|
+
<key>Resources/Base.lproj/MainMenu.nib</key>
|
105
|
+
<dict>
|
106
|
+
<key>hash</key>
|
107
|
+
<data>
|
108
|
+
SobtzqrUSWtpDTb9wNEy8082kIg=
|
109
|
+
</data>
|
110
|
+
<key>optional</key>
|
111
|
+
<true/>
|
112
|
+
</dict>
|
113
|
+
<key>Resources/last-foreground-times-template.plist</key>
|
114
|
+
<data>
|
115
|
+
vO/gVYVVkU1zHBaxd4xJ53/ga5k=
|
116
|
+
</data>
|
117
|
+
</dict>
|
118
|
+
<key>rules</key>
|
119
|
+
<dict>
|
120
|
+
<key>^Resources/</key>
|
121
|
+
<true/>
|
122
|
+
<key>^Resources/.*\.lproj/</key>
|
123
|
+
<dict>
|
124
|
+
<key>optional</key>
|
125
|
+
<true/>
|
126
|
+
<key>weight</key>
|
127
|
+
<real>1000</real>
|
128
|
+
</dict>
|
129
|
+
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
130
|
+
<dict>
|
131
|
+
<key>omit</key>
|
132
|
+
<true/>
|
133
|
+
<key>weight</key>
|
134
|
+
<real>1100</real>
|
135
|
+
</dict>
|
136
|
+
<key>^version.plist$</key>
|
137
|
+
<true/>
|
138
|
+
</dict>
|
139
|
+
<key>rules2</key>
|
140
|
+
<dict>
|
141
|
+
<key>.*\.dSYM($|/)</key>
|
142
|
+
<dict>
|
143
|
+
<key>weight</key>
|
144
|
+
<real>11</real>
|
145
|
+
</dict>
|
146
|
+
<key>^(.*/)?\.DS_Store$</key>
|
147
|
+
<dict>
|
148
|
+
<key>omit</key>
|
149
|
+
<true/>
|
150
|
+
<key>weight</key>
|
151
|
+
<real>2000</real>
|
152
|
+
</dict>
|
153
|
+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
|
154
|
+
<dict>
|
155
|
+
<key>nested</key>
|
156
|
+
<true/>
|
157
|
+
<key>weight</key>
|
158
|
+
<real>10</real>
|
159
|
+
</dict>
|
160
|
+
<key>^.*</key>
|
161
|
+
<true/>
|
162
|
+
<key>^Info\.plist$</key>
|
163
|
+
<dict>
|
164
|
+
<key>omit</key>
|
165
|
+
<true/>
|
166
|
+
<key>weight</key>
|
167
|
+
<real>20</real>
|
168
|
+
</dict>
|
169
|
+
<key>^PkgInfo$</key>
|
170
|
+
<dict>
|
171
|
+
<key>omit</key>
|
172
|
+
<true/>
|
173
|
+
<key>weight</key>
|
174
|
+
<real>20</real>
|
175
|
+
</dict>
|
176
|
+
<key>^Resources/</key>
|
177
|
+
<dict>
|
178
|
+
<key>weight</key>
|
179
|
+
<real>20</real>
|
180
|
+
</dict>
|
181
|
+
<key>^Resources/.*\.lproj/</key>
|
182
|
+
<dict>
|
183
|
+
<key>optional</key>
|
184
|
+
<true/>
|
185
|
+
<key>weight</key>
|
186
|
+
<real>1000</real>
|
187
|
+
</dict>
|
188
|
+
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
189
|
+
<dict>
|
190
|
+
<key>omit</key>
|
191
|
+
<true/>
|
192
|
+
<key>weight</key>
|
193
|
+
<real>1100</real>
|
194
|
+
</dict>
|
195
|
+
<key>^[^/]+$</key>
|
196
|
+
<dict>
|
197
|
+
<key>nested</key>
|
198
|
+
<true/>
|
199
|
+
<key>weight</key>
|
200
|
+
<real>10</real>
|
201
|
+
</dict>
|
202
|
+
<key>^embedded\.provisionprofile$</key>
|
203
|
+
<dict>
|
204
|
+
<key>weight</key>
|
205
|
+
<real>20</real>
|
206
|
+
</dict>
|
207
|
+
<key>^version\.plist$</key>
|
208
|
+
<dict>
|
209
|
+
<key>weight</key>
|
210
|
+
<real>20</real>
|
211
|
+
</dict>
|
212
|
+
</dict>
|
213
|
+
</dict>
|
214
|
+
</plist>
|
@@ -0,0 +1,165 @@
|
|
1
|
+
The images in this folder were collected from WikiMedia Commons
|
2
|
+
(https://commons.wikimedia.org/wiki/Main_Page),
|
3
|
+
an online repository of free-use images, sound, and other media files.
|
4
|
+
|
5
|
+
The source links and credits for each image are listed below.
|
6
|
+
|
7
|
+
None of the authors of these works endorse, or are in any way
|
8
|
+
connected with the d3/depot3/jss-api opensource project,
|
9
|
+
or Pixar Animation Studios.
|
10
|
+
|
11
|
+
The images have been resized to a max of 500 px. That is the only modification
|
12
|
+
|
13
|
+
=== Image links, credits, and licenses
|
14
|
+
|
15
|
+
https://commons.wikimedia.org/wiki/File:2008-07-11_White_German_Shepherd_pup_chilling_at_the_Coker_Arboretum.jpg
|
16
|
+
-- Author: https://commons.wikimedia.org/wiki/User:Specious
|
17
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
18
|
+
|
19
|
+
https://commons.wikimedia.org/wiki/File:2009-04-21_APBT_pup_on_deck.jpg
|
20
|
+
-- Author: https://commons.wikimedia.org/wiki/User:Specious
|
21
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
22
|
+
|
23
|
+
https://commons.wikimedia.org/wiki/File:A_puppy_Yorkie.jpg
|
24
|
+
-- Author: https://www.flickr.com/people/47983324@N00
|
25
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
26
|
+
|
27
|
+
https://commons.wikimedia.org/wiki/File:Alert_Pug_Puppy.jpg
|
28
|
+
-- Author: http://flickr.com/photos/18224125@N00
|
29
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
30
|
+
|
31
|
+
https://commons.wikimedia.org/wiki/File:Australian_Cattle_Dog_puppies_04.JPG
|
32
|
+
-- Author: https://commons.wikimedia.org/wiki/User:ANKAW%C3%9C
|
33
|
+
-- License: https://creativecommons.org/licenses/by-sa/4.0/deed.en
|
34
|
+
|
35
|
+
https://commons.wikimedia.org/wiki/File:Beagle_puppy_Cadet.jpg
|
36
|
+
-- Author: https://en.wikipedia.org/wiki/User:Soccersmp
|
37
|
+
-- License: Public Domain
|
38
|
+
|
39
|
+
https://commons.wikimedia.org/wiki/File:Bernese_Mountain_Dog.jpg
|
40
|
+
-- Taralynn00 (no link avaulable)
|
41
|
+
-- License: https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
42
|
+
|
43
|
+
https://commons.wikimedia.org/wiki/File:Bloodhound_Puppy.jpg
|
44
|
+
-- Author: http://www.flickr.com/people/7796992@N08
|
45
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
46
|
+
|
47
|
+
https://commons.wikimedia.org/wiki/File:Boston_terrier_with_toy.jpg
|
48
|
+
-- Author:https://www.flickr.com/people/36045501@N03
|
49
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
50
|
+
|
51
|
+
https://commons.wikimedia.org/wiki/File:Boxer_puppy_fawn_portrai.jpg
|
52
|
+
-- Author: http://flickr.com/photos/19407337@N00
|
53
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
54
|
+
|
55
|
+
https://commons.wikimedia.org/wiki/File:Caracal_kitten.jpg
|
56
|
+
-- Author: http://www.flickr.com/people/50745355@N00
|
57
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
58
|
+
|
59
|
+
https://commons.wikimedia.org/wiki/File:Chihuahua_&_Doberman_Pup.jpg
|
60
|
+
-- Author: https://www.flickr.com/people/100949750@N05
|
61
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
62
|
+
|
63
|
+
https://commons.wikimedia.org/wiki/File:Cuccioli_di_Margot_a_35_gg_Basenjis.jpg
|
64
|
+
-- Author: http://flickr.com/photos/70253321@N00
|
65
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
66
|
+
|
67
|
+
https://commons.wikimedia.org/wiki/File:Dalmatian_puppy_03.jpg
|
68
|
+
-- Author: https://commons.wikimedia.org/w/index.php?title=User:Cestrada
|
69
|
+
-- License: https://creativecommons.org/licenses/by-sa/4.0/deed.en
|
70
|
+
|
71
|
+
https://commons.wikimedia.org/wiki/File:GoldenRetrieverPuppyDaisyParker.JPG
|
72
|
+
-- Author: https://commons.wikimedia.org/wiki/User:Newyorker10021
|
73
|
+
-- License: https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
74
|
+
|
75
|
+
https://commons.wikimedia.org/wiki/File:Green_eyed_beige_Chihuahua.jpg
|
76
|
+
-- Author: http://www.flickr.com/photos/breebailey/
|
77
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
78
|
+
|
79
|
+
https://commons.wikimedia.org/wiki/File:Let_Sleeping_Dogs_Lie.jpg
|
80
|
+
-- Author: https://www.flickr.com/people/19616008@N00
|
81
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
82
|
+
|
83
|
+
https://commons.wikimedia.org/wiki/File:Meatball_-_French_Bulldog_Puppy.jpg
|
84
|
+
-- Author: https://www.flickr.com/people/31269250@N04
|
85
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
86
|
+
|
87
|
+
https://commons.wikimedia.org/wiki/File:Oola_-_9_weeks.jpg
|
88
|
+
-- Author: http://flickr.com/photos/56685562@N00
|
89
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
90
|
+
|
91
|
+
https://commons.wikimedia.org/wiki/File:Pancho0008.JPG
|
92
|
+
-- Author: Patricia Vicente (no link given)
|
93
|
+
-- License: https://creativecommons.org/licenses/by-sa/2.5/deed.en
|
94
|
+
|
95
|
+
https://commons.wikimedia.org/wiki/File:Pomeranian_orange-sable_Coco.jpg
|
96
|
+
-- Author: http://www.flickr.com/people/7147444@N03
|
97
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
98
|
+
|
99
|
+
https://commons.wikimedia.org/wiki/File:Pug_puppy_001.jpg
|
100
|
+
-- Author: Rtamayo~commonswiki assumed (based on copyright claims). (no link given)
|
101
|
+
-- License: Public Domain
|
102
|
+
|
103
|
+
https://commons.wikimedia.org/wiki/File:Puggle_puppy_6_weeks.JPG
|
104
|
+
-- Author: plaskowski (no link given)
|
105
|
+
-- License: Public Domain
|
106
|
+
|
107
|
+
https://commons.wikimedia.org/wiki/File:Puli_kan.jpg
|
108
|
+
-- Author: http://www.rabakozi-nemes.hu/
|
109
|
+
-- License: https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
110
|
+
|
111
|
+
https://commons.wikimedia.org/wiki/File:Puppy_French_Bulldog.jpg
|
112
|
+
-- Author: https://www.flickr.com/people/50744999@N02
|
113
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
114
|
+
|
115
|
+
https://commons.wikimedia.org/wiki/File:Rocco_the_Bulldog.jpg
|
116
|
+
-- Author: http://www.flickr.com/people/13907834@N00
|
117
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
118
|
+
|
119
|
+
https://commons.wikimedia.org/wiki/File:Rottweiler_Face.jpg
|
120
|
+
-- Author: https://commons.wikimedia.org/w/index.php?title=User:Xdotcommer
|
121
|
+
-- License: https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
122
|
+
|
123
|
+
https://commons.wikimedia.org/wiki/File:Saint_Bernard_puppy.jpg
|
124
|
+
-- Author: https://en.wikipedia.org/wiki/User:Smallducks
|
125
|
+
-- License: Public Domain
|
126
|
+
|
127
|
+
https://commons.wikimedia.org/wiki/File:Scottish_froment.jpg
|
128
|
+
-- Author: https://commons.wikimedia.org/w/index.php?title=User:Walescot
|
129
|
+
-- License: https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
130
|
+
|
131
|
+
https://commons.wikimedia.org/wiki/File:Shar_pei_puppy_(age_2_months).jpg
|
132
|
+
-- Author: Yana Mishina (no link given)
|
133
|
+
-- License: https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
134
|
+
|
135
|
+
https://commons.wikimedia.org/wiki/File:Shiba-Inu_beim_Spielen_im_Schnee.JPG
|
136
|
+
-- Author: https://de.wikipedia.org/wiki/User:Ginka_to_Kinosai
|
137
|
+
-- License: Public Domain
|
138
|
+
|
139
|
+
https://commons.wikimedia.org/wiki/File:Smooth_Dachshund_puppies.jpg
|
140
|
+
-- Author: http://flickr.com/photos/99503211@N00
|
141
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
142
|
+
|
143
|
+
https://commons.wikimedia.org/wiki/File:Smooth-coat_Border_Collie_puppy..jpg
|
144
|
+
-- Author: http://flickr.com/photos/17208993@N00
|
145
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
146
|
+
|
147
|
+
https://commons.wikimedia.org/wiki/File:Snow_dog.jpg
|
148
|
+
-- Author: Jaclyn (no link given)
|
149
|
+
-- License: https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
150
|
+
|
151
|
+
https://commons.wikimedia.org/wiki/File:Taylor_the_Pembroke_Welsh_Corgi.png
|
152
|
+
-- Author: https://commons.wikimedia.org/w/index.php?title=User:Nbjacobs
|
153
|
+
-- License: https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
154
|
+
|
155
|
+
https://commons.wikimedia.org/wiki/File:Weim_Pups_001.jpg
|
156
|
+
-- Author: http://flickr.com/photos/emarquetti/
|
157
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
158
|
+
|
159
|
+
https://commons.wikimedia.org/wiki/File:Westie_pups.jpg
|
160
|
+
-- Author: Lucie Tylová, Westik.cz (no link given)
|
161
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
162
|
+
|
163
|
+
https://commons.wikimedia.org/wiki/File:Yellow_Labrador_puppies_(4165737325).jpg
|
164
|
+
-- Author: http://www.flickr.com/people/18557934@N03
|
165
|
+
-- License: https://creativecommons.org/licenses/by/2.0/deed.en
|
@@ -0,0 +1 @@
|
|
1
|
+
slideshow/Beagle_puppy_Cadet.jpg
|
@@ -0,0 +1 @@
|
|
1
|
+
slideshow/Alert_Pug_Puppy.jpg
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|