Skip to content

yec/modxfuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MODxFUSE

FUSE system for MODx.

Edit templates and database contents using a standard text editor instead of the slow web interface.

WARNING: This software is still in development. Make backups of your database.

screenshot

Instructions

  • Edit config.ini to point to the database.

  • Run the following code:

      easy_install MySQL-python
      easy_install fuse-python
      easy_install configobj
      mkdir tmp
      python modxfuse.py tmp
    

About

Edit modx templates in filesystem instead of db.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages