chiark / gitweb /
README update.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 22 Oct 2017 14:00:12 +0000 (16:00 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 22 Oct 2017 14:00:12 +0000 (16:00 +0200)
README.rst

index 870d3d542fb22db85a8468663ff54c516982b739..1103c8dc831ee308c6939493984b29cae7e42dac 100644 (file)
@@ -3,5 +3,44 @@ m.css
 
 *A no-bullshit, no-JavaScript CSS framework and Pelican theme for content-oriented websites.*
 
-Currently the project powers http://magnum.graphics/ and http://blog.mosra.cz/.
-Documentation and website coming soon --- stay tuned.
+**Project still under heavy construction --- especially the first steps may be
+very rough for you. If that's the case, take it with a grain of salt and come
+back later, please.**
+
+Do you *hate* contemporary web development like I do? Do you also feel that
+it's not right for a web page to take *seconds* and *megabytes* to render? Do
+you want to write beautiful content but *can't* because the usual CMS tools
+make your blood boil and so you rather stay silent? Well, I have something for
+you.
+
+Project website: http://mcss.mosra.cz
+
+Pure CSS and HTML
+=================
+
+Everything you need is a few kilobytes of compressed CSS. This framework has
+exactly 0 bytes of JavaScript because *nobody actually needs it*. Even for
+responsive websites.
+
+`Get the CSS <http://mcss.mosra.cz/css/>`_
+
+Designed for content
+====================
+
+If you just want to write content with beautiful typography, you don't need
+forms, progressbars, popups, dropdowns or other shit. You want fast iteration
+times.
+
+`Use it with Pelican <http://mcss.mosra.cz/pelican/>`_
+
+Authoring made easy
+===================
+
+Code snippets, math, linking to docs, presenting photography in a beautiful
+way? Or making a complex page without even needing to touch HTML? Everything is
+possible.
+
+`Get Pelican plugins <http://mcss.mosra.cz/plugins/>`_
+
+*Still not convinced?* Head over to a `detailed explanation <http://mcss.mosra.cz/why/>`_
+of this project goals and design decisions.