forked from memowe/contenticious
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
65 lines (40 loc) · 1.58 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
CONTENTICIOUS
Contenticious is a simple way to build a pretty simple website from Markdown
content. It includes a helper script which will create example pages and
directories for you to get you started in no time. With one single command
Contenticious will create static HTML ready for upload. It's also possible
to mount Contenticious in existing Mojolicious web apps.
See http://memowe.github.com/contenticious for an introduction.
PREREQUISITES
- File::Copy::Recursive 0.38
- Mojolicious 2.4
- Mojolicious::Plugin::Subdispatch 0.02
- Mojolicious::Plugin::RelativeUrlFor 0.01
- Text::Markdown 1.000031
INSTALLATION
This distribution is available on CPAN. You can install it like any other
CPAN module via
$ cpan Contenticious
or
$ cpanm Contenticious
See their documentation for details. To install it manually,
download the dist tarball or clone the git repository
and execute the following standard procedure:
$ perl Makefile.PL
$ make
$ make test
$ make install
It's possible to use this module from inside of its dist directory without
installation.
DOCUMENTATION
After installation you can access the main documentation with this command:
$ perldoc Contenticious
It's possible to view the same file without installing Contenticious:
http://search.cpan.org/dist/Contenticious/lib/Contenticious.pod
AUTHOR AND LICENSE
Copyright (c) Mirko Westermeier, <[email protected]>
Credits:
- Maxim Vuets, <[email protected]>
- Stephan Jauernick, <[email protected]>
Thank you for your contributions!
Published under the MIT license. See MIT-LICENSE.