mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-04-29 23:37:19 +02:00
Major plugin refactor and cleanup.
Switched to POCO library for unified platform/library interface. Deprecated the external module API. It was creating more problems than solving. Removed most built-in libraries in favor of system libraries for easier maintenance. Cleaned and secured code with help from static analyzers.
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>${PocoDoc.software} - Reference Library</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||
<meta name="author" content="Applied Informatics Software Engineering GmbH and Contributors"/>
|
||||
<meta name="generator" content="PocoDoc"/>
|
||||
<link rel="stylesheet" href="css/styles.css" type="text/css"/>
|
||||
<script type="text/javascript" src="js/iframeResizer.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1 class="category">POCO C++ Libraries</h1>
|
||||
<h1 class="title">Reference Library</h1>
|
||||
</div>
|
||||
<div class="body">
|
||||
<div id="navigation">
|
||||
<iframe src="navigation.html" onload="iFrameResize(this);" scrolling="no"></iframe>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>User Guides And Tutorials</h2>
|
||||
${PocoDoc.pageIndex}
|
||||
|
||||
<h2>API Reference by Namespace</h2>
|
||||
${PocoDoc.nameSpaceIndex}
|
||||
|
||||
<p class="footer">${PocoDoc.software} ${PocoDoc.version}<br />
|
||||
Copyright © ${PocoDoc.year}, <a href="${PocoDoc.companyURI}" target="_top">${PocoDoc.company}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user