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?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Hans Fangohr <hans.fangohr@xfel.eu>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Python CMS für einfach Website?
Date Sun, 4 Oct 2020 09:08:18 +0200
Lines 62
Message-ID <mailman.1221.1601795674.9580.python-de@python.org> (permalink)
References <htt561FuclaU1@mid.individual.net> <B7BB49DF-401D-45B8-A0EC-02A128FEE36A@xfel.eu>
Mime-Version 1.0 (1.0)
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de 7Tc4aI7FJlfiBIt7Z3v7Dw7jnI0FjDWlJQwjfAkb9krw==
Return-Path <hans.fangohr@xfel.eu>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
Authentication-Results mail.python.org; dkim=pass reason="1024-bit key; unprotected key" header.d=xfel.eu header.i=@xfel.eu header.b=Obaboyol; dkim-adsp=pass; dkim-atps=neutral
DKIM-Filter OpenDKIM Filter v2.11.0 smtp-o-1.desy.de D94F8E0620
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=xfel.eu; s=default; t=1601795300; bh=43N3o6w9BY9R8sfk4org0wdr5jPyY+31gRkbJTouVi8=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=ObaboyolvMinbSyJeJIgeFOtnV2CNUpisRWBaoNlHphM1naQebaFZ88KN1+fiFroZ 2mQuYQgL5g2JaWyTisBHJU8cs3P8T36bJ9mYWaB4bT3vqx7Kgw2Zyv6jjj5ecbyz0e oMUGO074zo0U6o49gSYM6GlJ1g9vevn1C4yg53+o=
X-Virus-Scanned amavisd-new at desy.de
In-Reply-To <htt561FuclaU1@mid.individual.net>
X-Mailer iPhone Mail (18A393)
X-Content-Filtered-By Mailman/MimeDel 2.1.34
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.34
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <B7BB49DF-401D-45B8-A0EC-02A128FEE36A@xfel.eu>
X-Mailman-Original-References <htt561FuclaU1@mid.individual.net>
Xref csiph.com de.comp.lang.python:5675

Show key headers only | 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