Changes between Version 21 and Version 22 of InstallationInstructions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v21 v22  
    337337Note, 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 
    338338{{{ 
    339     @import url("/home/share/rdfhomepage/homepage.css"); 
    340     . . . 
    341     @import url("/home/share/rdfhomepage/color_and_font.css"); 
    342     . . . 
    343 }}} 
     339@import url("/home/share/rdfhomepage/homepage.css"); 
     340. . . 
     341@import url("/home/share/rdfhomepage/color_and_font.css"); 
     342. . . 
     343}}}