ocracy.org

changeset 161:bede583b4a5f tip

s/adjustements/adjustments/
author Emanuele Aina <em@nerd.ocracy.org>
date Sun Jan 17 14:07:42 2010 +0100 (6 months ago)
parents c11c0f803587
children
files generate.py nerd.ocracy.org/index.html planet-config/index.html.tmpl styles/adjustements-easter.css styles/adjustements-halloween.css styles/adjustements-xmas.css styles/adjustements.css styles/adjustments-easter.css styles/adjustments-halloween.css styles/adjustments-xmas.css styles/adjustments.css
line diff
     1.1 --- a/generate.py	Sun Jan 17 14:02:22 2010 +0100
     1.2 +++ b/generate.py	Sun Jan 17 14:07:42 2010 +0100
     1.3 @@ -22,10 +22,10 @@
     1.4          return 'heads-' + sys.argv[1]
     1.5      return 'heads'
     1.6  
     1.7 -def adjustements_source():
     1.8 +def adjustments_source():
     1.9      if len(sys.argv) > 1:
    1.10 -        return 'adjustements-' + sys.argv[1] + '.css'
    1.11 -    return 'adjustements.css'
    1.12 +        return 'adjustments-' + sys.argv[1] + '.css'
    1.13 +    return 'adjustments.css'
    1.14  
    1.15  def read_map(map):
    1.16      m = {}
    1.17 @@ -242,7 +242,7 @@
    1.18  
    1.19  
    1.20  parse_css('styles/main.css', 'styles/main.map')
    1.21 -parse_css('styles/' + adjustements_source(), 'styles/main.map', 'adjustements.css')
    1.22 +parse_css('styles/' + adjustments_source(), 'styles/main.map', 'adjustments.css')
    1.23  parse_css('styles/colors.css', 'styles/nerd.map',   'nerd.css')
    1.24  parse_css('styles/colors.css', 'styles/planet.map', 'planet.css')
    1.25  
     2.1 --- a/nerd.ocracy.org/index.html	Sun Jan 17 14:02:22 2010 +0100
     2.2 +++ b/nerd.ocracy.org/index.html	Sun Jan 17 14:07:42 2010 +0100
     2.3 @@ -6,7 +6,7 @@
     2.4      <title>NerdOCRACY</title>
     2.5      <style type="text/css" media="screen, projection">
     2.6          @import "styles/main.css";
     2.7 -        @import "styles/adjustements.css";
     2.8 +        @import "styles/adjustments.css";
     2.9          @import "styles/nerd.css";
    2.10      </style>
    2.11      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     3.1 --- a/planet-config/index.html.tmpl	Sun Jan 17 14:02:22 2010 +0100
     3.2 +++ b/planet-config/index.html.tmpl	Sun Jan 17 14:07:42 2010 +0100
     3.3 @@ -6,7 +6,7 @@
     3.4      <title><TMPL_VAR name></title>
     3.5      <style type="text/css" media="screen, projection">
     3.6          @import "styles/main.css";
     3.7 -        @import "styles/adjustements.css";
     3.8 +        @import "styles/adjustments.css";
     3.9          @import "styles/planet.css";
    3.10      </style>
    3.11      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     4.1 --- a/styles/adjustements-xmas.css	Sun Jan 17 14:02:22 2010 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,12 +0,0 @@
     4.4 -h2 {
     4.5 -    margin-top: 1.5em; /*IES:18px/24px/39px*/
     4.6 -}
     4.7 -
     4.8 -h2:first-child {
     4.9 -   margin-top: 1em;
    4.10 -}
    4.11 -
    4.12 -.content img.blog-head {
    4.13 -    margin: -60px -45px 0 0;
    4.14 -}
    4.15 -
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/styles/adjustments-xmas.css	Sun Jan 17 14:07:42 2010 +0100
     5.3 @@ -0,0 +1,12 @@
     5.4 +h2 {
     5.5 +    margin-top: 1.5em; /*IES:18px/24px/39px*/
     5.6 +}
     5.7 +
     5.8 +h2:first-child {
     5.9 +   margin-top: 1em;
    5.10 +}
    5.11 +
    5.12 +.content img.blog-head {
    5.13 +    margin: -60px -45px 0 0;
    5.14 +}
    5.15 +

To download these repositories, get Mercurial and then type something like:

hg clone http://techn.ocracy.org/repository-name/

You can also click the "zip" or "gz" links to get an archive of the latest revision without installing anything.

The change logs of the repositories are aggregated at techn.ocracy.org/planet.

We have also some darcs repositories at techn.ocracy.org/darcs.