Initial commit

This commit is contained in:
Eagle517
2026-01-14 10:27:57 -06:00
commit c1576fee30
11290 changed files with 1552799 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Debugging options for the org.eclipse.ui intro.
# Master flag for all org.eclipse.ui.intro plugin debug options.
org.eclipse.ui.intro/debug = true
# Enable the tracing in the plugin. By default, information messages in
# the plugin are not logged. Setting this option to true will enable logging
# trace information messages.
org.eclipse.ui.intro/trace/logInfo = true
# Enable printing the generated HTML to the console. By default, the HTML
# is not printed. By setting this option to true, the HTML for each
# dynamic page will be printed to the console when the page is loaded in the browser.
org.eclipse.ui.intro/trace/printHTML = false

View File

@@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>About</title>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head>
<body lang="EN-US">
<h2>About This Content</h2>
<p>20th June, 2002</p>
<h3>License</h3>
<p>Eclipse.org makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
Common Public License Version 1.0 (&quot;CPL&quot;). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
<h3>Contributions</h3>
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
the CPL.</p>
</body>
</html>

View File

@@ -0,0 +1,155 @@
###############################################################################
# Copyright (c) 2003, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
! Alternative style file for SWT presentation
! General properties that can only be specified in a shared style
! file because they apply to the whole presentation.
! Background color of all presentation
! ------------------------------------
bg = #rrggbb hex
! Color for presentation title
! -----------------------------
title.fg = #rrggbb hex
! Backgournd Image for presentation title
! ----------------------------------------
title.image = <file name>
title.image.repeat = true/false
! Flag to display the Home Page using custom layout. Default is true.
! ----------------------------------------
home-page-custom-layout = true/false
! Home Page settings
! ------------------
! The home page layout supports all customization that is supported by a Page,
! except what is specified under Subtitle, Description and Fonts.
! In addition, the following customizations applies only to home page:
! Color for home page link description (default is UI forms TITLE color, which is
! a system color)
! -------------------------------------
<homePageId>.hover-text.fg = #rrggbb hex
! Default icons for links in the navigation bar which is added to each page
! -------------------------------------------------------------------------
<homePageId>.small-link-icon = <relative file name>
<homePageId>.small-hover-icon = <relative file name>
! Icon for a given link in the Home Page, and its corresponding link in
! the navigation bar
! ----------------------------------------------------------------------
<homePageId>.<linkId>.link-icon = <relative file name>
<homePageId>.<linkId>.hover-icon = <relative file name>
<homePageId>.<linkId>.small-link-icon = <relative file name>
<homePageId>.<linkId>.small-hover-icon = <relative file name>
! Page settings
! -------------
! Note: in any of the page settings, if the <pageId> is ommitted and the
! property starts with a ".", then this property applies to this whole page,
! and to any page that inherits the properties of this page. So in effect,
! this property becomes like a shared property.
! Flag to display link description in a given page. Default is true.
<pageId>.show-link-description = true/false
.show-link-description = true/false
! Flag to display Root page navigation links in a given page. Default is true.
<pageId>.show-home-page-navigation = true/false
.show-home-page-navigation = true/false
! Layout:
! -------
! Number of columns in this page or group.
<pageId>.layout.ncolumns = <integer>
<pageId>.<path_to_group>.layout.ncolumns = <integer>
! vertical/horizantal spacing of all objects in a given page or group.
<pageId>.<path_to_group>.layout.vspacing = <integer>
<pageId>.<path_to_group>.layout.hspacing = <integer>
! Number of columns/rows an element spans in its group or page.
<pageId>.<path_to_element>.layout.colspan = <integer>
<pageId>.<path_to_element>.layout.rowspan = <integer>
! Icons:
! ------
! default icon/hover icon used for all links in the page.
<pageId>.link-icon = <relative file name>
<pageId>.hover-icon = <relative file name>
! icon/hover icon for specific link/Image link.
<pageId>.<path_to_link>.link-icon = <relative file name>
<pageId>.<path_to_link>.hover-icon = <relative file name>
! Sub Title:
! ----------
! The path of the child Text element that will be used as subtitle of this page.
! (Can only be a child Text element)
<pageId>.subtitle-id = <path to subtitle child>
! The style id of the direct child Text element that will be used as subtitle of any page.
! It would be used if a specific id has not been specified at the page.
! (Can only be a child Text element)
subtitle-style-id = <style id of child subtitle Text element>
! Description:
! ------------
! The path of the child Text element that will be used as description of this page.
! (Can only be a child Text element)
<pageId>.description-id = <path to child description Text element>
! The path of the child Text element that will be used as description of this group.
! (Can only be a child Text element)
<pageId>.<path_to_group>.description-id = <path to child description Text element>
! The style id of the direct child Text element that will be used as description of any
! page or any group. It would be used if a specific id has not been specified at the page
! or group level. (Can only be a child Text element)
description-style-id = <style id of child description Text element>
! Page elements Font:
! -------------------
! Set the color for a specific Text or Group label. If applied to a group the label of
! the group gets the color and not the description text. To color description text,
! set its color explicitly.
! note: it is not recommended to set the color of a link because it changes the
! theme of the link colors.
<pageId>.<path_to_element>.font.fg = #rrggbb hex
! make a Text element bold. Note that if the Text string itself has any formatting
! tags like <b> and <li> then this bold property is ignored.
<pageId>.<path_to_text>.font.bold = true/false
! The style id that will make any Text element bold. It would be used if that Text element
! does not have a bold property explicitly set.
bold-style-id = <style id of child subtitle Text element>

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

View File

@@ -0,0 +1,25 @@
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# ==============================================
# Intro plugin.xml properties file
# ==============================================
plugin_name = Intro Plugin
provider_name = Eclipse.org
config = Intro Part Configuration
configExtension = Intro Part Configuration Extension

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.ui.intro"
name="%plugin_name"
version="3.0.1"
provider-name="%provider_name"
class="org.eclipse.ui.internal.intro.impl.IntroPlugin">
<runtime>
<library name="intro.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.help"/>
<import plugin="org.eclipse.ui.forms"/>
</requires>
<!-- ========== Extension Points ================= -->
<!-- =============================================================================== -->
<!-- Extension point: org.eclipse.ui.intro.config -->
<!-- Extension-point for contributing a configuration to a Customizable Intro Part. -->
<!-- -->
<!-- =============================================================================== -->
<extension-point id="config" name="%config" schema="schema/config.exsd"/>
<!-- ================================================================================= -->
<!-- Extension point: org.eclipse.ui.intro.configExtension -->
<!-- Extension-point for contributing an extension to an existing intro configuration -->
<!-- -->
<!-- ================================================================================= -->
<extension-point id="configExtension" name="%configExtension" schema="schema/configExtension.exsd"/>
<extension
point="org.eclipse.ui.intro.configExtension">
<standbyContentPart
pluginId="org.eclipse.ui.intro"
class="org.eclipse.ui.internal.intro.impl.parts.EmptyStandbyContentPart"
id="org.eclipse.ui.intro.config.emptyStandby">
</standbyContentPart>
</extension>
</plugin>