Aucune description

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

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