Project template: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(Renaming 'Project status' as just 'Status' to see if I like that better. :P)
(→‎Resources: Adding 'Downloads' section.)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{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 name} is [[User:Sixsigma|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]].


= Status =
= Status =


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


= Administration =
= Administration =
Line 19: Line 19:
== Copyright ==
== Copyright ==


Copyright 2012, [[Project template#Contributors|Contributors]].
Copyright 2012, [[#Contributors|Contributors]].


== License ==
== License ==
Line 26: Line 26:


= Resources =
= Resources =
== Downloads ==
Provide information about where to download the software, or delete this section if there are no downloads.


== Source code ==
== Source code ==
Line 49: Line 53:
== Functional specification ==
== Functional specification ==


Describe what the project does.
In the functional specification we describe what the project does.


== Technical specification ==
== Technical specification ==


Describe how the project works.
In the technical specification we describe how the project works.
 
= Notes =
 
== Notes for implementers ==
 
If you are interested in incorporating this software into your project, here's what you need to know:
 
There have been no implementation notes added yet. Sorry about that. Feel free to [mailto:jj5@jj5.net ask questions].
 
TODO: add notes about installation.
 
== Notes for developers ==
 
If you're interested in contributing to this software, here's what you need to know:
 
Send your patch to [mailto:jj5@jj5.net jj5@jj5.net] along with a statement that you are willing to be listed in the [[Project_template#Contributors|contributors]] section of the documentation and willing to license your contribution under the [[Project_template#License|license]].
 
For security reasons write access to [https://svn.jj5.net/jjrepo/ jjrepo] is only available for [[User:Sixsigma|John]]. It's basically my private repository. If you'd like to hack on projects where you do have checkin permissions on the Subversion repository, along with infrastructure for running your code, then why not head over to [https://www.progclub.org/ ProgClub] and [https://www.progclub.org/wiki/Register register]?
 
=== Configuring a development environment ===


= Tasks =
TODO: add notes about how to configure a development environment.


== TODO ==
=== Releasing a stable version ===


Things to do, in rough order of priority:
Releases of {project name} can only be done by [[User:Sixsigma|John]]. To do a release run the jjrepo-release script from either empathy or orac. E.g.:


* Create the project in svn
jj5@orac:~$ jjrepo-release {project name}


[[Category:TODO]]
If you've noticed that there is code in [https://svn.jj5.net/jjrepo/jj5-bin/trunk/ trunk] that hasn't been released into [https://svn.jj5.net/jjrepo/jj5-bin/tags/latest/ tags/latest] and you'd like John to do a release for you then feel free to [mailto:jj5@jj5.net?subject=Please%20release%20project drop him a line].


== Done ==
== Release notes ==


Stuff that's done. Latest stuff on top.
Release notes are (supposed to be) added after notable releases are made. New release notes are added to the bottom of the [[#Release notes|release notes]] section and have a level 3 title based on the release date.


* [[User:Sixsigma|JE]] {date}: created project page
= Tasks =


= Notes =
== TODO ==


== Notes for implementers ==
Things to do, in rough order of priority:


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


There have been no implementation notes added yet. Sorry about that. Feel free to [mailto:jj5@jj5.net ask questions].
[[Category:TODO]]


== Notes for developers ==
== Done ==


If you're interested in contributing to this software, here's what you need to know:
Stuff that's done. Latest stuff goes on the bottom of the list.


Send your patch to [mailto:jj5@jj5.net jj5@jj5.net] along with a statement that you are willing to be listed in the [[Project_template#Contributors|contributors]] section of the documentation and willing to license your contribution under the [[Project_template#License|license]].
=== {date} ===


For security reasons write access to [https://svn.jj5.net/jjrepo/ jjrepo] is only available for [[User:Sixsigma|John]]. It's basically my private repository. If you'd like to hack on projects where you do have checkin permissions on the Subversion repository, along with infrastructure for running your code, then why not head over to [https://www.progclub.org/ ProgClub] and [https://www.progclub.org/wiki/Register register]?
* [[User:Sixsigma|JE]]: Create project page.

Latest revision as of 10:35, 25 March 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.

Status

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

Administration

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.

License

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

Resources

Downloads

Provide information about where to download the software, or delete this section if there are no downloads.

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

Specifications

Functional specification

In the functional specification we describe what the project does.

Technical specification

In the technical specification we describe how the project works.

Notes

Notes for implementers

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

There have been no implementation notes added yet. Sorry about that. Feel free to ask questions.

TODO: add notes about installation.

Notes for developers

If you're interested in contributing to this software, here's what you need to know:

Send your patch to jj5@jj5.net along with a statement that you are willing to be listed in the contributors section of the documentation and willing to license your contribution under the license.

For security reasons write access to jjrepo is only available for John. It's basically my private repository. If you'd like to hack on projects where you do have checkin permissions on the Subversion repository, along with infrastructure for running your code, then why not head over to ProgClub and register?

Configuring a development environment

TODO: add notes about how to configure a development environment.

Releasing a stable version

Releases of {project name} can only be done by John. To do a release run the jjrepo-release script from either empathy or orac. E.g.:

jj5@orac:~$ jjrepo-release {project name}

If you've noticed that there is code in trunk that hasn't been released into tags/latest and you'd like John to do a release for you then feel free to drop him a line.

Release notes

Release notes are (supposed to be) added after notable releases are made. New release notes are added to the bottom of the release notes section and have a level 3 title based on the release date.

Tasks

TODO

Things to do, in rough order of priority:

  • Create the project in svn.

Done

Stuff that's done. Latest stuff goes on the bottom of the list.

{date}

  • JE: Create project page.