Template:Project/doc2: Difference between revisions

From Xen
Jump to navigationJump to search
 
(7 intermediate revisions by 2 users not shown)
Line 4: Line 4:
* Date : date when inserted
* Date : date when inserted
* Contact : person who created project
* Contact : person who created project
* Difficulty : Level of difficulty of project
* Skills : Skills needed for project
* Desc : description of project
* Desc : description of project
* Outcomes : description of project outcomes
* Outcomes : description of project outcomes
* Ref : link to mailing list discussion
* GSoC : yes or no, if the project is suitable for Google Summer of Code


=== Meta Information ===
=== Meta Information ===
* Anchor : Anchor for project, e.g. <code><nowiki>|Anchor=my-unique-anchor</nowiki></code> can be referenced via <code><nowiki>[[#my-unique-anchor]]</nowiki></code>
* Anchor : Anchor for project, e.g. <code><nowiki>|Anchor=my-unique-anchor</nowiki></code> can be referenced via <code><nowiki>[[#my-unique-anchor]]</nowiki></code>
* Review : This is a section which can be used for review comments on the project. Please use the {{tl|Comment}} template to comment in this section
* Review : This is a section which can be used for review comments and votes on the project. Please use the {{tl|Comment}}, {{tl|Vote}} and {{tl|VoteNo}} templates to comment in this section
<pre>
<pre>
|Review
|Review
* {{Comments|~~~~:}} Comment 1
{{Comments|~~~~:}} Comment 1
* {{Comments|~~~~:}} Comment 2
{{Comments|~~~~:}} Comment 2
{{Vote|~~~~}} Comment 3
{{VoteNo|~~~~}} Comment 4
</pre>
</pre>


== Meta Information ==
== Meta Information ==
* Anchor : Anchor for project, e.g. <code><nowiki>|Anchor=my-unique-anchor</nowiki></code> can be referenced via <code><nowiki>[[#my-unique-anchor]]</nowiki></code>
* Anchor : Anchor for project, e.g. <code><nowiki>|Anchor=my-unique-anchor</nowiki></code> can be referenced via <code><nowiki>[[#my-unique-anchor]]</nowiki></code>

= Example =
= Example =
The following example
The following example

Latest revision as of 07:55, 12 July 2017

Parameters

Project Fields

  • Project : title of the project
  • Date : date when inserted
  • Contact : person who created project
  • Desc : description of project
  • Outcomes : description of project outcomes
  • Ref : link to mailing list discussion

Meta Information

  • Anchor : Anchor for project, e.g. |Anchor=my-unique-anchor can be referenced via [[#my-unique-anchor]]
  • Review : This is a section which can be used for review comments and votes on the project. Please use the {{Comment}}, {{Vote}} and {{VoteNo}} templates to comment in this section
|Review
{{Comments|~~~~:}} Comment 1
{{Comments|~~~~:}} Comment 2
{{Vote|~~~~}} Comment 3
{{VoteNo|~~~~}} Comment 4

Meta Information

  • Anchor : Anchor for project, e.g. |Anchor=my-unique-anchor can be referenced via [[#my-unique-anchor]]

Example

The following example

{{project
|Project=Upstreaming Xen PVSCSI drivers to mainline Linux kernel
|Date=01/08/2012
|Contact=Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|GSoC=No
|Desc=
PVSCSI drivers needs to be upstreamed yet. Necessary operations may include:
* Task 1: Upstream PVSCSI scsifront frontend driver (for domU).
* Task 2: Upstream PVSCSI scsiback backend driver (for dom0).
* Send to various related upstream mailinglists for review, comments.
* Fix any upcoming issues.
* Repeat until merged to upstream Linux kernel git tree.
* http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git;a=shortlog;h=refs/heads/devel/xen-scsi.v1.0
* More info: http://wiki.xen.org/xenwiki/XenPVSCSI
}}