1
1
mirror of https://github.com/srid/rib.git synced 2024-12-02 00:44:08 +03:00
Commit Graph

93 Commits

Author SHA1 Message Date
Sridhar Ratnakumar
98cfaa9020 Apply nix/cabal addition to other examples 2019-08-03 12:47:08 -04:00
Sridhar Ratnakumar
a9a1043d42 Simplify examples default.nix
By reusing rib's default.nix
2019-08-03 12:40:45 -04:00
Sridhar Ratnakumar
6704fbeb2c Cabal'ify examples/hello-world
default.nix is mostly a copy of rib's default.nix
2019-08-03 10:02:32 -04:00
Sridhar Ratnakumar
07c341a664 Make serve and watch the default command
So that user apps can directly run their `main` to get this dev
functionality (in ghcid). without having to pass custom arguments.
2019-08-03 09:45:34 -04:00
Sridhar Ratnakumar
5768b545c6 Finish invoice generator example 2019-08-03 09:24:37 -04:00
Sridhar Ratnakumar
6ef1f2a59a Add Pandoc.getFirstImg 2019-07-28 11:03:21 -04:00
Sridhar Ratnakumar
d455c00e4c Allow external metadata files for Pandoc docs
This is needed when using non-Markdown formats
2019-07-25 17:29:04 -04:00
Sridhar Ratnakumar
05d8dcaead Disable directory listings 2019-07-25 09:11:04 -04:00
Sridhar Ratnakumar
571782b8a6 Add orgmode to example 2019-07-23 17:49:13 -04:00
Sridhar Ratnakumar
328476b45b Add support for non-Markdown formats
Demonstrate this by using reST in examples/hello-world, at the expense
of relinquishing yaml metadata (which is markdown-only), which is
however retained in examples/doc.
2019-07-23 16:46:04 -04:00
Sridhar Ratnakumar
2a1bd274d3
Add WIP invoice generator example (#26)
* Initial version

* cabal: remove rib-example

* Flesh out addresses and simple table

* company and author cards

* wip

* Fix getMeta instance for [Text]

* Refactor Pandoc.parse*

* wip note
2019-07-23 07:48:29 -04:00
Sridhar Ratnakumar
71ad28f6a0 writeHtml: use BS instead of Text
as the text is already encoded by Lucid.
2019-07-21 14:50:14 -04:00
Sridhar Ratnakumar
d1cccb8433 Use Lucide.renderText
Because it calls decodeUtf8
2019-07-21 14:45:35 -04:00
Sridhar Ratnakumar
1dfd18fbaf Actually fix utf8 encoding 2019-07-21 14:36:33 -04:00
Sridhar Ratnakumar
acac41ee15 Move the two examples to ./examples
More examples will be added.
2019-07-19 17:40:00 -04:00
Sridhar Ratnakumar
bf65d8918e doc: Include example's Main.hs dynamically 2019-07-19 16:42:18 -04:00
Sridhar Ratnakumar
1362d08ab9
Add IsMetaValue type class for simpler pandoc metadata management (#25)
* Add `IsMetaValue` type class, and `getMeta`

Simpler than previous suite of functions in Rib.Pandoc

* remove fromMeta

* Rib.Pandoc: rename toplevels

* Update geting-started

* cleanup
2019-07-19 16:19:13 -04:00
Sridhar Ratnakumar
ad8576b198
Break down Rib.Simple into reusable functions (#24)
* Shake combinators in `Rib.Shake` (which `Rib.Simple` uses)
* doc: Add next/ prev navigation to guide pages using a custom action
* doc: `guide.json` specifies the navigation list
2019-07-18 09:42:38 -04:00
Sridhar Ratnakumar
ebcd713718
Fix logo url 2019-07-16 20:13:01 -04:00
Sridhar Ratnakumar
5e52473a15
Merge pull request #22 from srid/doc
Separate docs from example
2019-07-16 20:12:05 -04:00
Sridhar Ratnakumar
d2ff5b0125
Merge pull request #23 from srid/add-real-example
Add real example
2019-07-16 20:11:46 -04:00
Sridhar Ratnakumar
44fac11a7d leniently decode the source file 2019-07-16 20:10:32 -04:00
Sridhar Ratnakumar
48251c6818 Add a minimal example
Main.hs is based on getting started guide, with some fixes to make it work.
2019-07-16 20:10:20 -04:00
Sridhar Ratnakumar
49859d577c Move current example directory to doc/ 2019-07-16 19:54:29 -04:00
Sridhar Ratnakumar
130e2b8373
Add hierarchy info to docs (#21)
* Add guide.json, an Action to read it, and add _post_srcPath

* ghcid: go back to using Rib.App.dev

cli args in ghcid break often

* ghcid simplify

* customize build action a bit

* stylish haskell

* cleanup
2019-07-16 19:47:14 -04:00
Sridhar Ratnakumar
48fad68b84 doc: Add introduction 2019-07-16 09:00:58 -04:00
Sridhar Ratnakumar
4dc6a85628 default.nix: include ghcid 2019-07-15 18:27:04 -04:00
Sridhar Ratnakumar
d21782eead Have pandoc functions directly return Html 2019-07-15 13:45:42 -04:00
Sridhar Ratnakumar
ecad422805 Flesh out tasks 2019-07-15 13:03:23 -04:00
Sridhar Ratnakumar
2a45c13cac ghcid: allow specifying port 2019-07-15 09:29:55 -04:00
Sridhar Ratnakumar
2976299e77
Replace example with project site (#20)
Add a 'getting started' page to help new users
2019-07-14 15:39:16 -04:00
Sridhar Ratnakumar
07c8e9cce5
Fix outdated paths 2019-07-14 12:50:59 -04:00
Sridhar Ratnakumar
e53e226590
Fix img link 2019-07-14 12:44:30 -04:00
Sridhar Ratnakumar
09801138be
Vastly simplify configuration (#19)
Drop the `Settings` ADT in favour of passing Shake's `Action` directly.

Also change source and destination directories to `a` and `b` for clarity and remove subjectivity in defaults.
2019-07-14 11:17:48 -04:00
Sridhar Ratnakumar
aae2906737 Rib.App: fix ghcid not resetting cmdargs state
The `modes` need to be inside a function, apparently.
2019-07-13 20:33:40 -04:00
Sridhar Ratnakumar
bc380f5869 Add ghcid script 2019-07-13 15:11:04 -04:00
Sridhar Ratnakumar
f4338ea0e5 Rib.Pandoc: add pandocH1
To extract the first level of header
2019-07-13 14:39:36 -04:00
Sridhar Ratnakumar
291e182d5c Use parsePandocCached
This is needed to cache parsing of JSON.
2019-07-13 11:04:18 -04:00
Sridhar Ratnakumar
bad66f9588 Rib.Simple: add isDraft 2019-07-13 10:48:35 -04:00
Sridhar Ratnakumar
7605251218 Update README 2019-07-12 17:12:36 -04:00
Sridhar Ratnakumar
d6a8790d68 Simplify Rib.Pandoc API 2019-07-12 16:55:40 -04:00
Sridhar Ratnakumar
34dc1427a5 Simplify Main.hs for easy scanning 2019-07-12 16:40:24 -04:00
Sridhar Ratnakumar
da41b7dee6 Use Read instead of FromJSON in Yaml metadata
Read values are human-friendly
2019-07-12 16:32:47 -04:00
Sridhar Ratnakumar
aebb4f1331
Move specialized code and types to Rib.Simple (#18)
* Move specialized code and types to Rib.Simple

Everything else is supposed to be generic, to be used by users wanting
greater customization without hardcoded stuff.

* parametrize parsePage to be of `page` as well

* Rename to renderPage

to match parsePage

* Fix broken url

* Some simplification

* more cleanup
2019-07-12 16:25:14 -04:00
Sridhar Ratnakumar
57f91a032e
Merge pull request #17 from srid/shake-forward
Switch to Development.Shake.Forward
2019-07-12 11:11:43 -04:00
Sridhar Ratnakumar
0bfebc3e7e Switch to Development.Shake.Forward
Much simpler than the default backward-defined system.
2019-07-12 11:07:04 -04:00
Sridhar Ratnakumar
85a8ef3bdc Bump version
Because of lucid upgrade
2019-07-12 10:15:13 -04:00
Sridhar Ratnakumar
b90a60e051
Merge pull request #16 from srid/reflexdom-to-lucid
Switch to lucid
2019-07-11 18:20:28 -04:00
Sridhar Ratnakumar
01abafb3f6 cleanup 2019-07-11 18:19:02 -04:00
Sridhar Ratnakumar
36a94cb3c8 Drop reflex-platform 2019-07-11 13:58:46 -04:00