WO2014036794A1 - 用于将web站点转换为目标web app站点的方法和装置 - Google Patents

用于将web站点转换为目标web app站点的方法和装置 Download PDF

Info

Publication number
WO2014036794A1
WO2014036794A1 PCT/CN2012/085676 CN2012085676W WO2014036794A1 WO 2014036794 A1 WO2014036794 A1 WO 2014036794A1 CN 2012085676 W CN2012085676 W CN 2012085676W WO 2014036794 A1 WO2014036794 A1 WO 2014036794A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
web
site
module
web app
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2012/085676
Other languages
English (en)
French (fr)
Inventor
潘峰
钱海祥
王倩
徐婷婷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Baidu Online Network Technology Beijing Co Ltd
Original Assignee
Baidu Online Network Technology Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Baidu Online Network Technology Beijing Co Ltd filed Critical Baidu Online Network Technology Beijing Co Ltd
Publication of WO2014036794A1 publication Critical patent/WO2014036794A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/106Display of layout of documents; Previewing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present invention relates to the field of web app technology, and in particular, to a method and apparatus for converting a web site into a target web app site. Background technique
  • the existing technology converts the web site into a target web app site mainly by modifying part of the code to convert the conversion web site to the target web app site, so at least the following problems exist:
  • the present invention aims to solve at least one of the above technical problems.
  • a first object of the present invention is to propose a method for converting a web site into a target web app site.
  • a second object of the present invention is to propose a device for converting a web site into a target web app site.
  • a method for converting a web site to a target web app site includes the steps of: annotating an element on a web page of the web site; The element is applied to the component; the component is previewed on the web app page; the component previewed on the web app page is edited; and the target web app page is saved and created.
  • a method for converting a web site into a target web app site after annotating and applying a component to a web page of the web site, previewing the effect on the web app page, and then editing the web app page Creating a web app page, such as dragging and dropping components for sorting, merging, etc., makes the web site's conversion to the web app more effective, improving the user's experience, and facilitating the user's marking of the page to achieve the above purpose, the present invention
  • the apparatus for converting a web site to a target web app site of the embodiment of the second aspect includes: an annotation module, the annotation module is configured to mark an element on a webpage of the web site; a first application module, The first application module is configured to apply the labeled element to the component; a preview module, configured to preview the component in a web app page; an editing module, the editing module is configured to edit the component previewed on the web app page; and create a module, the creating module Used to save and create the target web app page.
  • An apparatus for converting a web site into a target web app site after annotating and applying a component of a web page of the web site, previewing the effect on the web app page, and then editing the web app page Creating web app pages, such as dragging and dropping components for sorting, merging, etc., makes the web site's conversion to the web app more effective and improves the user's experience.
  • FIG. 1 is a flow chart of a method for converting a web site to a target web app site, in accordance with one embodiment of the present invention
  • FIG. 2 is a flow diagram of a method for converting a web site to a target web app site, in accordance with one embodiment of the present invention
  • FIG. 3 is a flow diagram of a method for converting a web site to a target web app site, in accordance with one embodiment of the present invention
  • FIG. 4 is a flow diagram of a method for converting a web site to a target web app site, in accordance with one embodiment of the present invention
  • FIG. 5 is a schematic structural diagram of an apparatus for converting a web site to a target web app site according to an embodiment of the present invention
  • FIG. 6 is a schematic structural diagram of an apparatus for converting a web site to a target web app site according to an embodiment of the present invention
  • FIG. 7 is a block diagram showing an arrangement of an apparatus for converting a web site to a target web app site, in accordance with one embodiment of the present invention.
  • FIG. 8 is a block diagram showing the structure of an apparatus for converting a web site to a target web app site, in accordance with one embodiment of the present invention. detailed description
  • a method for converting a web site to a target web app site comprising the steps of: annotating elements on a web page of a web site; applying the annotated elements to the component; previewing the component in the web app page; The components previewed on the page are edited; and the target web app page is saved and created.
  • FIG. 1 is a flow diagram of a method for converting a web site to a target web app site, in accordance with one embodiment of the present invention.
  • a method for converting a web site to a target web app site includes the following steps.
  • Step S101 Label the elements on the web page of the web site.
  • the page element or the set of elements on the web page of the web site may be first selected by the mouse, and then the behavior may be set according to the preference of the selected page element or element set according to the preference provided by the operation option, and then The content of the selected page elements or collection of elements is modularized, and then the modules can be named and sorted.
  • the set of page elements or elements can be previewed on the web app page. Among them, you can select a page element or a collection of elements on a web page by clicking, dragging, zooming, and zooming.
  • Step S102 Apply the labeled element to the component.
  • a page element or a collection of elements on a web page is selected to be set as a different component, and the different components include a site navigation component, a channel navigation component, and a column component.
  • Step S103 Preview the component on the web app page.
  • Step S104 Edit the component previewed on the web app page.
  • the components in the web app page are first divided; then the components on the web app page are selected by clicking, dragging, zooming, and zooming; finally, the selected components are visually edited.
  • the html, ess or js code of the component is modified by the WYSIWYG mode.
  • Step S105 Save and create a target web app page.
  • a method for converting a web site into a target web app site after annotating and applying a component to a web page of the web site, previewing the effect on the web ap page, and then applying the web app
  • the page is edited to create a web app page, such as dragging and dropping components for sorting, merging, etc., so that the effect of converting the web site to the web app is better, which improves the user experience, and at the same time facilitates the user's logo on the page 2
  • a flowchart of a method for converting a web site to a target web app site in accordance with yet another embodiment of the invention.
  • a method for converting a web site to a target web app site includes the following steps.
  • Step S201 Label the web page of the web site.
  • the page element or the set of elements on the web page of the web site may be first selected by the mouse, and then the behavior may be set according to the preference of the selected page element or element set according to the preference provided by the operation option, and then The content of the selected page elements or collection of elements is modularized, and then the modules can be named and sorted.
  • the set of page elements or elements can be previewed on the web app page. Among them, you can select a page element or a collection of elements on a web page by clicking, dragging, zooming, and zooming.
  • Step S202 Apply the labeled element to the component.
  • a page element or a collection of elements on a web page is selected to be set as a different component, and the different components include a site navigation component, a channel navigation component, and a column component.
  • Step S203 Preview the component on the web app page.
  • Step S204 Edit the component previewed on the web app page.
  • the components in the web app page are first divided; then the components on the web app page are selected by clicking, dragging, zooming, and zooming; finally, the selected components are visually edited to create the target web. App page.
  • the html, ess or js code of the component is modified by the WYSIWYG mode.
  • Step S205 Save and create a target web app page.
  • Step S206 Add a high-end machine advanced interface element to the target web ap page.
  • a method for converting a web site into a target web app site adds other interface elements to the target web app page, so that the converted target web app page is more diversified, enriching the target web app page.
  • the content enhances the user experience.
  • FIG. 3 is a diagram of a method for converting a web site to a target web app site according to still another embodiment of the present invention. Flow chart.
  • a method for converting a web site to a target web app site includes the following steps.
  • Step S301 Label the web page of the web site.
  • the page element or the set of elements on the web page of the web site may be first selected by the mouse, and then the behavior may be set according to the preference of the selected page element or element set according to the preference provided by the operation option, and then The content of the selected page elements or collection of elements is modularized, and then the modules can be named and sorted.
  • the set of page elements or elements can be previewed on the web app page. Among them, you can select a page element or a collection of elements on a web page by clicking, dragging, zooming, and zooming.
  • Step S302 Apply the labeled element to the component.
  • a page element or a collection of elements on a web page is selected to be set as a different component, and the different components include a site navigation component, a channel navigation component, and a column component.
  • Step S303 Preview the component on the web app page.
  • Step S304 Edit the component previewed on the web app page.
  • the components in the web app page are first divided; then the components on the web app page are selected by clicking, dragging, zooming, and zooming; finally, the selected components are visually edited to create the target web. App page.
  • the html, ess or js code of the component is modified by the WYSIWYG mode.
  • Step S305 Save and create a target web app page.
  • Step S306 Add a high-end advanced interface element to the target web ap page.
  • Step S307 Save the web app page of the preview component as a template.
  • step S306 is optional.
  • saving a web app page of the preview component as a template can be reused, thereby improving the efficiency of web page conversion.
  • FIG. 4 is a flow chart of a method for converting a web site to a target web app site in accordance with yet another embodiment of the present invention.
  • the method for converting a web site to a target web app site includes the following steps.
  • Step S401 Label the web page of the web site.
  • the page element or the set of elements on the web page of the web site may be first selected by the mouse, and then the behavior may be set according to the preference of the selected page element or element set according to the preference provided by the operation option, and then The content of the selected page elements or collection of elements is modularized, and then the modules can be named and sorted.
  • the set of page elements or elements can be previewed on the web app page. Among them, you can select a page element or a collection of elements on a web page by clicking, dragging, zooming, and zooming.
  • Step S402 Apply the labeled element to the component.
  • a page element or a collection of elements on a web page is selected to be set as a different component, and the different components include a site navigation component, a channel navigation component, and a column component.
  • Step S403 Preview the component on the web app page.
  • Step S404 Edit the component previewed on the web app page.
  • the components in the web app page are first divided; then the components on the web app page are selected by clicking, dragging, zooming, and zooming; finally, the selected components are visually edited to create the target web. App page.
  • the html, ess or js code of the component is modified by the WYSIWYG mode.
  • Step S405 Save and create a target web app page.
  • Step S406 Add a high-end advanced interface element to the target web ap page.
  • Step S407 Save the web app page of the preview component as a template.
  • Step S408 Set the structure of the target web app site.
  • the function and content structure of the target web app site are set. For example, set a large structure for the web app page with three functions: home page, list, and article.
  • Step S409 Calculate the url mode of the template.
  • the system automatically calculates the url mode according to the url of the user's annotated page and recommends that the user apply the calculated url pattern to a similar page.
  • Step S410 Apply a template and a url pattern to the structure to create a web app site.
  • the url pattern calculated by the visual annotation page and the template saved according to the web app page should Within the structure of the web app page setup, a new product form is formed, creating a web app site.
  • the structure includes a page type of a web app site such as a home page, a list, an article, a login page, a registration page, a picture list, a video view, and the like.
  • step S406 is optional.
  • step S407 is optional.
  • a method for converting a web site into a target web app site, calculating a url mode of a web ap page of the preview component, and applying the url pattern of the web ap page improves the efficiency of web page conversion .
  • An apparatus for converting a web site into a target web app site comprising: an annotation module, the annotation module is configured to mark an element on a webpage of the web site; the first application module, the first application module is used to mark the webpage The elements are applied to the component; the preview module is used to preview the component on the web app page; the editing module is used to edit the components previewed on the web app page; and the module is created, the module is created to save and create the target Web app page.
  • Figure 5 is a block diagram showing the structure of an apparatus for converting a web site to a target web app site in accordance with one embodiment of the present invention.
  • an apparatus for converting a web site into a target web app site includes: an annotation module 110, a first application module 120, a preview module 130, an editing module 140, and a creation module 150.
  • the annotation module 110 is configured to annotate elements on a web page of a web site. More specifically, the annotation module 110 first selects a page element or a collection of elements on a web page; then sets the page element or collection of elements; then modularizes, names, and sorts the page element or collection of elements; and finally the page element or The collection of elements is previewed on the web ap page.
  • the page element or the collection of elements on the web page of the web site may first be selected by the mouse, and then the behavior may be set according to the preference of the selected page element or element collection according to the operation option provided by the annotation, and then the The selected page elements or collections of elements are modularized, and then these modules can be named and sorted.
  • these set page elements or collections of elements can be previewed on the web app page. Among them, you can select a page element or a collection of elements on a web page by clicking, dragging, zooming, and zooming.
  • the first application module 120 applies the annotated elements to the components. More specifically, the first application module 120 can select a page element or a collection of elements on a web page to be set as different components, the different components including a site navigation component, a channel navigation component, and a column component.
  • the preview module 130 is used to preview components on the web app page.
  • the editing module 140 is for editing components previewed on the web app page. More specifically, the editing module 140 first blocks the components within the web app page; then by clicking, dragging, selecting, zooming, and layering Level zoom to select components on the web app page; finally visually edit the selected components.
  • the html, ess or js code of the component is modified by the WYSIWYG mode.
  • the creation module 150 is used to save and create a target web app page.
  • An apparatus for converting a web site into a target web app site after annotating and applying a component of a web page of the web site, previewing the effect on the web app page, and then editing the web app page Creating web app pages, such as dragging and dropping components for sorting, merging, etc., makes the web site's conversion to the web app more effective and improves the user's experience.
  • FIG. 6 is a schematic structural diagram of an apparatus for converting a web site into a target web app site according to another embodiment of the present invention.
  • an apparatus for converting a web site into a target web app site includes: an annotation module 1 10, a first application module 120, a preview module 130, an editing module 140, and a creation module 150. And adding module 160.
  • the annotation module 1 10 is used to annotate elements on a web page of a web site.
  • the first application module 120 applies the annotated elements to the components.
  • the preview module 130 is used to preview components on the web app page.
  • Editing module 140 is used to edit the components previewed on the web app page, which can be modified by the WYSIWYG module or directly edit the component's html, ess or js code.
  • the creation module 150 is used to save and create a target web ap page.
  • Add module 160 is used to add high-end advanced interface elements to the target web app page. Among them, you can add high-end advanced interface elements of some applications on the target web app page, such as: map plugin, phone button, share button.
  • the device for converting a web site into a target web app site adds other interface elements to the target web app page by adding a module, so that the converted target web app page is more diversified and enriches the target.
  • the content of the web app page enhances the user experience.
  • FIG. 7 is a schematic structural diagram of an apparatus for converting a web site into a target web app site according to another embodiment of the present invention.
  • an apparatus for converting a web site into a target web app site includes: an annotation module 1 10, a first application module 120, a preview module 130, an editing module 140, and a creation module 150. , adding module 160 and saving module 170.
  • the annotation module 1 10 is used to annotate elements on a web page of a web site.
  • the first application module 120 applies the annotated elements to the components.
  • the preview module 130 is used to preview components on the web app page.
  • the editing module 140 is configured to edit the components previewed on the web app page, wherein the html, ess or js code of the component can be edited by the modified component of the WYSIWYG mode.
  • the creation module 150 is used to save and create a destination web ap page.
  • Add module 160 is used to add high-end machine advanced interface elements to the target web app page.
  • the saving module 170 is configured to save the web app page of the preview component as a template, and save the module 170 Save as a template to allow this template to be applied to other pages.
  • the device for converting a web site into a target web app site can save the web app page of the preview component as a template by using a saving module, thereby improving the efficiency of web page conversion.
  • FIG. 8 is a schematic structural diagram of an apparatus for converting a web site into a target web app site according to another embodiment of the present invention.
  • an apparatus for converting a web site into a target web app site includes: an annotation module 1 10, a first application module 120, a preview module 130, an editing module 140, and a creation module 150.
  • the annotation module 1 10 is used to annotate elements on a web page of a web site.
  • the first application module 120 applies the annotated elements to the components.
  • the preview module 130 is used to preview components on the web app page.
  • Editing module 140 is used to edit the components previewed on the web app page, which can be modified by the WYSIWYG module or directly edit the component's html, ess or js code.
  • the creation module 150 is used to save and create a target web app page.
  • Add module 160 is used to add high-end advanced interface elements to the target web app page.
  • the save module 170 is used to save the web app page of the preview component as a template.
  • the setting module 180 is used to set the structure of the target web app site. More specifically, the function and content structure of the target web app site are set. For example, set a large structure for the web app page with three functions: home page, list, and article.
  • the calculation module 190 is configured to calculate a url mode of the template, wherein the system automatically calculates the url mode according to the url of the user annotated page and recommends the user to apply the calculated url mode to a similar page.
  • the second application module 1 100 is for applying a template and a url pattern to the structure to create the web app site.
  • the url pattern calculated by the visual annotation page and the template saved according to the web app page are applied to the structure of the web app page setting to form a new product form, and a web app site is created.
  • the structure includes a page type of a web app site such as a home page, a list, an article, a login page, a registration page, a picture list, a video view, and the like.
  • the device for converting a web site into a target web app site calculates a url mode of a web ap page of the preview component and applies it to the structure of the web ap page, thereby improving the efficiency of web page conversion. .
  • the description of the terms “one embodiment”, “some embodiments”, “example”, “specific example”, or “some examples” and the like means a specific feature described in connection with the embodiment or example.
  • a structure, material or feature is included in at least one embodiment or example of the invention.
  • the schematic representation of the above terms does not necessarily mean the same embodiment or example.
  • the particular features, structures, materials, or characteristics described may be combined in a suitable manner in any one or more embodiments or examples.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)

Description

用于将 web站点转换为目标 web app站点的方法和装置 技术领域
本发明涉及 web app化技术领域, 特别涉及一种用于将 web站点转换为目标 web app站点的方法和装置。 背景技术
现如今, 随着 web2.0技术的普及, web app ( web application, 通过使用 Web和 Web浏览器技术, 跨越网络完成一个或多个任务的应用程序, 通常需要使用 Web浏览 器) 化技术也越来越常见, 该技术能让用户在高端机只能设备上浏览 web页的效果的 体验类似 native app ( native application, 本地应用程序)展现效果。
现有的技术将 web站点转换为目标 web app站点主要是采用修改部分代码来将转 换 web站点转换为目标 web app站点, 因此至少存在以下几个问题:
( 1 ) 无法可视化转换不能即时了解转换效果;
( 2 )修改代码过于复杂麻烦, 具有一定的专业性, 不方便优化转换的效果。 发明内容
本发明旨在至少解决上述技术问题之一。
为此, 本发明的第一个目的在于提出一种用于将 web站点转换为目标 web app站 点的方法。
本发明的第二个目的在于提出一种用于将 web站点转换为目标 web app站点的装 置。
为了实现上述目的, 根据本发明的第一方面实施例的用于将 web站点转换为目标 web app站点的方法包括以下步骤: 对所述 web站点的 web页面上的元素进行标注; 将标注的所述元素应用到组件; 在 web app页面预览所述组件; 对所述 web app页面上 预览的所述组件进行编辑; 以及保存并创建所述目标 web app页面。
根据本发明实施例的用于将 web站点转换为目标 web app站点的方法,通过对 web 站点的 web页面进行标注和应用组件后, 在 web app页面预览效果, 然后再对 web app 页面进行编辑来创建 web app页面, 例如拖拽组件进行排序、 合并等, 使得 web站点 转换到 web app的效果更加良好, 提高了用户的体验感, 同时方便用户的对页面的标 为实现上述目的,本发明第二方面的实施例的用于将 web站点转换为目标 web app 站点的装置包括: 标注模块, 所述标注模块用于对所述 web站点的 web页面上的元素 进行标注; 第一应用模块, 所述第一应用模块用于将标注的所述元素应用到组件; 预 览模块, 所述预览模块用于在 web app 页面预览所述组件; 编辑模块, 所述编辑模块 用于对所述 web app页面上预览的所述组件进行编辑; 以及创建模块, 所述创建模块 用于保存并创建所述目标 web app页面。
根据本发明实施例的用于将 web站点转换为目标 web app站点的装置,通过对 web 站点的 web页面进行标注和应用组件后, 在 web app页面预览效果, 然后再对 web app 页面进行编辑来创建 web app页面, 例如拖拽组件进行排序、 合并等, 使得 web站点 转换到 web app的效果更加良好, 提高了用户的体验感。
本发明的附加方面和优点将在下面的描述中部分给出, 部分将从下面的描述中变 得明显, 或通过本发明的实践了解到。 附图说明
本发明上述的和 /或附加的方面和优点从下面结合附图对实施例的描述中将变得明 显和容易理解, 其中:
图 1为根据本发明一个实施例的一种用于将 web站点转换为目标 web app站点的 方法的流程图;
图 2为根据本发明一个实施例的一种用于将 web站点转换为目标 web app站点的 方法的流程图;
图 3为根据本发明一个实施例的一种用于将 web站点转换为目标 web app站点的 方法的流程图;
图 4为根据本发明一个实施例的一种用于将 web站点转换为目标 web app站点的 方法的流程图;
图 5为根据本发明一个实施例的用于将 web站点转换为目标 web app站点的装置 的结构示意图;
图 6为根据本发明一个实施例的用于将 web站点转换为目标 web app站点的装置 的结构示意图;
图 7为根据本发明一个实施例的用于将 web站点转换为目标 web app站点的装置 的结构示意图; 以及
图 8为根据本发明一个实施例的用于将 web站点转换为目标 web app站点的装置 的结构示意图。 具体实施方式
下面详细描述本发明的实施例, 所述实施例的示例在附图中示出, 其中自始至终 相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。 下面通过参 考附图描述的实施例是示例性的, 仅用于解释本发明, 而不能解释为对本发明的限制。
参照下面的描述和附图, 将清楚本发明的实施例的这些和其他方面。 在这些描述 和附图中, 具体公开了本发明的实施例中的一些特定实施方式, 来表示实施本发明的 实施例的原理的一些方式, 但是应当理解, 本发明的实施例的范围不受此限制。 相反, 本发明的实施例包括落入所附加权利要求书的精神和内涵范围内的所有变化、 修改和 等同物。
下面参考说明书附图描述根据本发明实施例的用于将 web 站点转换为目标 web ap 站点的方法
一种用于将 web站点转换为目标 web app站点的方法, 包括以下步骤: 对 web站 点的 web页面上的元素进行标注; 将标注的元素应用到组件; 在 web app页面预览组 件; 对 web app页面上预览的组件进行编辑; 以及保存并创建目标 web app页面。
图 1为本发明一个实施例的用于将 web站点转换为目标 web app站点的方法的流 程图。
如图 1所示, 根据本发明实施例的用于将 web站点转换为目标 web app站点的方 法包括下述步骤。
步骤 S101 : 对 web站点的 web页面上的元素进行标注。
具体地, 首先选择 web页面上的页面元素或元素集合; 然后对页面元素或元素集 合进行设置; 接着对页面元素或元素集合进行模块化、 命名和排序; 以及最后将页面 元素或元素集合在 web ap 页面进行预览。
更具体地, 首先可以通过鼠标对 web站点的 web页面的上的页面元素或元素集合 进行选择, 然后可以根据喜好根据标注时提供操作选项的对选择的页面元素或元素集 合进行行为设置, 然后可以对已选择的页面元素或元素集合进行内容模块化, 然后可 以对这些模块进行命名和排序,最后可以将这些设置过后的页面元素或元素集合在 web app页面进行预览。 其中, 可以通过点选、 拖拽选择、 缩放选择、 层级缩放来选择 web 页面上的页面元素或元素集合。
步骤 S102: 将标注的元素应用到组件。
具体地, 选择 web页面上的页面元素或元素集合以设置成不同组件, 不同组件包 括站点导航组件、 频道导航组件和栏目组件。
步骤 S103 : 在 web app页面预览组件。
步骤 S 104: 对 web app页面上预览的组件进行编辑。
具体地, 首先对 web app页面内的组件进行分块; 然后通过点选、 拖拽选择、 缩 放选择、 层级缩放来选择 web app页面上的组件; 最后对选择的组件进行可视化编辑。
在本发明的一个实施例中, 通过所见即所得模式的修改组件或直接编辑组件的 html、 ess或 js代码。
步骤 S 105: 保存并创建目标 web app页面。
根据本发明实施例的用于将 web站点转换为目标 web app站点的方法,通过对 web 站点的 web页面进行标注和应用组件后, 在 web ap 页面预览效果, 然后再对 web app 页面进行编辑来创建 web app页面, 例如拖拽组件进行排序、 合并等, 使得 web站点 转换到 web app的效果更加良好, 提高了用户的体验感, 同时方便用户的对页面的标 图 2为本发明又一个实施例的用于将 web站点转换为目标 web app站点的方法的 流程图。
如图 2所示, 根据本发明实施例的用于将 web站点转换为目标 web app站点的方 法包括下述步骤。
步骤 S201: 对 web站点的 web页面进行标注。
具体地, 首先选择 web页面上的页面元素或元素集合; 然后对页面元素或元素集 合进行设置; 接着对页面元素或元素集合进行模块化、 命名和排序; 以及最后将页面 元素或元素集合在 web ap 页面进行预览。
更具体地, 首先可以通过鼠标对 web站点的 web页面的上的页面元素或元素集合 进行选择, 然后可以根据喜好根据标注时提供操作选项的对选择的页面元素或元素集 合进行行为设置, 然后可以对已选择的页面元素或元素集合进行内容模块化, 然后可 以对这些模块进行命名和排序,最后可以将这些设置过后的页面元素或元素集合在 web app页面进行预览。 其中, 可以通过点选、 拖拽选择、 缩放选择、 层级缩放来选择 web 页面上的页面元素或元素集合。
步骤 S202: 将标注的元素应用到组件。
具体地, 选择 web页面上的页面元素或元素集合以设置成不同组件, 不同组件包 括站点导航组件、 频道导航组件和栏目组件。
步骤 S203 : 在 web app页面预览组件。
步骤 S204: 对 web app页面上预览的组件进行编辑。
具体地, 首先对 web app页面内的组件进行分块; 然后通过点选、 拖拽选择、 缩 放选择、 层级缩放来选择 web app页面上的组件; 最后对选择的组件进行可视化编辑 以创建目标 web app页面。
在本发明的一个实施例中, 通过所见即所得模式的修改组件或直接编辑组件的 html、 ess或 js代码。
步骤 S205: 保存并创建目标 web app页面。
步骤 S206: 为目标 web ap 页面添加高端机高级接口元素。
具体地, 在目标 web app页面可以添加上一些应用程序的高端机高级接口元素, 如: 地图插件、 电话按钮、 分享按钮。
根据本发明实施例的用于将 web站点转换为目标 web app站点的方法,在目标 web app页面填加了其他接口元素, 使得转换得到的目标 web app页面更加多元化, 丰富了 目标 web app页面的内容, 提高了用户的体验感。
图 3为本发明又一个实施例的用于将 web站点转换为目标 web app站点的方法的 流程图。
如图 3所示, 根据本发明实施例的用于将 web站点转换为目标 web app站点的方 法包括下述步骤。
步骤 S301: 对 web站点的 web页面进行标注。
具体地, 首先选择 web页面上的页面元素或元素集合; 然后对页面元素或元素集 合进行设置; 接着对页面元素或元素集合进行模块化、 命名和排序; 以及最后将页面 元素或元素集合在 web ap 页面进行预览。
更具体地, 首先可以通过鼠标对 web站点的 web页面的上的页面元素或元素集合 进行选择, 然后可以根据喜好根据标注时提供操作选项的对选择的页面元素或元素集 合进行行为设置, 然后可以对已选择的页面元素或元素集合进行内容模块化, 然后可 以对这些模块进行命名和排序,最后可以将这些设置过后的页面元素或元素集合在 web app页面进行预览。 其中, 可以通过点选、 拖拽选择、 缩放选择、 层级缩放来选择 web 页面上的页面元素或元素集合。
步骤 S302: 将标注的元素应用到组件。
具体地, 选择 web页面上的页面元素或元素集合以设置成不同组件, 不同组件包 括站点导航组件、 频道导航组件和栏目组件。
步骤 S303 : 在 web app页面预览组件。
步骤 S304: 对 web app页面上预览的组件进行编辑。
具体地, 首先对 web app页面内的组件进行分块; 然后通过点选、 拖拽选择、 缩 放选择、 层级缩放来选择 web app页面上的组件; 最后对选择的组件进行可视化编辑 以创建目标 web app页面。
在本发明的一个实施例中, 通过所见即所得模式的修改组件或直接编辑组件的 html、 ess或 js代码。
步骤 S305: 保存并创建目标 web app页面。
步骤 S306: 为目标 web ap 页面添加高端机高级接口元素。
具体地, 在目标 web app页面可以添加上一些应用程序的高端机高级接口元素, 如: 地图插件、 电话按钮、 分享按钮。
步骤 S307: 将预览组件的 web app页面保存为模板。
具体地, 保存为模板可以允许将这个模板运用到其他页面上。
在本发明的一个实施例中, 步骤 S306是可选的。
根据本发明实施例的用于将 web站点转换为目标 web app站点的方法, 将预览组 件的 web app页面保存为模板可以重用, 提高了 web页面转化的效率。
图 4为本发明又一个实施例的用于将 web站点转换为目标 web app站点的方法的 流程图。
如图 4所示, #居本发明实施例的用于将 web站点转换为目标 web app站点的方 法包括下述步骤。
步骤 S401: 对 web站点的 web页面进行标注。
具体地, 首先选择 web页面上的页面元素或元素集合; 然后对页面元素或元素集 合进行设置; 接着对页面元素或元素集合进行模块化、 命名和排序; 以及最后将页面 元素或元素集合在 web app页面进行预览。
更具体地, 首先可以通过鼠标对 web站点的 web页面的上的页面元素或元素集合 进行选择, 然后可以根据喜好根据标注时提供操作选项的对选择的页面元素或元素集 合进行行为设置, 然后可以对已选择的页面元素或元素集合进行内容模块化, 然后可 以对这些模块进行命名和排序,最后可以将这些设置过后的页面元素或元素集合在 web app页面进行预览。 其中, 可以通过点选、 拖拽选择、 缩放选择、 层级缩放来选择 web 页面上的页面元素或元素集合。
步骤 S402: 将标注的元素应用到组件。
具体地, 选择 web页面上的页面元素或元素集合以设置成不同组件, 不同组件包 括站点导航组件、 频道导航组件和栏目组件。
步骤 S403: 在 web app页面预览组件。
步骤 S404: 对 web app页面上预览的组件进行编辑。
具体地, 首先对 web app页面内的组件进行分块; 然后通过点选、 拖拽选择、 缩 放选择、 层级缩放来选择 web app页面上的组件; 最后对选择的组件进行可视化编辑 以创建目标 web app页面。
在本发明的一个实施例中, 通过所见即所得模式的修改组件或直接编辑组件的 html、 ess或 js代码。
步骤 S405: 保存并创建目标 web app页面。
步骤 S406: 为目标 web ap 页面添加高端机高级接口元素。
具体地, 在目标 web app页面可以添加上一些应用程序的高端机高级接口元素, 如: 地图插件、 电话按钮、 分享按钮。
步骤 S407: 将预览组件的 web app页面保存为模板。
具体地, 保存为模板可以允许将这个模板运用到其他页面上。
步骤 S408: 设置目标 web app站点的结构。
具体地, 将目标 web app站点的功能、 内容结构进行设置。 例如, 给 web app页面 设置一个大结构, 具有三个功能: 首页、 列表和文章。
步骤 S409: 计算模板的 url模式。
具体地, 系统根据用户标注页面的 url来自动计算 url模式并推荐用户将计算出的 url模式应用于类似的页面上。
步骤 S410: 将模板和 url模式应用于结构以创建 web app站点。
具体地, 将可视化标注页面计算出的 url模式和根据该 web app页面保存的模板应 用于 web app页面设置的结构内, 形成一个新的产品形态, 创建 web app站点。
在本发明的一个实施例中, 结构包括 web app站点的首页、 列表、 文章、 登录页、 注册页、 图片列表、 视频查看等页面类型。
在本发明的一个实施例中, 步骤 S406是可选的。
在本发明的一个实施例中, 步骤 S407是可选的。
根据本发明实施例的用于将 web站点转换为目标 web app站点的方法, 计算预览 组件的 web ap 页面的 url模式, 并将其应用在 web ap 页面的结构内, 提高了 web页 面转化的效率。
下面参考说明书附图描述根据本发明实施例的用于将 web 站点转换为目标 web app站点的装置。
一种用于将 web站点转换为目标 web app站点的装置, 包括: 标注模块, 标注模 块用于对 web站点的 web页面上的元素进行标注; 第一应用模块, 第一应用模块用于 将标注的元素应用到组件; 预览模块, 预览模块用于在 web app页面预览组件; 编辑 模块, 编辑模块用于对 web app 页面上预览的组件进行编辑; 以及创建模块, 创建模 块用于保存并创建目标 web app页面。
图 5为本发明一个实施例的用于将 web站点转换为目标 web app站点的装置的结 构示意图。
如图 5所示, 根据本发明实施例的用于将 web站点转换为目标 web app站点的装 置, 包括: 标注模块 110、 第一应用模块 120、 预览模块 130、 编辑模块 140和创建模 块 150。
具体地,标注模块 110用于对 web站点的 web页面上的元素进行标注。 更具体地, 标注模块 110首先选择 web页面上的页面元素或元素集合; 然后对页面元素或元素集 合进行设置; 接着对页面元素或元素集合进行模块化、 命名和排序; 以及最后将页面 元素或元素集合在 web ap 页面进行预览。例如,首先可以通过鼠标对 web站点的 web 页面的上的页面元素或元素集合进行选择, 然后可以根据喜好根据标注时提供操作选 项的对选择的页面元素或元素集合进行行为设置, 然后可以对已选择的页面元素或元 素集合进行内容模块化, 然后可以对这些模块进行命名和排序, 最后可以将这些设置 过后的页面元素或元素集合在 web app 页面进行预览。 其中, 可以通过点选、 拖拽选 择、 缩放选择、 层级缩放来选择 web页面上的页面元素或元素集合。
第一应用模块 120将标注的元素应用到组件。 更具体地, 第一应用模块 120可以 选择 web 页面上的页面元素或元素集合以设置成不同组件, 不同组件包括站点导航组 件、 频道导航组件和栏目组件。
预览模块 130用于在 web app页面预览组件。
编辑模块 140用于对 web app页面上预览的组件进行编辑。 更具体地, 编辑模块 140首先对 web app页面内的组件进行分块; 然后通过点选、 拖拽选择、 缩放选择、 层 级缩放来选择 web app页面上的组件; 最后对选择的组件进行可视化编辑。
在本发明的一个实施例中, 通过所见即所得模式的修改组件或直接编辑组件的 html、 ess或 js代码。
创建模块 150用于保存并创建目标 web app页面。
根据本发明实施例的用于将 web站点转换为目标 web app站点的装置,通过对 web 站点的 web页面进行标注和应用组件后, 在 web app页面预览效果, 然后再对 web app 页面进行编辑来创建 web app页面, 例如拖拽组件进行排序、 合并等, 使得 web站点 转换到 web app的效果更加良好, 提高了用户的体验感。
图 6为本发明另一个实施例的用于将 web站点转换为目标 web app站点的装置的 结构示意图。
如图 6所示, 根据本发明实施例的用于将 web站点转换为目标 web app站点的装 置, 包括: 标注模块 1 10、 第一应用模块 120、 预览模块 130、 编辑模块 140、 创建模 块 150和添加模块 160。
具体地, 标注模块 1 10用于对 web站点的 web页面上的元素进行标注。 第一应用 模块 120将标注的元素应用到组件。 预览模块 130用于在 web app页面预览组件。 编 辑模块 140用于对 web app页面上预览的组件进行编辑, 其中可以通过所见即所得模 式的修改组件或直接编辑组件的 html、 ess或 js代码。创建模块 150用于保存并创建目 标 web ap 页面。
添加模块 160用于为目标 web app页面添加高端机高级接口元素。 其中, 在目标 web app页面可以添加上一些应用程序的高端机高级接口元素, 如: 地图插件、 电话按 钮、 分享按钮。
根据本发明实施例的用于将 web站点转换为目标 web app站点的装置, 通过添加 模块在目标 web app页面填加了其他接口元素,使得转换得到的目标 web app页面更加 多元化, 丰富了目标 web app页面的内容, 提高了用户的体验感。
图 7为本发明另一个实施例的用于将 web站点转换为目标 web app站点的装置的 结构示意图。
如图 7所示, 根据本发明实施例的用于将 web站点转换为目标 web app站点的装 置, 包括: 标注模块 1 10、 第一应用模块 120、 预览模块 130、 编辑模块 140、 创建模 块 150、 添加模块 160和保存模块 170。
具体地, 标注模块 1 10用于对 web站点的 web页面上的元素进行标注。 第一应用 模块 120将标注的元素应用到组件。 预览模块 130用于在 web app页面预览组件。 编 辑模块 140用于对 web app页面上预览的组件进行编辑, 其中可以通过所见即所得模 式的修改组件或直接编辑组件的 html、 ess或 js代码。创建模块 150用于保存并创建目 web ap 页面。 添加模块 160用于为目标 web app页面添加高端机高级接口元素。 保存模块 170用于将预览组件的 web app页面保存为模板, 通过保存模块 170保 存为模板可以允许将这个模板运用到其他页面上。
根据本发明实施例的用于将 web站点转换为目标 web app站点的装置, 通过保存 模块将预览组件的 web app页面保存为模板可以重用, 提高了 web页面转化的效率。
图 8为本发明另一个实施例的用于将 web站点转换为目标 web app站点的装置的 结构示意图。
如图 8所示, 根据本发明实施例的用于将 web站点转换为目标 web app站点的装 置, 包括: 标注模块 1 10、 第一应用模块 120、 预览模块 130、 编辑模块 140、 创建模 块 150、 添加模块 160、 保存模块 170、 设置模块 180、 计算模块 190和第二应用模块 1 100。
具体地, 标注模块 1 10用于对 web站点的 web页面上的元素进行标注。 第一应用 模块 120将标注的元素应用到组件。 预览模块 130用于在 web app页面预览组件。 编 辑模块 140用于对 web app页面上预览的组件进行编辑, 其中可以通过所见即所得模 式的修改组件或直接编辑组件的 html、 ess或 js代码。创建模块 150用于保存并创建目 标 web app页面。 添加模块 160用于为目标 web app页面添加高端机高级接口元素。 保 存模块 170用于将预览组件的 web app页面保存为模板。
设置模块 180用于设置目标 web app站点的结构。 更具体地, 将目标 web app站点 的功能、 内容结构进行设置。 例如, 给 web app页面设置一个大结构, 具有三个功能: 首页、 列表和文章。
计算模块 190用于计算模板的 url模式, 其中, 系统根据用户标注页面的 url来自 动计算 url模式并推荐用户将计算出的 url模式应用于类似的页面上。
第二应用模块 1 100用于将模板和 url模式应用于所述结构以创建所述 web app站 点。 其中, 将可视化标注页面计算出的 url模式和根据该 web app页面保存的模板应用 于 web app页面设置的结构内, 形成一个新的产品形态, 创建 web app站点。
在本发明的一个实施例中, 结构包括 web app站点的首页、 列表、 文章、 登录页、 注册页、 图片列表、 视频查看等页面类型。
根据本发明实施例的用于将 web站点转换为目标 web app站点的装置, 计算预览 组件的 web ap 页面的 url模式, 并将其应用在 web ap 页面的结构内, 提高了 web页 面转化的效率。
在本说明书的描述中, 参考术语"一个实施例"、 "一些实施例"、 "示例"、 "具体示 例"、 或"一些示例"等的描述意指结合该实施例或示例描述的具体特征、 结构、 材料或 者特点包含于本发明的至少一个实施例或示例中。 在本说明书中, 对上述术语的示意 性表述不一定指的是相同的实施例或示例。 而且, 描述的具体特征、 结构、 材料或者 特点可以在任何的一个或多个实施例或示例中以合适的方式结合。
尽管已经示出和描述了本发明的实施例, 对于本领域的普通技术人员而言, 可以 理解在不脱离本发明的原理和精神的情况下可以对这些实施例进行多种变化、 修改、 替换和变型, 本发明的范围由所附权利要求及其等同限定。

Claims

权利要求书
1、 一种用于将 web站点转换为目标 web app站点的方法, 其特征在于, 包括以下 步骤:
对所述 web站点的 web页面上的元素进行标注;
将标注的所述元素应用到组件;
在 web app页面预览所述组件;
对所述 web app页面上预览的所述组件进行编辑; 以及
保存并创建所述目标 web app页面。
2、 根据权利要求 1所述的方法, 其特征在于, 进一步包括步骤:
为所述目标 web ap 页面添力。高端机高级接口元素。
3、 根据权利要求 1所述的方法, 其特征在于, 进一步包括步骤:
将预览所述组件的所述 web app页面保存为模板。
4、 根据权利要求 3所述的方法, 其特征在于, 进一步包括步骤:
设置所述目标 web app站点的结构;
计算所述模板的 url模式; 以及
将所述模板和所述 url模式应用于所述结构以创建所述 web app站点。
5、 根据权利要求 4所述的方法, 其特征在于, 所述结构包括所述 web app站点的 首页、 列表、 文章、 登录页、 注册页、 图片列表、 视频查看等页面类型。
6、 根据权利要求 1至 5中任一项所述的方法, 其特征在于, 将标注的所述元素应 用到组件的步骤包括:
选择所述 web页面上的页面元素或元素集合以设置成不同组件, 所述不同组件包 括站点导航组件、 频道导航组件和栏目组件。
7、 根据权利要求 1至 5中任一项所述的方法, 其特征在于, 对所述 web app页面 上预览的所述组件进行编辑的步骤包括:
对所述 web app页面内的所述组件进行分块;
通过点选、 拖拽选择、 缩放选择、 层级缩放来选择所述 web app页面上的组件; 以及
对选择的所述组件进行可视化编辑。
8、 根据权利要求 7所述的方法, 其特征在于, 进一步包括步骤:
通过所见即所得模式的修改所述组件或直接编辑所述组件的 html、 ess或 js代码。
9、 一种用于将 web站点转换为目标 web app站点的装置, 其特征在于, 包括: 标注模块, 所述标注模块用于对所述 web站点的 web页面上的元素进行标注; 第一应用模块, 所述第一应用模块用于将标注的所述元素应用到组件;
预览模块, 所述预览模块用于在 web app页面预览所述组件; 编辑模块, 所述编辑模块用于对所述 web app 页面上预览的所述组件进行编辑; 以及
创建模块, 所述创建模块用于保存并创建所述目标 web app页面。
10、 根据权利要求 9所述的装置, 其特征在于, 进一步包括:
添加模块, 所述添加模块用于为所述目标 web app页面添加高端机高级接口元素。
1 1、 根据权利要求 10所述的装置, 其特征在于, 进一步包括:
保存模块, 所述保存模块用于将预览所述组件的所述 web app页面保存为模板。
12、 根据权利要求 1 1所述的装置, 其特征在于, 进一步包括:
设置模块, 所述设置模块用于设置所述目标 web app站点的结构;
计算模块, 所述计算模块用于计算所述模板的 url模式; 以及
第二应用模块,所述第二应用模块用于将所述模板和所述 url模式应用于所述结构 以创建所述 web ap 站点。
13、 根据权利要求 12所述的装置, 其特征在于, 所述结构包括所述 web app站点 的首页、 列表、 文章、 登录页、 注册页、 图片列表、 视频查看等页面类型。
14、根据权利要求 9至 13中任一项所述的装置, 其特征在于, 所述应用模块用于: 选择所述 web页面上的页面元素或元素集合以设置成不同组件, 所述不同组件包 括站点导航组件、 频道导航组件和栏目组件。
15、根据权利要求 9至 13中任一项所述的装置, 其特征在于, 所述编辑模块用于: 对所述 web app页面内的所述组件进行分块;
通过点选、 拖^ 选择、 缩放选择、 层级缩放来选择所述 web app页面上的组件; 以及
对选择的所述组件进行可视化编辑。
16、 根据权利要求 15所述的装置, 其特征在于, 所述编辑模块进一步用于: 通过所见即所得模式的修改所述页面元素或直接编辑所述 web app页面的 html、css 或 js代码。
PCT/CN2012/085676 2012-09-07 2012-11-30 用于将web站点转换为目标web app站点的方法和装置 Ceased WO2014036794A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210331555.5 2012-09-07
CN201210331555.5A CN103678347B (zh) 2012-09-07 2012-09-07 用于将web站点转换为目标web app站点的方法和装置

Publications (1)

Publication Number Publication Date
WO2014036794A1 true WO2014036794A1 (zh) 2014-03-13

Family

ID=50236488

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/085676 Ceased WO2014036794A1 (zh) 2012-09-07 2012-11-30 用于将web站点转换为目标web app站点的方法和装置

Country Status (2)

Country Link
CN (1) CN103678347B (zh)
WO (1) WO2014036794A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105446986B (zh) * 2014-06-30 2018-12-14 国际商业机器公司 用于处理web页面的方法和装置
CN105988778A (zh) * 2015-01-28 2016-10-05 阿里巴巴集团控股有限公司 一种页面设置方法及装置
CN106227517B (zh) * 2016-07-13 2019-09-06 北京智网易联科技有限公司 原生移动app软件自动生成方法和设备

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593207A (zh) * 2009-07-06 2009-12-02 孟智平 一种构造和生成网页的方法及系统
CN102184266A (zh) * 2011-06-27 2011-09-14 武汉大学 一种页面与数据分离的动态wap网站自动生成方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050240869A1 (en) * 2004-04-23 2005-10-27 Kalev Leetaru Method and system for editable web browsing
CA2687473C (en) * 2007-05-17 2014-11-18 Research In Motion Limited System and method for content navigation
CN101526953A (zh) * 2009-01-19 2009-09-09 北京跳网无限科技发展有限公司 Www转换技术
CN102360380A (zh) * 2011-10-12 2012-02-22 熊健辉 提供网页的方法、系统、装置及终端
CN102497478A (zh) * 2011-12-13 2012-06-13 深圳市路友网络科技有限公司 一种手机用户快速访问互联网的方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593207A (zh) * 2009-07-06 2009-12-02 孟智平 一种构造和生成网页的方法及系统
CN102184266A (zh) * 2011-06-27 2011-09-14 武汉大学 一种页面与数据分离的动态wap网站自动生成方法

Also Published As

Publication number Publication date
CN103678347B (zh) 2018-05-04
CN103678347A (zh) 2014-03-26

Similar Documents

Publication Publication Date Title
CN102810105B (zh) 一种移动终端所访问网页的编辑方法及网页编辑器
CN111752899B (zh) 一种环境报告生成方法、装置、电子设备及存储介质
CN104239305B (zh) 生成及展现电子文档的方法及装置
CN107798084A (zh) 一种web前端页面的可视化编辑生成系统及装置
CN101526942A (zh) 在线、实时及自动生成动态网页的组件实现技术
CN103631964A (zh) 一种内嵌pdf的html文件混排方法
CN1841373A (zh) 电子手册显示装置
CN103164443A (zh) 图片合并方法和装置
CN105739976A (zh) 可视化快速生成Windows Phone应用的方法
US20140359432A1 (en) Electronic document production system and electronic document production method thereof
CN105808626A (zh) 一种生成页面的方法及装置
CN101546546B (zh) 一种网络数据转换装置及其数据转换控制方法
CN103259932B (zh) 一种触摸屏移动终端彩信的编辑方法及系统
CN103678347A (zh) 用于将web站点转换为目标web app站点的方法和装置
CN110866374A (zh) 一种在网页上对pdf文件缩略图的易操作方法
CN103795799A (zh) 一种远程监控方法与系统
US20130218935A1 (en) Information processing apparatus, information processing method, and program
CN104461487B (zh) 生成交互式多媒体发布系统模板的方法及装置
CN104111823A (zh) 一种在线交互块式编辑方法及编辑器
CN103414749A (zh) Web可视化编辑iOS的客户端应用的系统及方法
TW200907703A (en) Method and system for editing web data
CN103365866A (zh) 一种模块化所见即所得管理网页模板的装置及管理方法
CN102385474B (zh) 一种数据输出的方法及装置和系统
JP2020087299A (ja) ウェブ構築支援装置およびウェブ構築支援プログラム
TW201636815A (zh) 會議資源共享系統

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12884232

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12884232

Country of ref document: EP

Kind code of ref document: A1