Introducing XWeb
|
XWeb -- what is it?The idea behind XWebWelcome to XWeb, a program that helps you creating and managing your website. When using XWeb the content, the structure and the layout of your website will be separated, which means that the pages you write don't have any information on how they should look or how they fit into your site. Both kinds of information will be stored in separate files and will be added when compiling your site. The advantages of this approach are many, e.g. you can focus on your content without thinking about the look or change the whole look without touching the content. Whenever you add or remove pages you just change the information in the structure (one line per page) and the next time you compile the site the whole navigation gets updated. And all of your content can be used elsewhere, e.g. you can just mail a single page without the navigation and layout to someone. How it is doneXWeb is a Java program making use of web technologies like XML, XSLT, CSS and SVG to create websites suited for upload into any webspace, there is no need to run a special server or other programs once the site was created. XWeb can use any XML input, the most simple version is using XHTML but you can mix in your own XML formats or whatever XML you have. This is achieved by some kind of compilation process which turns the XML input into normal HTML pages and maybe additional images for buttons, banners etc. Once this is done the pages can be displayed in any common browser using any common webserver. This manualTo read more about XWeb just click through this site. The site is seperated into different sections, each with a number of pages, if you start with XWeb you probably should read them in order. The topics of each section are:
Sometimes links will be given as crossreferences to other pages in this manual or to sites on the web. The two kinds of links are distinguished by color: internal links like a link to the next page are orange, external links like a link to the XWeb site (which always open a new window) are in red. |