Bump $wgStyleVersion to 155.
[lhc/web/wiklou.git] / maintenance / storage / compressOld.php
index 87aebb7..dda765d 100644 (file)
@@ -1,13 +1,7 @@
 <?php
 /**
- * Compress the text of a wiki
+ * Compress the text of a wiki.
  *
- * @addtogroup Maintenance
- */
-
-/** */
-
-/**
  * Usage:
  *
  * Non-wikimedia
@@ -28,6 +22,8 @@
  *  -h <threshold>      is a minimum number of KB, where <max-factor> cuts in
  *  --extdb <cluster>   store specified revisions in an external cluster (untested)
  *
+ * @file
+ * @ingroup Maintenance ExternalStorage
  */
 
 $optionsWithArgs = array( 't', 'c', 's', 'f', 'h', 'extdb', 'endid', 'e' );
@@ -78,4 +74,4 @@ if ( $success ) {
 
 exit();
 
-?>
+