diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-04 18:56:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-04 18:56:14 -0500 |
commit | f7620a74460e33f51bf89d2fce79525bc0eff2f8 (patch) | |
tree | a7af24525b293dd9daee442c065fd19f50ca6a98 | |
parent | 67e16d1ff2c02a881e07236483649d5fcdd3a960 (diff) | |
download | libresocial-f7620a74460e33f51bf89d2fce79525bc0eff2f8.tar.lz libresocial-f7620a74460e33f51bf89d2fce79525bc0eff2f8.tar.xz libresocial-f7620a74460e33f51bf89d2fce79525bc0eff2f8.zip |
update README.md
-rw-r--r-- | README.md | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -16,10 +16,11 @@ Ejemplo: Si usted es un experto puede reordenar sus directorios para mejor comodidad. ## Licencia -- La fuente Libre Social esta bajo la Licencia AGPLv3 +- La fuente Libre Social esta bajo la Licencia [AGPLv3](LICENSE) - https://www.gnu.org/licenses/agpl.html ## Log de Cambios +- v1.1.1 - Agrega PeerTube y PixelFed - v1.1.0 - Agrega Liberapay y Matrix - v1.0.0 - publicación inicial @@ -35,6 +36,8 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. + Matrix + MediaGoblin + Notabug ++ PeerTube ++ PixelFed + Pump + Tox + XMPP @@ -76,13 +79,17 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. , "0xe802": "gitlab.svg" , "0xe803": "gnusocial.svg" , "0xe804": "hubzilla.svg" - , "0xe805": "mastodon.svg" - , "0xe806": "mediagoblin.svg" - , "0xe807": "notabug.svg" - , "0xe808": "pump.svg" - , "0xe809": "tox.svg" - , "0xe810": "xmpp.svg" - , "0xe811": "nueva.svg" + , "0xe805": "liberapay.svg" + , "0xe806": "mastodon.svg" + , "0xe807": "matrix.svg" + , "0xe808": "mediagoblin.svg" + , "0xe809": "notabug.svg" + , "0xe810": "peertube.svg" + , "0xe811": "pixelfed.svg" + , "0xe812": "pump.svg" + , "0xe813": "tox.svg" + , "0xe814": "xmpp.svg" + , "0xe815": "nueva.svg" } ``` La imagen vectorial nueva lleva por nombre _nueva.svg_, y su número de __glyphs__ respectivo es __0xe811__. @@ -114,7 +121,7 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. Agregamos la imagen vectorial llamada __nueva__.svg a nuestra lista de íconos generada en pasos anteriores. ```html - .icon-nueva:before { content: '\e811'; } /* '[]' */ + .icon-nueva:before { content: '\e815'; } /* '[]' */ ``` Por último usted agregaría el nombre del ícono _(icon-nueva)_ al archivo _demo.html_ para testear su nuevo ícono. |