QuitFirefoxAtTime

From ProgClub
Revision as of 09:41, 3 April 2016 by John (talk | contribs) (→‎Notes for implementers: copy and paste your way to victory!)
Jump to: navigation, search

QuitFirefoxAtTime is the ProgClub Firefox extension which will close your current tab after a timeout. For other projects see projects.

Status

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

Motivation

This software allows you to have a browser tab closed automatically after a timeout. It was particularly created so you could set up a YouTube play-list and go to bed knowing it wouldn't play all night.

Administration

Contributors

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

All contributors have agreed to the terms of the Contributor License Agreement. This excludes any upstream contributors who tend to have different administrative frameworks.

Copyright

Copyright 2016, Contributors.

License

Licensed under the MIT license.

Resources

Downloads

Download quitfirefoxattime-0.0.1.xpi.

Source code

The repository can be browsed online:

https://www.progclub.org/pcrepo/quit-firefox-at-time/branches/0.1

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

https://www.progclub.org/svn/pcrepo/quit-firefox-at-time/tags/latest/0.1

Or if you want the latest version for development purposes:

https://www.progclub.org/svn/pcrepo/quit-firefox-at-time/branches/0.1

Links

Specifications

Functional specification

The functional specification describes what the project does.

The project is a Firefox extension that allows you to automatically close the current tab after a number of minutes.

Technical specification

The technical specification describes how the project works.

TODO: Jevan please explain the project architecture and how the XPI works.

Notes

Notes for implementers

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

Copy and paste your way to victory! See notes for developers for packaging instructions.

Notes for developers

If you're looking to set up a development environment for this project here's what you need to know:

svn co https://www.progclub.org/svn/pcrepo/quit-firefox-at-time/branches/0.1/ \
  quit-firefox-at-time-0.1

TODO: explain how to update/package the xpi file.

Tasks

TODO

Things to do, in rough order of priority:

Done

Stuff that's done. Latest stuff on top.

  • JE 2016-04-03: created project page