[Pyple-commits] SF.net SVN: pyple: [4] www/index.html
Status: Pre-Alpha
Brought to you by:
anseljh
From: <an...@us...> - 2006-04-13 00:44:58
|
Revision: 4 Author: anseljh Date: 2006-04-12 17:44:48 -0700 (Wed, 12 Apr 2006) ViewCVS: http://svn.sourceforge.net/pyple/?rev=4&view=rev Log Message: ----------- adding index.html Added Paths: ----------- www/index.html Added: www/index.html =================================================================== --- www/index.html (rev 0) +++ www/index.html 2006-04-13 00:44:48 UTC (rev 4) @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>PyPLE</title> +</head> +<body> + <h1>PyPLE</h1> + <p>PyPLE (pronounced "pipple") is the Python Persistent Logic Engine -- a framework for composing, evaluating, and storing logical expressions.</p> + + <h2>Links</h2> + <ul> + <li><a href="http://sourceforge.net/projects/pyple">SourceForge project page</a></li> + <li><a href="http://svn.sourceforge.net/viewcvs.cgi/pyple/">Browse Subversion code repository</a></li> + <li><a href="http://cia.navi.cx/stats/project/pyple">Stats on CIA</a></li> + <li><a href="http://python.org/pypi/PyPLE/">Info in Python Cheese Shop</a></li> + </ul> + + <a href="http://sourceforge.net/donate/index.php?group_id=164858"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /></a> +</body> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |