phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites.
phpWebSite's growing number of modules allow for easy site customization without the need for unwanted or unused features. Client output from phpWebSite is valid XHTML 1.0 and meets the W3C's Web Accessibility Initiative requirements.
Founded and hosted by the Web Technology Group at Appalachian State University, phpWebSite is developed by the phpWebSite Development Team, a network of developers from around the world. phpWebSite is free, open source software and is licensed under the GNU LGPL.
Thank you! - The phpWebSite Development Team
phpWebSite bietet ein komplettes CMS für Web Standorte. Web basierende Administration erlaubt die einfache Wartung der interaktiven, gemeinschaftlich genutzten Netzstandorte.
Die wachsende Zahl der phpWebSite Module ermöglichen einfache Anpassungen, ohne unerwünschte oder unbenutzte Eigenschaften einsetzen zu müssen. phpWebSite ist gültiges XHTML 1.0 und entspricht den W3C Initiativen der Netzzugangsanforderungen.
Gegründet durch die Netztechnologiegruppe an der Appalachian Landesuniversität, wird phpWebSite entwickelt von der phpWebSite-Entwicklungsmannschaft, einem Netzwerk von Entwicklern rund um die Welt. phpWebSite ist freie, offene Quellcode-Software und wird unter der GNU LGPL lizensiert.
Danke! - die phpWebSite-Entwicklungsmannschaft
FrontPage
Wiki for phpWebSite
Overview
Wiki for phpWebSitefinally brings the power and convenience of a Wiki to the greatest open-source Content Management System available. Creating pages is as easy as creating a link to them! To see the markup rules, visit the SamplePage. We also recommend new users to play in the WikiSandBox.
Note, all actions are tested only with Firefox and Opera and run temporary on that page with Javascript. To reset back to native, only click the refreh bottom of your web browser. When you leave that page, all changes are lost. To change style permanent, you need other important tools, paper and a pencil to note your changes for typing what you want in the style sheets and/or templates.
Site colors
Click a rgb colorpal rowcell to vary a color in the preview field. Click on SetBg takes the background color code to the body background and click on SetFG takes the foreground color code to the body foreground. A click on GetBG/GetFG fetches the color codes from the current body background/foreground. Sometimes, be patient a moment to see the result, because this tool has hard to work with javascript Dom to run thru that tree.
Colors on a screen are displayed in combinations of red green blue (rgb) values. Because each basecolor has 256 shades, the whole spectrum with the three basecolors constists of about 16 million colors. Regard, not each combination possible makes sense. The format of the colorcode is #rrggbb. The rgb #000000 represents nothing, equals black, while rgb #FFFFFF is most white. All hexadecimal digits set to equal values show shades of gray. Each of the three basecolor codes consists of two hexadecimal digits. The left and the right digit are controlable by the checkboxes above the preview field. If both are checked, equal color codes are used. If none is checked, nothing occurs (check left, right or both).
Websafe colors
To have websafe colors good for older webbrowsers and systems, a scope of 216 colors supports this when ensuring each single digit of the colorcode is dividable by 3 without remainder. Examle: #FFFF33 meets that condition (F16=1510 devided by 3 results 5 without remainder and digit 3 also).
Netscape 120 color names
Much time ago, Netscape has designed some colors with colornames. There are a lot of colorcodes looking very impressive and not easy to detect when only playing with some arbitrary colorcode ranges. Its shown below ordered by the colornames. The color fields are also clickable to fill the preview field far above.
Site classes and id's
The site most is associated with style sheet(s). Click on the link "used css classes" below to get a list of all used css classes on this page. The shown classes are marked as links. When clicked to one, the class name is put in the area below, where the foreground (FG), background (BG) and border (BX) styles are changeable. The changes temporaty apply by a click at "change". Note, the changes are not made with the class itself, because there is no access to a css class. Instead, a style is appended to the affected tags. Any case, the changes are to see immediatly. And also to find is an ID field, where the id of a container may typed in. The IDs with most effect in pWS are container, top-menu, side-panel and footer and may be changed with the value of BG, FG and BX.