Use home.php instead of main.php in the initial page

This commit is contained in:
Carlos R. Mafra
2012-02-05 18:49:44 +00:00
parent 6c2b321f53
commit ebfb055533
3 changed files with 5 additions and 18 deletions

View File

@@ -8,7 +8,10 @@
</head> </head>
<body> <body>
<?php include("header.php"); ?><?php include("dock.php"); ?> <?php
include("header.php");
include("dock.php");
?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">

View File

@@ -14,7 +14,7 @@
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
include("main.php"); include("home.php");
?> ?>
</body> </body>
</html> </html>

View File

@@ -1,16 +0,0 @@
<div id="inhalt">
<br>
<br>
<p><strong>Window Maker</strong> is an X11 window manager originally designed to provide integration support for the
<a href="http://gnustep.org">GNUstep</a> Desktop Environment. In every way possible, it reproduces the elegant look and
feel of the NEXTSTEP user interface. It is fast, feature rich, easy to configure, and easy to use. It is also free
software, with contributions being made by programmers from around the world.</p>
<p>Window Maker includes compatibility options which allow it to work with other popular desktop environments, namely
GNOME and KDE, and comes with a powerful GUI configuration editor, called WPrefs, which removes the need to edit
text-based config files by hand. It also supports running <a href="http://dockapps.windowmaker.org">dockapps</a> which
help on tasks such as monitoring system performance and battery usage, mounting devices or connecting to the internet
etc. Please see the features section for more specifics on what Window Maker can do, and how it compares with other
popular window managers.</p>
</div>