public
Description: open-source e-commerce built on merb
Clone URL: git://github.com/myabc/merb_mart.git
Search Repo:
Click here to lend your support to: merb_mart and make a donation at www.pledgie.com !
Moved README to README.markdown
myabc (author)
Fri Apr 04 08:22:00 -0700 2008
commit  047cb7f6be0bbd38245194ab54bd0cac337c85f8
tree    f9503713b3803d39cabfaf18bdd6d14859ea5187
parent  535d5207dc11fce4dec3229514ff252f539507bc
0
...
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
...
1
2
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
5
6
0
@@ -1,69 +1,4 @@
0
 = merb_mart
0
+== Open-source e-commerce built on the Merb MVC Framework
0
 
0
-merb_mart is an open-source e-commerce engine, developed on top of the recent
0
-Ruby-language Merb MVC framework. Although merb_mart is designed for e-commerce
0
-sites of all sizes, the speed and scalability of the Merb framework make it
0
-suitable for even large online stores.
0
-
0
-In addition to Merb framework, merb_mart is also built around the following
0
-open-source projects:
0
- * DataMapper (0.9 branch), for persistence / object relation mapping (ORM).
0
- * RSpec, for behavior driven development (BDD).
0
- * ActiveMerchant, for Credit Card, payment and shipping processing.
0
- as well as attachmerb_fu, merb_paginate,
0
-
0
-See INSTALL or the project wiki for a full list of dependencies.
0
-
0
-merb_mart is a loose port of the Substruct e-commerce application for Ruby-on-
0
-Rails. The initial 0.1 release of merb_mart will be a feature-equivalent port
0
-of Substruct 0.97. merb_mart borrows many ideas, its database entity design and
0
-some lines of code from Substruct, and is grateful to its developers for
0
-developing such a great tool:
0
- http://code.google.com/p/substruct/
0
- http://substruct.subimage.com/
0
-
0
-** WARNING ** : merb_mart is in very early development stages. At this stage,
0
-the application should be considered only for consumption by advanced Ruby and
0
-Merb developers. If you're looking for something for production consumption,
0
-or not yet ready to jump from Ruby on Rails, then we would strongly advise
0
-going with Substruct.
0
-
0
-** REQUEST ** : Your development support is very much appreciated. Please
0
-contact us below if you're interested in lending a hand with the development of
0
-this project.
0
-
0
-== License
0
-
0
-merb_mart is released under the Artistic License, and under GPLv2 (TODO: verify
0
-that Substruct developers have definitely dual-licensed the code). Copyright
0
-information, as well as a copy of the Artistic License may be found in the
0
-LICENSE file.
0
-
0
-== Installation and Setup
0
-
0
-Please seem the INSTALL file for details on getting up and running with
0
-merb_mart
0
-
0
-== Support
0
-
0
-** WARNING REPEATED ** : merb_mart at a very early stage of development. You
0
-should not use this code unless you're reasonably secure with both Ruby and
0
-Merb. That said, please do get involved - and if you're happy to contribute
0
-back with bug reports and patches, then we'll be happy to help you get the
0
-application up and running.
0
-
0
-Your best source for support currently is either the wiki, IRC or the mailing
0
-list:
0
-
0
- merb_mart Wiki (this is its temporary residence):
0
- http://github.com/myabc/merb_mart/wikis
0
-
0
- merb_mart mailing list:
0
- http://groups.google.com/group/merb_mart
0
-
0
- merb_mart homepage:
0
- http:// -- coming soon -- /
0
-
0
- Contact the developers directly:
0
- - alex@alexcolesportfolio.com | myabc on #datamapper, #merb IRC
0
-
0
\ No newline at end of file
0
+Please see README.markdown.
0
\ No newline at end of file

Comments

    No one has commented yet.