|
Easy Image Downloader
|
Other links at PHP > Scripts and Programs > Content Management |
| 1. |
ErfurtWiki
|
|
|
ErfurtWiki is a small Wiki engine implemented in PHP which stores its pages in a MySQL database or via a flat file backend. The Wiki source parsing is rather complete but is very extensible. It stands out from other Wikis in that it does not define the whole page layout itself; instead it allows for very quick integration into an existing Web site. The whole library is fully contained in one script file. Additionally, it can cache referenced images. The simplicity of the image uploading function makes it also a good choice as lite CMS for private homepages.
|
| 2. |
Sloth enGine
|
|
|
Sloth is a tiny content management system (CMS) which is it optimized for small sites. Sloth is able to withstand high traffic websites without straining. With Sloth you can: * Change how you website will display its contents by editing the template files with your favorite webeditor * Be safe with the knowledge that your site will work under any browser/operating system as Sloth is HTML 4.01 transitional compliant * Create modifications easily due to the way that Sloths code is written. If you like Sloth then please help out its development through code. Sloth Development Team Thanks goes out to Codebird Design who gave me the permission to continue the development of Minisite under another name. The original coding has been modified, though I must say Codebird Design did most of the hard work. Thanks!
|
| 3. |
Magazine Layout of an Article
|
|
|
This simple script show you how to present your text like an article in a magazine. One of the basic points of this program is to create an array of paragraphs from the string. Then a leading paragraph may be written across the screen with subsequent paragraphs listed below in multiple columns. Drop Caps and Pull Quotes are also presented in this script.
|
| 4. |
htmltmpl: templating engine
|
|
|
htmltmpl is a templating engine for Python and PHP. It is targeted to web application developers, who want to separate program code and design (HTML code) of their projects. Even web designers can easily learn its simple but powerful template language. Templating language provided by the engine is inspired by Perl templating module HTML::Template. Templates created for HTML::Template can be used with this engine. The primary goal is to keep things simple for a web designer who creates the templates. Therefore, neither Python nor PHP code can be used in the templates. Instead, it provides its own simple templating language that supports basic programming operations like loops, conditionals and substitution of variables. These operations are controlled from within the templates by statements that look like HTML tags and integrate nicely with regular HTML code.
|
| 5. |
php_templates
|
|
|
Compiled PHP module to process template files. Extremely fast. Among others, supports Macromedia Dreamweaver template synthax.
|
|
|