summaryrefslogtreecommitdiff
path: root/www-apps/webmcp/metadata.xml
blob: 2b5f5d7438376e5eb5a862db8a2efe956cd5926f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>tupone@gentoo.org</email>
    <name>Alfredo Tupone</name>
  </maintainer>
  <longdescription lang="en">
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.
</longdescription>
  <origin>srcux</origin>
</pkgmetadata>