Difference between revisions of "QuitFirefoxAtTime"

From ProgClub
Jump to: navigation, search
m (→‎Source code: s/is/will be/...)
m (→‎Motivation: in Firefox...)
Line 7: Line 7:
 
= Motivation =
 
= 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.
+
This software allows you to have a browser tab closed automatically after a timeout (in Firefox). 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 =
 
= Administration =

Revision as of 11:44, 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 (in Firefox). 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

You can download the latest installer here: 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 will be 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.

Installation instructions are in the README file.

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:

  • Change version to 0.1.2
  • Enter minutes instead of date (allow decimal, e.g. 0.1 minutes is 6 seconds, handy for testing...)
  • Make input box smaller
  • Close current tab rather than all windows
  • Update technical specification
  • Explain how to update/package the xpi file
  • Show countdown in hours:minutes:seconds in top right-hand corner
  • Put cancel button next to countdown timer

Done

Stuff that's done. Latest stuff on top.