Release notes

0.1.4 2008-09-02

  • Corrects a bug that could lead to creation of tags without being in edit mode (this was not possible for a human user using the GUI, but it was for Googlebot, cf Crawling through HTML forms

0.1.3 2008-06-21

  • Edit tag page now display a special form to add rdf:type values for the the tag (A Tag can be for instance a foaf:person)
  • List of domains that have been bookmarked (from welcome page). Just as with new entries, during the last month by default: add a "days=xx" param to change that.
  • When the sl:describedBy property of a tag is defined, (case of tag created from bookmark form), it is now shown in the title bar of the tag
  • Logo

0.1.2 2008-02-25

  • Tag search's results now available as RDF. Dereferencing for instance http://www.semanlink.net/sl/search?text=afric+musi returns html or rdf (the rdf is also available at http://www.semanlink.net/sl/search.rdf?text=afric+musi)
  • New "Create Tag" button on the bookmark form: to create a tag as the thing or concept defined by the bookmarked HTML page (new property sl:describedBy)
  • When clicking the bookmarklet on a page that is the homepage of a tag, or that "describes" a tag (that is, a page such as tag,sl:describedBy,page), you are now redirected to tag's page.
  • New tags now listed on the "new entries" page
  • New "lang" menu in the "Preferences" Panel
  • Greek documentation more complete

0.1.1 2007-12-17

  • Application now available in Greek, thanks to Dimitris Delevegos.
  • Now possible to change the language of the application adding a "lang=xx" param to a request. Only "en", "fr" and "el" available (French, only partially)
  • Live search now working with IE7. Bug was due to the fact that the javascript test (window.XMLHttpRequest) returns true with ie7 (it was not the case with ie6). But contrary to non ie browsers, ie7 requires a call to new XMLHttpRequest for each ajax call. It looks like microsoft tried to break scripts with this move. Didn't they?

0.1.0 2007-11-26

  • Tagging using non-latin characters is now supposed to work
    • but it has been tested only in modern Greek
    • net.semanlink.util.text.CharConverter: characters that are above 'z' when converted by a SimpleCharConverter are no more converted to the weirdCharSubstitution. They are now converted in the same way as by java.net.URLEncoder.encode(s,"UTF-8").
    • net.semanlink.servlet.CoolUriServlet: patch the behaviour of HttpServletRequest.getPathInfo() when used for a request containing UTF8-encoded characters
  • Changes in the way tags are indexed by their labels. Corrects problems that existed when the label of a tag was changed. This will allow to use several labels for a tag (and index all of them), without the workaround based on aliases.
  • Changes in the tag page and Display preferences. By default, a tag page now displays both the tree of descendants, and the list of all documents tagged with the tag or any of its descendants. Display preferences: two select menus instead of one: one for the display of descendants, one for the list of documents.
  • Localisation : Strings of the application (labels of buttons,...) can now be stored in XML files, in order to allow the localisation of the application. Actual replacing of the strings in the application is a work in progress. The class net.semanlink.servlet.I18l contains a main and some tools to produce XML properties file ready to be translated. New lang parameter in context file. For now, the localisation concerns only the application as a whole (not on a web user basis).
  • Thesaurus index is now loaded during init. Until now, it was loaded only at the time of the first request.
  • Added a small piece of RDFa in the HTML page of a tag, to state that this page has a foaf:primaryTopic which is the tag (a non-information resource). This is a follow-up of the thread "How to get the uri of a non-information resource from the corresponding HTML page?" on the LOD mailing list.
  • Added a "slc:publish" property for documents (expected values: "true" or "false"° Defaults to true for bookmarks, to false for local files.
  • "AND" search for tags now lists the common descendants (and not only documents) (new Intersection class in net.semanlink.graph package)
  • Added "Cut" and "Paste" buttons in "edit tag list" forms
  • New conf/props.rdf file to list the properties available in the select menus in edit mode
  • "Saving a copy" now works on dannyayers.com ("Saving a copy" first issues a "HTTP HEAD" to learn the content type of the file. If it is HTML, was HTTP GETting with an accept-header set to "text/html". But dannyayers.com in this case returns a 404. Now the accept header is set to "text/html, text/*, */*")
  • The link to document on bookmark form was not working with FireFox. Now it does (at least with FF 2.0)
  • Change in the css to have let Safari 3 displaying aqua buttons
  • Added a link from a tag to its foaf:homepage

This is release 0.0.0 2007-03-26

  • Another count is 1789.07.14. Anyway, 0.0.0 seems better for the first release available as a free download.

2007-01-05

  • redirect after post now implemented

2007-01-01

  • "http-range14", with "303 redirect", now implemented

2006-10-15

  • Delicious synchronization

2006-07-11

  • Many changes in the way the set of semanlink files is defined and loaded at init
  • Tags now have a slash uri (no more a # one)

2006-05-10

  • Presentation at the Jena User Conference

2005-08-31

  • First release used at Renault in "Intelligence Artificielle Appliquée - SICG" department

2005-07-14

  • Live search and live tree, implemented using Ajax

2004-03-04

  • Creation date now automatically added. Used to decide in which file bookmarks are stored (no more in one big file)