New version development
From Open Clip Art Library Wiki
Page with discussion can be found here. Correction page for Michi or other programmers is here.
Contents |
Jobs
- News Page - About Banner - create some graphics and text to make new users exciting to sign up (Schrijver @ 15-05-09)
- Browse Page - Help text only for not logged in users (Add your Name)
- Request Page - Creat text and Wiki-Page (Add Your Name)
- Icon for - Browse Page, Sets, Submit, Request, People, Help out Page (Help Box)
People
- Jon: Leader, Structur
- Andy: Mockup and Design
- Chovynz: Words
- Vera: HTML/CSS
- Michi: ccHost
- Boobaloo: What ever he can get :) (I want some graphics & usability--boobaloo 14:49, 13 April 2009 (UTC))
- Papapishu: usability
Bugs and Features
We now use launchpad to manage bugs and feature requests (blueprints).
Please commit them to launchpad:
https://launchpad.net/openclipart
Planet
http://summerstyle.net/openclipart.org/planet/ocal/output/
Local OCAL setup for Developers
You need the following tools:
- Apache
- PHP
- MySQL
- SVN (http://subversion.tigris.org/getting.html)
- Bazaar (http://bazaar-vcs.org/Download)
Configure Apache
You need to enable .htaccess overwrites:
Open /etc/apache2/sites-available/default with an Editor.
Under <Directory /var/www/> change the line:
AllowOverride None
to:
AllowOverride All
Add Database
Add a new MySQL database using phpmyadmin for example. Name it : cchost
Install getID3
Get the Version 1.7.9 from here http://sourceforge.net/project/showfiles.php?group_id=55859&package_id=50965
Unzip it and copy the folder to your apache htdocs folder.
Install ccHost
Get the current Developer Version of ccHost.
svn co http://code.creativecommons.org/svnroot/cchost/trunk cchost
Copy the folder (named cchost) to your apache www (on some system htdocs) folder. Browse with your Webbrowser to this folder and install ccHost. !!! WHILE INSTALLATION ENABLE PRETTY URLS AND SET "Your Files Root" to "local_files" !!!
Setup the OCAL Data and Testing Data
Get the OCAL Custom data with Bazaar:
bzr branch lp:openclipart
Replace the folder /cchost/content of you installation with the content-folder downloaded with bazaar.
Replace the folder /cchost/local_files of you installation with the local_files-folder downloaded with bazaar.
Import the SQL Dump Data /dump_files/cchost.sql using phpmyadmin.
If phpmyadmin does not work try:
mysql -f -u root -p cchost < /home/michi/Desktop/unixgame_openclipart.sql
!!! AFTER THAT YOU CAN LOG INTo cchost WITH Name: admin Password: foobar !!!
Open the File dump_files/cch_import with texteditor Customize the paths.
'logfile-dir' => '/var/log/cchost/', ... 'getid3-path' => '/var/www/getid3', ... 'root-url' => 'http://cchost',
Copy it to the folder /cchost/ Import the Config by browsing to the path:
http://localhost/cchost/import?i=cch_import
Add correct rights to the folders inside of the cchost-folder: local_files/temp and content
chmod -R 777 local_files/temp chmod -R 777 content
Login as admin and activate the OCAl template.
Style Guidelines for Designers
Extracted from Andy’s mockup:
- The typeface used in the logotype of the new design is Vera Sans / DejàVu with modified outlines.
- The three colors in the three empty frames are #b32f00 brownish red, #f57900 yellowish brown and #fcaf3e brownish yellow. They have a little gradient superimposed so that they are lighter at the top.
- The color used for headings and links is #ce5c00 brown.
- The gradient in the header fades from #ce5c00 brown to #fcaf3e brownish yellow.
- Additional colors are green, #4e9a06 darker green and #8ae234 lighter green respectively.


