File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
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:
You can’t perform that action at this time.
0 commit comments