diff options
Diffstat (limited to 'doc/md/index.md')
-rw-r--r-- | doc/md/index.md | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/doc/md/index.md b/doc/md/index.md index 24ada6c7..e77b4d3a 100644 --- a/doc/md/index.md +++ b/doc/md/index.md | |||
@@ -22,9 +22,25 @@ It runs the latest development version of Shaarli and is updated/reset daily. | |||
22 | 22 | ||
23 | Login: `demo`; Password: `demo` | 23 | Login: `demo`; Password: `demo` |
24 | 24 | ||
25 | |||
26 | ## Features | 25 | ## Features |
27 | 26 | ||
27 | Shaarli can be used: | ||
28 | |||
29 | - to share, comment and save interesting links and news. | ||
30 | - to bookmark useful/frequent personal links (as private links) and share them between computers. | ||
31 | - as a minimal blog/microblog/writing platform (no character limit). | ||
32 | - as a read-it-later list (for example items tagged `readlater`). | ||
33 | - to draft and save articles/posts/ideas. | ||
34 | - to keep code snippets. | ||
35 | - to keep notes and documentation. | ||
36 | - as a shared clipboard/notepad/pastebin between machines. | ||
37 | - as a todo list. | ||
38 | - to store playlists (e.g. with the `music` or `video` tags). | ||
39 | - to keep extracts/comments from webpages that may disappear. | ||
40 | - to keep track of ongoing discussions (for example items tagged `discussion`). | ||
41 | - [to feed RSS aggregators](http://shaarli.chassegnouf.net/?9Efeiw) (planets) with specific tags. | ||
42 | - to feed other social networks, blogs... using RSS feeds and external services (dlvr.it, ifttt.com ...). | ||
43 | |||
28 | ### Interface | 44 | ### Interface |
29 | - minimalist design (simple is beautiful) | 45 | - minimalist design (simple is beautiful) |
30 | - FAST | 46 | - FAST |
@@ -78,14 +94,12 @@ Easily extensible by any client using the REST API exposed by Shaarli. | |||
78 | 94 | ||
79 | See the [API documentation](http://shaarli.github.io/api-documentation/). | 95 | See the [API documentation](http://shaarli.github.io/api-documentation/). |
80 | 96 | ||
81 | ### Other usages | 97 | ### Using Shaarli as a blog, notepad, pastebin... |
82 | Though Shaarli is primarily a bookmarking application, it can serve other purposes | 98 | - Go to your Shaarli setup and log in |
83 | (see [Features](Features)): | 99 | - Click the `Add Link` button |
84 | 100 | - To share text only, do not enter any URL in the corresponding input field and click `Add Link` | |
85 | - micro-blogging | 101 | - Pick a title and enter your article, or note, in the description field; add a few tags; optionally check `Private` then click `Save` |
86 | - pastebin | 102 | - VoilĂ ! Your article is now published (privately if you selected that option) and accessible using its permalink. |
87 | - online notepad | ||
88 | - snippet archive | ||
89 | 103 | ||
90 | ## About | 104 | ## About |
91 | ### Shaarli community fork | 105 | ### Shaarli community fork |