Difference between revisions of "QuitFirefoxAtTime"

From ProgClub
Jump to: navigation, search
(→‎Done: Current tab...)
m (→‎Done: Capitalisation...)
Line 107: Line 107:
 
* [[User:Jevan|JP]] 2016-04-08: made input box smaller
 
* [[User:Jevan|JP]] 2016-04-08: made input box smaller
 
* [[User:Jevan|JP]] 2016-04-08: enter minutes instead of date
 
* [[User:Jevan|JP]] 2016-04-08: enter minutes instead of date
* [[User:Jevan|JP]] 2016-04-08: Change version to 0.1.2
+
* [[User:Jevan|JP]] 2016-04-08: changed version to 0.1.2
 
* [[User:John|JE]] 2016-04-03: added [[#Notes_for_implementers|notes for implementers]]
 
* [[User:John|JE]] 2016-04-03: added [[#Notes_for_implementers|notes for implementers]]
 
* [[User:John|JE]] 2016-04-03: created project page
 
* [[User:John|JE]] 2016-04-03: created project page
 
* [[User:Jevan|JP]] 2016-04-02: version 0.0.1
 
* [[User:Jevan|JP]] 2016-04-02: version 0.0.1

Revision as of 03:07, 8 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.1.2.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:

  • Allow decimal minutes, e.g. 0.1 minutes is 6 seconds, handy for testing...
  • Close tab that was active when the toolbar button was pressed
  • Update technical specification

Done

Stuff that's done. Latest stuff on top.

  • JE 2016-04-08: explain how to update/package the xpi file
  • JP 2016-04-08: stop timer button next to start timer
  • JP 2016-04-08: show countdown in hours:minutes:seconds
  • JP 2016-04-08: closes current tab rather than all windows
  • JP 2016-04-08: made input box smaller
  • JP 2016-04-08: enter minutes instead of date
  • JP 2016-04-08: changed version to 0.1.2
  • JE 2016-04-03: added notes for implementers
  • JE 2016-04-03: created project page
  • JP 2016-04-02: version 0.0.1