Difference between revisions of "QuitFirefoxAtTime"

From ProgClub
Jump to: navigation, search
(→‎Notes for developers: svn co command)
(→‎TODO: Update technical specification...)
Line 91: Line 91:
 
* Make input box smaller
 
* Make input box smaller
 
* Close current tab rather than all windows
 
* Close current tab rather than all windows
 +
* Update [[#Technical_specification|technical specification]]
  
 
[[Category:TODO]]
 
[[Category:TODO]]

Revision as of 08:29, 3 April 2016

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

N/A

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 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:

TODO.

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

Tasks

TODO

Things to do, in rough order of priority:

  • Change version to 0.1.2
  • Enter minutes instead of date
  • Make input box smaller
  • Close current tab rather than all windows
  • Update technical specification

Done

Stuff that's done. Latest stuff on top.

  • JE 2016-04-03: created project page