| 1 | = Epiphany Session Manager = |
| 2 | |
| 3 | Epiphany Session manager is an [http://www.gnome.org/projects/epiphany/ Epiphany] extension for saving and loading sessions. |
| 4 | |
| 5 | == Requirements == |
| 6 | |
| 7 | * [http://www.gnome.org/projects/epiphany/ Epiphany] |
| 8 | * [http://python.org/ Python] |
| 9 | |
| 10 | == Downloading == |
| 11 | |
| 12 | To get the latest version, checkout [source:epiphany-session-manager/ epiphany-session-manager/] from the [http://subversion.tigris.org/ Subversion] repository: |
| 13 | {{{ |
| 14 | svn co http://svn.bleah.co.uk/repos/misc/epiphany-session-manager/ |
| 15 | }}} |
| 16 | or, download the files from http://svn.bleah.co.uk/repos/misc/epiphany-session-manager/ |
| 17 | |
| 18 | == Installation == |
| 19 | |
| 20 | 1. Copy `session-manager.py` and `session-manager.ephy-extension` to `~/.gnome2/epiphany/extensions/`. |
| 21 | 2. Run Epiphany and select '''Extensions…''' from the '''Tools''' menu. |
| 22 | 3. Enable the '''Session Manager''' extension. |
| 23 | |
| 24 | == Usage == |
| 25 | |
| 26 | To save a session, select '''Save Session…''' from the '''Tools''' menu. A dialog will open prompting you for a file to save to. |
| 27 | |
| 28 | To load a session, select '''Load Session from the '''Tools''' menu. A dialog will open prompting you for a file to load from. |
| 29 | |
| 30 | === Reporting Bugs === |
| 31 | |
| 32 | To submit bugs or feature requests please [/misc/newticket?component=Epiphany+Session+Manager create a ticket] with ''component'' set to "Epiphany Session Manager". |
| 33 | |
| 34 | * [query:component=Epiphany+Session+Manager&status=new|assigned|reopened Active Tickets] |
| 35 | * [query:component=Epiphany+Session+Manager&status=closed Closed Tickets] |
| 36 | * [query:component=Epiphany+Session+Manager All Tickets] |
| 37 | * [query:component=Epiphany+Session+Manager&status=new|reopened Un-assigned Active Tickets] |
| 38 | |
| 39 | == License == |
| 40 | Epiphany Session Manager is free software; you can redistribute it and/or modify it under the terms of version 2 of the [/licenses/gpl-2.0 GNU General Public License] as published by the [http://www.fsf.org/ Free Software Foundation]. |
| 41 | |
| 42 | Epiphany Session Manager is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [/licenses/gpl-2.0 GNU General Public License] for more details. |