blob: 8552983d163ca98ec18d3d4dc072674bc9e611bd [file] [log] [blame]
<?php
$pageTitle = "Linux Tools - RPM integration";
$pageKeywords = "linux, eclipse, downloads";
$pageAuthor = "Alexander Kurtakov";
// Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="midcolumn">
<h1>$pageTitle</h1>
<h2>Overview</h2>
<p>
RPM integration consist of few different parts - editor for RPM .spec files, UI for createrepo command and ability to generate stubs for
RPM .spec files.
</p>
<p>
Specfile Editor is a full featured editor for RPM spec files. Specfiles are the files that tell the rpm program which are the sources for this package,
how to build, where to install, additional scripts to execute on install/uninstall and so on. This plugin provides all the basic features
for editing or modifing such specfile.
</p>
<p>
Information needed for creating RPM specfile is present in a number of different files that are part of the upstream sources. Good examples are Eclipse feature.xml files and Maven pom.xml files.
And this plugin does exactly that - creates a RPM specfile from the information in these files.
</p>
<h2>User guide</h2>
<p>
Please read our <a href="http://wiki.eclipse.org/Linux_Tools_Project/SpecfileEditor/User_Guide">User guide</a> for detailed instructions.
</p>
<h2>Demos</h2>
<p><a href="http://www.eclipse.org/downloads/download.php?file=/linuxtools/videos/specfile-demo.ogg">Specfile editor demo in ogg format</a>
</p>
<h2>Try it out</h2>
<p>
Follow the <a href="http://wiki.eclipse.org/Linux_Tools_Project/PluginInstallHelp">instructions</a> .
</p>
</div>
EOHTML;
// Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>