Changes between Initial Version and Version 1 of EpiphanySessionManager


Ignore:
Timestamp:
Aug 17, 2007, 12:06:05 AM (17 years ago)
Author:
simon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EpiphanySessionManager

    v1 v1  
     1= Epiphany Session Manager =
     2
     3Epiphany 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
     12To get the latest version, checkout [source:epiphany-session-manager/ epiphany-session-manager/] from the [http://subversion.tigris.org/ Subversion] repository:
     13{{{
     14svn co http://svn.bleah.co.uk/repos/misc/epiphany-session-manager/
     15}}}
     16or, download the files from http://svn.bleah.co.uk/repos/misc/epiphany-session-manager/
     17
     18== Installation ==
     19
     201. Copy `session-manager.py` and `session-manager.ephy-extension` to `~/.gnome2/epiphany/extensions/`.
     212. Run Epiphany and select '''Extensions…''' from the '''Tools''' menu.
     223. Enable the '''Session Manager''' extension.
     23
     24== Usage ==
     25
     26To save a session, select '''Save Session…''' from the '''Tools''' menu.  A dialog will open prompting you for a file to save to.
     27
     28To 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 
     32To 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 ==
     40Epiphany 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
     42Epiphany 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.