Mercurial > piecrust2
annotate docs/pages/support.md @ 792:58ebf50235a5
routing: Simplify how routes are defined.
* No more declaring the type of route parameters -- the sources and generators
already know what type each parameter is supposed to be.
* Same for variadic parameters -- we know already.
* Update cache version to force a clear reload of the config.
* Update tests.
TODO: simplify code in the `Route` class to use source or generator transparently.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 07 Sep 2016 08:58:41 -0700 |
parents | 0c3b811d2c26 |
children | 94d7d5e38571 |
rev | line source |
---|---|
243
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 --- |
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 title: Support |
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 header_class: support |
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 --- |
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 |
741
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
325
diff
changeset
|
6 Want to know what's new with PieCrust? Check out the [CHANGELOG][ch]. |
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
325
diff
changeset
|
7 |
325
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
8 If you have a problem with PieCrust, there are a few ways to solve it: |
243
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
9 |
325
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
10 * Check the [documentation][doc] one more time! You never know, the solution may be in |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
11 there. |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
12 * Is the documentation wrong or missing something? If you know what must be |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
13 fixed, you can get the source from [BitBucket][bbsrc] or [Github][ghsrc] and |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
14 make a pull request. |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
15 * If you're pretty sure you found a bug, please file a report on |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
16 [BitBucket][bbbug] or [Github][ghbug]. If by chance you've already fixed it, |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
17 even better! Make a pull request, you know the drill. |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
18 * If you have questions, hit the [me][] on [Twitter][]. |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
19 |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
20 |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
21 [doc]: {{docurl('')}} |
741
0c3b811d2c26
docs: Add changelog page.
Ludovic Chabant <ludovic@chabant.com>
parents:
325
diff
changeset
|
22 [ch]: {{pcurl('support/changelog')}} |
325
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
23 [bbsrc]: https://bitbucket.org/ludovicchabant/piecrust2 |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
24 [bbbug]: https://bitbucket.org/ludovicchabant/piecrust2/issues?status=new&status=open |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
25 [ghsrc]: https://github.com/ludovicchabant/PieCrust2 |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
26 [ghbug]: https://github.com/ludovicchabant/PieCrust2/issues |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
27 [me]: http://ludovic.chabant.com |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
28 [twitter]: https://www.twitter.com/ludovicchabant |
c750dc21d55d
docs: Quick support info page.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
29 |