-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST
328 lines (328 loc) · 12.4 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
Makefile.PL
CHANGES
LICENSE
MANIFEST
MANIFEST.SKIP
META.yml
README
TODO
Commerce.pm
test.pl
-------------------------------------------------------------
testcases/Commerce/Commerce.pm
testcases/Commerce/base.pm
-------------------------------------------------------------
lib/XAO/DO/Data/Admin.pm
lib/XAO/DO/Data/Category.pm
lib/XAO/DO/Data/CustomerAddress.pm
lib/XAO/DO/Data/OrderedProduct.pm
lib/XAO/DO/Data/PayMethod.pm
lib/XAO/DO/Data/ProductCategory.pm
lib/XAO/DO/Web/Account.pm
lib/XAO/DO/Web/Address.pm
lib/XAO/DO/Web/Order.pm
lib/XAO/DO/Web/PayMethod.pm
lib/XAO/DO/Web/Product.pm
-------------------------------------------------------------
templates/bits/account/customer_id
templates/bits/account/show
templates/bits/address/show
templates/bits/commerce/account/address/delete-confirm
templates/bits/commerce/account/address/edit-form
templates/bits/commerce/account/address/edit-success
templates/bits/commerce/account/address/list-footer
templates/bits/commerce/account/address/list-header
templates/bits/commerce/account/address/list-row
templates/bits/commerce/account/customer-cb-uri
templates/bits/commerce/account/edit-form
templates/bits/commerce/account/edit-success
templates/bits/commerce/account/footer-accounts
templates/bits/commerce/account/list-footer
templates/bits/commerce/account/list-header
templates/bits/commerce/account/list-row
templates/bits/commerce/account/paymethod/delete-confirm
templates/bits/commerce/account/paymethod/edit-form
templates/bits/commerce/account/paymethod/edit-success
templates/bits/commerce/account/paymethod/list-footer
templates/bits/commerce/account/paymethod/list-header
templates/bits/commerce/account/paymethod/list-row
templates/bits/commerce/admin/account/address/delete-confirm
templates/bits/commerce/admin/account/address/edit-success
templates/bits/commerce/admin/account/address/list-row
templates/bits/commerce/admin/account/delete-confirm
templates/bits/commerce/admin/account/edit-success
templates/bits/commerce/admin/account/footer-account
templates/bits/commerce/admin/account/footer-accounts
templates/bits/commerce/admin/account/list-footer
templates/bits/commerce/admin/account/list-header
templates/bits/commerce/admin/account/list-row
templates/bits/commerce/admin/account/paymethod/delete-confirm
templates/bits/commerce/admin/account/paymethod/edit-success
templates/bits/commerce/admin/account/paymethod/list-row
templates/bits/commerce/admin/order/delete-confirm
templates/bits/commerce/admin/order/edit-form
templates/bits/commerce/admin/order/edit-success
templates/bits/commerce/admin/order/email
templates/bits/commerce/admin/order/footer-order
templates/bits/commerce/admin/order/footer-orders
templates/bits/commerce/admin/order/list-footer
templates/bits/commerce/admin/order/list-header
templates/bits/commerce/admin/order/list-row
templates/bits/commerce/admin/order/show
templates/bits/commerce/category/list-footer
templates/bits/commerce/category/list-header
templates/bits/commerce/category/list-row
templates/bits/commerce/product/list-footer
templates/bits/commerce/product/list-header
templates/bits/commerce/product/list-row
templates/bits/order/admin/customer-row-title
templates/bits/order/admin/customer-row-title-show
templates/bits/order/admin/list-footer
templates/bits/order/admin/list-header
templates/bits/order/admin/list-order
templates/bits/order/admin/order-fixed
templates/bits/order/admin/order-fixed-merchant-comment
templates/bits/order/admin/paymethod
templates/bits/order/error-message
templates/bits/order/item
templates/bits/order/item-fixed
templates/bits/order/items
templates/bits/order/items-fixed
templates/bits/order/list-footer
templates/bits/order/list-header
templates/bits/order/list-row
templates/bits/order/mail-confirm
templates/bits/order/mail-confirmation
templates/bits/order/mail-confirmation-text
templates/bits/order/mail-item
templates/bits/order/order-confirm
templates/bits/order/order-thankyou
templates/bits/order/order-update
templates/bits/order/paymethod
templates/bits/order/selection-address
templates/bits/order/selection-pay
templates/bits/order/shipto
templates/bits/order/show
templates/bits/paymethod/show
templates/bits/product/category-footer
templates/bits/product/category-header
templates/bits/product/category-row
templates/bits/product/page-image
templates/bits/product/page-template
templates/bits/product/product-template
templates/bits/product/spec-footer
templates/bits/product/spec-header
templates/bits/product/spec-row
-------------------------------------------------------------
sample/bin/add-admin.proto
sample/bin/build-structure.proto
sample/bin/ifilter-flatfile.proto
sample/bin/import-map.proto
sample/bin/mark-empty-categories.proto
sample/bin/scan-flatfile.proto
sample/configure.pl
sample/images/bg.gif
sample/images/blue_curves.gif
sample/images/blue_line_low.gif
sample/images/blue_orng_tri.gif
sample/images/buttons/add_address.gif
sample/images/buttons/add_card.gif
sample/images/buttons/add_to_cart.gif
sample/images/buttons/add_to_order.gif
sample/images/buttons/add_to_wish.gif
sample/images/buttons/checkout.gif
sample/images/buttons/clear_cart.gif
sample/images/buttons/continue.gif
sample/images/buttons/create.gif
sample/images/buttons/delete.gif
sample/images/buttons/edit.gif
sample/images/buttons/go.gif
sample/images/buttons/go_gray.gif
sample/images/buttons/login.gif
sample/images/buttons/place_order.gif
sample/images/buttons/recalculate.gif
sample/images/buttons/showthem.gif
sample/images/buttons/submit.gif
sample/images/buttons/use_address.gif
sample/images/buttons/use_card.gif
sample/images/complex_lines.gif
sample/images/complex_lines_low.gif
sample/images/copy_logo.gif
sample/images/copyright.gif
sample/images/image_not_avail.gif
sample/images/image_not_avail_sm.gif
sample/images/lines_bottom.gif
sample/images/lines.jpg
sample/images/logo.gif
sample/images/orange_tri.gif
sample/images/pix_clear.gif
sample/images/products/large/HM0002.JPG
sample/images/products/large/HM0555.JPG
sample/images/products/large/KM0032.JPG
sample/images/products/large/KM0034.JPG
sample/images/products/large/KM0035.JPG
sample/images/products/large/MQ0061.JPG
sample/images/products/large/MQ0071.JPG
sample/images/products/large/MQ0072.JPG
sample/images/products/large/MQ0073.JPG
sample/images/products/large/MQ0083.JPG
sample/images/products/large/PS0181.JPG
sample/images/products/large/PS0186.JPG
sample/images/products/large/PS0187.JPG
sample/images/products/large/PS0469.JPG
sample/images/products/large/PS0470.JPG
sample/images/products/large/PS0474.JPG
sample/images/products/large/PS0475.JPG
sample/images/products/large/PS0545.JPG
sample/images/products/large/PS0546.JPG
sample/images/products/large/PS0556.JPG
sample/images/products/large/PS0560.JPG
sample/images/products/large/PS0564.JPG
sample/images/products/large/SD0290.JPG
sample/images/products/large/SD0291.JPG
sample/images/products/large/SD0292.JPG
sample/images/products/large/SD0413.JPG
sample/images/products/large/SD0426.JPG
sample/images/products/large/SD0455.JPG
sample/images/products/large/SD0458.JPG
sample/images/products/small/HM0002_T.JPG
sample/images/products/small/HM0555_T.JPG
sample/images/products/small/KM0032_T.JPG
sample/images/products/small/KM0034_T.JPG
sample/images/products/small/KM0035_T.JPG
sample/images/products/small/MQ0061_T.JPG
sample/images/products/small/MQ0071_T.JPG
sample/images/products/small/MQ0072_T.JPG
sample/images/products/small/MQ0073_T.JPG
sample/images/products/small/MQ0083_T.JPG
sample/images/products/small/PS0181_T.JPG
sample/images/products/small/PS0186_T.JPG
sample/images/products/small/PS0187_T.JPG
sample/images/products/small/PS0469_T.JPG
sample/images/products/small/PS0470_T.JPG
sample/images/products/small/PS0474_T.JPG
sample/images/products/small/PS0475_T.JPG
sample/images/products/small/PS0545_T.JPG
sample/images/products/small/PS0546_T.JPG
sample/images/products/small/PS0556_T.JPG
sample/images/products/small/PS0560_T.JPG
sample/images/products/small/PS0564_T.JPG
sample/images/products/small/SD0290_T.JPG
sample/images/products/small/SD0291_T.JPG
sample/images/products/small/SD0292_T.JPG
sample/images/products/small/SD0413_T.JPG
sample/images/products/small/SD0426_T.JPG
sample/images/products/small/SD0455_T.JPG
sample/images/products/small/SD0458_T.JPG
sample/images/sample.gif
sample/images/search.gif
sample/images/tagline.gif
sample/images/top_left.gif
sample/objects/Config.pm.proto
sample/objects/ImportMap/FlatFile.pm
sample/objects/Web/AutoCatalog.pm
sample/objects/Web/AutoProduct.pm
sample/objects/Web/Category.pm
sample/README
sample/sample_products.txt
sample/templates/about/index.html
sample/templates/account/address/delete.html
sample/templates/account/address/edit.html
sample/templates/account/address/index.html
sample/templates/account/address/new.html
sample/templates/account/edit.html
sample/templates/account/index.html
sample/templates/account/new.html
sample/templates/account/order/index.html
sample/templates/account/order/show.html
sample/templates/account/paymethod/delete.html
sample/templates/account/paymethod/edit.html
sample/templates/account/paymethod/index.html
sample/templates/account/paymethod/new.html
sample/templates/account/show.html
sample/templates/admin/account/address/delete.html
sample/templates/admin/account/address/edit.html
sample/templates/admin/account/address/index.html
sample/templates/admin/account/address/new.html
sample/templates/admin/account/delete.html
sample/templates/admin/account/edit.html
sample/templates/admin/account/index.html
sample/templates/admin/account/new.html
sample/templates/admin/account/orders.html
sample/templates/admin/account/paymethod/delete.html
sample/templates/admin/account/paymethod/edit.html
sample/templates/admin/account/paymethod/index.html
sample/templates/admin/account/paymethod/new.html
sample/templates/admin/account/show.html
sample/templates/admin/content.html
sample/templates/admin/customers.html
sample/templates/admin/edit-customer.html
sample/templates/admin/index.html
sample/templates/admin/login.html
sample/templates/admin/logout.html
sample/templates/admin/order/all.html
sample/templates/admin/order/cancelled.html
sample/templates/admin/order/delete.html
sample/templates/admin/order/edit.html
sample/templates/admin/order/index.html
sample/templates/admin/order/pending.html
sample/templates/admin/order/shipped.html
sample/templates/admin/order/show.html
sample/templates/bits/catalog/page-template
sample/templates/bits/category/list-footer
sample/templates/bits/category/list-header
sample/templates/bits/category/list-row
sample/templates/bits/category/path-simple
sample/templates/bits/category/path-template
sample/templates/bits/footer
sample/templates/bits/footer-admin
sample/templates/bits/header
sample/templates/bits/header-admin
sample/templates/bits/header-category
sample/templates/bits/id/admin-login
sample/templates/bits/id/admin-login-form
sample/templates/bits/id/admin-login-success
sample/templates/bits/id/admin-verify-redirect
sample/templates/bits/id/customer-login
sample/templates/bits/id/customer-login-form
sample/templates/bits/id/customer-login-success
sample/templates/bits/id/customer-verify
sample/templates/bits/id/customer-verify-redirect
sample/templates/bits/id/identified
sample/templates/bits/multipagenav/base
sample/templates/bits/multipagenav/current
sample/templates/bits/multipagenav/next
sample/templates/bits/multipagenav/page
sample/templates/bits/multipagenav/prev
sample/templates/bits/multipagenav/spacer
sample/templates/bits/product-info
sample/templates/bits/search/category-all
sample/templates/bits/search/category-footer
sample/templates/bits/search/category-header
sample/templates/bits/search/category-row
sample/templates/bits/search/page-template
sample/templates/bits/search/product-all
sample/templates/bits/search/product-footer
sample/templates/bits/search/product-footer-nav
sample/templates/bits/search/product-header
sample/templates/bits/search/product-row
sample/templates/bits/styler/page-title
sample/templates/category/index.html
sample/templates/contact/index.html
sample/templates/index.html
sample/templates/login/bits/login-already
sample/templates/login/bits/login-redirect
sample/templates/login.html
sample/templates/login/index.html
sample/templates/logout.html
sample/templates/mailing/index.html
sample/templates/order/add.html
sample/templates/order/checkout.html
sample/templates/order/clear.html
sample/templates/order/confirm.html
sample/templates/order/index.html
sample/templates/order/submit.html
sample/templates/partnerships/index.html
sample/templates/product/index.html
sample/templates/specials/index.html
sample/templates/support/index.html