Open Source Platform for Subscription-based Web service? [closed] - web-services

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Looking for a LAMP-based platform for subscription-based Web service that I can easily hack to fit my needs, which one would you recommend based on the following criteria:
Documentation
Install base
Support community
Scalability
Availability of plugins/add-ons
Correctness of Design (i.e. no need
to hack core files to add a plugin)
Feel free to add other criteria.

Wikipedia has a great comparison table of web service frameworks. This could be a good starting point: http://en.wikipedia.org/wiki/List_of_web_service_frameworks

Your best bet may be to go with a CMS and use a subscription plugin.
Joomla: http://extensions.joomla.org/extensions/e-commerce/membership-a-subscriptions
Wordpress: https://premium.wpmudev.org/project/membership/

Related

Is it possible to add VBA programming environment to my C++ application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have an application that is written in C++ and would like to offer the user the possibility to have a VBA-programming interface (not dissimilar from the one in Excel). Is there the possibility to do that? Does a set of libraries exists for this? Is it very difficult to do?
Yes it is possible, but do regard it as being extremely difficult. As a starter for ten, your application will need a comprehensive Component Object Model interface. At that point, you would be able to use VBScript, so it might be wise to stop there.
For fully-fledged embedded VBA, you'll need to negotiate a licence with Microsoft.
Some applications (e.g. Reuters Kobra) licence the VBA interface in a similar way.

Web services which offer free data in JSONP format [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
For example, Google provides dictionary definitions for English words in JSONP format from the following URL:
http://www.google.com/dictionary/json?callback=a&sl=en&tl=en&restrict=pr,de&client=te&q=internet
Do you know other JSONP sources of interesting free information on the Internet, which could be useful to create mash-up webs?
Thanks!
Check out Programmableweb's API directory
https://www.programmableweb.com/apis/directory
I believe they are trying to be the Git Hub of APIs. They have over 13,000 APIs in their registry.
Should be very easy to find sources to mash up. =)

Open Source alternative to lablife [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for an Open Source alternative to SAAS provided by lablife.org website. Main purpose of the service is to automate daily tasks for life science laboratory.
This service was free and nice to use, but when the original company developing this service
was bought by BioData they kind of decided to kill and replace it with a new service called labguru. Apparently, a new service has a lot of functionality missing or just bad.
That's why I am on a search for an alternative solution. So if you are familiar with what this software does - and if there are any known alternatives, I would be very grateful for any of your tips.
Check out Quartzy.com. I'm one of the founders. Feel free to reach out with any questions.

Workflow engine for C/C++ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a plain C/C++ workflow engine with support of BPML/BPEL. It should be native code without references to Java or .NET. It may or may not be open source.
In the past I've developed a BPMS framework based on C++ Workflow Engine.
At the moment I've extracted Workflow Engine from the framework and my roadmap is to implement xpdl standard and cross platform (now is only Windows).
You can find code here and download a Business Process modeler based on Visio.
Let me know your impressions.
There is one base on Microsoft WF it called Criteria but its low level.

What is the best Wiki solution for Django? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am not aware of a really good Django-App which provides Wiki functionality.
There is http://code.google.com/p/django-wikiapp/ , but it is not that extensive and no activity anymore.
Any pointers of how to integrate an already proven (and known) Wiki to Django?
Checkout https://github.com/django-wiki/django-wiki. I've installed it and so far it looks very promising.
One of these many packages may suit your needs: Djangopackages.com wiki grid
www.djangopackages.com is a great resource for looking for apps.