Changes between Version 10 and Version 11 of ISOcat


Ignore:
Timestamp:
08/27/12 14:45:26 (12 years ago)
Author:
mwindhouwer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ISOcat

    v10 v11  
    8686   * download the [[http://www.famfamfam.com/lab/icons/silk/|famfamfam silk icon library]] and place the content of the archive into the {{{develop/mod-famfamfam/famfamfam/silk}}} directory
    8787   * download the [[http://damieng.com/creative/icons/silk-companion-1-icons|silk companion]] and place the content of the archive into the {{{develop/mod-famfamfam/famfamfam/silk-companion}}} directory (there are several other ''silk companion'' icon sets, which might be interesting for new developments)
    88  
     88 * add the following (adapt the path to point to your ISOcat source directory) to the end (before {{{</modules>}}}) {{{1060-NKSEDK-3.3.1/etc/deployedModules.xml}}} to enable these modules
     89   {{{
     90<module>/ISOcat/src/develop/mod-gi</module>
     91<module>/ISOcat/src/develop/mod-Tango</module>
     92<module>/ISOcat/src/develop/mod-famfamfam</module>
     93   }}}
     94 * tell the NetKernel HTTP frontend fulcrum to resolve request for the files of these modules by adding the following below the ''Add your modules below here...'' comment in {{{1060-NKSEDK-3.3.1/modules/mod-fulcrum-frontend/module.xml}}}
     95   {{{
     96<import>
     97  <uri>urn:gi</uri>
     98</import>
     99<import>
     100  <uri>urn:tango</uri>
     101</import>
     102<import>
     103  <uri>urn:famfamfam</uri>
     104</import>
     105   }}}
     106
    89107 
    90108----