Skip to content

Commit 2945aa3

Browse files
committed
Added README_Calagator_misc.markdown, which contains instructions on the
new secrets, themes and settings.
1 parent 0132fe7 commit 2945aa3

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README_Calagator_misc.markdown

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Calagator
2+
=========
3+
4+
5+
Security
6+
--------
7+
8+
This application runs with insecure settings by default to make it easy to
9+
get started. These default settings include publicly-known cryptography
10+
keys that can allow attackers to gain admin privileges to your
11+
application. You should create a `config/secrets.yml` file with your
12+
secret settings if you intend to run this application on a server that
13+
can be accessed by untrusted users, read the
14+
[config/secrets.yml.sample](config/secrets.yml.sample) file for details.
15+
16+
17+
Customization
18+
-------------
19+
20+
You can customize the application's appearance and behavior by creating
21+
a theme, read the [themes/README.txt](themes/README.txt) file.
22+
23+
24+
25+
Contributing
26+
------------
27+
28+
Bug fixes and features are welcomed. Please fork the source code and submit a
29+
pull request: <http://github.com/calagator/calagator/tree/master>
30+
31+
32+
License
33+
-------
34+
35+
This program is provided under an MIT open source license, read the
36+
[LICENSE.txt](LICENSE.txt) file for details.
37+
38+
39+
Copyright
40+
---------
41+
42+
Copyright (c) 2007-2009 Calagator
43+
44+
vim:tw=72:

0 commit comments

Comments
 (0)