/usr/share/doc/qsapecng/html/index.html is in qsapecng-doc 2.0.0-8build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>QSapecNG: QSapecNG - Qt-based Symbolic Analysis Program for Electric Circuits (New Generation)</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">QSapecNG
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">QSapecNG - Qt-based Symbolic Analysis Program for Electric Circuits (New Generation) </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><div class="image">
<img src="qsapecng-splash.png" alt="qsapecng-splash.png"/>
</div>
<h1><a class="anchor" id="intro_sec"></a>
Introduction</h1>
<p>QSapecNG is a Qt-based program for symbolic analysis of linear analog circuits. <br />
In fact, it consists of two indipendent parts: the SapecNG framework engine and the application gui QSapecNG. <br />
It is an open source, multi-platform project, continuously enhanced by students and researchers of Department of Electronics and Telecommunications of the University of Florence. <br />
It comes as continuation of SapWin for Windows, in order to give to the project a full compatibility on other platforms. <br />
Through SapecNG/QSapecNG users can draw, solve and analyze analog circuits as well as manage them. Since version 2.0.0beta1 there is also the full support for sub-circuits that can be created, saved, reopened and added as part of other circuits.<br />
<br />
SapecNG/QSapecNG is freely available on SourceForge.net (<a href="https://sourceforge.net/projects/qsapecng/">https://sourceforge.net/projects/qsapecng/</a>). <br />
A previous version of SapecNG is available too, on SourceForge.net (<a href="https://sourceforge.net/projects/sapec-ng/">https://sourceforge.net/projects/sapec-ng/</a>). <br />
Pre-compiled packages will be also available from projects related pages.</p>
<h2><a class="anchor" id="portability_subsec"></a>
QSapecNG means portability</h2>
<p>SapecNG and QSapecNG are based on the portable framework Boost C++ (<a href="http://www.boost.org/">http://www.boost.org/</a>) and on the Qt toolkit by Nokia (<a href="http://qt.nokia.com/">http://qt.nokia.com/</a>). <br />
Qwt - Qt Widgets for Technical Applications (<a href="http://qwt.sourceforge.net/">http://qwt.sourceforge.net/</a>) and Qt Property Browser shipped with the toolkit from Qt Solutions have been used too. <br />
Moreover code is platform indipendent and it's based on the build system CMake (<a href="http://www.cmake.org/">http://www.cmake.org/</a>), which is a cross-platform, open-source set of tools. <br />
Hence users can compile, use and join the software, and cooperate to the development of SapecNG/QSapecNG, regardless of the operating system in use.</p>
<h2><a class="anchor" id="open-source_subsec"></a>
QSapecNG means open-source</h2>
<p>SapecNG and QSapecNG are developed using open-source frameworks and toolkits. The code is freely available and any help or suggestion is appreciated. <br />
Since the result of a degree thesis depicts not only a destination but a starting point, developers' aim is to carry out the project as long as possible. <br />
SapecNG/QSapecNG can be thought as a young project that looks to the future, like a new generation family of multi-purpose symbolic analysis program.</p>
<h2><a class="anchor" id="easytouse_subsec"></a>
QSapecNG means easy to use</h2>
<p>SapecNG and QSapecNG are designed to be easy to use. But easy who for? <br />
SapecNG framework engine aims to offer a wide range set of services to the developers, so everyone can develop a fully personalized interface. <br />
Fully personalized interface means low-level interaction program as well as graphical user interface based on different toolkits (i.e. GTK+ on <a href="http://www.gtk.org/">http://www.gtk.org/</a>). <br />
QSapecNG is the high level part of the application and attempts to make easy the design and the resolution of electric circuits, as well as their analysis. <br />
Despite to the complexity of the underlying framework, the GUI leads both new and experienced users through a carefully and user-friendly designed interface.</p>
<h1><a class="anchor" id="contact_sec"></a>
Contact us</h1>
<p>Project coordinators are Prof. S. Manetti (who developed last version of SapWin) and Prof. A. Luchetta (<a href="#" onclick="location.href='mai'+'lto:'+'luc'+'he'+'tta'+'@u'+'nif'+'i.'+'it'; return false;">luche<span style="display: none;">.nosp@m.</span>tta@<span style="display: none;">.nosp@m.</span>unifi<span style="display: none;">.nosp@m.</span>.it</a>). <br />
Chef developer of SapecNG and QSapecNG is M. Caini (<a href="#" onclick="location.href='mai'+'lto:'+'mic'+'he'+'le.'+'ca'+'ini'+'@g'+'mai'+'l.'+'com'; return false;">miche<span style="display: none;">.nosp@m.</span>le.c<span style="display: none;">.nosp@m.</span>aini@<span style="display: none;">.nosp@m.</span>gmai<span style="display: none;">.nosp@m.</span>l.com</a>). <br />
Debian packager and maintainer S. Rossetto (<a href="#" onclick="location.href='mai'+'lto:'+'sim'+'ro'+'s85'+'@g'+'mai'+'l.'+'com'; return false;">simro<span style="display: none;">.nosp@m.</span>s85@<span style="display: none;">.nosp@m.</span>gmail<span style="display: none;">.nosp@m.</span>.com</a>). <br />
<br />
Please feel free to contact us for informations about the projects, or if you wish to work with us.</p>
<h1><a class="anchor" id="note_sec"></a>
Note</h1>
<p>Documentation is not complete, that's a work in progress. Please be patient. :-)</p>
<p>
<center><a href="http://sourceforge.net/donate/index.php?group_id=369990">Support This Project</a></center>
</p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|