Project template: Difference between revisions

From John's wiki
Jump to navigation Jump to search
m (→‎Done: Fixing link to my user page.)
(Various bug fixes and improvements to the doco, fixed types, made headings h1s, etc.)
Line 1: Line 1:
{project name} is the John's {project's purpose} software. That's the software that {does what the project does}. It's a fork of {whatever you've copied} with {whatever you've added}. For other projects see [[projects]].
{project name} is John's {project's purpose} software. That's the software that {does what the project does}. It's a fork of {whatever you've copied} with {whatever you've added}. For other projects see [[projects]].


== Project status ==
= Project status =


Under way. Not released yet, there's stuff [[Project template#TODO|TODO]].
Under way. Not released yet, there's stuff [[Project template#TODO|TODO]].


== Contributors ==
= Contributors =


People who have contributed to this project. Newest on top.
People who have contributed to this project. Newest on top.
Line 15: Line 15:
* {link to project's upstream contributors, or delete this section}
* {link to project's upstream contributors, or delete this section}


== Copyright ==
= Copyright =


Copyright 2012, [[Project template#Contributors|Contributors]]. Licensed under the {[[New BSD license|New BSD]], [[MIT license|MIT]], [[GPL]] or [https://svn.jj5.net/jjrepo/ link to license file]} license.
Copyright 2012, [[Project template#Contributors|Contributors]]. Licensed under the {[[New BSD license|New BSD]], [[MIT license|MIT]], [[GPL]] or [https://svn.jj5.net/jjrepo/ link to license file]} license.


== Source code ==
= Source code =


The repository can be browsed online:
The repository can be browsed online:


* https://svn.jj5.net/jjrepo/jj5-bin/
* https://svn.jj5.net/jjrepo/jj5-bin/trunk/


The latest stable released version of the code is available via Subversion from:
The latest stable released version of the code is available via Subversion from:
Line 33: Line 33:
* https://svn.jj5.net/svn/public/jjrepo/jj5-bin/trunk/
* https://svn.jj5.net/svn/public/jjrepo/jj5-bin/trunk/


== Links ==
= Links =


* [https://www.jj5.net/ add links here], put them in sections if that's appropriate
* [https://www.jj5.net/ add links here], put them in sections if that's appropriate


== Functional specification ==
= Functional specification =


Describe what the project does.
Describe what the project does.


== Technical specification ==
= Technical specification =


Describe how the project works.
Describe how the project works.
= Tasks =


== TODO ==
== TODO ==
Line 59: Line 61:
* [[User:Sixsigma|JE]] {date}: created project page
* [[User:Sixsigma|JE]] {date}: created project page


== Notes for implementers ==
= Notes for implementers =


If you are interested in incorporating this software into your project, here's what you need to know:
If you are interested in incorporating this software into your project, here's what you need to know:

Revision as of 06:21, 28 February 2012

{project name} is John's {project's purpose} software. That's the software that {does what the project does}. It's a fork of {whatever you've copied} with {whatever you've added}. For other projects see projects.

Project status

Under way. Not released yet, there's stuff TODO.

Contributors

People who have contributed to this project. Newest on top.

Upstream contributors:

  • {link to project's upstream contributors, or delete this section}

Copyright

Copyright 2012, Contributors. Licensed under the {New BSD, MIT, GPL or link to license file} license.

Source code

The repository can be browsed online:

The latest stable released version of the code is available via Subversion from:

Or if you want the latest version for development purposes:

Links

Functional specification

Describe what the project does.

Technical specification

Describe how the project works.

Tasks

TODO

Things to do, in rough order of priority:

  • Create the project in svn

Done

Stuff that's done. Latest stuff on top.

  • JE {date}: created project page

Notes for implementers

If you are interested in incorporating this software into your project, here's what you need to know: