Re: [Cppcms-users] Utilities
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-11-12 12:28:50
|
This kind of stuff goes to contrib section in the CppCMS projects source code In the trunk you can already find a code for recaptcha: http://svn.code.sf.net/p/cppcms/code/framework/trunk/contrib/server_side/recaptcha/ Also sending an e-mail can be easily done using libcurl. In any case, if you have stuff like this, feel free to share it under permissive license (MIT/Boost) and all good stuff will go to contrib section. :-) Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Shiv Shankar Dayal <shi...@gm...> >To: cpp...@li... >Sent: Monday, November 12, 2012 2:02 PM >Subject: [Cppcms-users] Utilities > > >Hi, > >I think it would be a good idea to include utilities like email may be mimetic can be used, google like sites auth perhaps using opekele for OpenID. Captcha support should also be considered. > >This is because so that not everyone has to reinvent the wheel and focus on core logic. > >-- >Best regards, >Shiv Shankar Dayal > >------------------------------------------------------------------------------ >Everyone hates slow websites. So do we. >Make your web apps faster with AppDynamics >Download AppDynamics Lite for free today: >http://p.sf.net/sfu/appdyn_d2d_nov >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |