<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/4684235500622716427?origin\x3dhttp://blog.caiwangqin.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Caiwangqin's blog

Focus on Life, Cloud Service, Smart Hardware, Architecture, Technic and beyond…

Substruct - The first and only Ruby on Rails open source e-commerce project.

2006年11月29日星期三

道喜技术日记看到Substruct的介绍, 第一个Ruby on Rails开源电子商务项目。通过live deom可以看到该项目几乎可以媲美phpShopEx, 在运输结算方面Substruct采用的是FedEx。 支付则是使用Visa, MasterCard, and American Express,这一点ShopEx使用PayPal更符合中国人。


不过中国人目前好像不能享受到这个开源项目,因为Substruct提供的SVN被GWF了,虽然带Tor能上,但还是不能通过SVN获取源码。我是在Pratik的帮助下才得到Open Source的,现在我把它上传,需要的朋友可以从这里下载体验。


标签:

posted by Caiwangqin, 01:49

0 Comments:

发表评论

订阅 博文评论 [Atom]

<< 主页