* Reads GUID from filename
[bloggit.git] / ReadMe
blob8db47924102d1ba47c9073cd7250fb4e96198351
1 = Bloggit
2     by M@ McCray
3     http://www.mattmccray.com
6 == DESCRIPTION:
7   
8 Bloggit is a desktop blog generator.
10 You can find the source at: http://repo.or.cz/w/bloggit.git
13 == FEATURES:
15 * Static generation of blog 
16 * Tags
17 * Archives
18 * ERb based layout support
19 * ERb processing in pages/posts
20 * Simple static pages
21 * Comments (via Haloscan)
22 * Searching (using JavaScript)
24 == SYNOPSIS:
26 You can generate the site from the commandline using Rake:
28   rake bloggit:generate
30 If you have a publish target defined, you can publish using Rake as well:
32   rake bloggit:publish
35 == REQUIREMENTS:
37 * ERb
38 * YAML
39 * Liquid (?)
40 * NET::SFTP (?)
43 == INSTALL:
45   sudo gem bloggit
48 == LICENSE:
50 (The MIT License)
52 Copyright (c) 2007-2008 Matthew McCray
54 Permission is hereby granted, free of charge, to any person obtaining
55 a copy of this software and associated documentation files (the
56 'Software'), to deal in the Software without restriction, including
57 without limitation the rights to use, copy, modify, merge, publish,
58 distribute, sub-license, and/or sell copies of the Software, and to
59 permit persons to whom the Software is furnished to do so, subject to
60 the following conditions:
62 The above copyright notice and this permission notice shall be
63 included in all copies or substantial portions of the Software.
65 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
66 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
67 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
68 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
69 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
70 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
71 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.