manveru / sociar

Open Source Social Networking Platform

This URL has Read+Write access

kuccello (author)
Thu Mar 12 19:41:20 -0700 2009
manveru (committer)
Thu Mar 12 20:08:11 -0700 2009
commit  574be38ecc7fc61aeed189ef167a5f30d487d599
tree    4eb656c651d4359e87fb6c6d37cab8e1844a6ad6
parent  db12e44d25c2b7f25d3c34896d7d498a3938c483
sociar / view / about.haml
100644 58 lines (48 sloc) 0.959 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#about
  :maruku
    * ToC
    {:toc}
 
    # About Sociar
 
    Sociar is an open source social network system. It's designed for ease of
    use and customization.
 
    ## Features
 
    * User
      * Authentication
        * Ordinary email/password
          * Recover lost password
        * OpenID
      * Avatar / gravatar
      * Profile
    * Images
      * Lightbox
      * Tagging
      * Thumbnailing
      * Upload
      * Flickr integration
    * Blog
      * Commenting
      * Email-Notification and Feeds
      * Every user has a blog
    * Messaging
      * Email-Notification and Feeds
      * User2User PM
    * Search
      * For User
        * by location
        * by name
      * For Blog Post
        * by fulltext
        * by title
 
    ## Obtaining
 
    ## Dependencies
 
    * configuration
    * erubis
    * faker
    * haml
    * maruku
    * rack
    * ramaze
    * sequel
    * sqlite3-ruby
    * xml-simple
 
 
-# vi: syntax=haml