vineri, 25 ianuarie 2013

LinkSgfViewer-1.5 & SgfViewer 1.5

Changelog:
    - Optimized some code
    - Fixed some bugs.
    - Changed UI interface
    - Added option in SgfViewer Preferences to stop on illegal moves (point not empty, ko, suicide)
    - Use jQuery-1.9.0.

Download links:
- LinkSgfViewer for Firefox;
- SgfViewer for Google Chrome.

Enjoy,
Remus

luni, 31 octombrie 2011

LinkSgfViewer-1.4 & SgfViewer 1.4

Changelog:
- Remove mouse events when cloning .sgf links.
- Prevents a property of a node to be applied twice.
- Change the way of inserting html code in host pages.

Download links:
- LinkSgfViewer for Firefox;
- SgfViewer for Google Chrome.

Enjoy,
Remus

sâmbătă, 30 aprilie 2011

LinkSgfViewer-1.2.1 & SgfViewer-1.2

What's new:
- Fixed some incompatibilities between the CSS rules for the add-on with the CSS rules for the page that contains links to SGF files.

Download links:
- LinkSgfViewer for Firefox;
- SgfViewer for Google Chrome.

Enjoy,
Remus

Note: LinkSgfViewer-1.2.1 after I fixed a bug that under certain conditions prevent starting LinkSgfViewer.
Note 2: LinkSgfViewer-1.2.2 - Updated max versions in install.rdf file to 6.*

luni, 28 martie 2011

LinkSgfViewer-1.1.2 & SgfViewer-1.1

What's new:
- Fully xhtml compliant;
- Fixed a small bug in sgf parser;
- Use jQuery-1.5.1.

Download links:
- LinkSgfViewer for Firefox;
- SgfViewer for Google Chrome.

Enjoy,
Remus

joi, 17 martie 2011

SGF Viewer - Google Chrome extension (a ported version of the Firefox extension LinkSgfViewer)

SGF Viewer - Google Chrome extension (a ported version of the Firefox extension LinkSgfViewer)

Download link: SgfViewer.

Open links to sgf files in an overlay div.
Note on SGF: support only version 4 (FF[4]) and the game of GO (Weiqi, Baduk) (GM[1]).

It uses:
- jQuery JavaScript Library v1.5 - http://jquery.com/ - Copyright 2011, John Resig - Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/
- a modified version of jQuery SuperBox! 0.9.1 - Copyright (c) 2009 Pierre Bertet (pierrebertet.net) - Licensed under the MIT (MIT-LICENSE.txt)
- a workaround for Cross-domain XHR's not working in Chrome Extensions' content scripts by romannurik see http://gist.github.com/192538.

Features:
- support almost all sgf properties (exception: AR - arrows, LN -line, LB - only short labels supported, FG - figure, PM - print move numbers - this feature is handled in the properties of the extension not as SGF property, CA - charset);
- support game collections;
- support children style variations;
- show move numbers (if this option is selected in the preference window);
- show coordinates (if this option is selected in the preference window).

How to use:
- when you need it - start/stop the extension from the Address Bar;
- always on - if you select Autorun checkbox from the option window).

How it works:
- at startup SGF Viewer scan the web page for links to sgf files (with .sgf extension) and show an icon in the address bar;
- if the autorun checkbox from the options page is checked then highlight the .sgf links or wait for the user to start the extension by clicking on icon's extension;
- when user click on highlighted links an overlay div appear where the content of the file will be displayed;
- when it is stopped SGF Viewer restores the page to the original state.

Enjoy,
Remus

Link Sgf Viewer on addons.mozilla.org

Link Sgf Viewer was preliminarily reviewed by Mozilla and can be found at
this location.

Enjoy,
Remus