mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2026-02-01 15:45:46 +01:00
Small and trivial updates
This commit is contained in:
15
wings.php
15
wings.php
@@ -8,7 +8,10 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("header.php"); ?><?php include("dock.php"); ?>
|
||||
<?php
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
<table width="880" border="0" cellpadding="1" cellspacing="1">
|
||||
@@ -17,7 +20,7 @@
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1>WINGs Is Not GNUstep</h1>
|
||||
<h3>WINGs Is Not GNUstep</h3>
|
||||
|
||||
<p>While GNUstep is our ideal development framework, it's overkill for a window manager like Window Maker. We had a
|
||||
need for a quick, lightweight toolkit to handle basic window manager tasks, which is how WINGs was born, and why it has
|
||||
@@ -64,14 +67,18 @@
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
<h3> External sources of information</h3>
|
||||
|
||||
<p>As this section evolves, we will be providing more documentation on the internals of WINGs. For the time being,
|
||||
developers interested in WINGs should see Alexey Voinov's <a href=
|
||||
"http://voins.program.ru/windowmaker/wingsman.html">WINGsman documentation project</a>. Starters may find <a href=
|
||||
"http:///www.quantitativefinanceservices.com/OpenDir/WINGslib/WINGToc.html">this tutorial</a>, which includes a library
|
||||
listing based on Voinov's work, useful. We'll try to cover some examples and/or more tutorials on how to program small
|
||||
applications in WINGs in the near future. For anyone already using WINGs for a project, please <a class=
|
||||
"existingWikiWord" href="/lists">contact us</a>, as we'd like to get an idea of its popularity and practical uses, as
|
||||
applications in WINGs in the near future. For anyone already using WINGs for a project, please <a href="lists.php">contact us</a>,
|
||||
as we'd like to get an idea of its popularity and practical uses, as
|
||||
well as some additional material to place here.</p>
|
||||
|
||||
<br><br></br></br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user