SIReferenceRemover

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
 
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
Subject identifiers are URIs and may contains references. URI reference is a part of the URI that begins with '''#''' character. For example URI
 +
 +
  http://www.wandora.net/index.html#main
 +
 +
contains reference '''main'''. Sometimes it may be necessary to merge all different URIs with different references. Tool removes all references in subject identifiers URIs and as a consequence merges topics addressing different references.
 +
 +
Tool is helpful to clean up topics extracted with HTML extractor for example.
 +
 
{{Tool_s_GUI_name_title}}
 
{{Tool_s_GUI_name_title}}
  
Line 5: Line 13:
 
{{Tool_s_class_title}}
 
{{Tool_s_class_title}}
  
com.gripstudios.applications.wandora.admin.tools.subjects.SIReferenceRemover
+
{{Tool_class_path|subjects.SIReferenceRemover|subjects/SIReferenceRemover}}
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 22:25, 27 November 2008

Subject identifiers are URIs and may contains references. URI reference is a part of the URI that begins with # character. For example URI

 http://www.wandora.net/index.html#main

contains reference main. Sometimes it may be necessary to merge all different URIs with different references. Tool removes all references in subject identifiers URIs and as a consequence merges topics addressing different references.

Tool is helpful to clean up topics extracted with HTML extractor for example.

[edit] GUI name

  • Remove references in SIs

[edit] Tool Class

org.wandora.application.tools.subjects.SIReferenceRemover