WO2009039123A2 - Copie d'un élément web avec des autorisations réaffectées - Google Patents
Copie d'un élément web avec des autorisations réaffectées Download PDFInfo
- Publication number
- WO2009039123A2 WO2009039123A2 PCT/US2008/076570 US2008076570W WO2009039123A2 WO 2009039123 A2 WO2009039123 A2 WO 2009039123A2 US 2008076570 W US2008076570 W US 2008076570W WO 2009039123 A2 WO2009039123 A2 WO 2009039123A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- web element
- permissions
- user
- copying
- web
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
Definitions
- This invention in general, relates to web technology. More particularly, this invention relates to copying a web element with reassigned permissions.
- multiple contributor websites allow multiple users to create and modify content on the website.
- the multiple contributor websites may assign different levels of permissions to different users. Some users may want to allow other users to copy their created content. The copying may be difficult since it involves obtaining permission from the creator of the content and requires the creator to share code for the content available to the copying user. Transferring the different permissions for the copied content to the copying users is a manual process and may be tedious. Furthermore, the creator may only be allowed to assign the creator's permissions to the copying user.
- the creator of content on a website may not anticipate different applications the website may have in the future.
- the creator may therefore be unable to create web pages, structures, and blocks specific to different applications of the website.
- the web pages, structures, and blocks are typically hardcoded in the website.
- the hardcoded web pages, structures, and blocks may not be modifiable by a copying user for use in an application not anticipated by the creator.
- the content created on the website typically does not evolve for accommodation of new applications.
- there is a need for copying a web element with reassigned permissions wherein the permissions of a selected template user are reassigned automatically to the copying user copying the content, and the copied web element evolves to accommodate new applications.
- the computer implemented method and system disclosed herein addresses the above mentioned need for copying a web element with reassigned permissions.
- the term "element creator” is defined as a user who creates the web element
- the term "copying user” is defined as a user who copies the created web element
- the term "template user” is defined a standardized model of a user with a unique set of permissions and properties.
- An element creator creates the web element in a first location in an online environment.
- the web element may, for example, be a web page or an online data structure.
- the web element may comprise multiple sub elements.
- the sub elements may be sub pages of a web page.
- the web element and the sub elements may comprise multiple content blocks.
- the content blocks may be, for example, a registration content block, a copy content block, etc.
- the element creator assigns the permissions to one or more of multiple template users for the web element.
- the permissions may also be assigned to one or more template users for a pre-existing web element on a host website in the online environment.
- the element creator defines a copy operation for the web element for a copying user.
- the definition of the copy operation comprises selection of one or more of the template users for the reassignment of the permissions.
- the definition of the copy operation may further comprise definition of properties, for example, content to copy, name of copied content, etc. of the copy operation.
- the copying user copies the web element to the second location in the online environment by performing the defined copy operation.
- the copy operation may copy the entire web element, multiple sub elements, or multiple content blocks from the web elements and the sub elements.
- Memberships of the selected template users may be reassigned to the copying user during the copying. Memberships of the selected template users may also be reassigned to a third user.
- the permissions of the selected template users are reassigned to the copying user for the copied web element.
- the permissions are reassigned only for the copied web element.
- the permissions for the web element in the first location remain unchanged.
- the copied web element may be modified in the second location. The modification enables the web element to evolve.
- the copying user may define a second copy operation for the copied web element for further copying the copied web element by a second copying user.
- the definition of the second copy operation comprises selecting one or more of the template users for reassignment of the permissions to the second copying user.
- FIG. 1 illustrates a computer implemented method of copying a web element with reassigned permissions.
- FIG. 2 illustrates a computer implemented system for copying a web element with reassigned permissions,
- FIG. 3A exemplarily illustrates hierarchy of sub pages of a school web page with assigned permissions at different levels of the hierarchy.
- FIG. 3B exemplarily illustrates content blocks with assigned permissions on sub pages of the school web page.
- FIG. 3C exemplarily illustrates the result of a copy operation performed by a copying user.
- FIG. 4 exemplarily illustrates the process involved in execution of a copy operation in the school web page.
- FIG. 5 exemplarily illustrates the process involved in using the school web page for a school bake sale.
- FIG. 6A exemplarily illustrates a pseudocode segment for assigning permissions to multiple template users for multiple content blocks in a web page.
- FIG. 6B exemplarily illustrates a pseudocode segment for defining the copy operations for the copying user by the element creator.
- FIG. 6C exemplarily illustrates a pseudocode segment with permissions of the selected template user reassigned to the copying user.
- FIG. 7 exemplarily illustrates a screenshot of a web page prompting the user to register with a business website.
- FIG. 8 exemplarily illustrates a screenshot of a registration web page for registering a user.
- FIG. 9 exemplarily illustrates a screenshot of a web page providing the user a link to perform the copy operation and create a new client web page.
- FIG. 10 exemplarily illustrates a screenshot of the new client web page.
- FIG. 11 exemplarily illustrates a screenshot of a web page displayed to a second user with "Staff permissions on clicking a "Clients" link.
- FIG. 12 exemplarily illustrates page hierarchy of the business website after the user creates the new client web page.
- FIG. 13 exemplarily illustrates a screenshot of a web page providing an option to an administrative user to configure a copy block.
- FIGS. 14A-14C exemplarily illustrate screenshots of web pages providing configuration options to the administrative user for the copy block.
- FIGS. 15A-15B exemplarily illustrate blocks in the structure of a web page "_Client_Simple" to be copied.
- FIGS. 16A-16B exemplarily illustrate blocks in the structure of a copied web page "Joe Blow".
- FIG. 17 exemplarily illustrates a comparison between permissions for a "Picture” block in the web page "_Client_Simple” and a copied “Picture” block in the copied web page "Joe Blow”.
- FIG. 18 exemplarily illustrates a comparison between permissions for an "Articles” block in the web page "_Client_Simple” and a copied “Articles” block in the copied web page "Joe Blow”.
- FIG. 19 exemplarily illustrates a comparison between permissions for a "Bulletin Boards” block in the web page "_Client_Simple” and a copied “Bulletin Boards” block in the copied web page "Joe Blow”.
- FIG. 20 exemplarily illustrates page hierarchy of the business website after a web page comprising sub pages is copied.
- FIG. 21 exemplarily illustrates a screenshot of a web page comprising a "Login" block.
- FIG. 22 exemplarily illustrates a screenshot of a web page for enabling the "Login" block to be configured.
- FIG. 23 exemplarily illustrates the web page for enabling the "Login” block to be configured with a "copy groups and subs” check box checked.
- FIG. 1 illustrates a computer implemented method of copying a web element with reassigned permissions.
- element creator is defined as a user who creates the web element
- copying user is defined as a user who copies the created web element
- template user is defined a standardized model of a user with a unique set of permissions and properties.
- An element creator creates 101 the web element in a first location in an online environment.
- the web element may be, for example, a web page such as an interactive web page, a business web page, a gaming web page, a news web page, a blog, etc.
- the web element may also be an online data structure.
- the element creator may use online tools provided in the online environment to create, edit, and manage the web element.
- the web element may comprise multiple sub elements.
- the sub elements may be sub pages of a web page.
- the web element and the sub elements may comprise multiple content blocks.
- the content blocks may, for example, a registration content block, a copy content block, a text block, photograph albums, calendars, discussion boards, banner blocks, articles, media content, etc.
- the element creator assigns 102 the permissions for the web element to one or more of multiple template users.
- the permissions may also be assigned to one or more template users for a pre-existing web element on a host website in the online environment.
- the permissions assigned to the template user may comprise configuring, owning, and viewing the web element.
- the permissions associated with a text block may comprise administrating, editing, viewing, approving, and managing the text block.
- the permissions associated with a photograph album may be administrating, configuring, creating galleries, editing galleries, deleting galleries, managing gallery images, and viewing images in the photograph album.
- the permissions associated with a discussion board may be administrating, configuring, managing, editing posts, deleting posts, starting threads, posting replies, and viewing articles on the discussion board.
- the permissions associated with a calendar may be administrating, configuring, creating, editing, deleting, approving, and managing events on the calendar.
- the element creator defines 103 a copy operation for the web element for a copying user.
- the definition of the copy operation comprises selection of one of the template users for the reassignment of the permissions to the copying user.
- the selected template user is the template user whose permissions are to be reassigned to the copying user.
- the definition of the copy operation may further comprise definition of properties of the copy operation.
- the properties may be, for example, content to copy, name of copied content, parent page of copied content, definition of a group of users who may copy the web element, etc.
- the copying user copies 104 the web element to the second location in the online environment by performing the defined copy operation.
- the copying user may copy the entire web element, multiple sub elements, or multiple content blocks from the web elements and the sub elements.
- the copying user must be a member of the group of users who may copy the web element as defined in the copy operation, to be able to copy the web element.
- a user who is not a member of the defined group may either be disallowed from copying the web element or not provided an option to copy the web element.
- Memberships of the selected template user may be reassigned to the copying user during the copying. Memberships of the selected template users may also be reassigned to a third user.
- the permissions of the selected template users are reassigned 105 to the copying user for the copied web element.
- the permissions are reassigned only for the copied web element.
- the permissions for the web element in the first location remain unchanged.
- the permissions of the template users not selected for the reassignment remain unchanged.
- the unselected template users have the same permissions for the copied web element as the permissions for the web element in the first location.
- the copied web element may be modified in the second location.
- the modification enables the web element to evolve.
- the copied web element may also be renamed in the second location.
- the copying user may define a second copy operation for the copied web element for further copying the copied web element by a second copying user.
- the definition of the second copy operation comprises selecting one or more of the template users for reassignment of the permissions to the second copying user.
- the copied web element may further be modified by the copying user in the second location.
- the modifications made by the copying user may provide the web element with improved usability or functionality for a specific application.
- the web element in the first location may be a simple query web page.
- the second user may modify the simple query web page after copying, to provide improved usability for conducting a search in an online sale.
- the copied web element thereby evolves to accommodate new applications.
- FIG. 2 illustrates a computer implemented system 201 for copying a web element with reassigned permissions.
- the computer implemented system 201 disclosed herein comprises a web element creation module 201a, a permission assignment module 201b, a copy operation defining module 201c, a copying module 201d, a permission reassignment module 201e, a web element modifying module 201f, a graphical user interface (GUI) 201g, and a database 201h.
- the element creator 202, the copying user 203, and multiple template users 204 access the system 201 via a network 205.
- the web element creation module 201a creates the web element in a first location in an online environment.
- the web element may, for example, be a web page such as an interactive web page, a business web page, a gaming web page, a news web page, a blog, etc.
- the web element may also be an online data structure.
- the web element creation module 201a may use online tools provided by the GUI 201g in the online environment to create, edit, and manage the web element.
- the web element may comprise multiple sub elements.
- the web element and the sub elements may comprise multiple content blocks.
- the content blocks may, for example, be a registration content block, a copy content block, a text block, photograph albums, calendars, discussion boards, banner blocks, articles, media content, etc.
- the content blocks are stored in a database 201h.
- the permission assignment module 201b assigns the permissions to one or more template users 204 for the web element.
- the permission assignment module 201b also assigns the permissions to the template users 204 for a pre-existing web element on a host website in the online environment.
- the permission assignment module 201b may assign permissions comprising, for example, configuring, owning, and viewing the web element, to the template users 204.
- the copy operation defining module 201c defines a copy operation for the web element for the copying user 203.
- the definition of the copy operation comprises selecting one or more of the template users 204 for reassignment of the permissions to the copying user 203.
- the copy operation defining module 201c further defines properties of the copy operation.
- the properties may be, for example, content to copy, name of copied content, parent page of copied content, definition of a group of users who may copy the web element, etc.
- the copying module 201d copies the web element to a second location in the online environment by performing the defined copy operation.
- the copying module 201d may copy the entire web element, multiple sub elements, or multiple content blocks from the web elements and the sub elements.
- the copying module 201d may reassign memberships of the selected template users 204 to the copying user 203 during the copying.
- the copying module 201d may also reassign memberships of the selected template users 204 to a third user.
- the permission reassignment module 201e reassigns the permissions of the selected template users 204 to the copying user 203 for the copied web element.
- the permission reassignment module 201e reassigns the only for the copied web element.
- the permission reassignment module 201e does not change permissions for the web element in the first location.
- the web element modifying module 201f modifies the copied web element.
- the web element modifying module 201f enables evolution of the web element.
- the web element modifying module 201f may also rename the copied web element. The new name for the copied web element may be selected by the copying user 203.
- the GUI 201g provides online tools for creating and managing the web element in the first location and the copied web element in the second location.
- the online tools may comprise software tools for building the web element and structuring layout, content, and aesthetics of the web element.
- the GUI 201g may further comprise multiple web screens and multiple forms for defining content blocks on the web element.
- the database 201h stores the content blocks, the permissions assigned to the template users 204 and the copying user 203, and user information.
- the user information may comprise user registration information and user login information.
- an element creator 202 creates a web element and allows the web element to be copied by a copying user 203 by defining a copy operation and providing a copy link on the web element.
- the web element may be a business web page.
- the element creator 202 may use the properties during the definition of the copy operation to allow new customers to upload images and fill forms on a sub page created under a "list of customers" page. However, the new customers may not be assigned permissions to create a new sub page under the "list of customers” page.
- the element creator 202 may reserve permissions to create a sub page under the "list of customers" page.
- a link for "new community” is created within a community web page such that when the "new community” link is clicked, multiple sub pages for new sub communities such as “flea market", “parade”, or “crime watch” are created.
- a gymnastics related website may have links for "new level”. Multiple sub pages for coordination of a training track such as "level 7" are created each time the "new level” link is clicked.
- copy links may be provided for "new gymnast”. For each "new gymnast" page created by the element creator 202, copy links may be provided for "new meet”. In each "new meet” page, sub pages suitable for presentation of meet scores and pictures may be created.
- FIG. 3A exemplarily illustrates hierarchy of sub pages of the school web page with assigned permissions at different levels of the hierarchy.
- a web page "Home” 301 comprises sub pages "List of classrooms” 302, "About Us” 303, "Teacher Setup” 304, and "Storeroom” 305.
- the sub page "List of classrooms” 302 comprises a sub page "First Grade” 306.
- the sub page "Storeroom” 305 comprises a sub page "Template Classroom” 307.
- the sub page "Template Classroom” 307 comprises a sub page "Fun” 308.
- the permissions for each sub page are illustrated within the sub page.
- the web page “Home” 301 and the sub pages “List of classrooms” 302, "About Us” 303, and "First Grade” 306 have a "view” permission assigned to "anybody", therefore may be viewed by any user.
- the sub page “Teacher Setup” 304 assigns the permission "view” only to members of a user group "Staff. Therefore, only users with memberships in the user group "Staff may view the “Teacher Setup” 304 page.
- the sub page “Storeroom” 305 assigns the "view” permission to a user "Dept_Lead”.
- FIG. 3B exemplarily illustrates content blocks with assigned permissions on sub pages of the school web page.
- Identifiers may be included for the web pages as the web page name may not be distinct.
- the identifiers are unique codes that help identify the web pages. For example, there may be a sub page named "Fun” 308 under each of the web pages for multiple classrooms. Then, the different sub pages named "Fun” are uniquely identified by the unique id included within each of the web pages.
- Each of the multiple content blocks of the sub pages are presented and manipulated using multiple tools on the website.
- the web page "List of classrooms" 302 comprises a menu block 309 with the "view" permission assigned to "anybody”.
- a user viewing the page “List of classrooms” 302 sees a menu of the sub pages.
- the sub page “Template Classroom” 307 may have a "Welcome” block 311 and an "Assignments” block 312.
- the sub page “Fun” 308 may have a "Parties” block 313.
- "Dept_Lead” may edit each of the sub pages and content blocks.
- a user “Utemplate” may edit the content blocks and may edit the layout of the "Fun” 308 sub page but may not edit the layout of the "Template Classroom” 307 sub page.
- FIG. 3C exemplarily illustrates the result of a copy operation performed by a copying user 203, Jones.
- the web pages "Template Classroom” 307 and “Fun” 308 are copied by Jones and the permissions of the selected template user "Utemplate” are assigned to Jones for the copied web pages "Second Grade” 314 and "Fun” 317.
- the copied web page "Second Grade” 314 comprises a "Welcome” block 315 and an "Assignments” block 316.
- the copied web page “Fun” 317 comprises a "Parties” block 318.
- "Dept_Lead” may also have permissions to edit each of the multiple content blocks in each of the sub pages copied by Jones, as the permissions originally assigned to "Dept_Lead" remain unchanged.
- the "Create classroom” block 310 illustrated in FIG. 3B may be configured such that the sub page copied is the "Template classroom” 307 sub page.
- the "Create classroom” block 310 may be configured to place the copied sub pages as sub pages of the "List of classrooms" 302 sub page.
- the "Create classroom” block 310 may be further configured to reassign the permissions of the selected template user "Utemplate” to the copying user 203, Jones.
- the permissions for the "Create Classroom” block 310 allows only members of the "Staff group to view the copy link and perform the copy operation.
- "Dept_Lead” may edit the "Create Classroom” block 310 and modify the configuration of the "Create Classroom” block 310.
- the copying module 201d performs the copy operation using the permissions of "Dept_Lead".
- the web page "List of classrooms” 302 assigns "Edit Layout” permissions to "Dept_Lead” allowing the creation of sub pages.
- Jones may be a member of the "Staff group. Jones uses the "Create Classroom” block 310 by clicking on the "Create Classroom” button to copy the web page and the sub pages to a second location.
- FIG. 4 exemplarily illustrates the process involved in execution of a copy operation in the school web page.
- An element creator 202 "Dept_Lead” creates 401 "Template Classroom” web page and multiple sub pages comprising multiple content blocks.
- "Dept_Lead” creates 402 a copy block with execute permissions assigned to a user group "Staff.
- "Dept_Lead” creates 403 a template user "Utemplate” in the user group "Staff and assigns permissions to "Utemplate”.
- a copying user 203 "Jones” obtains 404 a membership in the user group "Staff.
- FIG. 5 exemplarily illustrates the process involved in using the school web page for a school bake sale.
- a first parent Pl may be responsible for a first bake sale and may create 501 a sub page for announcing and coordinating the bake sale.
- a second parent P2 may be impressed with the bake sale sub page and ask 502 Pl for a copy of the bake sale sub page to announce and coordinate a second bake sale. Other parents may also ask for a copy of the bake sale sub page.
- Pl may configure 503 a copy block allowing P2 and the other parents to copy the bake sale sub page.
- P2 may modify 505 the bake sale sub page of Pl. The modifications made by P2 may improve the usability or functionality of the bake sale sub page for conducting the bake sale.
- a third parent P3 may want to make a copy of the bake sale sub page of P2 and may ask 506 P2 to allow Pl to make a copy.
- P2 may configure 507 a copy block allowing P3 to copy the bake sale sub page.
- P3 and the other parents may also modify the copied bake sale sub page.
- the bake sale sub page evolves with each improvement made to the usability or functionality of the bake sale sub page.
- FIG. 6A exemplarily illustrates a pseudocode segment for assigning permissions to multiple template users 204 for multiple content blocks in a web page.
- the pseudocode segment may be created by the element creator 202.
- the pseudocode segment in FIG.6A creates a web page named "Classroom_X” 202 in a first location in an online environment and assigns "view” permission to "anybody” and “edit structure” permission to the template users 204 "Template_Teacher” and "Teaching_Supervisors_Group".
- the web page comprises multiple content blocks "Welcome to the Classroom", “School Announcements", and "Calendar of Assignments".
- the pseudocode segment assigns different permissions for each of the content blocks to template users 204 Template_Teacher, Teaching_Supervisors_Group, Office_Staff_Group, and Substitute_Teachers_Group, as illustrated in FIG. 6A.
- FIG. 6B exemplarily illustrates a pseudocode segment for defining the copy operation for the copying user 203 by the element creator 202.
- the element creator 202 defines the name of the copy link as "Add a classroom", the content to copy as the web page "Classroom_X" and parent page of copied content as "List_of_Classrooms”. Further, the element creator 202 selects one of the template users 204 "Template_Teacher” for the reassignment of the properties of the copy operation.
- the element creator 202 defines the copy operations such that only members of the user group "Teaching_Staff_Group" may perform the copy operation.
- FIG. 6C exemplarily illustrates a pseudocode segment with permissions of the selected template user reassigned to the copying user 203.
- the copying user 203 is named "Miss_Melinar".
- “Miss_Melinar” must be a member of the user group "Teaching_Staff_Group” to be able to perform the copy operation.
- a user who is not a member of the user group "Teaching_Staff_Group” may not be allowed to perform the copy operation.
- the web page "Classroom_X" is copied from the first location to a second location in the online environment and is renamed "Miss_Melinar's Classroom”.
- the permissions assigned to the selected template user in the web page "Classroom_X” are reassigned to the copying user 203 "Miss_Melinar”.
- the selected template user "Template_Teacher” is replaced in the pseudocode with the copying user 203
- Group memberships of the selected template users 204 are reassigned to the copying user 203.
- the copying user 203 has group memberships equivalent to the group memberships of the selected template users 204.
- a registering teacher may be added to the groups "Staff, "Policy Announcements" and "Yard Duty".
- the teacher may be able to withdraw from some of these groups.
- a larger number of group memberships of a new teacher may help the new teacher adapt to the policies of the school.
- the element creator 202 may configure the copy operation to assign the permissions to a third user instead of assigning the permissions to the copying user 203.
- the copying user 203 may copy the web element to the second location, but the permissions for the copied web element are assigned to the third user.
- the user "Dept_Lead" may perform the copy operation for multiple classrooms in a department with the permissions reassigned to a different teacher for each of the classrooms.
- a user visits the business website. If the user is not registered with the business website, the user is prompted to register with the business website and is provided a link to a registration webpage.
- a screenshot of a web page prompting the user to register with the business website is exemplarily illustrated in FIG. 7. The user clicks on the link and is directed to the registration webpage.
- the user provides user identification information, for example, electronic mail (email) address, name of the user, a username, and a password.
- a screenshot of a registration web page for registering a user is exemplarily illustrated in FIG. 8. The user completes the registration by clicking on a "Save" button.
- the user is then redirected to a web page "Clients".
- the web page "Clients” may only be accessed by registered users, therefore the user is granted access to the web page "Clients" after registration.
- the web page "Clients” may provide the user a "Create Your Client Page” link for enabling the user to create a new client web page.
- a screenshot of the "Clients" web page providing the user a link to perform the copy operation and create a new client web page is exemplarily illustrated in FIG. 9. On clicking the link to create a new client web page, a new client web page is created for the user and the user is redirected to the new client web page.
- the new client web page is created by copying a client web page stored in a first location in the online environment. "Edit" permissions are assigned to the user for the new client web page.
- the new client web page is the copied web element. Since the user is assigned "edit" permissions for some web elements, the user may edit those web elements in the new client page by adding a picture, contact details, name, age, profession, etc, of the user.
- a screenshot of the new client web page is exemplarily illustrated in FIG. 10.
- the new client web page is a sub page of the web page "Clients"
- the new client web page may be the only sub page of the web page "Clients" accessible by the user on clicking a "Clients" link on the web page, since the user may have permissions only to access the new client web page.
- a third user who may have "Staff permissions may be able to access different client web pages created by different users.
- a list of client web pages may be displayed to the third user who may be permitted to access the client web pages.
- different blocks may be displayed on a single web page to different users based on the permissions assigned to the users.
- a screenshot of a web page displayed to the second user with "Staff permissions on clicking the "Clients" link is exemplarily illustrated in FIG. 11.
- FIG. 12 exemplarily illustrates page hierarchy of the business website after the user creates the new client web page.
- the web element to be copied is the web page named "_Client_Simple” stored in a first location "_Templates".
- the web page "_Client_Simple” is copied by the user to a second location "Clients" and renamed to "Joe Blow".
- the first location "_Templates” may be a web page named “_Templates” with the web page "_Client_Simple” as a sub page.
- the second location "Clients” may be a web page named "Clients” with the web page "Joe Blow” as a sub page.
- the "Create Your Client Page” link on the web page "Clients" illustrated in FIG. 13 may be referred to as a "copy block".
- the copy block may be configured by an administrative user with "edit” permissions for the copy block.
- the administrative user may configure the web element to be copied, content from the web element to be copied, first location to copy the web element from, second location to copy the web element to, and select one or more of the template users 204 for reassigning the permissions to the copying user 203.
- a screenshot of a web page providing a link to the administrative user to configure the copy block is exemplarily illustrated in FIG. 13.
- Screenshots of web pages providing configuration options to the administrative user for the copy block are exemplarily illustrated in FIGS. 14A-14C.
- members of a user group "Registered Users” are assigned “execute” permissions.
- all members of the user group "Registered Users” may use the copy block to copy the web element to the second location.
- FIGS. 15A-15B exemplarily illustrate blocks in the structure of the web page "_Client_Simple” to be copied.
- the web page "_Client_Simple” comprises a "Container” block with id “@section266".
- the "Container” block comprises a "Menu” block with id “485187f9319cb”, a "Picture” block with id 48c5b3be887d6, an "Articles” block with id “48c5b3e0b22f0", and a “Bulletin Boards” block with id "48c5b4564a952".
- FIGS. 16A-16B exemplarily illustrate blocks in the structure of the copied web page "Joe Blow".
- the copied web page “Joe Blow” comprises a "Container” block with id "@section269", which is a copy of the "Container” block in the web page "_Client_Simple” with id "@section266".
- the copied "Container” block comprises a "Menu” block, a copied “Picture” block, a copied “Articles” block, and a copied “Bulletin Boards” block.
- the "Menu” block is the same “Menu” block in the web page "_Client_Simple” with id "485187f9319cb", since the "Menu” block has no content specific to the copied web page.
- the "Menu” block is shared among the web pages, sub pages, and copied web pages.
- the id of the copied "Picture” block is "48c5bbace253f '.
- the copied "Picture” block is a copy of the "Picture” block with id “48c5b3be887d6" in the web page "_Client_Simple”.
- the id of the copied "Articles” block is "48c5bbacea81c”.
- the copied "Articles” block is a copy of the "Articles” block with id "48c5b3e0b22f0" in the web page "_Client_Simple”.
- the id of the copied "Bulletin Boards” block is "48c5bbad08850".
- the copied "Bulletin Boards” block is a copy of the “Bulletin Boards” block with id "48c5b4564a952" in the web page "_Client_Simple”.
- the blocks in the copied web page "Joe Blow” have reassigned permissions.
- the permissions of the selected template users 204 are reassigned to the copying user 203.
- the copying user 203 is Joe Blow.
- a comparison between permissions for the "Picture” block in the web page "_Client_Simple” and the copied “Picture” block in the copied web page "Joe Blow” is exemplarily illustrated in FIG. 17.
- a comparison between permissions for the "Articles” block in the web page "_Client_Simple” and the copied “Articles” block in the copied web page "Joe Blow” is exemplarily illustrated in FIG. 18.
- a comparison between permissions for the "Bulletin Boards" block in the web page "_Client_Simple” and the copied “Bulletin Boards” block in the copied web page "Joe Blow” is exemplarily illustrated in FIG. 19.
- the web page to be copied "_Client_Simple” is a single web page without sub pages.
- the copy block may also be configured to copy a web page with multiple sub pages.
- the copy block may be configured to copy the web page "_Client" from the page hierarchy illustrated in FIG. 12.
- the web page "_Client” comprises sub pages "My Account Intranet”, “Calendar”, “Forum”, and "File Sharing”. If the copy block is configured to copy a web page with sub pages, the copied web page comprises copied sub pages which are copies of the sub pages of the web page.
- the copied web page may be named “Mary Smith” and may be a sub page of the web page "Clients”.
- the page hierarchy of the business website after the web page comprising sub pages is copied is exemplarily illustrated in FIG. 20.
- the copied web page named "Mary Smith” is a sub page of the web page "Clients” and comprises sub pages "My Account Intranet", “Calendar”, “Forum”, and "File Sharing".
- the copy operation may be initiated upon registration by the copying user 203 using information from the registration as the name of the root of the copied web element.
- the copy operation operates under the permissions defined by the element creator 202. For example, if a user registers at a community site, the computer implemented system 201 disclosed herein creates a page named after the user and places the created user page under the "User Profiles" area with the user's name as the page name. The user may edit the web page but other users may not be permitted to edit the web page of the user.
- FIG. 21 exemplarily illustrates a screenshot of a web page comprising a "Login” block.
- the "Login” block may be configured to initiate the copy operation upon registration by the copying user 203.
- a screenshot of a web page for enabling the "Login” block to be configured is exemplarily illustrated in FIG. 22.
- FIG. 22 the
- "Login” block is configured to automatically copy the web page "_Client" to a sub page of the web page "Clients".
- the copied web page is renamed using the first name and the last name of the copying user 203.
- the copying user 203 is directed to the copied web page immediately after registration. Permissions of a selected template user "_Client" are reassigned to the copying user 203 for the copied web page. If a "Show even when logged in" checkbox is checked, the "Login” block is shown to a copying user 203 with "Staff permissions.
- the copying user 203 with "Staff permissions may then register a third user and perform the copy operation for the third user to reassign the permissions of the selected template user to the third user.
- the web page for enabling the "Login” block to be configured may comprise a "copy groups and subs” check box. Checking the "copy groups and subs” check box enables group memberships and subscriptions of the selected template user "_Client" are copied and reassigned to the copying user 203.
- the web page for enabling the "Login” block to be configured with the "copy groups and subs” check box checked is exemplarily illustrated in FIG. 23.
- the subscriptions may be associations with discussion boards or other blocks wherein the user is informed of changes made to the discussion board or the block. If a block to which the selected template user is subscribed is copied, the copying user 203 has a subscription to the copied block and not to the block in the first location.
- the copy operation may be invoked by the copying user 203 upon registration but the web elements being copied may not assign any of the permissions to the copying user 203.
- the web elements being copied may not assign any of the permissions to the copying user 203.
- all customers registering at a business site may have a "customer history" page created.
- the customers may not have access or edit permissions to the created "customer history” page and may not be aware that the "customer history” page exists.
- Such web pages having no access or edit permissions may be used by the business to track and comment on the customer.
- a processor for e.g., one or more microprocessors will receive instructions from a memory or like device, and execute those instructions, thereby performing one or more processes defined by those instructions.
- programs that implement such methods and algorithms may be stored and transmitted using a variety of media, for e.g., computer readable media in a number of manners.
- hard- wired circuitry or custom hardware may be used in place of, or in combination with, software instructions for implementation of the processes of various embodiments.
- embodiments are not limited to any specific combination of hardware and software.
- a “processor” means any one or more microprocessors, Central Processing Unit (CPU) devices, computing devices, microcontrollers, digital signal processors or like devices.
- the term "computer-readable medium” refers to any medium that participates in providing data, for example instructions that may be read by a computer, a processor or a like device. Such a medium may take many forms, including but not limited to, non- volatile media, volatile media, and transmission media.
- Non-volatile media include, for example, optical or magnetic disks and other persistent memory volatile media include Dynamic Random Access Memory (DRAM), which typically constitutes the main memory.
- Transmission media include coaxial cables, copper wire and fiber optics, including the wires that comprise a system bus coupled to the processor.
- Transmission media may include or convey acoustic waves, light waves and electromagnetic emissions, such as those generated during Radio Frequency (RF) and Infrared (IR) data communications.
- RF Radio Frequency
- IR Infrared
- Common forms of computer- readable media include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, any other magnetic medium, a Compact Disc-Read Only Memory (CD-ROM), Digital Versatile Disc (DVD), any other optical medium, punch cards, paper tape, any other physical medium with patterns of holes, a Random Access Memory (RAM), a Programmable Read Only Memory (PROM), an Erasable Programmable Read Only Memory (EPROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a flash memory, any other memory chip or cartridge, a carrier wave as described hereinafter, or any other medium from which a computer can read.
- RAM Random Access Memory
- PROM Programmable Read Only Memory
- EPROM Erasable Programmable Read Only Memory
- the computer-readable programs may be implemented in any programming language. Some examples of languages that can be used include C, C++, C#, or JAVA.
- the software programs may be stored on or in one or more mediums as an object code.
- a computer program product comprising computer executable instructions embodied in a computer-readable medium comprises computer parsable codes for the implementation of the processes of various embodiments.
- databases are described such as the database 201h, it will be understood by one of ordinary skill in the art that (i) alternative database structures to those described may be readily employed, and (ii) other memory structures besides databases may be readily employed. Any illustrations or descriptions of any sample databases presented herein are illustrative arrangements for stored representations of information. Any number of other arrangements may be employed besides those suggested by, e.g., tables illustrated in drawings or elsewhere. Similarly, any illustrated entries of the databases represent exemplary information only; one of ordinary skill in the art will understand that the number and content of the entries can be different from those described herein. Further, despite any depiction of the databases as tables, other formats including relational databases, object-based models and/or distributed databases could be used to store and manipulate the data types described herein.
- object methods or behaviors of a database can be used to implement various processes, such as the described herein.
- the databases may, in a known manner, be stored locally or remotely from a device that accesses data in such a database.
- the present invention can be configured to work in a network environment including a computer that is in communication, via a communications network, with one or more devices.
- the computer may communicate with the devices directly or indirectly, via a wired or wireless medium such as the Internet, Local Area Network (LAN), Wide Area Network (WAN) or Ethernet, Token Ring, or via any appropriate communications means or combination of communications means.
- LAN Local Area Network
- WAN Wide Area Network
- Ethernet Token Ring
- Each of the devices may comprise computers, such as those based on the Intel ® processors, AMD ® processors, Sun ® processors, IBM ® processors etc., that are adapted to communicate with the computer. Any number and type of machines may be in communication with the computer.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Human Resources & Organizations (AREA)
- Operations Research (AREA)
- Economics (AREA)
- Marketing (AREA)
- Data Mining & Analysis (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Storage Device Security (AREA)
- Information Transfer Between Computers (AREA)
Abstract
La présente invention concerne un procédé et un système implémentés par ordinateur pour copier un élément Web avec des autorisations réaffectées. Un créateur d'éléments crée l'élément Web à un premier emplacement dans un environnement en ligne. Le créateur d'éléments affecte les autorisations à un ou plusieurs utilisateurs de modèle pour l'élément Web. Le créateur d'éléments définit une opération de copie pour l'élément Web, pour un utilisateur de la copie. La définition comprend la sélection d'un ou plusieurs utilisateurs de modèles pour la réaffectation des autorisations. L'utilisateur de la copie copie l'élément Web vers un second emplacement dans l'environnement en ligne en réalisant l'opération de copie définie. Les autorisations des utilisateurs de modèles sélectionnés sont réaffectées à l'utilisateur de la copie pour l'élément Web copié.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/212,649 US8621652B2 (en) | 2007-09-17 | 2008-09-18 | Copying a web element with reassigned permissions |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US99412207P | 2007-09-17 | 2007-09-17 | |
| US60/994,122 | 2007-09-17 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US12/212,649 Continuation US8621652B2 (en) | 2007-09-17 | 2008-09-18 | Copying a web element with reassigned permissions |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2009039123A2 true WO2009039123A2 (fr) | 2009-03-26 |
| WO2009039123A3 WO2009039123A3 (fr) | 2009-06-11 |
Family
ID=40468736
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2008/076570 Ceased WO2009039123A2 (fr) | 2007-09-17 | 2008-09-17 | Copie d'un élément web avec des autorisations réaffectées |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2009039123A2 (fr) |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6026433A (en) * | 1997-03-17 | 2000-02-15 | Silicon Graphics, Inc. | Method of creating and editing a web site in a client-server environment using customizable web site templates |
| US20020091725A1 (en) * | 1998-05-12 | 2002-07-11 | David Skok | Method and apparatus for providing client-based web page content creation and management |
| US9167036B2 (en) * | 2002-02-14 | 2015-10-20 | Level 3 Communications, Llc | Managed object replication and delivery |
| US7000184B2 (en) * | 2003-01-24 | 2006-02-14 | The Cobalt Group, Inc. | Remote web site editing in a standard web browser without external software |
-
2008
- 2008-09-17 WO PCT/US2008/076570 patent/WO2009039123A2/fr not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2009039123A3 (fr) | 2009-06-11 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8621652B2 (en) | Copying a web element with reassigned permissions | |
| Ehrenpreis et al. | Implementing a chatbot on a library website | |
| US7403989B2 (en) | Facilitating improved workflow | |
| Hercheui | A literature review of virtual communities: the relevance of understanding the influence of institutions on online collectives | |
| Boyles | Laboratories for news? Experimenting with journalism hackathons | |
| US20100114937A1 (en) | System and method for content customization based on user's psycho-spiritual map of profile | |
| US20120240193A1 (en) | System and method for assigning permissions to access data and perform actions in a computer system | |
| TW201224959A (en) | Web community pre-population method and system | |
| JP2019511795A (ja) | ソーシャルネットワーク上のオブジェクトの分析および探索のためのシステムならびにその方法 | |
| Shanks et al. | Making sense of researcher services | |
| Lepawsky | Planet of fixers? Mapping the middle grounds of independent and do‐it‐yourself information and communication technology maintenance and repair | |
| US11157153B2 (en) | Profile information layout customization in computer systems | |
| Panda | Usefulness and impact of Big Data in libraries: An opportunity to implement embedded librarianship | |
| Tierney et al. | Digging for literature on tailoring cultural offers with and for older people from ethnic minority groups: A scoping review | |
| Wu et al. | Website redesign: a case study | |
| Narooie | Boosting Public Participation in Urban Planning Through the Use of Web GIS Technology: A Case Study of Stockholm County | |
| WO2009039123A2 (fr) | Copie d'un élément web avec des autorisations réaffectées | |
| Brawley-Barker | Integrating library, archives, and museum collections in an open source information management system: A case study at Glenstone | |
| WO2013103996A1 (fr) | Système de grappes de brevets externalisé à grande échelle et procédé associé | |
| Beckman | Designing the future: Ecosystem innovation and systems leadership in 2053 | |
| Rode | Web application development by nonprogrammers: User-centered design of an end-user Web development tool | |
| Rode et al. | The challenges of web engineering and requirements for better tool support | |
| Wilson | Beyond library software: New tools for electronic resources management | |
| Allinson | Openart: Open metadata for art research at the tate | |
| Zhang et al. | Introducing the national headache fellowship opportunities website |
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: 08832254 Country of ref document: EP Kind code of ref document: A2 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 08832254 Country of ref document: EP Kind code of ref document: A2 |