Opened 13 years ago

Closed 13 years ago

#6947 closed enhancement (fixed)

Haiku book lacks some pictures

Reported by: pulkomandy Owned by: haiku-web
Priority: normal Milestone:
Component: Website Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by mmadia)

The haiku book (at http://api.haiku-os.org ) has some problems wth pictures and css.

  • It uses the info, warning, ... boxes from the user guide, but has no access to the icons for these
  • The logo in the header is not transparent and looks ugly. Use the much nicer one in the user guide header insead.

Change History (2)

comment:1 by mmadia, 13 years ago

Description: modified (diff)

The second point is now resolved. http://svn.haiku-os.org/haiku/haiku/trunk/docs/welcome/images/logo.png has been copied to vmweb:/srv/www/api/static/logo.png and to vmweb:/srv/www/api/logo.png

Niels: The other day, I simply updated vmweb:/srv/www/api/logo.png, without noticing update_docs.sh

comment:2 by mmadia, 13 years ago

Resolution: fixed
Status: newclosed

The info, stop & warning graphics are now on api.haiku-os.org. The update_docs.sh script has been updated too.

vmweb:/srv/www/api # ls -1 htdocs/images/
alert_info_32.png 
alert_stop_32.png 
alert_warning_32.png 

vmweb:/srv/www/api # nano update_docs.sh

...
# Copy logo 
cp static/logo.png htdocs/logo.png 

# Copy graphics for book.css 
cp -R static/images htdocs/ 

# Now for the other docs 
...
Note: See TracTickets for help on using tickets.