#175: Move CSS to /css directory
--------------------------+-------------------------------------------------
  Reporter:  vengmark     |       Owner:          
      Type:  enhancement  |      Status:  in_merge
  Priority:  trivial      |   Milestone:  v1.0    
 Component:  *general*    |     Version:          
Resolution:               |    Keywords:          
--------------------------+-------------------------------------------------
Changes (by vengmark):

  * status:  new => in_merge


Comment:

 OK, let's see (after pulling the latest changes):
 {{{
 vengmark@pcgssi10:~/src/cds-invenio (master)$ grep -rl "img.*\.css"
 --exclude="*.in" --exclude=Makefile --exclude=ChangeLog * | sort
 modules/bibcirculation/lib/bibcirculationadminlib.py
 modules/bibcirculation/lib/bibcirculation_templates.py
 modules/bibcirculation/lib/bibcirculation_webinterface.py
 modules/bibformat/etc/format_templates/Journal_HTML_detailed.bft
 modules/bibformat/lib/bibformat_templates.py
 modules/bibharvest/lib/bibharvest_templates.py
 modules/bibupload/lib/batchuploader_templates.py
 modules/webjournal/etc/AtlantisTimes-config.xml
 modules/webjournal/lib/webjournaladminlib.py
 modules/webjournal/lib/webjournal_regression_tests.py
 modules/webstyle/doc/admin/webstyle-admin-guide.webdoc
 modules/webstyle/etc/invenio-fckeditor-config.js
 modules/webstyle/etc/journal-editor-config.js
 modules/webstyle/lib/webstyle_templates.py
 modules/websubmit/lib/functions/Move_Photos_to_Storage.py
 }}}

 Replaced `img(/.*?)\.css` with `css$1.css` in all of these.

 Then for the makefiles:
 {{{
 vengmark@pcgssi10:~/src/cds-invenio (master)$ find . -name Makefile.am
 -exec grep -il css {} \;
 ./modules/webjournal/etc/Makefile.am
 ./modules/webstyle/Makefile.am
 ./modules/webstyle/css/Makefile.am
 ./Makefile.am
 }}}

 Changed the CSS directory to $(localstatedir)/www/css for all of these.

 Re-ran the installation process, and at least the record pages look
 alright. Can you please check other pages and merge if it's OK?

-- 
Ticket URL: <http://invenio-software.org/ticket/175#comment:2>
Invenio <http://invenio-software.org>

Reply via email to