diff --git a/documentation/current/solutions/iron-eiffel-package-repository.wiki b/documentation/current/solutions/iron-eiffel-package-repository.wiki
index 7b9e9928..abe44828 100644
--- a/documentation/current/solutions/iron-eiffel-package-repository.wiki
+++ b/documentation/current/solutions/iron-eiffel-package-repository.wiki
@@ -318,15 +318,21 @@ See for instance, the package.iron for Eiffel Base package:
end
-Note: online version at https://svn.eiffel.com/eiffelstudio/trunk/Src/library/base/package.iron .
+Note: The package iron file for the Eiffel Base package is available online at https://svn.eiffel.com/eiffelstudio/trunk/Src/library/base/package.iron .
-Only the name of the package is required for now, but the section "project" list the various available .ecf projects, and the section "note" contains the title, description, tags, ... information.
-The tag under the '''note''' section is free, and for now, only '''title, description, tags, link[...], and maps''' have semantic. For now the others are simply stored and never displayed, but the server will be improved later to support for more meta data.
+Current status:
+* only the '''name of the package is required'''
+* the section "project" list the various available .ecf projects
+* the section "note" contains title, description, tags, ... informations. The formation is similar to Eiffel indexing note, and in addition it supports bracket in the name of note, such as in ''link[doc]''.
+** The "link" declaration: link[category]: "Optional Title" associated-url
+* The following notes have semantic that are processed by Iron: '''title, description, tags, link[..], and maps''', for now mostly on the Iron server.
+* It is possible to use any note name. Currently they are simply stored and never displayed. In the future, Iron may support additional semantic for those notes.
-A few packages may require post installation operations, such as compiling C code, or others.
+A few packages may require '''post installation operations''', such as compiling C code, or others.
For that, use the section '''setup''', and in particular the '''compile_library''' information.
During installation, '''iron''' will launch the compile_library tool delivered with EiffelStudio on the provided directory.
Example at https://svn.eiffel.com/eiffelstudio/trunk/Src/library/cURL/package.iron :
+
package cURL
setup