Lipsiasoft / lipsiablog forked from DAddYE/lipsiablog
- Source
- Commits
- Network (6)
- Downloads (0)
- Graphs
-
Branch:
master
Joe Chen (author)
Sat Oct 17 15:04:49 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon May 18 01:36:36 -0700 2009 | |
| |
README.rdoc | Thu May 21 02:46:17 -0700 2009 | |
| |
Rakefile | Mon May 18 01:33:17 -0700 2009 | |
| |
app/ | Sat Oct 31 15:02:52 -0700 2009 | |
| |
config/ | Sat Oct 31 15:02:52 -0700 2009 | |
| |
db/ | Wed May 20 03:47:25 -0700 2009 | |
| |
doc/ | Mon May 18 01:33:17 -0700 2009 | |
| |
lib/ | Mon May 18 01:33:17 -0700 2009 | |
| |
public/ | Sat Oct 31 15:02:53 -0700 2009 | |
| |
script/ | Mon May 18 01:33:17 -0700 2009 | |
| |
test/ | Mon May 18 01:33:17 -0700 2009 |
README.rdoc
LipsiaBlog
Lipsiablog is a lightweight, simple, fast, easy blogging system written in rails and lipsiadmin
| Author: | Davide D’Agostino |
| Copyright: | Copyright © 2009 Lipsiasoft s.r.l. (www.lipsiasoft.com) |
| License: | MIT License (www.opensource.org/licenses/mit-license.php) |
| Website: | www.lipsiadmin.com |
| Community: | groups.google.com/group/lipsiadmin |
Requirements
- Rails 2+
- Haml 2+
- Lipsiadmin 4.1+
- CodeRay
- ActionWebService
Features
| Api: | Blogger, MovableType, Metaweblog |
| Spam: | Custom spam filter, we don’t use akismet & c because sucks! |
| Contents: | Content Managment, like other blogging system we can manage quickly "static" pages |
| Editor: | Quick comments editor. Thanks to Editable Grids we can quickly manage spam comments & c. |
| Boxes: | Manage side boxes |
| Localization: | You can translate (also backend) in a fast and simple way with default I18n |
| Rss: | Feed rss |
| Code Hightlighting: | Using <pre><code> in your html it will be hightlighted with coderay. |
| SiteMap: | Google SiteMap Generator |
| Pagination: | Using Lipsiadmin |
| FullText Search: | Using Lipsiadmin |
| Comment: | Enable/Disable/Moderate Comments |
| LightBox: | Simple ExtJs LightBox |
Install
Is pretty simple download the code
git clone git://github.com/Lipsiasoft/lipsiablog.git cd lipsiablog rake gems:install
Now load the sample (db/sample.sql) data with your mysql client
script/server
Login into the backend localhost:3000/backend with
| User: | info@lipsiasoft.com |
| Password: | admin |
Personalize
| Views: | app/views/frontend |
| Config: | config/config.yml |
| Database: | config/database.yml (remember to edit other than user/pwd also socks) |
| Settings: | Login into backend and click on settings |
| Locale: | config/locales |
Troubles
Rmagick need Image-Magick so if your gem installation fails 99% is because you don’t have it.
So depending on your os you need to install it.
For osx try rubyforge.org/frs/download.php/53894/rm_install-1.2.2.zip
For win try rubyforge.org/frs/download.php/50370/RMagick-2.9.0-ImageMagick-6.4.8-6-Q8.zip
For linux try google because based on your system you can do (for fedora) yum install ImageMagick