Няма описание

Rodrigo Garcia 5a4b90b18f Modificado post VPN agregando aclaraciones преди 5 месеца
fbs fe8b0a7492 Agregando listado de paginas segun categorias преди 7 години
monomotapa 5a4b90b18f Modificado post VPN agregando aclaraciones преди 5 месеца
.gitignore 75555b82d9 [+] Consejos del día con simplemotds преди 6 години
LICENSE b837bce5ad Initial commit преди 10 години
README.md b14d8152de Agregando índice de post en la barra lateral преди 4 години
agpl.txt 979cbe6526 switched to agpl преди 10 години
code-header.txt fefbb6b824 licensing fix преди 10 години
config.deploy.json 684e3059d9 Colocando sitio por defecto como propiedad преди 4 години
config.json 684e3059d9 Colocando sitio por defecto como propiedad преди 4 години
config_simplemotds.json 75555b82d9 [+] Consejos del día con simplemotds преди 6 години
notas.txt 644b045f6a Modificando primera version преди 7 години
requirements.txt d28fc1bdd2 Agregando post Bajo Llojeta преди 1 година
rmgss.ini 398b825ff6 [+] archivos deploy basico преди 7 години
robots.txt d19805652a [+-] title en html y pagina principal преди 6 години
run.py cd0d862bcf [fix] consejos del dia en paginas преди 6 години
tests.py 644b045f6a Modificando primera version преди 7 години
wsgi.py 4bc92f86a5 [fix] error uwsgi.py con wsgi.py преди 7 години

README.md

Monimatapa

Backend y Frontend para Rmgss.net, es una version modificada del micro CMS Monomatapa

Se ha agregado:

  • Resaltado de sintaxis CodeHilite
  • Tabla de contenidos Markdown Table Of Contents
  • Mostrar cabeceras de posts
  • Nuevos parámetros en pages.json para mostrar metadatos de los posts
    • Categorías de posts
    • Número de caractares mostrados en el listado de posts (previsualización)
    • Posts relacionados por categorías
    • Soporte twitter cards
    • Soporte Open Graph
    • Fecha y hora para mostrar posts ordenados
  • Tema oscuro y claro mediante javascript
  • Buzón simple de contacto
  • Mensaje del día
  • RSS (deprecado)

Monomatapa

A Micro CMS using Flask.

Monomotapa:

a city whose inhabitants are bounded by deep feelings of friendship, so that they intuit one another's most secret needs and desire. For instance, if one dreams that his friend is sad, the friend will perceive the distress and rush to the sleepers rescue.

(Jean de La Fontaine, Fables choisies, mises en vers, VIII:11 Paris, 2nd ed., 1678-9)

cited in : Alberto Manguel and Gianni Guadalupi, The Dictionary of Imaginary Places, Bloomsbury, London, 1999.

(Read Fables choisies, mises en vers in English or the original French).

A micro cms written using the Flask microframework, orignally to manage my personal site. It is designed so that publishing a page requires no more than dropping a markdown page in the appropriate directory (though you need to edit a json file if you want it to appear in the top navigation).

It can also display its own source code and run its own unit tests.

The name 'Monomotapa' was chosen more or less at random (it shares an initial with me) as I didn't want to name it after the site and be typing import paulmunday, or something similar, as that would be strange.

Copyright (C) 2014, Paul Munday.

PO Box 28228, Portland, OR, USA 97228 paul at paulmunday.net

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.