[=#topofpage] {{{ #!comment ---- This template is meant to provide a structure for new project pages. Feedback is welcome. '''Howto:''' Start editing below the next line. Keep section headings but delete all text notes as you go along filling in the actual information. Finally, delete this bit here. '''Notes.''' This template contains many notes like this paragraph. These are meant to be deleted. I made it this way instead of using Trac comments for simplicity. This structure is not binding: you should leave out sections that do not apply, and add new sections if you think there is a clear reason to do so. Some formatting is also optional; e.g. this template has a line (horizontal rule) above each heading to keep them visually more distinct. You may choose to keep the lines, use empty space instead, or leave them out; all conventions are already in use in the Trac wiki. '''The actual wiki page begins below:''' ---- }}} ''Responsible for this page: [wiki:youraccount Your Name].''\\ ''Last content check: dd-mm-yyyy'' {{{ #!html

Purpose

}}} The purpose of this page is to collect relevant information about Your Project. = Project: Your Project = There should be a '''summary''', roughly one or two paragraphs, of what this project does and how it relates to other projects. {{{ #!comment ---- == Subpages == If there are subpages to this page, uncomment this section and add links these pages. }}} ---- {{{ #!comment This section can be skipped for short pages. }}} {{{ #!html

Contents

}}} [[PageOutline(1-2, , inline)]] ---- == People == Name maintainer and other people involved (if possible, also name the best backup, i.e. the person most able to replace maintainer). ---- == Getting code == * You can browse the code [source:yourproject here] * Check out from: {{{https://trac.clarin.eu/yourproject}}} ---- == Usage == A short description of how the application/tool/service can be used and/or how to get started setting it up as a non-developer. It's useful to add a link to a live instance of the project, if available. If extended (end-user) documentation is available, place a link here. ---- == System Requirements == ---- == Dependencies == What does this project depend on? Which other projects use (part of) this project? ---- == Building and Deploying == ---- == Interfaces == ---- == Design == Internal design of the project; class diagrams etc. ---- == Tickets == Usually it's good enough to copy and paste this: {{{ List of all '''open''' tickets for this component: [[TicketQuery(status=accepted|assigned|new|reopened,component=YourProject,order=priority,format=table,col=summary|priority|owner|reporter)]] }}} ---- == Status, Planning and Roadmap == Status: is the project active, on hold, mature but supported, due to be deprecated, etc. Planning and roadmap: if there are other places with planning documents, don't forget to link to them. ---- == Resources == Link to (external) documents, e.g. documentation, papers, requirement analyses, relevant to this project in this section. ---- == History == Who has worked on this project, and roughly what did they do? Mention significant developments even if the relevant code/functionality has later been removed. Include yourself, of course.