Project template: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(Adding link to my user page from my name.)
(Tidying up a few minor things.)
Line 3: Line 3:
= 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 49: Line 49:
== 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.


= Tasks =
= Tasks =
Line 61: Line 61:
Things to do, in rough order of priority:
Things to do, in rough order of priority:


* Create the project in svn
* Create the project in svn.


[[Category:TODO]]
[[Category:TODO]]
Line 69: Line 69:
Stuff that's done. Latest stuff on top.
Stuff that's done. Latest stuff on top.


* [[User:Sixsigma|JE]] {date}: created project page
* [[User:Sixsigma|JE]] {date}: Create project page.


= Notes =
= Notes =
Line 78: Line 78:


There have been no implementation notes added yet. Sorry about that. Feel free to [mailto:jj5@jj5.net ask questions].
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 ==
== Notes for developers ==
Line 86: Line 88:


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]?
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]?
TODO: add notes about how to configure a development environment.

Revision as of 09:01, 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

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.

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}: Create project page.

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?

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