Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson-ci/eclipse migration/web"

m
Line 17: Line 17:
 
To use the template simply include the following Wiki markup as the first thing on a new page:  
 
To use the template simply include the following Wiki markup as the first thing on a new page:  
  
<nowiki>{{Hudson|pageTitle=Your Page Title}}</nowiki>  
+
{{codeblock|<nowiki>{{Hudson|pageTitle=Your Page Title}}</nowiki>}}
  
 
==== Hudson Book Link Template ====
 
==== Hudson Book Link Template ====
Line 26: Line 26:
 
{{codeblock|<nowiki>{{HudsonBookLink|3.3|Installing on Debian}}</nowiki>}}
 
{{codeblock|<nowiki>{{HudsonBookLink|3.3|Installing on Debian}}</nowiki>}}
  
The first argument '''3.3''' is the section number and the second is an optional value for the text of the Hyperlink. If you omit the second argument then a default value of ''The Hudson Book Section n.nn'' is generated for you.
+
The first argument (''3.3'') is the section number and the second (''Installing on Debian'') is an optional value for the text of the Hyperlink. If you omit the second argument then a default value of '''The Hudson Book Section n.nn''' is generated for you.
  
  
 
=== Wiki Organization  ===
 
=== Wiki Organization  ===
  
Because there are many projects sharing the Eclipse wiki all new Hudson related pages should live within the {{Template:path|Hudson-ci/}} namespace. For example, the name of this page is {{Template:path|hudson-ci/eclipse_migration/web}}. Eclipse migration topics should specifically be located in this ''eclipse_migration'' path  
+
Because there are many projects sharing the Eclipse wiki all new Hudson related pages should live within the {{path|Hudson-ci/}} namespace. For example, the name of this page is {{path|hudson-ci/eclipse_migration/web}}. Eclipse migration topics should specifically be located in this ''eclipse_migration'' path  
  
<br>
 
 
<br>
 
  
 
== Hudson Web Site Pages ==
 
== Hudson Web Site Pages ==
Line 67: Line 64:
 
|  
 
|  
 
|}
 
|}
 
&nbsp;
 

Revision as of 06:07, 19 August 2011

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Web Site Migration











Introduction

There is currently a lot of information tied up in the Hudson wiki, and to a lesser extent the WebSite. This information has to be migrated to the Eclipse homepage and to the Eclipse wiki. This page covers the required tasks and standards for managing this process


Hudson Wiki

Templates

There are many predefined templates available in eclipsepedia for providing standardized formatting for bug references, notes, paths and the like. When editing pages do refer to this list for these helper functions. In addition to these standard templates there are also some templates specific to the Hudson Project

Hudson Page Template

To provide a consistent look and feel for the Wiki we have created a template for all Hudson pages to use. This template can be seen in action at the top of this page, and it provides the logo, the page title and the project info box. Any Hudson related page that you create should include this template.

To use the template simply include the following Wiki markup as the first thing on a new page:

{{Hudson|pageTitle=Your Page Title}}

Hudson Book Link Template

The Hudson book will provide a substantial part of the documentation set for simplicity there is a template that will generate the correct URL for a reference given an n.nn section identifier.

To use the template simply include the following Wiki markup inline where you want the book reference to be.

{{HudsonBookLink|3.3|Installing on Debian}}

The first argument (3.3) is the section number and the second (Installing on Debian) is an optional value for the text of the Hyperlink. If you omit the second argument then a default value of The Hudson Book Section n.nn is generated for you.


Wiki Organization

Because there are many projects sharing the Eclipse wiki all new Hudson related pages should live within the Hudson-ci/ namespace. For example, the name of this page is hudson-ci/eclipse_migration/web. Eclipse migration topics should specifically be located in this eclipse_migration path


Hudson Web Site Pages

Unlike the Wiki which can be editied online by anyone with a Eclipse bugzilla account.  The core Hudson website pages can only be edited by an Eclipse committer.  The pages are stored in CVS and the nature of the protocols being used means that the pages can only be checked in from Eclipse iself (not a command line or O/S tool such as Tortoise). 

The aim is to keep these web pages at a minimum and certainly keep all of the document content in the wiki.

Assets

The following assets are required for the website and wiki


Asset Status Ref
Eclipse Version of the Hudson Logo pending
Greyed out Eclipse Version of the Hudson Logo pending
Headshot only version of Logo pending

Back to the top