SIReferenceRemover

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
 
(One intermediate revision 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.
+
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 is helpful to clean up topics extracted with HTML extractor for example.
Line 9: 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