Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Ttree.Identicons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ttree
Ttree.Identicons
Commits
d84f420a
Commit
d84f420a
authored
Aug 19, 2013
by
Dominique Feyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TASK] Update documentation
parent
e7b08b9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
README.rst
README.rst
+20
-1
No files found.
README.rst
View file @
d84f420a
...
...
@@ -25,6 +25,25 @@ Installation
3. Go to www.yourdomain/i/[yourhash].png (replace [yourhash] by any string)
This package is available on Packagist.org: https://packagist.org/packages/ttree/identicons
========
Settings
========
+--------------------+----------------------------------------+-------------------------+
| Setting | Description | Default Value |
+====================+========================================+=========================+
| persist | Enable persistance | TRUE |
+--------------------+----------------------------------------+-------------------------+
| size | Default size (h/w) of the square icon | 420 |
+--------------------+----------------------------------------+-------------------------+
| backgroundColor | Default background color | #EEE |
+--------------------+----------------------------------------+-------------------------+
| cacheControl | Default Cache Control header | max-age=2592000, public |
+--------------------+----------------------------------------+-------------------------+
=================
Fluid ViewHelpers
=================
...
...
@@ -42,7 +61,7 @@ If the identicon doesn't exist for the provided hash, it will be created and per
Tips
====
You can write your own generator,
your
implement the GeneratorInterface and change the default implementation in
You can write your own generator,
just
implement the GeneratorInterface and change the default implementation in
your Objects.yaml (check the Objects.yaml from this package for the synthax).
**Warning**: if you change the Generator, currently you need to truncate the table "ttree_identicons_domain_model_identicon"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment