<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/www/gfse/index.html, branch optimize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=optimize</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=optimize'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2021-07-26T14:57:05+00:00</updated>
<entry>
<title>added link to vis-network.min.js</title>
<updated>2021-07-26T14:57:05+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2021-07-26T14:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=265f08d6eec62e1f30a2a1f6fbc3bc18be17948e'/>
<id>urn:sha1:265f08d6eec62e1f30a2a1f6fbc3bc18be17948e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix links to WordNet</title>
<updated>2021-07-26T14:51:58+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2021-07-26T14:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=ecf309a28e9935923308da4b6aa2b1cc6c4b52e2'/>
<id>urn:sha1:ecf309a28e9935923308da4b6aa2b1cc6c4b52e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added plugin for search in WordNet</title>
<updated>2020-01-24T17:22:00+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2020-01-24T17:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=65024a0a553d2e403228f1516f7b05ba8d944e0f'/>
<id>urn:sha1:65024a0a553d2e403228f1516f7b05ba8d944e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a problem with minibar when invoked from gfse or the syntax editor</title>
<updated>2015-05-21T08:00:49+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-05-21T08:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=803963352821febcb81382602866fcc32fca4d00'/>
<id>urn:sha1:803963352821febcb81382602866fcc32fca4d00</id>
<content type='text'>
Minibar needs js/langcode.js now, so need to include it in gfse/index.html
and syntax-exitor/editor.html too.
</content>
</entry>
<entry>
<title>gfse: add access to the syntax editor</title>
<updated>2013-04-23T13:55:00+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-23T13:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1146b94685331341a2b16ad27ef76b5d7612cb3d'/>
<id>urn:sha1:1146b94685331341a2b16ad27ef76b5d7612cb3d</id>
<content type='text'>
via the minibar
</content>
</entry>
<entry>
<title>GF cloud: work on syntax editor integration</title>
<updated>2013-04-12T18:29:15+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-12T18:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=d35790e656fe70f0fa258fb8fb84aa65f9887616'/>
<id>urn:sha1:d35790e656fe70f0fa258fb8fb84aa65f9887616</id>
<content type='text'>
+ The syntax editor is now accessible from the Simple Translaton Tool.
+ The minibar now automatically provides access to the syntax editor (provided
  the necessary JavaScript files and style sheets have been loaded).
+ Preparations for making the syntax editor accessible from the grammar editor.
</content>
</entry>
<entry>
<title>Simple Translation Tool: initial support for editing source segments in the minibar</title>
<updated>2013-04-03T20:24:57+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-04-03T20:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=a22a419bc7ea0dc45f9965e6ffebf42417212d52'/>
<id>urn:sha1:a22a419bc7ea0dc45f9965e6ffebf42417212d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GF cloud: move support.js and pgf_online.js</title>
<updated>2012-11-20T12:56:48+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2012-11-20T12:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3eaeaed8fd741bb1f33c76032e7292df08b35a9f'/>
<id>urn:sha1:3eaeaed8fd741bb1f33c76032e7292df08b35a9f</id>
<content type='text'>
Created the folder js and moved minibar/support.js and minibar/pgf_online.js
there, to emphasize their status as app independent support libraries.

There are probably more files that should be moved here.

The cloud apps have been updated, externally hosted apps that link directly
to our server need to be updated too.
</content>
</entry>
<entry>
<title>gfse: various code improvements and prelimiary support for public grammars</title>
<updated>2012-10-04T15:21:30+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2012-10-04T15:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1eef49ac936947e34af470e339e00056fce50b87'/>
<id>urn:sha1:1eef49ac936947e34af470e339e00056fce50b87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gfse/sort.js: make it more resusable</title>
<updated>2012-06-21T15:39:31+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2012-06-21T15:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=b12e6ec1e413963d90f563ca7d9c1aeaeabcdec0'/>
<id>urn:sha1:b12e6ec1e413963d90f563ca7d9c1aeaeabcdec0</id>
<content type='text'>
Move the gfse-specific list of sortable tags and class names from sort.js
to editor.js.
</content>
</entry>
</feed>
