Changes between Version 20 and Version 21 of InstallationInstructions


Ignore:
Timestamp:
11/10/06 16:51:11 (17 years ago)
Author:
schwarz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v20 v21  
    335335You see, that both CSS files include and override the predefined style sheet that comes with rdfhomepage. 
    336336 
    337 Note, that for the examples above it is assumed, that the rdfhomepage package can be found directly inside your myrdfhomepage directory. If you put the rdfhomepage package to let's say {{{/home/share/rdfhomepage}}} to share the rdfhomepage core, then the import statements have to be modified in the code above, i.e., changed to [[BR]] 
    338 {{{@import url("/home/share/rdfhomepage/homepage.css");}}} [[BR]] 
    339 {{{@import url("/home/share/rdfhomepage/color_and_font.css");}}} 
     337Note, that for the examples above it is assumed, that the rdfhomepage package can be found directly inside your myrdfhomepage directory. If you put the rdfhomepage package to let's say {{{/home/share/rdfhomepage}}} to share the rdfhomepage core, then the import statements have to be modified in the code above, i.e., changed to 
     338{{{ 
     339    @import url("/home/share/rdfhomepage/homepage.css"); 
     340    . . . 
     341    @import url("/home/share/rdfhomepage/color_and_font.css"); 
     342    . . . 
     343}}}