Code Monkey home page Code Monkey logo

fypress's Introduction

THIS PROJECT IS DEAD: Working on a new version: Naginie

FyPress (Still in development)

irc #fy

FyPress is a mini CMS in Python based on Flask and Jinja2, aimed to easily deploy content-managed websites through organized articles and pages, using simply HTML.

FyPress

Install FyPress

git clone [email protected]:Fy-/FyPress.git
cd FyPress
virtualenv env
source env/bin/activate
(env) pip install -r requirements.txt

Edit your configuration file (config.py)

(env) python manager.py init_db
(env) python manager.py init_fypress --login=yourLogin [email protected] --passwd=yourPassword

(env) python run.py

Build your website http://127.0.0.1:5000 & http://127.0.0.1:5000/admin/

License

This project is licensed under the MIT license, see LICENSE for more details.

fypress's People

Contributors

fy- avatar psish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fypress's Issues

Navigation editor

Possibility to register navbars and add posts, pages, folders to navbars.

FyPress Themes

  • Add jinja2 filters for dates, posts, user profiles.
  • Add custom functions to get posts, folders, users

after the last update

fresh installation of this error

python manager.py init_db

Traceback (most recent call last):
File "manager.py", line 2, in
from fypress import FyPress
File "/home/lanchesgli/FyPress0/fypress/init.py", line 2, in
from .fypress import FyPress
File "/home/lanchesgli/FyPress0/fypress/fypress.py", line 7, in
from flask_fysql import FySQL
File "/home/lanchesgli/FyPress0/fypress/flask_fysql.py", line 2, in
from fysql.databases import MySQLDatabase
ImportError: No module named fysql.databases

Why?

Hello. Why you don't use Python 3.x? Also maybe it makes sense to follow PEP8? Then your code will be more readable and usable.

P.S Thanks.

FyPress Plugin system

FyPress Plugin System & plugins:

  • Demo Plugin: Disqus comments
  • Demo Plugin: Google Analytics
  • Demo Plugin: Akismet
  • Demo Plugin: SEO Optimizer

This is too awesome to be dead !

I have discovered this by accident. and i have played with the demo for while.
One question is the development of FyPress is dead or something?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.