PowerPoint 프레젠테이션

Download Report

Transcript PowerPoint 프레젠테이션

WAP - Gateway
HTML to WAP Gateway : Html2Wml
이 화 여 자 대 학 교
WAP - Gateway
Index
1. Html2Wml 소개
2. Html2Wml 특징
3. Html2Wml 특징 – Deck Slicing
4. Html2Wml 특징 – Link Reconstruction
5. Html2Wml 특징 – Action
6. TODO
7. 기타 WAP Gateway 변환 Software
2
이화여자대학교
WAP - Gateway
Html2Wml 소개
1. Html2Wml ?
 HTML page를 WML deck로 변환
 HTML Validator에 의해 검증된 대부분의 HTML page를
WML deck로 변환
2. Synopsis
 use shell command
$ html2wml file.html
 use CGI
/cgi-bin/html2wml.cgi?url=file.html
3
이화여자대학교
WAP - Gateway
Html2Wml 특징
 DECK SLICING : limitation of card size
by splitting the result into several cards
 LINK RECONSTRUCTION : translation of the links
 ACTION : inclusion of files (similar to SSI)
 compilation of the result using the WML tools
 a debug mode to check the result using validation functions
4
이화여자대학교
WAP - Gateway
Html2Wml 특징 – Deck Slicing
1. DECK SLICING
 WAP device의 제한적인 메모리를 위한 기능
 대부분의 WAP device들이 2000 byte 미만의 card 사용
 WML deck Compile전에 card size 지정 가능
deck
deck
card #1
card #1
card #2
…
…
deck
card #n
card #1
Sliced by cards
Sliced by decks
5
이화여자대학교
WAP - Gateway
Html2Wml 특징 – Link Reconstruction
2. LINK RECONSTRUCTION
 CGI
-HTML 문서의 모든 link를 변환 (page or image)
-자동으로 변환되며 customize 불가
 shell command
-template을 통해 link 변환
-절대 패스의 link는 변환하지 않는다
-template은 customize 가능
6
이화여자대학교
WAP - Gateway
Html2Wml 특징 - ACTION
3. ACTION
 Apache server에서의 SSI(Server Side Interface)와 비슷한 특징
 현재 가능한 action
-include : include file (url or local file)
-fsize : 현재 파일의 크기 리턴 (url or local file)
7
이화여자대학교
WAP - Gateway
TODO
 add support for images (via external conversion)
 add support for converting plain text files
 add engine to allow attributes conversion
 add support to convert forms
8
이화여자대학교
WAP - Gateway
기타 WAP Gateway 변환 SW
국내 상용 WAP Gateway 변환 Software
제품명
무선 인터넷
컨버터
무선 데이터
게이트웨이
Markup
Language
Translator
회사명
특
징
인사이드
코리아
• 이동전화 단말기에서 HTML 인터넷 언어를 WAP
호환 WML, HDML 언어로 자동전환
• 자유로운 웹 검색 가능
SK 텔레콤
• HTML 을 WML로 변환
• 텍스트, 이미지변환, 컨텐츠 추출, 마크업언어 변
환등 부분적으로 지원
• 사용자 지정 변환은 지원하지 못하는 상태
• HTML, XML을 WML, HDML, m-HTML로 변환
• Configrable 변환기능
프리즘
정보시스템 • 무선환경에 따른 File Split 기능
• 이동통신사의 서비스방식에 따라 자동인식 변환
기능 적용
9
이화여자대학교