323c545db9
Merge pull request #490 from impo/doc/add-manpage-docs
...
Generate manpage from doc
2016-07-04 13:16:49 +02:00
9605d6daa6
Ensure that StoreId::storified() does not alter already storified StoreId objects
2016-07-04 12:49:12 +02:00
a706680fd5
Revert "Store::create() Make outgoing storeid object unstorified"
...
This reverts commit 41d7d1c213
.
2016-07-04 12:46:06 +02:00
31d5dac63d
Revert "Add StoreId::unstorified()"
...
This reverts commit 37380c84b9
.
We do not want such a feature in the store, actually.
StoreId objects are either storified or not, but you cannot unstorify
them.
2016-07-04 12:45:17 +02:00
41d7d1c213
Store::create() Make outgoing storeid object unstorified
2016-07-04 12:44:58 +02:00
9f213ddc31
Add error kind for storeid handling errors
2016-07-04 12:44:58 +02:00
37380c84b9
Add StoreId::unstorified()
2016-07-04 12:44:58 +02:00
Gavin Thomas Claugus
2760e30d6c
Define tasks for manpage generation
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:27:11 -04:00
Gavin Thomas Claugus
9c6a9b5eed
Define TARGET_MAN variable with manpage target dir
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:13:48 -04:00
Gavin Thomas Claugus
7bc2c094a1
Export PANDOC_CC_MAN command
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:12:51 -04:00
Gavin Thomas Claugus
c0042196da
Add DOCUMENT_SETTINGS_MAN variable
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:09:20 -04:00
Gavin Thomas Claugus
0185ab3fd8
Export manpage output directory
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:06:18 -04:00
12b8f8f331
Move storification of StoreId object to new StoreId::storified() func
2016-07-02 17:52:12 +02:00
ea4487a481
Impl Display for StoreId
2016-06-30 11:02:58 +02:00
80a198523a
Merge pull request #483 from matthiasbeyer/libimagrt/map_err
...
Replace error boxing and wrapping by helper generated with libimagerror
2016-06-27 19:53:31 +02:00
2ce6e8fef5
Merge pull request #482 from matthiasbeyer/libimagstore/map_err
...
Libimagstore/map err
2016-06-27 19:07:31 +02:00
c03fb00c20
Replace error boxing and wrapping by helper generated with libimagerror
2016-06-27 18:23:54 +02:00
45a24de853
store.rs: Replace error boxing and wrapping with result helper from libimagerror
2016-06-27 18:16:43 +02:00
484520842a
lazyfile.rs: Replace error boxing and creation by call to new helper function
2016-06-27 18:00:12 +02:00
0a05b9825c
call helper generator macros in error module
2016-06-27 17:59:46 +02:00
65911057bf
Merge pull request #480 from matthiasbeyer/libimagerror/result-helper
...
Libimagerror/result helper
2016-06-27 17:54:18 +02:00
7ffd28b592
Add tests for Option::ok_or_errkind() extension function
2016-06-27 15:12:24 +02:00
5c8dbac34d
Add test for error kind mapping
2016-06-27 15:12:24 +02:00
320c1e4bd8
Add Option helper
2016-06-27 15:12:17 +02:00
0d9d96fa6c
Add result helper
2016-06-27 15:12:08 +02:00
4147e702a0
Merge pull request #469 from matthiasbeyer/add-dcoo
...
Add Developers Certificate of Origin
2016-06-25 15:45:50 +02:00
5417b01864
fixup! Add guideline how to contributing without github acc
2016-06-24 17:58:18 +02:00
09de338b49
Add guideline how to contributing without github acc
2016-06-15 13:05:34 +02:00
971fbc192d
Add note that each contributor agrees to DCOO
2016-06-15 13:05:34 +02:00
ffddb4dcc1
Add developers certificate of origin
...
Source: http://developercertificate.org/
Not modified, but embedded in CONTRIBUTING.md
2016-06-15 13:05:34 +02:00
1cc81b6d3a
Merge pull request #470 from matthiasbeyer/libimagentrylink/cleanup
...
Libimagentrylink/cleanup
2016-06-14 13:26:56 +02:00
f542fafec2
Remove unneccessary block
2016-06-14 11:35:42 +02:00
8c7ca95af1
Remove if-else by map()
2016-06-14 11:35:42 +02:00
c986d8f217
Merge pull request #426 from matthiasbeyer/libimagentrymarkdown/init
...
Libimagentrymarkdown/init
2016-06-13 20:23:15 +02:00
29be4029da
Replace complex unwrapping with big match block
2016-06-11 06:50:58 +02:00
db93f01ea3
Add WithHtmlIterator to iterate over (Entry, Result<HTML>) tuples
2016-06-09 16:52:34 +02:00
12369ddadf
Add into_urllink() translater helper
2016-06-09 16:52:34 +02:00
107e62a426
Add dependency url = 1.1.
2016-06-09 16:52:34 +02:00
650e29d4b5
Add test: Two nonsimilar links
2016-06-09 16:52:34 +02:00
1bb961ecb3
Add test: Two (similar) links
2016-06-09 16:52:34 +02:00
a3d50a5e32
Derive Debug, Clone, PartialEq and Eq for Link type
2016-06-09 16:52:34 +02:00
70f12dbef7
Implement link extractor
2016-06-09 16:52:34 +02:00
fb2934a96d
Impl From<I> for ToHtmlIterator<I>
2016-06-09 16:52:34 +02:00
f6fdfabf81
Add impl for to_html()
2016-06-09 16:52:34 +02:00
c47923b669
Add README for crate
2016-06-09 16:52:34 +02:00
c2321b21e4
Initial import
2016-06-09 16:52:34 +02:00
af88d64f44
Merge pull request #316 from matthiasbeyer/imag-diary/init
...
Imag diary/init
2016-06-09 16:51:34 +02:00
5bde1cc207
Split into several files
2016-06-09 15:41:42 +02:00
f6971c6896
Implement view()
2016-06-09 15:41:42 +02:00
7f4a721897
Add ui spec for viewing entries
2016-06-09 15:41:42 +02:00