Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
/ slater Public archive

Micropub client for creating Event posts

Notifications You must be signed in to change notification settings

martymcguire/slater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slater

Slater is a micropub client for posting events to your website.

Notice 2024-10: This project has been superceded by Slater-PHP. Please see the new project for updates. This version is no longer maintained.

Quick (& Dirty) Start

Create and activate a virtualenv:

virtualenv --python=/usr/bin/python3 venv
source venv/bin/activate

or conda:

conda create -n slater python=3.5
source activate slater

Install required Python libraries

pip install -r requirements.txt

Run the dev server

python slater.py

View the app in your browser at http://localhost:5000.

TODOs

So many.

  • Autocomplete support for locations using ... what? how about a page full of h-cards with venue information? http://indieweb.org/venue
  • Automatic timezone selection?
  • Categories: split on commas and strip whitespace and put into category[] format
  • Support for syndication links from silos
  • CORS issues? Use a proxy?

About

Micropub client for creating Event posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published