Ananta 1.0 beta 6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Ananta 1.0 beta 6 (Default branch)
# 1  
Old 06-17-2008
Ananta 1.0 beta 6 (Default branch)

Image Ananta makes it possible for unexperienced users to create a professional high-quality Web site quickly, while keeping the codebase clean and easy to build upon for both developers and designers. Ananta produces valid XHTML 1.0 code, and uses almost no tables. Ananta aims to be as search-engine friendly as possible, without using dirty tricks that may eventually get you banned. Ananta tries to be as multifunctional as possible without making things overly complicated. The UI tries to prevent inexperienced users from causing irreversible damage. License: GNU General Public License v3 Changes:
This release features search engine-friendly URLs, a table-less design, separation of markup, behavior, and content, a modular structure, an easy way to add modules and templates, valid XHTML 1.0 Strict output, zero tolerance for PHP errors, warnings, and notices, and better portability.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ikisite-wrapper(1)					      General Commands Manual						ikisite-wrapper(1)

NAME
ikisite-wrapper - suid wrapper for ikisite SYNOPSIS
ikisite-wrapper subcommand options DESCRIPTION
ikisite-wrapper is a wrapper around ikisite. It is designed to be safely made suid root, though it is not currently suid by default. A few ikisite subcommands can be run using the wrapper without any authorisation at all. These include: create, branch, list, sitelookup, checklock, updatecustomersite, and enabledns. So making the wrapper suid allows any user to create a site. Other ikisite subcommands can only be run using the wrapper by users who specify a nonce in the IKISITE_NONCE environment variable. These include: delete, changesetup, domains, and deletenonce. A site's current nonces are stored in its .ikisite-nonce file. A nonce can be generated by root or the site's user via using the creat- enonce subcommand, but it's usually generated by passing --createnonce to the create or branch subcommands. This allows anyone to create or branch a site and then use the nonce to allow further configuration of it (and delete it if something goes wrong). Subcommands that can be called by the wrapper either without or with a nonce should be sure to fully validate their inputs. SEE ALSO
ikisite(1) AUTHOR
Joey Hess <joey@ikiwiki.info> ikisite-wrapper(1)