Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5675

Re: [Python-de] Python CMS für einfach Website?

From Hans Fangohr <hans.fangohr@xfel.eu>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Python CMS für einfach Website?
Date 2020-10-04 09:08 +0200
Message-ID <mailman.1221.1601795674.9580.python-de@python.org> (permalink)
References <htt561FuclaU1@mid.individual.net> <B7BB49DF-401D-45B8-A0EC-02A128FEE36A@xfel.eu>

Show all headers | View raw


Ich benutze Pelican (https://docs.getpelican.com/en/stable/) häufig: restructured text, markdown und Jupyter Notebooks als source werden zu html übersetzt. Beispiele: https://oscovida.github.io/ und https://fangohr.github.io/blog/

Pelican basiert auf Python, man kann beim Übersetzen leicht noch eigenen Pythoncode ausführen. 

Vielleicht hilfts.

Grüße

Hans

Sent from smartphone - please excuse brevity and typos

> On 4. Oct 2020, at 07:35, Hermann Riemann <nospam.ng@hermann-riemann.de> wrote:
> 
> Am 03.10.20 um 20:41 schrieb Hartmut Goebel:
> 
>> neben einem Ersatz für Wordpress (siehe andere Mail) suche ich noch ein
>> ganz einfaches CMS, für ein paar schlichte Seiten und einem Blog.
>> Eigentlich wäre das eine typische Wordpress-Site ohne Plugins.
> 
>> Hierfür suche ich ein schlichte Python CMS, das man idealerweise auf
>> einem shared Webspace installieren kann (also nicht einen wgsi-Prozess
> 
>> (Statische Website scheidet aus, da dies zu viel technisches Verständnis
>> erfordert.)
> 
> Mir ist Wordpress zu kompliziert und unhandlich.
> Meine html-Seiten editiere ich mit emacs oder kate.
> 
> Für das internet mache ich mittels Python noch ein paar Anpassungen.
> 
> Python im internet könnte bei kleinen provider problematisch sein,
> weil die möglicherweise nur php anbieten.
> 
> Meine intranet Seiten laufen über *.py Dateienen
> (index.html leitet an eine index.py weiter)
> Die Schnittstelle ist cgi.
> 
> Mit Python lese ich auch Schablone Dateien ein,
> die aufbereitet ausgegeben werden.
> 
> Bei raspberry pi muß ich noch nicht ASCII-Zeichen
> nach &u#Hexziffern; umsetzen,
> das raspberry pi bei nur ASCII kann.
> 
> Hermann
>   der meint, html und cgi sei einfach,
>   wenn wenig Funktionilität verwendet wird.
> 
> -- 
> http://www.hermann-riemann.de
> _______________________________________________
> python-de maillist  -  python-de@python.org
> https://mail.python.org/mailman/listinfo/python-de

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

[Python-de] Python CMS für einfach Website? Hartmut Goebel <h.goebel@goebel-consult.de> - 2020-10-03 20:41 +0200
  Re: [Python-de] Python CMS für einfach Website? Hermann Riemann <nospam.ng@hermann-riemann.de> - 2020-10-04 07:33 +0200
    Re: [Python-de] Python CMS für einfach Website? Hans Fangohr <hans.fangohr@xfel.eu> - 2020-10-04 09:08 +0200
    Re: [Python-de] Python CMS für einfach Website? Maurice Kemmann <maurice@kemmann.de> - 2020-10-04 09:49 +0200

csiph-web