/* * Phish-Skin for PHProjekt 4.0+ * * v0.2 * * Creator: Achim J. Latz - phprojekt@latz.cc * for UNITECH Alumni Association, http://www.unitech-alumni.org/ * * Project site: http://www.latz.cc/phprojekt/ * * PHProjekt site: http://www.phprojekt.com/ * * COPYING * Copyright © 2003 Achim J. Latz; this information may be * copied, distributed and/or modified under certain conditions, * but it comes WITHOUT ANY WARRANTY; see the * Design Science License for more details. * * The text of the Design Science License is contained in the file dsl.txt. */ README ========================= - Welcome to Phish-Skin ========================= Phish-Skin is a package of several pieces that provide a way to make PHProjekt's user interface more appealing. The icons used for this skin have originally been redrawn for Mac OS X by Matthew McClintock. They have been made available by him under the Design Science License (see included file dsl.txt) at http://mc.clintock.com/first_floor/study_1/desk/computer_projects/icons/. Without his great artwork, Phish-Skin would not have been possible. Please send any comments or suggestions to phprojekt@latz.cc. Thank you very much for using Phish-Skin. http://www.latz.cc/phprojekt/ ========================= - Package Contents ========================= The archive that contained this README has the following directory structure: phish-skin |-layout + phish-skin_32l + css + img + phish-skin_32t + ... + phish-skin_48l + ... + phish-skin_48t +.. |-source ========================= - Installation ========================= 1. This archive contains 4 different skins for PHProjekt, namely a/ Icons with a size of 32 pixels, located on the left hand side (phish-skin_32l) b/ Icons with a size of 32 pixels, located on the top (phish-skin_32t) c/ Icons with a size of 48 pixels, located on the left hand side (phish-skin_48l) d/ Icons with a size of 48 pixels, located on the top (phish-skin_48t) Each of these skins is located in a self-contained folder (the name is shown in brackets) within the "layout" folder (see above). Additionally, the folder "layout" contains an updated version of the file "o.php" (created by Albrecht Guenther) that introduces a new kind of tab where icons and text are displayed in a combined fashion. 2. Copy the folders for your skin(s) of preference into the "layout" directoy contained in your PHProjekt installation directory. This will make the skins available for selection on the users' settings page within PHProjekt. 3. If you want to achieve the added functionality of displaying icons and text at the same time, substitute the existing file "o.php" contained in the "layout" directory (below your PHProjekt installation directory) with the "o.php" file contained in this archive. Please note that this update will not break any functionality, nor will it affect any other skin. However, I do suggest that you make a backup of your existing "o.php" file. 4. You might want to substitute the file logo.png with a logo of your choice. NOTE: If your custom logo is higher or wider than 48 pixels, you will have to adapt the [skinname].php file (e.g., "phish-skin_48l.php") contained in the skin's directory. Look for a line that contains the following statement: $nav_space=55; and modify it to read: $nav_space=XX; where XX is the height (if icons are displayed on top, otherwise width) of you custom logo (in pixels), plus another 5 pixels. Example: If your custom logo is 70 pixels high, and you want to diplay the navigation items on top of the screen, the line should read: $nav_space=75; 5. Log in, select your preferred Phish-Skin on the "Settings" tab, and have fun! ========================= - Feedback ========================= In order to help to make this project successful, please send any comments or suggestions to phprojekt@latz.cc. Thank you very much for using Phish-Skin. http://www.latz.cc/phprojekt/ ========================= - ToDo ========================= 1. Verify that Plugins work and are displayed correctly - I don't use any plugin! 2. Gather feedback! ========================= - Resources ========================= The following constitutes the list of icons that were used for Phish-Skin. The original files (some in PNG, others in SVG format) are contained in the "source" folder. As stated before, they have been created by Matthew McClintock and are also available at http://mc.clintock.com/first_floor/study_1/desk/computer_projects/icons/ PHProjekt BeOS Icon Set ---------------------------------------------------- admin BeOS_screener.png alt1 BeOS_blocks.png alt2 BeOS_blocks.png alt3 BeOS_blocks.png calendar calendar_friday13.svg chat BeOS_people.png contacts BeOS_person.png copyright BeOS_info.png filemanager BeOS_folder-downloads.png forum library.svg help idea.svg logout BeOS_lock.png mail BeOS_mail_daemon.png news BeOS_globe_html_editor.png notes BeOS_write.png options BeOS_menu.png others BeOS_package.png projects BeOS_folder.png ress make_archive2.svg rts BeOS_query.png settings BeOS_customize_wrench.png summary BeOS_workspace.png timecard BeOS_clock_2.png todo BeOS_clock_settings.png ========================= - Changelog ========================= v0.2 ---- Adapted o.php to respect the DB_PREFIX variable. Thanks go to Perrick and Ivo for pointing this out. v0.1 ---- Initial version