# # # rename "monotone-logo.png" # to "res/logo.png" # # rename "monotone.css" # to "res/styles.css" # # add_dir "res" # # add_file "res/bg.png" # content [5bd4a653e08c9b60662699cbeca96d9c61dc4374] # # add_file "res/getit.png" # content [bfa6cf516a8d3b9855965486af5b6c146a2c8c6c] # # add_file "res/important.png" # content [335612baf98832a9e3a59c679d51ac88cfa8baae] # # add_file "res/improveit.png" # content [412beb756af2d44482e11406a39c59b1eab8fb6a] # # add_file "res/newversion.png" # content [1d023ad852d036a254a0ac9f734c3300be9a4729] # # add_file "res/useit.png" # content [8e561e297acacc200d41c51be5b7ca5d5a07f6c3] # # patch "index.html" # from [0e85b8a11450b38a4561a0281e7f321c97b5d976] # to [22bb740b8fa461a5c889a1ca4c5bd96b0218b4c9] # # patch "res/styles.css" # from [63e76daec9d19375cb04532a7fe8b2c6979f55b7] # to [fb6452b06886a84919237c7f29bbb10a7ab1de46] # # set "res/bg.png" # attr "mtn:manual_merge" # value "true" # # set "res/getit.png" # attr "mtn:manual_merge" # value "true" # # set "res/important.png" # attr "mtn:manual_merge" # value "true" # # set "res/improveit.png" # attr "mtn:manual_merge" # value "true" # # set "res/newversion.png" # attr "mtn:manual_merge" # value "true" # # set "res/useit.png" # attr "mtn:manual_merge" # value "true" # ============================================================ # res/bg.png is binary ============================================================ # res/getit.png is binary ============================================================ # res/important.png is binary ============================================================ # res/improveit.png is binary ============================================================ # res/newversion.png is binary ============================================================ # res/useit.png is binary ============================================================ --- index.html 0e85b8a11450b38a4561a0281e7f321c97b5d976 +++ index.html 22bb740b8fa461a5c889a1ca4c5bd96b0218b4c9 @@ -1,118 +1,129 @@ - - + + + monotone: distributed version control - + -
- -
- - - - - - - - - - - - + - +
+
+ NEWS: Wed Dec 12 2007, 0.38 release + +
-
-
-

-monotone is a free distributed version control system. it provides a -simple, single-file transactional version store, with fully -disconnected operation and an efficient peer-to-peer synchronization -protocol. it understands history-sensitive merging, lightweight -branches, integrated code review and 3rd party testing. it uses -cryptographic version naming and client-side RSA certificates. it has -good internationalization support, has no external dependencies, runs -on linux, solaris, OSX, windows, and other unixes, and is licensed -under the GNU GPL. -

-
-
NEWS: Wed Dec 12 2007, 0.38 release
-
see NEWS for release notes, UPGRADE for upgrading
-
(still on 0.14? README.changesets)
-
older versions are still available
-
-

-want to help? join irc, pick a quickie or claim a bug, write a missing test case... we're friendly -

-
Get it
Use it
Improve it
-
-

-stats -

+
+ Attend the European monotone summit from April 28th to May 4th 2008 in Germany! +
+ +
+ Want to help? join irc, pick a quickie or claim a bug, write a missing test case... we're friendly +
+ +
+

Get it

+ +
+ +
+

Use it

+ +
+ +
+

Improve it

+ +
+ +
+ +
+ + ============================================================ --- monotone.css 63e76daec9d19375cb04532a7fe8b2c6979f55b7 +++ res/styles.css fb6452b06886a84919237c7f29bbb10a7ab1de46 @@ -1,44 +1,126 @@ - div.code { font-family: monospace; - background-color: #eeeeee; - display: block; - white-space: pre; - padding: 1em; - margin: 0.2em; } +body { + margin: 0; + background: url(bg.png); + font-size: 1em; + font-family: Helvetica, Arial, sans-serif; +} - span.input { color: #00a000; - font-weight: bold; } +a { + color: #4627B4; + text-decoration: none; +} - div.ctr { text-align: center; } +a:hover { + text-decoration: underline; +} - div.box { border-style: solid; - border-width: 1px; - border-color: black; - width: 50%; - text-align: left; - margin: 2em; - padding: 1em; } +ul { + list-style-type: square; + font-size: 0.9em; + margin-top: 0.5em; + margin-bottom: 0; + padding-left: 1em; +} - div.faq { margin: 1em; - border-style: solid; - border-width: 1px; - border-color: black; - background-color: #eeeeee; - } +.clearfloat { + clear: both; +} - div.faq-q { margin: 0.1em; - background-color: #cccccc; - font-weight: bold; - } +#header, #body { + width: 46em; + margin-left: auto; + margin-right: auto; + background: white; + border-left: 0.0625em solid #474747; + border-right: 0.0625em solid #474747; + padding: 1em; +} - div.faq-a { margin: 0.5em; } +#header { + margin-bottom: 0.5em; + border-bottom: 0.0625em solid #474747; + text-align: justify; +} +#header p { + font-size: 0.9em; + line-height: 1.5em; + margin-top: 0; + margin-right: 2em; +} - table { } +#header p img { + float: left; + margin-right: 1em; +} - th {} +#body { + border: 0.0625em solid #474747; +} - td { padding: 0.1em; - padding-left: 1em; - padding-right: 1em; } +.entry { + border-bottom: 0.0625em dotted #CCCCCC; + margin-bottom: 1em; + padding-bottom: 1em; + margin-top: 1em; +} +.important { + padding-left: 2.5em; + padding-top: 0.3em; + background: url(important.png) no-repeat; +} + +.newversion { + padding-left: 2.5em; + padding-top: 0.4em; + background: url(newversion.png) no-repeat; +} + +.box { + float: left; + margin-top: -1em; + padding-right: 0.5em; + margin-right: 0.5em; + border-right: 0.0625em dotted #CCCCCC; + width: 14.5em; +} + +.box + .box + .box { + margin-right: 0; + border-right: 0; + padding-right: 0; +} + +.box h1 { + font-size: 1em; + padding-top: 0.7em; + padding-left: 2.5em; + height: 2em; +} + +.box ul { + padding-left: 3em; + margin-bottom: 1em; +} + +.getit h1 { + background: url(getit.png) no-repeat; +} + +.useit h1 { + background: url(useit.png) no-repeat; +} + +.improveit h1 { + background: url(improveit.png) no-repeat; +} + + +#footer { + border-top: 0.1em dotted #CCCCCC; + margin-top: 1em; + padding-top: 1em; + font-size: 0.7em; + text-align: center; +} - .lesser { font-size: small; }