Nykyiset plugarit (diagrammit ja luokituslistat) alkavat olla melko vanhoja. Mulla on pyörinyt päässä pari uutta plugaria, joita tosin en ehkä itse tee kokonaan. Joten apua kaivataan.

SGF-katselin#

Yksinkertaista - diagrammipluginia voisi laajentaa sillä lailla, että se voisi ottaa tiedot sgf-tiedostosta. Se ei varsinaisesti pelaisi peliä, mutta se osaisi näyttää tietyn siirron tilanteen. Näin voisi siis rakentaa esim. seuraavanlaisia:

[{GoDiagram src='foo.sgf' start=1 end=10}] Moves 1-10.

[{GoDiagram src='foo.sgf' start=11 end=50}] Moves 11-50.  Note move 21 which is a terrible mistake, and it should've been at 'a'.

Tähän tosin tarvitsen jonkun, joka tekee minulle sgf-to-wikiformat -pulauttimen, jonka ympärille voin rakentaa pluginin. (Lauri, löytyykö Gowritestä jotain?)

Turnauslistain#

Turnaustulokset ovat tällä hetkellä melko karvalakkeja. En ole ihan varma, miten noita edes saadaan softista ulos, mutta voisin kuvitella, ettei se ole helpoin prosessi. Ideana olisi siis se, että turnaussoftan tallennustiedoston voisi suoraan uploadata wikiin ja se osaisi automaattisesti näyttää tilanteen, ja annotoida tulokset (=hover over result, gives opponent name, etc).

Muttamutta, mitä formaattia sen pitäisi ymmärtää, ja onko ko. formaatti julkinen? Mikä olisi turnausjärjestäjän kannalta mahdollisimman helppo tapa lisätä turnaustulokset verkkoon?

Vai ovatko nuo tekstimuodossa olevat sittenkin parempia (niitä voi nimittäin parsia jollain perlillä jos haluaa saada statistiikkaa)? Pitäisikö annotaatiot rakentaa tuon tekstiformaatin päälle (onnistuu myös, kyllä regexpeillä voi tehdä javassakin kaikkea kivaa).

Authentication code:

Toolbar

Comment signature

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.

Here's a short reminder on the most common formatting rules you have at your disposal. A complete list is available in TextFormattingRules.

(empty line)     Make a paragraph break.
----             Horizontal ruler
[link]           Create hyperlink to "link", where "link" can be either an internal 
                 WikiName or an external link (http://)
[text|link]      Create a hyperlink where the link text is different from the actual 
                 hyperlink link.
[text|wiki:link] Create a hyperlink where the link text is different from the 
                 actual hyperlink link, and the hyperlink points to a named Wiki. 
                 This supports interWiki linking.

*                Make a bulleted list (must be in first column). Use more (**) 
                 for deeper indentations.
#                Make a numbered list (must be in first column). Use more (##, ###) 
                 for deeper indentations.

!, !!, !!!       Start a line with an exclamation mark (!) to make a heading. 
                 More exclamation marks mean bigger headings.

__text__         Makes text bold.
''text''         Makes text in italics (notice that these are single quotes ('))
{{text}}         Makes text in monospaced font.
;term:def        Defines 'term' with 'def'.  Use this with empty 'term' to make short comments.
\\               Forced line break (please use sparingly).

|text|more text| Makes a table. Double bars for a table heading.

Don't try to use HTML, since it just won't work.

To embed images just put them available on the web using one of the approved formats, and they will get inlined automatically. To see the list of approved formats, go check SystemInfo.

To make a code block, use triple {'s to open, and triple }'s to close.

(Wondering where this text comes from? It's on a page called Edit Page Help, which you can edit too!)