Main.TAPoRwareHTMLListHTMLTags (r1.1 vs. r1.8)
Diffs

 <<O>>  Difference Topic TAPoRwareHTMLListHTMLTags (r1.8 - 06 Jun 2008 - LianYan)

META TOPICPARENT TAPoRware

List HTML Tags

See http://taporware.mcmaster.ca/~taporware/htmlTools/listtags.shtml
Line: 41 to 41

tagdisp 1/2/3/4 selection 2 Display format which are XML tags in HTML/HTML/XML tree/tab Delimited Text in the order of parameter values
taporface   checkbox checked display result in a new window without graphics interface (default) or with taporware interface in the same window
Added:
>
>

Use List HTML Tags TAPoRware Tool in Your Web Page

You can add a button in your web page to list all the HTML tag in that page by call TAPoRware cgi script.

Here is the code for the tool interface

<form method="post" name="htmlForm" enctype="multipart/form-data" target="_blank" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/hlisttags.cgi" onsubmit="document.htmlForm.htmlurl.value=document.location.href">

<input type="hidden" name="source" value="url" />

<input type="hidden" name="htmlurl" />

<input type="hidden" name="freetext" value="yes"/>

<input type="hidden" name="tagsort" value="2" />

<input type="hidden" name="tagdisp" value="2" />

<input type="hidden" name="taporface" value="same" />

<input type="submit" name="doit" value="List HTML Tags" />

</form>


Web Service Interface

Taporware provides web services to any non-benefit organizations. here is the taporware web services infomation:


 <<O>>  Difference Topic TAPoRwareHTMLListHTMLTags (r1.7 - 18 Jul 2006 - LianYan)

META TOPICPARENT TAPoRware

List HTML Tags

See http://taporware.mcmaster.ca/~taporware/htmlTools/listtags.shtml
Line: 45 to 45

Taporware provides web services to any non-benefit organizations. here is the taporware web services infomation:

Changed:
<
<
>
>

  • Service Method: list_Tags_HTML
  • parameters:
    • htmlInput -- any html string

 <<O>>  Difference Topic TAPoRwareHTMLListHTMLTags (r1.6 - 06 Feb 2006 - LianYan)

META TOPICPARENT TAPoRware

List HTML Tags

See http://taporware.mcmaster.ca/~taporware/htmlTools/listtags.shtml
Line: 26 to 26

CGI Interface

Changed:
<
<
If you want to use this tool from you web site, here is the CGI Interface:
>
>
If you want to use this tool from your web site, here is the CGI Interface:

(Note: If you want to upload local html text to the tool, you need to use attribute name/value pair: enctype="multipart/form-data" within the form tag)

Line: 38 to 38

htmlurl   text   A Valid URL that the pointed document should be an html text
localFile   file   The path to your local html text file
tagsort 1/2 selection 2 Sorting criteria which are alphabetically/by frequency in the order of parameter values
Changed:
<
<
tagdisp 1/2/3/4 selection 2 Display foemat which are XML tags in HTML/HTML/XML tree/tab Delimited Text in the order of parameter values
>
>
tagdisp 1/2/3/4 selection 2 Display format which are XML tags in HTML/HTML/XML tree/tab Delimited Text in the order of parameter values

taporface   checkbox checked display result in a new window without graphics interface (default) or with taporware interface in the same window

Web Service Interface


 <<O>>  Difference Topic TAPoRwareHTMLListHTMLTags (r1.5 - 20 Dec 2005 - LianYan)

META TOPICPARENT TAPoRware

List HTML Tags

See http://taporware.mcmaster.ca/~taporware/htmlTools/listtags.shtml
Line: 26 to 26

CGI Interface

Added:
>
>
If you want to use this tool from you web site, here is the CGI Interface: (Note: If you want to upload local html text to the tool, you need to use attribute name/value pair: enctype="multipart/form-data" within the form tag)

Here are the parameters:

Parameter Name Parameter Value Control Type Default Discription
source url/local radio button url Let user select input text (either a url or upload local html text)
htmlurl   text   A Valid URL that the pointed document should be an html text
localFile   file   The path to your local html text file
tagsort 1/2 selection 2 Sorting criteria which are alphabetically/by frequency in the order of parameter values
tagdisp 1/2/3/4 selection 2 Display foemat which are XML tags in HTML/HTML/XML tree/tab Delimited Text in the order of parameter values
taporface   checkbox checked display result in a new window without graphics interface (default) or with taporware interface in the same window

Web Service Interface

Added:
>
>
Taporware provides web services to any non-benefit organizations. here is the taporware web services infomation:


Known Bugs

To Do


 <<O>>  Difference Topic TAPoRwareHTMLListHTMLTags (r1.4 - 19 Dec 2005 - LianYan)

META TOPICPARENT TAPoRware

List HTML Tags

See http://taporware.mcmaster.ca/~taporware/htmlTools/listtags.shtml
Line: 12 to 12

Pseudocode

Added:
>
>
  • Obtain HTML string either by URL or user's local file

  • Extract all the HTML tags.
  • Sort and count the tags based on user specified criterion
  • Generate output based user specified format

Ways of Using

Added:
>
>
  • Enter a valid URL in the URL field or enter a local upload html text
  • Select sorting and output criteria
  • Uncheck the "Open results in new window" check box if you want to see the taporware interface in the same window
  • Click "Submit" button

CGI Interface

Web Service Interface


 <<O>>  Difference Topic TAPoRwareHTMLListHTMLTags (r1.3 - 19 Dec 2005 - LianYan)

META TOPICPARENT TAPoRware

List HTML Tags

See http://taporware.mcmaster.ca/~taporware/htmlTools/listtags.shtml
Line: 12 to 12

Pseudocode

Added:
>
>
  • Extract all the HTML tags.
  • Sort and count the tags based on user specified criterion
  • Generate output based user specified format

Ways of Using

CGI Interface


 <<O>>  Difference Topic TAPoRwareHTMLListHTMLTags (r1.2 - 15 Oct 2005 - MattPatey)

META TOPICPARENT TAPoRware
Added:
>
>

List HTML Tags

See http://taporware.mcmaster.ca/~taporware/htmlTools/listtags.shtml

Description


This tool displays all of the tags found in an HTML document. The results can be displayed alphabetically, by frequency, by order of appearance, or in reversed alphabetical order.
Added:
>
>

History

Pseudocode

Ways of Using

CGI Interface

Web Service Interface

Known Bugs

To Do


-- MattPatey - 13 Oct 2005

 <<O>>  Difference Topic TAPoRwareHTMLListHTMLTags (r1.1 - 13 Oct 2005 - MattPatey)
Line: 1 to 1
Added:
>
>
META TOPICPARENT TAPoRware
This tool displays all of the tags found in an HTML document. The results can be displayed alphabetically, by frequency, by order of appearance, or in reversed alphabetical order.

-- MattPatey - 13 Oct 2005


Topic: TAPoRwareHTMLListHTMLTags . { View | Diffs | r1.8 | > | r1.7 | > | r1.6 | More }

Revision r1.1 - 13 Oct 2005 - 20:46 - MattPatey
Revision r1.8 - 06 Jun 2008 - 14:16 - LianYan