Changes between Version 8 and Version 9 of DataSaverPlugin


Ignore:
Timestamp:
Aug 1, 2012, 2:45:04 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Added page outline and syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • DataSaverPlugin

    v8 v9  
     1[[PageOutline(2-5,Contents,pullout)]]
    12= Data Saver Plugin =
    23
     
    3233add to your trac.ini:
    3334{{{
     35#!ini
    3436[components]
    3537datasaver.* = enabled
     
    5961Preparing the plugin from source requires the additional step of compiling message catalog files. This will be done automatically by invoking a suitable Babel install. Walk through:
    6062{{{
     63#!sh
    6164cd datasaver
    6265python ./setup.py compile_catalog -f
    6366python ./setup.py bdist_egg
    6467}}}
     68
    6569Step 2 is almost obsolete, and only needed to include translations marked as `# fuzzy` by the translator, since
    6670the compilation before packaging will do message catalog compilation compile only without the extra `-f` argument.