Homepager
Do you want the engine in which were these pages created? It's something like Wiki or Blog but it targets creating of personal homepages. It has Texy syntax, which is something like Wiki syntax. Just click on Edit link on the bottom of the page to see how source of this page looks. Note that unlike Wiki nobody except me can change the page because it requires password.
Download
| homepager.zip | 9 KiB |
Requirements
Tested only on PHP 5 and MySQL 5, however I don't see any reason why it should not work with older versions (PHP 4 and MySQL 3, 4.0, 4.1).
It need the Texy text to HTML converter which is licenced under the GPL.
Installation
Unpack homepager somewhere.
Download Texy from http://www.texy.info/cz/download and unpack the texy-compact.php to the homepager's texy subdirectory.
Edit the homepager\config.php file and update it as you need.
Modify the homepager\html.php to change the appearance of pages.
Edit the homepager.sql and change the COLLATE to the UTF-8 COLLATION you want. Run the homepager.sql script on your MySQL database.
Using other than UTF-8 encoding
I cannot recommend it, however it should be possible. Note that there are four places where you have to change that:
- config.php $mysql_charset
- config.php configure_texy
- html.php
- homepager.sql CHARSET and COLLATE
Using homepager
To create page:
- think out the page_id
- create page_id.php file
- copy content of the index.php file to the page_id.php, replace show_page("index") with show_page("page_id")
- edit homepager\menu.php and add "Page name" ⇒ "page_id" entry
- access the page in browser and click on Create it.
Add comment
Return the favor... by Scott 2008-05-06 23:07:13
I really appreciate your programs and would like to do something for you in return. If you would like, I could make some suggestions for perfecting the English on your web pages.
EditLast updated on: 2008-05-06 23:07