Update some README things
This commit is contained in:
parent
9650f46e23
commit
1c0c9ff378
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -25,20 +25,20 @@ try to interface with existing PIM tools (via their API or via some standard
|
||||||
format they use, e.g. vcard) to make the data they manage _linkable_
|
format they use, e.g. vcard) to make the data they manage _linkable_
|
||||||
and _queryable_ in an uniform way.
|
and _queryable_ in an uniform way.
|
||||||
|
|
||||||
imag consists of _modules_ (e.g. `imag-notes`, `imag-diary`), where each module
|
imag consists of _modules_ (e.g. `imag-notes`, `imag-tag`, `imag-view`), where
|
||||||
covers one PIM aspect.
|
each module covers one PIM aspect.
|
||||||
The initial approach is to use one PIM tool for one module.
|
The initial approach is to use one PIM tool for one module.
|
||||||
So you can use `imag-todo` with [taskwarrior](https://taskwarrior.org/)
|
So you can use `imag-todo` with [taskwarrior](https://taskwarrior.org/),
|
||||||
but `imag-calendar` with [icalendar](https://en.wikipedia.org/wiki/ICalendar)
|
`imag-mail` with Maildirs and `imag-calendar` with
|
||||||
files.
|
[icalendar](https://en.wikipedia.org/wiki/ICalendar) files.
|
||||||
|
|
||||||
## Building/Running
|
## Building/Running
|
||||||
|
|
||||||
Here is how to try `imag` out.
|
Here is how to try `imag` out.
|
||||||
|
|
||||||
`imag` is a _suite/collection_ of tools and you can build them individually.
|
`imag` is a _suite/collection_ of tools (like git, for example) and you can
|
||||||
All subdirectories prefixed with "`libimag"` are libraries for the respective
|
build them individually.
|
||||||
binaries.
|
All subdirectories prefixed with "`libimag"` are libraries.
|
||||||
All subdirectories prefixed with `"imag-"` are binaries and compiling them will
|
All subdirectories prefixed with `"imag-"` are binaries and compiling them will
|
||||||
give you a commandline application.
|
give you a commandline application.
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ We also have a [mailinglist](https://imag-pim.org/mailinglist/) where I post
|
||||||
updates and where discussion and questions are encouraged.
|
updates and where discussion and questions are encouraged.
|
||||||
|
|
||||||
There is a blog series which gets an update once a month on my blog, where
|
There is a blog series which gets an update once a month on my blog, where
|
||||||
[entries are tagged "imag"](https://beyermatthias.de/tags/imag).
|
[entries are tagged "imag"](https://beyermatthias.de/tags/imag/).
|
||||||
I also post non-regular posts about imag things there.
|
I also post non-regular posts about imag things there.
|
||||||
|
|
||||||
I also post these blog posts
|
I also post these blog posts
|
||||||
|
|
Loading…
Reference in a new issue