US20070244906A1 - Collaborative Content Generation System And Method - Google Patents

Collaborative Content Generation System And Method Download PDF

Info

Publication number
US20070244906A1
US20070244906A1 US11/735,428 US73542807A US2007244906A1 US 20070244906 A1 US20070244906 A1 US 20070244906A1 US 73542807 A US73542807 A US 73542807A US 2007244906 A1 US2007244906 A1 US 2007244906A1
Authority
US
United States
Prior art keywords
content item
source
electronic content
users
user
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.)
Abandoned
Application number
US11/735,428
Inventor
Paul Colton
Robin Sean Debreuil
Kevin Edward Lindsey
Roland Ingomar Muschenetz
Donald Arthur Washburn
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.)
Appcelerator Inc
Original Assignee
Aptana Inc
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 Aptana Inc filed Critical Aptana Inc
Priority to US11/735,428 priority Critical patent/US20070244906A1/en
Priority to PCT/US2007/066673 priority patent/WO2007121384A2/en
Assigned to APTANA INCORPORATED reassignment APTANA INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: COLTON, PAUL, DEBREUIL, ROBIN SEAN, LINDSEY, KEVIN EDWARD, MUSCHENETZ, ROLAND INGOMAR, WASHBURN, DONALD ARTHUR
Publication of US20070244906A1 publication Critical patent/US20070244906A1/en
Assigned to APPCELERATOR, INC. reassignment APPCELERATOR, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: APTANA, INC.
Priority to US13/175,570 priority patent/US8688738B2/en
Assigned to SILICON VALLEY BANK reassignment SILICON VALLEY BANK SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: APPCELERATOR, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/197Version control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • Software applications and other software programs generally comprise logical code or program logic and other related content.
  • the logical code is typically maintained in what is referred to as source code.
  • Source code is written by a program in a given programming language and can be converted from human-readable (and editable) form into a machine readable form for execution by a processing device. Such conversion is usually performed by a compiler designed for a given computer architecture.
  • Source code can also be executed directly with the aid of what is referred to as an interpreter. In other words, source code can be compiled into object code or run by an interpreter.
  • Software can be created in any number of diverse software development environments, from simple instantiations of a programming language and related utilities, to large suites such as integrated development environments, or IDEs.
  • Integrated development environments often include editors, debuggers and other tools used to aid developers in their tasks.
  • Content associated with a software program can include the code itself, full-sized documents such as, for example, help files, and can also include micro-content such as message and snippets that drive the content that appears in dialogues, view and controls for the program. As these examples illustrate, various forms of content can be created and exist for a software application or other program.
  • Wiki refers to a collaborative software which facilitates the operation of a website that allows users to easily add and edit content.
  • a wiki system provides various tools which allow the user community to easily monitor and discuss the constantly changing state of the wiki in order to achieve a general consensus on the wiki content.
  • a wiki allows for the collective writing of electronic documents in a simple markup using a web browser.
  • a single page in a wiki is referred to as a “wiki page”, while the entire collection of pages, typically interconnected through hyperlinks, is “the wiki.”
  • a wiki typically has a user-editable “source code, a template and a rendered Hyper Text Markup Language (“HTML”) code.
  • Wikis must be used exclusively online.
  • a single wiki page can result in multiple content fragments. Wikis allow the individual user to view the information in a new “style” (i.e. new graphics, etc), but the content is structurally the same as before.
  • One example of a wiki is found at www.wiki.edia.org
  • Subversion also referred to as SVN, is a revision control system which allows computer software to be developed in an incremental and controlled manner by a group of computer programmers
  • SVN is generally internally composed of layered libraries, which allows programmers to create their own software tools at a preferred level of complexity and specificity.
  • Both the Wiki and SVN only act as the “repository” for the data being edited.
  • the present invention takes the source content, transforms the source content into a number of different formats (i.e. for tooltips in code assist, or product walkthroughs), embeds links inside the number of different formats back to the original source text, and caches that content as part of the installed product.
  • a wiki page preferably acts as a data repository
  • an IDE preferably acts as a user interface (“UI”) “viewer” to the data on the wiki page through a variety of presentations, and a layer in between preferably acts as an intermediary to transform the data from the source to the destination as part of the application build or deployment process.
  • UI user interface
  • a SVN server may also be utilized with the present invention as a substitution for a wiki page, however, clicking on an edit link would access the latest version from the SVN server, and allow the user to edit the content. Once the user finished editing the content, a click of a submit button would commit the changed content to the repository.
  • One aspect of the present invention is a method for managing the collaborative generation of an electronic content item by multiple users over a network.
  • the method begins with providing a source development environment.
  • an original content item is created in the source development environment.
  • the original content item is transferred over a network from the source development environment to a plurality of users of a user community, with each of the plurality of users located at a unique remote site.
  • the original electronic content item is edited by at least one of the plurality of users at a unique remote site to create a local copy electronic content item comprising at least one edited component.
  • the local copy electronic content item is transferred from the unique remote site over the network to the source development environment.
  • the at least one edited component from the local copy content item is incorporated into the original content item to create a current version electronic content item.
  • the current version electronic content item is transferred to each of the plurality of users of the user community.
  • the electronic content item is preferably selected from the group consisting of a software program, a web site and a computer program.
  • the network is preferably the internet.
  • the electronic content item is most preferably a source code
  • the method further includes spawning an application shell from a master template and transferring the application shell for the source code to each of the plurality of users of the user community.
  • Another aspect of the present invention is a method for managing the collaborative generation of an electronic content item by multiple users over a network by utilizing a wiki page.
  • the method begins by creating an original source content item on a wiki page.
  • a link to the wiki page is provided to a plurality of users of a user community.
  • one of the plurality of users of the user community links to the wiki page.
  • the original source content item is edited by at least one of the plurality of users at a unique remote site to create an edited source content item comprising at least one edited component.
  • the at least one edited component from the edited source content item is incorporated into the original source content item to create a current version source content item.
  • the wiki page is refreshed to provide the current version source content item on the wiki page.
  • Another aspect of the present invention is a method for managing the collaborative generation of an electronic content item by multiple users over a network by creating edit links for use in the collaboration.
  • the method begins by creating an original electronic content item on a wiki page.
  • the wiki page is accessible by a plurality of users of a user community over a network, with each of the plurality of users located at a remote site.
  • the original electronic content item is transformed into a plurality of presentation formats.
  • Each of the plurality of presentation formats has an edit link for linking to the original electronic content item on the wiki page.
  • one of the plurality of presentation formats is edited by accessing the respective edit link by at least one of the plurality of users to create an edited portion of the original electronic content item.
  • the original electronic content item is updated with the edited portion of the original electronic content item by running an update process to create a current version electronic content item.
  • the wiki page is refreshed to publish the current version electronic content item.
  • the electronic content item is preferably a snippet for an electronic document of a software application.
  • Another aspect of the present invention is a method for managing the collaborative generation of an electronic content item by multiple users over a network by transparently transforming an original electronic content item on a wiki page.
  • the method begins by creating an original electronic content item on a wiki page.
  • the wiki page is accessible by a plurality of users of a user community over a network, with each of the plurality of users located at a remote site.
  • the original electronic content item is transformed into a plurality of presentation formats.
  • Each of the plurality of presentation formats has an edit link for linking to the original electronic content item on the wiki page.
  • one of the plurality of presentation formats is edited by accessing the respective edit link by at least one of the plurality of users to create an edited portion of the original electronic content item.
  • the original electronic content item is transparently transformed on the wiki page during the editing of the one of the plurality of presentation formats by the user.
  • the system includes a source content development environment, a network, and a plurality of remote user sites of a user community.
  • the source content development environment facilitates the development of a software application.
  • the source content development environment comprises a source content version.
  • Each of the plurality of remote user sites is capable of accessing and downloading the source content version of the source content development environment over the network to create a local content presentation item of the source content version for editing at the remote user site by a user to create an edited local content presentation item.
  • the local content presentation item has an edit link comprising context related information indicating the location and presentation of the source content version.
  • the source content version is preferably selected from the group consisting of a software program, a snippet, a web site and a computer program.
  • the network is preferably the internet
  • One object of the present invention is to provide a system and method for managing the collaborative generation of an electronic content item by multiple users over a network that allows for information to be cached for offline use.
  • FIG. 1 is a diagram illustrating an example development environment and user community in accordance with one embodiment of the invention.
  • FIG. 2 is an operational flow diagram illustrating an exemplary process for providing collaborative content management in accordance with one embodiment of the invention.
  • FIG. 3 is an operational flow diagram illustrating an example process for managing source code as content in accordance with one embodiment of the invention.
  • FIG. 4 is an image of a content item in an integrated development environment.
  • FIG. 5 is an image of edits to the content item of FIG. 4 .
  • FIG. 6 is an image of the modified content item in the integrated development environment.
  • the present invention is directed toward a system and method for providing a content management system for content associated with software applications, computer programs and the like.
  • the present invention provides a system and method for collaborative generation and management of such content, and the features and functionality can be distributed across a geographically diverse environment.
  • One such example environment is that of a development environment, such as an integrated development environment (“IDE”).
  • IDE integrated development environment
  • Description in terms of this environment is provided to allow the various features and embodiments of the invention to be portrayed in the context of an exemplary application. Examples of a few alternative environments include, without limitation, standard consumer applications, such as Microsoft Word, Quicken and others. After reading this description, it will become apparent to one of ordinary skill in the art how the invention can be implemented in any of a number of different and alternative environments.
  • One such IDE is set forth at www.aptana.com, which is hereby incorporated by reference in its entirety.
  • the APTANA IDE is an open-source, cross-platform, JAVA script-focused development environment for preferably building AJAX applications.
  • FIG. 1 is a diagram illustrating an example development environment that can be used in accordance with one or more embodiments of the present invention.
  • a source content development environment 32 is provided to facilitate the development of software applications or other software programs by one or more software developers.
  • Source development environment 32 can include one or more servers, work stations, and other components, (generally illustrated as item 31 ) as well as languages, compliers, editors, and other tools used by developers in the development environment.
  • Development environment 32 is preferably confined to a single geographic location or alternatively can be distributed across a plurality of geographic locations. A geographically diverse configuration would typically include one or more communication channels (networks or otherwise) among the various development locations to allow for a collaborative work environment.
  • source content development environment includes an IDE, that includes a suite of tools to assist in the software development projects.
  • software developers associated with source content development environment 32 would typically be involved with the development of software applications and other software programs. These developers would also typically be involved with the creation of various content items associated with the software applications and software programs. These content items preferably include user manuals, help files, code snippets, code comments, and other like items that may enrich or further enhance the developer and user experience.
  • the development environment 32 also provides associated storage for the work product generated in the development environment.
  • a source content database 36 can be included to provide storage for the content associated with software applications or other program developed within the development environment.
  • a source content version 42 is maintained in source content database 36 as the official configuration-control copy of the content under development or already developed and under revision.
  • remote sites 38 within the community that are capable of communicating with source content development environment 32 via a communication channel such as, for example, a network 102 .
  • the network is preferably the Internet.
  • These remote sites 38 can include one or more development or user workstations 34 , local data storage 35 , and a communication interface back to source content development environment 32 .
  • local version 44 of the source content can be stored in data storage 35 at the one or more remote sites 38 .
  • remote sites 34 can include source content developers (e.g., a distributed member of the development team), beta-site users, released-version users, and other developers or users working with programs and content developed or maintained via development environment 32 .
  • FIG. 2 is an operational flow diagram illustrating an example process for providing content management in accordance with one embodiment of the invention.
  • a content item is created.
  • product documents, help files, messages and snippets, and other content can be created in the development environment 32 (or even outside of the development environment-for example, at a user site 38 or elsewhere) and maintained in source content database 36 .
  • the content item can be represented as wiki, website page, or other content format.
  • any of a number of different types of database management systems can be utilized to store, maintain, and provide access to source content items 42 in the development environment.
  • a wiki is beneficial in that it can be implemented to allow users to easily add and edit content especially in a collaborative environment.
  • the wiki and other content formats can be implemented in such a way as to record changes or edits over time and to save prior versions such that a page or other content item can be reverted to any of its previous states if desired.
  • the content management system can also provide tools and other resources that allow the user community to monitor the states of the content as it changes and to have a dialogue concerning edits, changes, and other happenings with the dynamic content.
  • each function signature within the content can be represented using a unique resource locator (“URL”), permalink, or other edit link.
  • a permalink refers to a URL configured to point to content with some degree of permanence.
  • the created content item or items 42 are downloaded to the user community as appropriate.
  • content items 42 can be downloaded to remote sites 38 via a network 102 such as, for example, the Internet or communication network.
  • the user community can include developers, beta-site users, end users, or other persons or entities having access to the source programs and the source content.
  • the downloaded content items are stored locally at remote sites 38 as content presentation items 44 so that they can be accessed locally by the users.
  • a user may determine that he or she wishes to edit or update all or part of the content item and to share those updates with the rest of the development environment (including the rest of the user community).
  • the content items include edit links to facilitate such changes.
  • the edit link can contain context related information indicating the location and presentation of the content when the user clicks or selects the link. This information can be used to allow the user to annotate or amend the content with his or her changes or updates. This information may be relevant only to a specific presentation, or it may be relevant to multiple presentations throughout the environment.
  • the user can be given the opportunity to edit his or her local copy 44 of the content item independently of the content item as it is distributed throughout the environment.
  • changes can be made such that they are incorporated into only the local copy 44 of that user (or within a group of users) and not propagated throughout other copies in the remainder of the development community.
  • edits, changes, updates and the like made by the user can be made a part of the source content item 42 and can also be propagated to other users within the community.
  • a step 78 the edits made by the user to his or her local copy 44 are uploaded and incorporated into the source content 42 .
  • user updates can be made directly to source content 42 in real-time or near real-time. Because wikis and other content management systems allow version retention, such changes can be made in one embodiment to a new version of content item 42 while the then current version of content item 42 is still in use by others in the community.
  • edits to the content are made locally at the user site 38 and a copy of the edited content is subsequently uploaded to development environment 32 to replace source content item 42 and for distribution throughout the community or to designated locations in the community.
  • the transformed version of the content can be stamped with a unique marker or other identifier indicating the version number of the document. This can further facilitate maintenance of version histories for the content items being edited.
  • markers can be used, examples may include a time stamp (Coordinated Universal Time (UTC) or Zulu time is beneficial for global communities), a revision number, or other like identifier or code.
  • the identifier contains sufficient information to allow chronological order to be maintained in the various versions.
  • mechanisms can be used to provide content update management where content is being edited simultaneously by multiple parties throughout the environment. For example, warnings can be provided to users where another user is currently editing that section of the document the first user attempted to access, locks can be placed on sections of content being edited, post-edit conflict checks can be run where simultaneous edits were made and changes introduced only where there is no conflict. In this latter example, conflict resolution policies can be put into place to resolve such issues.
  • automated or manual approval mechanisms can also be implemented to provide checks and balances on the content edits requested.
  • a developer responsible for a given portion of the content item or that portion of the code relating to that content item can be tasked with reviewing and approving (and perhaps further editing) edits supplied by the user community.
  • various levels of approval authority can be given to users throughout the community to incorporate or accept edits into a source content item 42 .
  • users in the community may belong to a certain class of users who are allowed to make updates to source content items without approval, whereas another class of users may require approval(s) at one level or another.
  • this source content item now be made available to other users throughout the community.
  • this item can be refreshed or republished to various members of the community.
  • the system can check the date or version of the local copy against the date or version of the source copy to ensure that the user has the most recent version.
  • a step 90 users can customize various behaviors of the application. In one embodiment, this can be accomplished as described above with reference to steps 76 through 78 , wherein the content item edited is now one or more sections of the code. For example, a user can select an edit mode for various panels. Upon selection, the user is switched to a source code view, allowing him or her to edit the source code, modifying the behavior of the content item.
  • a step 92 the user can save the edits to a central location such as, for example, a source-control repository, and then the code is recompiled in a step 94 .
  • various methodologies can be implemented to ensure proper verification, validation and incorporation of edited content into the current version of the application.
  • the code can be checked out, and a new version of the application built.
  • the first example illustrates a process by which the user updates a “Run” button for an application.
  • the user enters the edit mode and selects the element he or she wishes to modify.
  • the user selects the “Run” button as an item to update.
  • the source code for that button is displayed on the user's terminal for editing.
  • the user is then allowed to modify the source code to update the button.
  • the application can automatically recompile behind the scenes to incorporate the newly edited code.
  • the second example is a process by which the user updates the help content for an application.
  • the user enters the edit mode and selects an element that he or she wishes to modify.
  • the user selects the help content as an item to update.
  • the user is then provided with an edit view to enable editing of that content item.
  • the user is then allowed to modify the content item as described above.
  • one embodiment of the invention can benefit the development process beyond managing edited content.
  • the invention can provide a link to the user enabling the user to discover how and where to change a piece of code (or other content) to achieve a desired effect, without the user necessarily needing to know the underlying architecture of an application. That is, the provided links can take the user to, or provide the user with, the requested content for editing.
  • the editing view can be styled based upon the type of content being presented.
  • Source code content can have a different presentation than textual content.
  • server content items 42 and local content items 44 are mixed such that the source can maintain its link back to the source database as well as contain local data.
  • a live link is marked or otherwise presented in such a way as to indicate that it links back to live content.
  • content item 42 is a program code
  • users could contribute new program code to the database, they could request that new code be created, and they could insert submitted code into their source for inclusion.
  • a collaborative content management system is used to power multiple presentations of the source content for distribution to users across the user community.
  • the various presentations of the source content can include links back to a source content 42 , allowing end users to update the source content 42 .
  • the source content 42 is created on a wiki page.
  • the source content 42 is then transformed during a build process or a run time into a number of presentation formats.
  • these formats include an online help system installed with the application, content assist bubbles associated with editing code, or other content items.
  • the transformed content item preferably contains links or other mechanisms directing the user back to the original source content item 42 on the wiki page.
  • a URL or permalink can be used to implement such a link.
  • the user can click the link, linking the user back to the source content item 42 , allowing the user to edit the source content item 42 from his or her workstation 34 .
  • the transformation into multiple presentations (local content presentation items 44 ) is made so as to facilitate a two-way process.
  • clicking the edit link allows the user to edit the content in place (i.e. at his or her workstation 34 ).
  • the edited content of the local content presentation 44 is then be transformed back into the source format transparently in the background and uploaded to development environment 32 to update source content item 42 .
  • Edit links can be implemented using hypertext links of various formats and configurations as well as other mechanisms to provide the user with access to the portion of the content he or she wishes to edit.
  • Edit links or other access mechanism can also include an annotation regarding the type of content that the user is editing.
  • the edit link may be color coded or may present a different icon depending on the type of content to which it links.
  • a pop-up, other bubble or other indicating mechanism can provide a note to the user indicating the type of content accessible via that link.
  • the linking mechanism is actuated, the user can edit the associated information on the spot and behind the scenes, That is, the user can edit a new copy (i.e. create a new version) of the source content while the current copy of the source content is still published to the user community.
  • server updates to incorporate such changes into the source file can be performed subsequently.
  • the user may be able to lock his or her local copy 44 of the content presentation item such that his or her local version remains the version accessed form his or her server.
  • the user can freeze the content item in time or can make edits, updates or to her changes to the content to be maintained and available to that user unless and until the user unlocks the local copy.
  • a user can incorporate personal notes, annotations, references or other materials that the user may not wish to “lose” during further updates of the document.
  • the user may wish to make comments, notations or changes that are not shared with others in the community.
  • personal items, user comments and annotations and other user-unique changes can be stored locally.
  • FIGS. 4-6 illustrate another more specific example of the present invention.
  • FIG. 4 is a page of an IDE, which allows a user at a remote site 38 to review a content item 42 on the IDE in box 100 .
  • the content item 42 is a JavaScript.Core.Function documentation.
  • the user at the remote site 38 accesses the page and to edit the content the user clicks on the edit box 102 .
  • the user edits the content on the wiki page by adding new content 110 , to content item 42 in box 100 ′, specifically: You can use call to chain constructors for an object, similar to Java.
  • a group of items linked with the conjunction “and” should not be read as requiring that each and every one of those items be present in the grouping, but rather should be read as “and/or” unless expressly stated otherwise.
  • a group of items linked with the conjunction “or” should not be read as requiring mutual exclusivity among that group, but rather should be read as “and/or” unless expressly stated otherwise.

Abstract

The present invention discloses a system and method for managing the collaborative generation of content for an electronic document such as software applications, computer programs and the like. A source content item (42) is created at a source development environment (32) and accessed over a network (102) by a plurality of users of a user community. Each of the plurality of users is located at a unique remote site (38). The source content item (42) can be downloaded by each of the plurality of users and maintained at each remote site (38) as a unique content presentation item (44). In one embodiment, the user can edit his or her content presentation item (44) and upload the edits for incorporation into the source content item (42).

Description

    CROSS REFERENCES TO RELATED APPLICATION
  • The Present Application claims priority to U.S. Provisional Patent Application No. 60/792,298, filed on Apr. 14, 2006.
  • STATEMENT REGARDING FEDERALLY SPONSORED RESEARCH OR DEVELOPMENT
  • Not Applicable
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The Present Invention relates generally to content generation, and more particularly to a system and method for collaborative content generation.
  • 2. Description of the Related Art
  • Software applications and other software programs generally comprise logical code or program logic and other related content. The logical code is typically maintained in what is referred to as source code. Source code is written by a program in a given programming language and can be converted from human-readable (and editable) form into a machine readable form for execution by a processing device. Such conversion is usually performed by a compiler designed for a given computer architecture. Source code can also be executed directly with the aid of what is referred to as an interpreter. In other words, source code can be compiled into object code or run by an interpreter.
  • Software can be created in any number of diverse software development environments, from simple instantiations of a programming language and related utilities, to large suites such as integrated development environments, or IDEs. Integrated development environments often include editors, debuggers and other tools used to aid developers in their tasks.
  • Content associated with a software program can include the code itself, full-sized documents such as, for example, help files, and can also include micro-content such as message and snippets that drive the content that appears in dialogues, view and controls for the program. As these examples illustrate, various forms of content can be created and exist for a software application or other program.
  • Wiki, or wiki software, refers to a collaborative software which facilitates the operation of a website that allows users to easily add and edit content. A wiki system provides various tools which allow the user community to easily monitor and discuss the constantly changing state of the wiki in order to achieve a general consensus on the wiki content. A wiki allows for the collective writing of electronic documents in a simple markup using a web browser. A single page in a wiki is referred to as a “wiki page”, while the entire collection of pages, typically interconnected through hyperlinks, is “the wiki.” A wiki typically has a user-editable “source code, a template and a rendered Hyper Text Markup Language (“HTML”) code. Wikis must be used exclusively online. A single wiki page can result in multiple content fragments. Wikis allow the individual user to view the information in a new “style” (i.e. new graphics, etc), but the content is structurally the same as before. One example of a wiki is found at www.wiki.edia.org.
  • Subversion, also referred to as SVN, is a revision control system which allows computer software to be developed in an incremental and controlled manner by a group of computer programmers, SVN is generally internally composed of layered libraries, which allows programmers to create their own software tools at a preferred level of complexity and specificity.
  • BRIEF SUMMARY OF THE INVENTION
  • Both the Wiki and SVN only act as the “repository” for the data being edited. However, the present invention takes the source content, transforms the source content into a number of different formats (i.e. for tooltips in code assist, or product walkthroughs), embeds links inside the number of different formats back to the original source text, and caches that content as part of the installed product.
  • In the present invention, a wiki page preferably acts as a data repository, while an IDE preferably acts as a user interface (“UI”) “viewer” to the data on the wiki page through a variety of presentations, and a layer in between preferably acts as an intermediary to transform the data from the source to the destination as part of the application build or deployment process.
  • A SVN server may also be utilized with the present invention as a substitution for a wiki page, however, clicking on an edit link would access the latest version from the SVN server, and allow the user to edit the content. Once the user finished editing the content, a click of a submit button would commit the changed content to the repository.
  • One aspect of the present invention is a method for managing the collaborative generation of an electronic content item by multiple users over a network. The method begins with providing a source development environment. Next, an original content item is created in the source development environment. Next, the original content item is transferred over a network from the source development environment to a plurality of users of a user community, with each of the plurality of users located at a unique remote site. Next, the original electronic content item is edited by at least one of the plurality of users at a unique remote site to create a local copy electronic content item comprising at least one edited component. Next, the local copy electronic content item is transferred from the unique remote site over the network to the source development environment. Next, the at least one edited component from the local copy content item is incorporated into the original content item to create a current version electronic content item. Next, the current version electronic content item is transferred to each of the plurality of users of the user community.
  • The electronic content item is preferably selected from the group consisting of a software program, a web site and a computer program. The network is preferably the internet.
  • The electronic content item is most preferably a source code, and the method further includes spawning an application shell from a master template and transferring the application shell for the source code to each of the plurality of users of the user community.
  • Another aspect of the present invention is a method for managing the collaborative generation of an electronic content item by multiple users over a network by utilizing a wiki page. The method begins by creating an original source content item on a wiki page. Next, a link to the wiki page is provided to a plurality of users of a user community. Next, one of the plurality of users of the user community links to the wiki page. Next, the original source content item is edited by at least one of the plurality of users at a unique remote site to create an edited source content item comprising at least one edited component. Next, the at least one edited component from the edited source content item is incorporated into the original source content item to create a current version source content item. Finally, the wiki page is refreshed to provide the current version source content item on the wiki page.
  • Another aspect of the present invention is a method for managing the collaborative generation of an electronic content item by multiple users over a network by creating edit links for use in the collaboration. The method begins by creating an original electronic content item on a wiki page. The wiki page is accessible by a plurality of users of a user community over a network, with each of the plurality of users located at a remote site. Next, the original electronic content item is transformed into a plurality of presentation formats. Each of the plurality of presentation formats has an edit link for linking to the original electronic content item on the wiki page. Next, one of the plurality of presentation formats is edited by accessing the respective edit link by at least one of the plurality of users to create an edited portion of the original electronic content item. Next, the original electronic content item is updated with the edited portion of the original electronic content item by running an update process to create a current version electronic content item. Finally, the wiki page is refreshed to publish the current version electronic content item.
  • The electronic content item is preferably a snippet for an electronic document of a software application.
  • Another aspect of the present invention is a method for managing the collaborative generation of an electronic content item by multiple users over a network by transparently transforming an original electronic content item on a wiki page. The method begins by creating an original electronic content item on a wiki page. The wiki page is accessible by a plurality of users of a user community over a network, with each of the plurality of users located at a remote site. Next, the original electronic content item is transformed into a plurality of presentation formats. Each of the plurality of presentation formats has an edit link for linking to the original electronic content item on the wiki page. Next, one of the plurality of presentation formats is edited by accessing the respective edit link by at least one of the plurality of users to create an edited portion of the original electronic content item. Finally, the original electronic content item is transparently transformed on the wiki page during the editing of the one of the plurality of presentation formats by the user.
  • Another aspect of the present invention is system for managing the collaborative generation of an electronic content item by multiple users over a network. The system includes a source content development environment, a network, and a plurality of remote user sites of a user community. The source content development environment facilitates the development of a software application. The source content development environment comprises a source content version. Each of the plurality of remote user sites is capable of accessing and downloading the source content version of the source content development environment over the network to create a local content presentation item of the source content version for editing at the remote user site by a user to create an edited local content presentation item. The local content presentation item has an edit link comprising context related information indicating the location and presentation of the source content version.
  • The source content version is preferably selected from the group consisting of a software program, a snippet, a web site and a computer program. The network is preferably the internet
  • One object of the present invention is to provide a system and method for managing the collaborative generation of an electronic content item by multiple users over a network that allows for information to be cached for offline use.
  • Having briefly described the present invention, the above and further objects, features and advantages thereof will be recognized by those skilled in the pertinent art from the following detailed description of the invention.
  • BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGS
  • The present invention, in accordance with one or more various embodiments, is described in detail with reference to the following figures. The drawings are provided for purposes of illustration only and merely depict typical or example embodiments of the invention. These drawings are provided to facilitate the reader's understanding of the invention and shall not be considered limiting of the breadth, scope, or applicability of the invention. It should be noted that for clarity and ease of illustration these drawings are not necessarily made to scale.
  • FIG. 1 is a diagram illustrating an example development environment and user community in accordance with one embodiment of the invention.
  • FIG. 2 is an operational flow diagram illustrating an exemplary process for providing collaborative content management in accordance with one embodiment of the invention.
  • FIG. 3 is an operational flow diagram illustrating an example process for managing source code as content in accordance with one embodiment of the invention.
  • FIG. 4 is an image of a content item in an integrated development environment.
  • FIG. 5 is an image of edits to the content item of FIG. 4.
  • FIG. 6 is an image of the modified content item in the integrated development environment.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The present invention is directed toward a system and method for providing a content management system for content associated with software applications, computer programs and the like. In one embodiment, the present invention provides a system and method for collaborative generation and management of such content, and the features and functionality can be distributed across a geographically diverse environment.
  • Before describing the invention in detail, it is useful to describe an example environment in which the invention can be implemented. One such example environment is that of a development environment, such as an integrated development environment (“IDE”). From time-to-time, the present invention is described herein in terms of this example development environment. Description in terms of this environment is provided to allow the various features and embodiments of the invention to be portrayed in the context of an exemplary application. Examples of a few alternative environments include, without limitation, standard consumer applications, such as Microsoft Word, Quicken and others. After reading this description, it will become apparent to one of ordinary skill in the art how the invention can be implemented in any of a number of different and alternative environments. One such IDE is set forth at www.aptana.com, which is hereby incorporated by reference in its entirety. The APTANA IDE is an open-source, cross-platform, JAVA script-focused development environment for preferably building AJAX applications.
  • FIG. 1 is a diagram illustrating an example development environment that can be used in accordance with one or more embodiments of the present invention. Referring now to FIG. 1, a source content development environment 32 is provided to facilitate the development of software applications or other software programs by one or more software developers. Source development environment 32 can include one or more servers, work stations, and other components, (generally illustrated as item 31) as well as languages, compliers, editors, and other tools used by developers in the development environment. Development environment 32 is preferably confined to a single geographic location or alternatively can be distributed across a plurality of geographic locations. A geographically diverse configuration would typically include one or more communication channels (networks or otherwise) among the various development locations to allow for a collaborative work environment. In one embodiment, source content development environment includes an IDE, that includes a suite of tools to assist in the software development projects.
  • As stated above, software developers associated with source content development environment 32 would typically be involved with the development of software applications and other software programs. These developers would also typically be involved with the creation of various content items associated with the software applications and software programs. These content items preferably include user manuals, help files, code snippets, code comments, and other like items that may enrich or further enhance the developer and user experience.
  • In the example illustrated in FIG. 1, the development environment 32 also provides associated storage for the work product generated in the development environment. For example, a source content database 36 can be included to provide storage for the content associated with software applications or other program developed within the development environment. As illustrated in FIG. 1, a source content version 42 is maintained in source content database 36 as the official configuration-control copy of the content under development or already developed and under revision.
  • Also illustrated in FIG. 1 are a plurality of remote sites 38 within the community that are capable of communicating with source content development environment 32 via a communication channel such as, for example, a network 102. The network is preferably the Internet. However, those skilled in the pertinent art will recognize that other networks that may be utilized without departing from the scope and spirit of the present invention. These remote sites 38 can include one or more development or user workstations 34, local data storage 35, and a communication interface back to source content development environment 32. As also illustrated in this example are local version 44 of the source content that can be stored in data storage 35 at the one or more remote sites 38. For example, remote sites 34 can include source content developers (e.g., a distributed member of the development team), beta-site users, released-version users, and other developers or users working with programs and content developed or maintained via development environment 32.
  • Having thus described an example environment in which the invention can be implemented, various features and embodiments of the invention are now described in further detail. Description may be provided in terms of this example environment for ease of discussion and understanding only. After reading the description herein, it will become apparent to one of ordinary skill in the art that the present invention can be implemented in any of a number of different environments.
  • FIG. 2 is an operational flow diagram illustrating an example process for providing content management in accordance with one embodiment of the invention. In a step 72, a content item is created. For example, in terms of the example environment illustrated in FIG. 1, product documents, help files, messages and snippets, and other content can be created in the development environment 32 (or even outside of the development environment-for example, at a user site 38 or elsewhere) and maintained in source content database 36. In one embodiment, the content item can be represented as wiki, website page, or other content format. As these examples illustrate, any of a number of different types of database management systems can be utilized to store, maintain, and provide access to source content items 42 in the development environment. To further elaborate on this example, a wiki is beneficial in that it can be implemented to allow users to easily add and edit content especially in a collaborative environment. The wiki and other content formats can be implemented in such a way as to record changes or edits over time and to save prior versions such that a page or other content item can be reverted to any of its previous states if desired. The content management system can also provide tools and other resources that allow the user community to monitor the states of the content as it changes and to have a dialogue concerning edits, changes, and other happenings with the dynamic content.
  • In one embodiment, each function signature within the content can be represented using a unique resource locator (“URL”), permalink, or other edit link. A permalink refers to a URL configured to point to content with some degree of permanence. In one embodiment, it is desirable to have permanence in these links as the content items are likely to be frequently linked to by various persons in the user community, as the further description in this example illustrates.
  • In a step 74, the created content item or items 42 are downloaded to the user community as appropriate. For example, in the embodiment illustrated in FIG. 1, content items 42 can be downloaded to remote sites 38 via a network 102 such as, for example, the Internet or communication network. The user community can include developers, beta-site users, end users, or other persons or entities having access to the source programs and the source content. In one embodiment, unlike prior art wiki systems, the downloaded content items are stored locally at remote sites 38 as content presentation items 44 so that they can be accessed locally by the users.
  • In a step 76, in reviewing or using a content item, a user may determine that he or she wishes to edit or update all or part of the content item and to share those updates with the rest of the development environment (including the rest of the user community). As stated above, in one embodiment, the content items include edit links to facilitate such changes. The edit link can contain context related information indicating the location and presentation of the content when the user clicks or selects the link. This information can be used to allow the user to annotate or amend the content with his or her changes or updates. This information may be relevant only to a specific presentation, or it may be relevant to multiple presentations throughout the environment. In one embodiment, the user can be given the opportunity to edit his or her local copy 44 of the content item independently of the content item as it is distributed throughout the environment. That is, in this embodiment, changes can be made such that they are incorporated into only the local copy 44 of that user (or within a group of users) and not propagated throughout other copies in the remainder of the development community. Alternatively, as the remainder of the process described below illustrates, edits, changes, updates and the like made by the user can be made a part of the source content item 42 and can also be propagated to other users within the community.
  • In a step 78, the edits made by the user to his or her local copy 44 are uploaded and incorporated into the source content 42. As described above, in scenarios where edit links and other like methodologies are provided, user updates can be made directly to source content 42 in real-time or near real-time. Because wikis and other content management systems allow version retention, such changes can be made in one embodiment to a new version of content item 42 while the then current version of content item 42 is still in use by others in the community. In another embodiment, edits to the content are made locally at the user site 38 and a copy of the edited content is subsequently uploaded to development environment 32 to replace source content item 42 and for distribution throughout the community or to designated locations in the community.
  • In one embodiment, the transformed version of the content can be stamped with a unique marker or other identifier indicating the version number of the document. This can further facilitate maintenance of version histories for the content items being edited. Although a number of markers can be used, examples may include a time stamp (Coordinated Universal Time (UTC) or Zulu time is beneficial for global communities), a revision number, or other like identifier or code. Preferably, the identifier contains sufficient information to allow chronological order to be maintained in the various versions.
  • Additionally, mechanisms can be used to provide content update management where content is being edited simultaneously by multiple parties throughout the environment. For example, warnings can be provided to users where another user is currently editing that section of the document the first user attempted to access, locks can be placed on sections of content being edited, post-edit conflict checks can be run where simultaneous edits were made and changes introduced only where there is no conflict. In this latter example, conflict resolution policies can be put into place to resolve such issues.
  • Additionally, automated or manual approval mechanisms can also be implemented to provide checks and balances on the content edits requested. For example, in one embodiment, a developer responsible for a given portion of the content item or that portion of the code relating to that content item can be tasked with reviewing and approving (and perhaps further editing) edits supplied by the user community. In addition, various levels of approval authority can be given to users throughout the community to incorporate or accept edits into a source content item 42. Thus, in this latter embodiment, users in the community may belong to a certain class of users who are allowed to make updates to source content items without approval, whereas another class of users may require approval(s) at one level or another.
  • Once a source content item 42 has been updated, it is desirable that this source content item now be made available to other users throughout the community. Thus, in a step 82 this item can be refreshed or republished to various members of the community. In one embodiment, when a user accesses a content item, if that content item exists on his or her local server, the system can check the date or version of the local copy against the date or version of the source copy to ensure that the user has the most recent version.
  • As stated above, content items are not limited to the examples of help files, documents, messages and snippets described above. Yet another example of content items that can be managed in accordance with the present invention is source code. FIG. 3 is an operational flow diagram illustrating an example process for managing a source code as a content item in accordance with one embodiment of the invention. Referring now to FIG. 3, in a step 88, an application shell is spawned from a master template. As in step 74 described above, a source code for the application shell is distributed to the development community or other appropriate group of users. As the application is under development by the user community, it is typically in constant development, and can morph through the source code modifications stage and into a phase in which other content is modified.
  • In a step 90, users can customize various behaviors of the application. In one embodiment, this can be accomplished as described above with reference to steps 76 through 78, wherein the content item edited is now one or more sections of the code. For example, a user can select an edit mode for various panels. Upon selection, the user is switched to a source code view, allowing him or her to edit the source code, modifying the behavior of the content item. In a step 92, the user can save the edits to a central location such as, for example, a source-control repository, and then the code is recompiled in a step 94. As described above, various methodologies can be implemented to ensure proper verification, validation and incorporation of edited content into the current version of the application. During the build process, in a step 96, the code can be checked out, and a new version of the application built.
  • With applications, it is often the case that as the application gets closer and closer to release, the mix of “content” being modified changes. Typically, the application begins as almost entirely code with little or no documentation. Thus, early on, most of the content editing is to the code. As development progresses, documentation and other similar content editing may take place.
  • Two simple examples of this process are described below. The first example illustrates a process by which the user updates a “Run” button for an application. In this example, the user enters the edit mode and selects the element he or she wishes to modify. In the case of the present example, the user selects the “Run” button as an item to update. After selecting the “Run” button, the source code for that button is displayed on the user's terminal for editing. The user is then allowed to modify the source code to update the button. In one embodiment, the application can automatically recompile behind the scenes to incorporate the newly edited code.
  • The second example is a process by which the user updates the help content for an application. In this example, the user enters the edit mode and selects an element that he or she wishes to modify. In the case of the present example, the user selects the help content as an item to update. The user is then provided with an edit view to enable editing of that content item. The user is then allowed to modify the content item as described above.
  • As these two simple examples illustrate, one embodiment of the invention can benefit the development process beyond managing edited content. Particularly, in one embodiment, the invention can provide a link to the user enabling the user to discover how and where to change a piece of code (or other content) to achieve a desired effect, without the user necessarily needing to know the underlying architecture of an application. That is, the provided links can take the user to, or provide the user with, the requested content for editing. Additionally, the editing view can be styled based upon the type of content being presented. Source code content can have a different presentation than textual content.
  • In the various embodiments described above, server content items 42 and local content items 44 are mixed such that the source can maintain its link back to the source database as well as contain local data. Preferably, in this embodiment, a live link is marked or otherwise presented in such a way as to indicate that it links back to live content. For example, where content item 42 is a program code, users could contribute new program code to the database, they could request that new code be created, and they could insert submitted code into their source for inclusion.
  • To better illustrate the creation and editing of source content items 42 consider the following exemplary implementation. In this example, a collaborative content management system is used to power multiple presentations of the source content for distribution to users across the user community. The various presentations of the source content (e.g., content presentation items 44) can include links back to a source content 42, allowing end users to update the source content 42. Carrying this example further, in one embodiment as described above, the source content 42 is created on a wiki page. The source content 42 is then transformed during a build process or a run time into a number of presentation formats. In the case of an IDE, for example, these formats include an online help system installed with the application, content assist bubbles associated with editing code, or other content items. The transformed content item preferably contains links or other mechanisms directing the user back to the original source content item 42 on the wiki page. As discussed above, a URL or permalink can be used to implement such a link.
  • If the user desires to update or edit the content, the user can click the link, linking the user back to the source content item 42, allowing the user to edit the source content item 42 from his or her workstation 34. In another example, the transformation into multiple presentations (local content presentation items 44) is made so as to facilitate a two-way process. In this example, clicking the edit link allows the user to edit the content in place (i.e. at his or her workstation 34). The edited content of the local content presentation 44 is then be transformed back into the source format transparently in the background and uploaded to development environment 32 to update source content item 42.
  • Edit links can be implemented using hypertext links of various formats and configurations as well as other mechanisms to provide the user with access to the portion of the content he or she wishes to edit. Edit links or other access mechanism can also include an annotation regarding the type of content that the user is editing. For example, the edit link may be color coded or may present a different icon depending on the type of content to which it links. As another example, upon mouse rollover, a pop-up, other bubble or other indicating mechanism can provide a note to the user indicating the type of content accessible via that link. When the linking mechanism is actuated, the user can edit the associated information on the spot and behind the scenes, That is, the user can edit a new copy (i.e. create a new version) of the source content while the current copy of the source content is still published to the user community. As discussed above, server updates to incorporate such changes into the source file can be performed subsequently.
  • The user may be able to lock his or her local copy 44 of the content presentation item such that his or her local version remains the version accessed form his or her server. Thus, the user can freeze the content item in time or can make edits, updates or to her changes to the content to be maintained and available to that user unless and until the user unlocks the local copy. Thus, for example, a user can incorporate personal notes, annotations, references or other materials that the user may not wish to “lose” during further updates of the document. Additionally, the user may wish to make comments, notations or changes that are not shared with others in the community. However, because these scenarios may hinder the ability for the user to receive updated and improved versions of the content items, in another embodiment, personal items, user comments and annotations and other user-unique changes can be stored locally. For example, these items can be stored in an overlay file such that they are automatically (or upon invocation) brought into newer versions of the source content that may be downloaded to a user's local system. As one example, where a user creates personal annotations to be included with subsequent versions, these personal annotations can be stored in a file that is also referenced by the edit link. Thus, when a new version is downloaded, the edit links can be used to indicate which information from the user's personal overlay file should be overlaid onto the new source versions at locations associated with that link.
  • FIGS. 4-6 illustrate another more specific example of the present invention. FIG. 4 is a page of an IDE, which allows a user at a remote site 38 to review a content item 42 on the IDE in box 100. In this particular example, the content item 42 is a JavaScript.Core.Function documentation. The user at the remote site 38 accesses the page and to edit the content the user clicks on the edit box 102. In FIG. 5, the user edits the content on the wiki page by adding new content 110, to content item 42 in box 100′, specifically: You can use call to chain constructors for an object, similar to Java.
  • function prod dept (name, value, dept) {this.dept=dept; product.call(this, name, value);}
  • In FIG. 6, the new content has been uploaded and now the IDE contains the new content 110.
  • While various embodiments of the present invention have been described above, it should be understood that they have been presented by way of example only, and not of limitation. Thus the breadth and scope of the present invention should not be limited by any of the above-described exemplary embodiments. Additionally, the invention is described above in terms of various exemplary environments, embodiments and implementations. It should be understood that the various features and functionality described in one or more of the individual embodiments, environments or implementations are not limited in their applicability to the particular environment, embodiment, or implementation with which they are described, but instead can be applied, alone or in some combination, to one or more alternative environments, embodiments or implementations of the invention, whether or not such environments, embodiments or implementations are described and whether or not such features are presented as being a part of a described environment, embodiment, or implementation.
  • Terms and phrases used in this document, and variations thereof, unless otherwise expressly stated, should be construed as open ended as opposed to limiting. As examples of the foregoing: the term “including” should be read as meaning “including without limitation” or the like; the term “example” is used to provide exemplary instances of the item in discussion, not an exhaustive or limiting list thereof, and terms and phrases such as “known,” “apparent to one of skill in the art,” “conventional,” “traditional,” “normal,” “standard,” and terms and phrases of similar meaning should not be construed as limiting the item described to a given time period or to an item available as of a given time, but instead should be read to encompass conventional, known, apparent, traditional, normal, or standard technologies that may be available now or at any time in the future. Likewise, a group of items linked with the conjunction “and” should not be read as requiring that each and every one of those items be present in the grouping, but rather should be read as “and/or” unless expressly stated otherwise. Similarly, a group of items linked with the conjunction “or” should not be read as requiring mutual exclusivity among that group, but rather should be read as “and/or” unless expressly stated otherwise.

Claims (19)

1. A method for managing the collaborative generation of an electronic content item by multiple users over a network, the method comprising:
providing a source development environment;
creating an original electronic content item in the source development environment;
transferring the original electronic content item over a network from the source development environment to a plurality of users of a user community, each of the plurality of users located at a unique remote site;
editing the original electronic content item by at least one of the plurality of users at a unique remote site to create a local copy electronic content item comprising at least one edited component;
transferring the local copy electronic content item from the unique remote site over the network to the source development environment;
incorporating the at least one edited component from the local copy electronic content item into the original electronic content item to create a current version electronic content item; and
transferring the current version electronic content item to each of the plurality of users of the user community.
2. The method according to claim 1 wherein the electronic content item is selected from the group consisting of a software program, a web site and a computer program.
3. The method according to claim 1 wherein the network is the internet.
4. The method according to claim 1 wherein the electronic content item is a source code, and the method further comprises spawning an application shell from a master template and transferring the application shell for the source code to each of the plurality of users of the user community.
5. The method according to claim 1 wherein editing the original electronic content item by at least one the plurality of users occurs offline, and the method further comprises caching the original electronic content item for offline use.
6. The method according to claim 5 wherein transferring the local copy electronic content item from the unique remote site over the network comprises reconnecting the unique remote site to the network.
7. The method according to claim 1 wherein the source development environment is a wiki page and editing the original electronic content item by at least one the plurality of users occurs online
8. The method according to claim 7 wherein creating the original electronic content item in the source development environment comprises:
transferring a source wiki content into a plurality of local presentation formats; and
providing in the source wiki content an edit link to each of the plurality of local presentation formats.
9. A method for managing the collaborative generation of an electronic source content item by multiple users over a network, the method comprising:
creating an original source content item on a wiki page;
providing a link to the wiki page to a plurality of users of a user community;
linking to the wiki page by one of the plurality of users of the user community;
editing the original source content item by at least one of the plurality of users at a unique remote site to create an edited source content item comprising at least one edited component;
incorporating the at least one edited component from the edited source content item into the original source content item to create a current version source content item; and
refreshing the wiki page to provide the current version source content item on the wiki page.
10. A method for managing the collaborative generation of an electronic content item by multiple users over a network, the method comprising:
creating an original electronic content item on a wiki page, the wiki page being accessible by a plurality of users of a user community over a network, each of the plurality of users located at a remote site;
transforming the original electronic content item into a plurality of presentation formats, each of the plurality of presentation formats having an edit link for linking to the original electronic content item on the wiki page;
editing one of the plurality of presentation formats by accessing the respective edit link by at least one of the plurality of users to create an edited portion of the original electronic content item;
updating the original electronic content item with the edited portion of the original electronic content item by running an update process to create a current version electronic content item; and
refreshing the wiki page to republish the current version electronic content item.
11. The method according to claim 10 wherein the electronic content item is a source code for an electronic document of a software application.
12. The method according to claim 10 wherein the electronic content item is a snippet for an electronic document of a software application.
13. A method for managing the collaborative generation of an electronic content item by multiple users over a network, the method comprising:
creating an original electronic content item on a wiki page, the wiki page being accessible by a plurality of users of a user community over a network, each of the plurality of users located at a remote site;
transforming the original electronic content item into a plurality of presentation formats, each of the plurality of presentation formats having an edit link for linking to the original electronic content item on the wiki page;
editing one of the plurality of presentation formats by accessing the respective edit link by at least one of the plurality of users to create an edited portion of the original electronic content item; and
transparently transforming the original electronic content item on the wiki page during the editing of the one of the plurality of presentation formats by the user.
14. A system for managing the collaborative generation of an electronic content item by multiple users over a network, the system comprising:
a source content development environment to facilitate the development of a software application, the source content development environment comprising a source content version;
a network;
a plurality of remote user sites of a user community, each of the plurality of remote user sites capable of accessing and downloading the source content version of the source content development environment over the network to create a local content presentation item of the source content version for editing at the remote user site by a user to create an edited local content presentation item, the local content presentation item having an edit link comprising context related information indicating the location and presentation of the source content version.
15. The system according to claim 14 wherein the source content development environment is a wiki page, and the source content version is a source wiki content comprising a plurality of edit links, each of the plurality of edit links providing access to a different presentation format of the source wiki content.
16. A system for managing the collaborative generation of an electronic content item by multiple users over a network, the system comprising:
a network;
a data repository comprising a source content item;
an integrated development environment comprising means for accessing the source content item of the data repository over the network;
a plurality of remote user sites of a user community, each of the plurality of remote user sites capable of accessing and downloading the source content item of the data repository over the network using the accessing means of the integrated development environment to create a local content presentation item of the source content item for editing at the remote user site by a user to create an edited local content presentation item, the local content presentation item having an edit link comprising context related information indicating the location and presentation of the source content item; and
means for transforming the source content item during an application build process.
17. The system according to claim 16 wherein the data repository is a wiki page.
18. The system according to claim 16 wherein the edit link is a permalink.
19. The system according to claim 16 wherein the transforming means allows for real-time updates to the source content item.
US11/735,428 2006-04-14 2007-04-13 Collaborative Content Generation System And Method Abandoned US20070244906A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US11/735,428 US20070244906A1 (en) 2006-04-14 2007-04-13 Collaborative Content Generation System And Method
PCT/US2007/066673 WO2007121384A2 (en) 2006-04-14 2007-04-14 Collaborative content generation system and method
US13/175,570 US8688738B2 (en) 2006-04-14 2011-07-01 Collaborative content generation system and method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US79229806P 2006-04-14 2006-04-14
US11/735,428 US20070244906A1 (en) 2006-04-14 2007-04-13 Collaborative Content Generation System And Method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/175,570 Continuation US8688738B2 (en) 2006-04-14 2011-07-01 Collaborative content generation system and method

Publications (1)

Publication Number Publication Date
US20070244906A1 true US20070244906A1 (en) 2007-10-18

Family

ID=38606065

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/735,428 Abandoned US20070244906A1 (en) 2006-04-14 2007-04-13 Collaborative Content Generation System And Method
US13/175,570 Expired - Fee Related US8688738B2 (en) 2006-04-14 2011-07-01 Collaborative content generation system and method

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/175,570 Expired - Fee Related US8688738B2 (en) 2006-04-14 2011-07-01 Collaborative content generation system and method

Country Status (2)

Country Link
US (2) US20070244906A1 (en)
WO (1) WO2007121384A2 (en)

Cited By (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070274496A1 (en) * 2006-04-20 2007-11-29 Ujjwal Singh Method and system for multimodal communication using a phone number
US20080154855A1 (en) * 2006-12-22 2008-06-26 International Business Machines Corporation Usage of development context in search operations
US20080208969A1 (en) * 2007-02-28 2008-08-28 Henri Han Van Riel Automatic selection of online content for sharing
US20080208869A1 (en) * 2007-02-28 2008-08-28 Henri Han Van Riel Distributed online content
US20090171649A1 (en) * 2007-12-28 2009-07-02 Microsoft Corporation User-defined application models
US20090292548A1 (en) * 2008-05-20 2009-11-26 Fuze Digital Solutions, Llc Method, system, and program product for information editorial controls
US20090300057A1 (en) * 2008-05-30 2009-12-03 Novell, Inc. System and method for efficiently building virtual appliances in a hosted environment
US20090300485A1 (en) * 2008-05-27 2009-12-03 Microsoft Corporation Techniques for automatically generating wiki content
US20090313552A1 (en) * 2008-06-16 2009-12-17 Microsoft Corporation Online/offline proto link behavior and proto page conflict resolution
US20100138746A1 (en) * 2007-10-12 2010-06-03 Rony Zarom System and method for synchronized video sharing
US20100169269A1 (en) * 2008-12-30 2010-07-01 Karthik Chandrasekaran Systems and methods for providing collaborative editing
US20100174783A1 (en) * 2007-10-12 2010-07-08 Rony Zarom System and method for coordinating simultaneous edits of shared digital data
US20100257457A1 (en) * 2009-04-07 2010-10-07 De Goes John A Real-time content collaboration
US20120072854A1 (en) * 2010-09-16 2012-03-22 Siemens Product Lifecycle Management Software Inc. Concurrent document markup
FR2969333A1 (en) * 2010-12-16 2012-06-22 France Telecom Method for sharing e.g. text content between two portable computers via Internet during online conference, involves superimposing copy on displayed content, and directly adding modification of displayed content on superimposed copy
US8453052B1 (en) * 2006-08-16 2013-05-28 Google Inc. Real-time document sharing and editing
US20130227422A1 (en) * 2012-02-28 2013-08-29 Sap Portals Israel Ltd. Enterprise portal smart worklist
US8527431B2 (en) 2010-11-18 2013-09-03 Gaurab Bhattacharjee Management of data via cooperative method and system
US8572602B1 (en) * 2008-06-05 2013-10-29 Appcelerator, Inc. System and method for synchronization of a web application to a cloud provider
WO2014085173A1 (en) * 2012-11-27 2014-06-05 Google Inc. Detecting relationships between edits and acting on a subset of edits
US20140214503A1 (en) * 2011-09-01 2014-07-31 Armen Chircorian Server-based electronic publication management
US20140304689A1 (en) * 2011-07-01 2014-10-09 Adobe Systems Incorporated Systems and Methods for Developing and Testing Electronic Content Using Multiple Devices
US8862633B2 (en) 2008-05-30 2014-10-14 Novell, Inc. System and method for efficiently building virtual appliances in a hosted environment
US20140351320A1 (en) * 2013-05-21 2014-11-27 Peking University Founder Group Co., Ltd. Method, system and apparatus for coordinated processing of document
US9069733B1 (en) * 2009-09-09 2015-06-30 The Pnc Financial Services Group, Inc. Enterprise architecture diagramming systems and methods
US9310981B2 (en) * 2013-02-13 2016-04-12 Dropbox, Inc. Seamless editing and saving of online content items using applications
US9391827B1 (en) 2006-04-20 2016-07-12 Google Inc. Conditional audio content delivery method and system
US9524345B1 (en) 2009-08-31 2016-12-20 Richard VanderDrift Enhancing content using linked context
US9639707B1 (en) 2010-01-14 2017-05-02 Richard W. VanderDrift Secure data storage and communication for network computing
US20180097877A1 (en) * 2016-09-30 2018-04-05 Dropbox, Inc. Linking content items and collaboration content items
US9946797B2 (en) 2014-02-18 2018-04-17 International Business Machines Corporation Personalized aggregator for organizing and publishing public and private content
US9971752B2 (en) 2013-08-19 2018-05-15 Google Llc Systems and methods for resolving privileged edits within suggested edits
CN108269063A (en) * 2018-01-25 2018-07-10 中国地质大学(武汉) The online synergic editing method of word document and system
US10091313B2 (en) * 2011-03-17 2018-10-02 Ebay Inc. Method and system for tracking web link usage
WO2019062316A1 (en) * 2017-09-27 2019-04-04 深圳市九洲电器有限公司 Svn server management method and system for set-top box-based projects
US10942979B2 (en) * 2018-08-29 2021-03-09 International Business Machines Corporation Collaborative creation of content snippets
US11379424B2 (en) * 2020-10-30 2022-07-05 Docusign, Inc. Edit interface in an online document system
US11412026B2 (en) * 2012-12-03 2022-08-09 Orange Method for communication among a plurality of users provided with communication terminals, via a virtual communication space
US11593762B2 (en) 2020-10-30 2023-02-28 Docusign, Inc. Automated collaborative document progress interface in an online document system
US11863615B2 (en) * 2022-03-18 2024-01-02 T-Mobile Usa, Inc. Content management systems providing zero recovery time objective

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8627279B2 (en) 2011-02-07 2014-01-07 International Business Machines Corporation Distributed, non-intrusive code review in a development environment
US8260842B1 (en) 2012-04-27 2012-09-04 Wirespring Technologies, Inc. Device-agnostic content management, playback and status monitoring system
CN103677765B (en) * 2012-08-31 2018-07-06 腾讯科技(深圳)有限公司 Automatically releasing versions method, apparatus and storage medium
US9086860B2 (en) * 2013-02-21 2015-07-21 International Business Machines Corporation Bi-directional linking of product build information
CN104320469B (en) * 2014-10-29 2018-04-17 北京思特奇信息技术股份有限公司 A kind of increment delta data analysis method for down loading and system based on SVN
CN104933101B (en) * 2015-05-29 2018-05-29 南车株洲电力机车研究所有限公司 A kind of configuration audit information method for automatically counting based on SVN
US11514913B2 (en) 2019-11-15 2022-11-29 Goto Group, Inc. Collaborative content management
US11822513B2 (en) 2020-09-18 2023-11-21 Dropbox, Inc. Work spaces including links to content items in their native storage location

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6240414B1 (en) * 1997-09-28 2001-05-29 Eisolutions, Inc. Method of resolving data conflicts in a shared data environment
US20030145282A1 (en) * 2001-10-31 2003-07-31 Metacyber.Net Computer-based method for parsing and hashing source information including a combined grammar
US20060064434A1 (en) * 2004-09-21 2006-03-23 International Business Machines Corporation Case management system and method for collaborative project teaming
US7139798B2 (en) * 2002-05-17 2006-11-21 Groove Networks, Inc. Method and apparatus for connecting a secure peer-to-peer collaboration system to an external system
US7496841B2 (en) * 2001-12-17 2009-02-24 Workshare Technology, Ltd. Method and system for document collaboration
US7596620B1 (en) * 2008-11-04 2009-09-29 Aptana, Inc. System and method for developing, deploying, managing and monitoring a web application in a single environment
US7707547B2 (en) * 2005-03-11 2010-04-27 Aptana, Inc. System and method for creating target byte code
US7844958B2 (en) * 2005-03-11 2010-11-30 Aptana, Inc. System and method for creating target byte code
US7958493B2 (en) * 2006-01-20 2011-06-07 Kevin Edward Lindsey Type inference system and method
US7958232B1 (en) * 2007-12-05 2011-06-07 Appcelerator, Inc. Dashboard for on-the-fly AJAX monitoring

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7478170B2 (en) * 2002-03-05 2009-01-13 Sun Microsystems, Inc. Generic infrastructure for converting documents between formats with merge capabilities
CA2433523C (en) * 2003-06-26 2010-06-29 Ibm Canada Limited - Ibm Canada Limitee Mehtod of displaying local and remote data objects and of interacting with same
US7433876B2 (en) * 2004-02-23 2008-10-07 Radar Networks, Inc. Semantic web portal and platform
US7779387B2 (en) * 2004-04-15 2010-08-17 Microsoft Corporation Offline source code control
US7623710B2 (en) * 2006-02-14 2009-11-24 Microsoft Corporation Document content and structure conversion

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6240414B1 (en) * 1997-09-28 2001-05-29 Eisolutions, Inc. Method of resolving data conflicts in a shared data environment
US20030145282A1 (en) * 2001-10-31 2003-07-31 Metacyber.Net Computer-based method for parsing and hashing source information including a combined grammar
US7496841B2 (en) * 2001-12-17 2009-02-24 Workshare Technology, Ltd. Method and system for document collaboration
US7139798B2 (en) * 2002-05-17 2006-11-21 Groove Networks, Inc. Method and apparatus for connecting a secure peer-to-peer collaboration system to an external system
US20060064434A1 (en) * 2004-09-21 2006-03-23 International Business Machines Corporation Case management system and method for collaborative project teaming
US7707547B2 (en) * 2005-03-11 2010-04-27 Aptana, Inc. System and method for creating target byte code
US7844958B2 (en) * 2005-03-11 2010-11-30 Aptana, Inc. System and method for creating target byte code
US7958493B2 (en) * 2006-01-20 2011-06-07 Kevin Edward Lindsey Type inference system and method
US7958232B1 (en) * 2007-12-05 2011-06-07 Appcelerator, Inc. Dashboard for on-the-fly AJAX monitoring
US7596620B1 (en) * 2008-11-04 2009-09-29 Aptana, Inc. System and method for developing, deploying, managing and monitoring a web application in a single environment

Cited By (78)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9391827B1 (en) 2006-04-20 2016-07-12 Google Inc. Conditional audio content delivery method and system
US20070274496A1 (en) * 2006-04-20 2007-11-29 Ujjwal Singh Method and system for multimodal communication using a phone number
US20150199319A1 (en) * 2006-08-16 2015-07-16 Google Inc. Real-Time Document Sharing and Editing
US9875221B1 (en) 2006-08-16 2018-01-23 Google Llc Real-time document sharing and editing
US10417319B1 (en) 2006-08-16 2019-09-17 Google Llc Real-time document sharing and editing
US9430454B2 (en) * 2006-08-16 2016-08-30 Google Inc. Real-time document sharing and editing
US8453052B1 (en) * 2006-08-16 2013-05-28 Google Inc. Real-time document sharing and editing
US20080154855A1 (en) * 2006-12-22 2008-06-26 International Business Machines Corporation Usage of development context in search operations
US7809703B2 (en) * 2006-12-22 2010-10-05 International Business Machines Corporation Usage of development context in search operations
US20080208869A1 (en) * 2007-02-28 2008-08-28 Henri Han Van Riel Distributed online content
US8762327B2 (en) * 2007-02-28 2014-06-24 Red Hat, Inc. Synchronizing disributed online collaboration content
US8683342B2 (en) 2007-02-28 2014-03-25 Red Hat, Inc. Automatic selection of online content for sharing
US10067996B2 (en) 2007-02-28 2018-09-04 Red Hat, Inc. Selection of content for sharing between multiple databases
US20080208969A1 (en) * 2007-02-28 2008-08-28 Henri Han Van Riel Automatic selection of online content for sharing
US8788589B2 (en) * 2007-10-12 2014-07-22 Watchitoo, Inc. System and method for coordinating simultaneous edits of shared digital data
US20100174783A1 (en) * 2007-10-12 2010-07-08 Rony Zarom System and method for coordinating simultaneous edits of shared digital data
US20100138746A1 (en) * 2007-10-12 2010-06-03 Rony Zarom System and method for synchronized video sharing
US9270715B2 (en) 2007-10-12 2016-02-23 Newrow, Inc. System and method for coordinating display of shared video data
US9483590B2 (en) 2007-12-28 2016-11-01 Microsoft Technology Licensing, Llc User-defined application models
US20090171649A1 (en) * 2007-12-28 2009-07-02 Microsoft Corporation User-defined application models
US8584020B2 (en) * 2007-12-28 2013-11-12 Microsoft Corporation User-defined application models
US8185405B2 (en) 2008-05-20 2012-05-22 Chuck Van Court Method, system, and program product for information editorial controls
US20090292548A1 (en) * 2008-05-20 2009-11-26 Fuze Digital Solutions, Llc Method, system, and program product for information editorial controls
US20090300485A1 (en) * 2008-05-27 2009-12-03 Microsoft Corporation Techniques for automatically generating wiki content
US8862633B2 (en) 2008-05-30 2014-10-14 Novell, Inc. System and method for efficiently building virtual appliances in a hosted environment
US8868608B2 (en) 2008-05-30 2014-10-21 Novell, Inc. System and method for managing a virtual appliance lifecycle
US20090300057A1 (en) * 2008-05-30 2009-12-03 Novell, Inc. System and method for efficiently building virtual appliances in a hosted environment
US8544016B2 (en) * 2008-05-30 2013-09-24 Oracle International Corporation Rebuilding a first and second image based on software components having earlier versions for one or more appliances and performing a first and second integration test for each respective image in a runtime environment
US20090300151A1 (en) * 2008-05-30 2009-12-03 Novell, Inc. System and method for managing a virtual appliance lifecycle
US8209288B2 (en) 2008-05-30 2012-06-26 Novell, Inc. System and method for inspecting a virtual appliance runtime environment
US20090300641A1 (en) * 2008-05-30 2009-12-03 Novell, Inc. System and method for supporting a virtual appliance
US20090300076A1 (en) * 2008-05-30 2009-12-03 Novell, Inc. System and method for inspecting a virtual appliance runtime environment
US8176094B2 (en) 2008-05-30 2012-05-08 Novell, Inc. System and method for efficiently building virtual appliances in a hosted environment
US8572602B1 (en) * 2008-06-05 2013-10-29 Appcelerator, Inc. System and method for synchronization of a web application to a cloud provider
US8612520B2 (en) 2008-06-16 2013-12-17 Microsoft Corporation Online/offline proto link behavior and proto page conflict resolution
US9710438B2 (en) 2008-06-16 2017-07-18 Microsoft Technology Licensing, Llc Online/offline proto link behavior and proto page conflict resolution
US20090313552A1 (en) * 2008-06-16 2009-12-17 Microsoft Corporation Online/offline proto link behavior and proto page conflict resolution
US20100169269A1 (en) * 2008-12-30 2010-07-01 Karthik Chandrasekaran Systems and methods for providing collaborative editing
US9152644B2 (en) 2008-12-30 2015-10-06 Novell, Inc. Systems and methods for providing collaborative editing
US20100257457A1 (en) * 2009-04-07 2010-10-07 De Goes John A Real-time content collaboration
US9524345B1 (en) 2009-08-31 2016-12-20 Richard VanderDrift Enhancing content using linked context
US9069733B1 (en) * 2009-09-09 2015-06-30 The Pnc Financial Services Group, Inc. Enterprise architecture diagramming systems and methods
US9639707B1 (en) 2010-01-14 2017-05-02 Richard W. VanderDrift Secure data storage and communication for network computing
WO2011119861A1 (en) 2010-03-24 2011-09-29 Watchitoo, Inc. System and method for coordinating simultaneous edits of shared digital data
EP2550577A4 (en) * 2010-03-24 2014-05-07 Watchitoo Inc System and method for coordinating simultaneous edits of shared digital data
EP2550577A1 (en) * 2010-03-24 2013-01-30 Watchitoo, Inc. System and method for coordinating simultaneous edits of shared digital data
US20120072854A1 (en) * 2010-09-16 2012-03-22 Siemens Product Lifecycle Management Software Inc. Concurrent document markup
US8707187B2 (en) * 2010-09-16 2014-04-22 Siemens Products Product Lifecycle Management Software Inc. Concurrent document markup
US8527431B2 (en) 2010-11-18 2013-09-03 Gaurab Bhattacharjee Management of data via cooperative method and system
FR2969333A1 (en) * 2010-12-16 2012-06-22 France Telecom Method for sharing e.g. text content between two portable computers via Internet during online conference, involves superimposing copy on displayed content, and directly adding modification of displayed content on superimposed copy
US10091313B2 (en) * 2011-03-17 2018-10-02 Ebay Inc. Method and system for tracking web link usage
US10911554B2 (en) 2011-03-17 2021-02-02 Ebay Inc. Method and system for tracking web link usage
US20140304689A1 (en) * 2011-07-01 2014-10-09 Adobe Systems Incorporated Systems and Methods for Developing and Testing Electronic Content Using Multiple Devices
US9189228B2 (en) * 2011-07-01 2015-11-17 Adobe Systems Incorporated Systems and methods for developing and testing electronic content using multiple devices
US11720695B2 (en) * 2011-09-01 2023-08-08 Websistant, L.L.C. Server-based electronic publication management
US20140214503A1 (en) * 2011-09-01 2014-07-31 Armen Chircorian Server-based electronic publication management
US20130227422A1 (en) * 2012-02-28 2013-08-29 Sap Portals Israel Ltd. Enterprise portal smart worklist
WO2014085173A1 (en) * 2012-11-27 2014-06-05 Google Inc. Detecting relationships between edits and acting on a subset of edits
US9529785B2 (en) 2012-11-27 2016-12-27 Google Inc. Detecting relationships between edits and acting on a subset of edits
US11412026B2 (en) * 2012-12-03 2022-08-09 Orange Method for communication among a plurality of users provided with communication terminals, via a virtual communication space
US9310981B2 (en) * 2013-02-13 2016-04-12 Dropbox, Inc. Seamless editing and saving of online content items using applications
US10088990B2 (en) 2013-02-13 2018-10-02 Dropbox, Inc. Seamless editing and saving of online content items using applications
US20190012065A1 (en) * 2013-02-13 2019-01-10 Dropbox, Inc. Seamless editing and saving of online content items using applications
US20140351320A1 (en) * 2013-05-21 2014-11-27 Peking University Founder Group Co., Ltd. Method, system and apparatus for coordinated processing of document
US10380232B2 (en) 2013-08-19 2019-08-13 Google Llc Systems and methods for resolving privileged edits within suggested edits
US9971752B2 (en) 2013-08-19 2018-05-15 Google Llc Systems and methods for resolving privileged edits within suggested edits
US11087075B2 (en) 2013-08-19 2021-08-10 Google Llc Systems and methods for resolving privileged edits within suggested edits
US11663396B2 (en) 2013-08-19 2023-05-30 Google Llc Systems and methods for resolving privileged edits within suggested edits
US9946797B2 (en) 2014-02-18 2018-04-17 International Business Machines Corporation Personalized aggregator for organizing and publishing public and private content
US20180097877A1 (en) * 2016-09-30 2018-04-05 Dropbox, Inc. Linking content items and collaboration content items
US11128704B2 (en) * 2016-09-30 2021-09-21 Dropbox, Inc. Linking content items and collaboration content items
WO2019062316A1 (en) * 2017-09-27 2019-04-04 深圳市九洲电器有限公司 Svn server management method and system for set-top box-based projects
CN108269063A (en) * 2018-01-25 2018-07-10 中国地质大学(武汉) The online synergic editing method of word document and system
US10942979B2 (en) * 2018-08-29 2021-03-09 International Business Machines Corporation Collaborative creation of content snippets
US20220398224A1 (en) * 2020-10-30 2022-12-15 Docusign, Inc. Edit Interface in an Online Document System
US11593762B2 (en) 2020-10-30 2023-02-28 Docusign, Inc. Automated collaborative document progress interface in an online document system
US11379424B2 (en) * 2020-10-30 2022-07-05 Docusign, Inc. Edit interface in an online document system
US11863615B2 (en) * 2022-03-18 2024-01-02 T-Mobile Usa, Inc. Content management systems providing zero recovery time objective

Also Published As

Publication number Publication date
US8688738B2 (en) 2014-04-01
WO2007121384A2 (en) 2007-10-25
US20120005575A1 (en) 2012-01-05
WO2007121384A3 (en) 2008-10-02

Similar Documents

Publication Publication Date Title
US8688738B2 (en) Collaborative content generation system and method
CN1918589B (en) Promote collaborative editing and responsible automated publishing system by virtual document architecture
AU2009251763B2 (en) Simultaneous collaborative review of a document
US20150199318A1 (en) System and Method for Using a Third-Party Add-On in a Collaborative On-Line Software Development Environment
US9953098B2 (en) Methods and systems for website editing
US20080172608A1 (en) Site builder
Powers et al. Microsoft visual studio 2008 Unleashed
Lopez-Sanz et al. ArchiMeDeS: A model-driven framework for the specification of service-oriented architectures
de Lange et al. Integrating web-based collaborative live editing and wireframing into a model-driven web engineering process
Weitzman et al. Transforming the content management process at IBM. com
Wang Powermeeting on common ground: web based synchronous groupware with rich user experience
Mangiante et al. SpreadComp platform: A new paradigm for distributed spreadsheet collaboration and composition
Arafath Content Management Systems: An overview between WordPress and Drupal
Firmenich et al. Distributed Web browsing: supporting frequent uses and opportunistic requirements
Fraley Beyond theory: Making single-sourcing actually work
John Opportunities and current limitations of cloud-based design automation in the context of Building Information Modelling
Ferguson et al. Javascript and client-side development
Reinefeld et al. GuiGen: A toolset for creating customized interfaces for grid user communities
Gündoğan Automation of Artwork Processes
Khosravi Professional ASP. NET 2.0 server control and component development
Sundar et al. Content Management System and Automation of Model Cloning Scalable EAV Model in GNEISYS Framework
Bäckström Determination and Implementation of Suitable BPMS Solutions: a journey into a strive for a data driven enterprise
Nguyen Building Web Page Templates with Gatsby and Markdown
Tekerek et al. Developing a scientific publication content management system with peer review tools for academic institutions
Fraisse et al. A solution for in context and collaborative localization of most commercial and free software

Legal Events

Date Code Title Description
AS Assignment

Owner name: APTANA INCORPORATED, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:COLTON, PAUL;DEBREUIL, ROBIN SEAN;LINDSEY, KEVIN EDWARD;AND OTHERS;REEL/FRAME:019172/0767

Effective date: 20060414

AS Assignment

Owner name: APPCELERATOR, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:APTANA, INC.;REEL/FRAME:026181/0015

Effective date: 20110110

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: SILICON VALLEY BANK, CALIFORNIA

Free format text: SECURITY INTEREST;ASSIGNOR:APPCELERATOR, INC.;REEL/FRAME:036442/0008

Effective date: 20150827