No Description

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

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/.