指导我使用 Pylons 构建广告服务器
为每个网站建立广告基础设施有些糟糕,特别是当网站是新的且流量不多时。人们会好奇在流量低的网站上做广告。
我需要广告服务器(如 AdSense):
- 用户可以注册,可以创建广告 (广告商),并且可以嵌入可定制的广告代码 他们的网站
- 有文字和图片广告,
- 所有付款都通过贝宝
我找到了一些使用 Pylons 的例子,但它相当过时了。如果有人能指导我做什么以及构建它需要什么,那就太好了。欢迎任何推荐。
Building advertising infrastructure for each website is somewhat bad, especially when the website is new and not much traffic. People will curious to advertise to website with low traffic.
I need ad server (like AdSense) which:
- user can register, can create an ad
(advertiser), and can embed customizable ad codes in
their website - have text and image ads
- all payment through paypal
I've found some example using Pylons but it rather outdated. It will be great if someone can guide me what to do and what I need to build it. Any recommendation are welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在寻找良好的文档化 pylons 框架,您应该查看 PylonsProject 又名 金字塔。在这里您可以找到所有最新文档。所以我认为这是一个好的开始。
但如果您正在寻找一个安装、登录并开始工作的网站,这不是您想要的。使用 pylons/pyramid 你必须编写自己的代码。
另外,如果您更明确地需要指导,我会更有帮助。
if you are looking for good documented pylons framework you should look at PylonsProject aka Pyramid. Here you will find EVERYTHING up-2-date documentation. So i think this is a good start.
But if you are looking for a website that you install, login and start working this is not what you want. with pylons/pyramid you will have to write your own code.
Also if you are more explicit where you need guidance i will be more helpful.