dev-qt/qttest: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / www-apps / webmcp / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <maintainer type="person">
5 <email>tupone@gentoo.org</email>
6 <name>Alfredo Tupone</name>
7 </maintainer>
8 <longdescription lang="en">
9 WebMCP is web application framework written in Lua and C. Instead of using the classical Model-View-Controller (MVC) concept, WebMCP makes use of a so-called Model-View-Action concept. The database is accessed through the Model layer, which provides an Object-Relational Mapping (ORM). HTTP-GET requests are handled by Views, which process the request data, query the database, and render the result. HTTP-POST requests are handled by Actions, which can write to the database and redirect to a View, dependent on success or failure.
10 </longdescription>
11 </pkgmetadata>